/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
    background:#293b53;
	font: 12px Arial, Helvetica, sans-serif;
}
h1{
	font-size: 17px;
	font-weight: normal;
	color: #ea552d;
}
h2{
	font-size: 17px;
	font-weight: bold;
	color: #ea552d;
}
h3{
	font-size: 17px;
	font-weight: bold;
	color: #ea552d;
}
h6{
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}
p{
	font-size: 12px;
	font-weight: normal;
	color: #034ea1;
}
a{
	color:#034ea1;
	text-decoration:underline;
}


#wrapper {
	width: 980px;
	margin:0 auto;
}
#header {
	background-image: url(../images/header.jpg);
	width: 980px;
	height:190px;
}
#header .logo{
	display:block;
	width:130px;
	float:left;
}
#top{
	margin-top:3px;
	width:265px;
	height:22px;
	margin-right:16px;
	float:right;
}
#content {
	background: url(../images/content_bg.jpg) repeat-y;
	padding: 30px 0px 10px 35px;
}
#bottom{
	width:100%;
	border-top: 2px solid #d0f0fb;
	padding-top: 10px;
}
#footer {
	text-align: right;
	padding: 10px 0px;
	clear: both;
	border-top: 1px solid #eeeeee;
}
#right, #main, #left {	
	float: left;
}
.one_column #main{
	width:897px;
}
.one_column #left, .one_column #right{
	display:none;
}
.two_column_r #right{
	width:208px;
	min-height:100px;
}
.two_column_r #main{
	width:695px;
        _width:670px;
	margin-right:42px;
}
.two_column_l #left{
	width:197px;
	margin-right:10px;
}
.two_column_l #main{
	width:590px;
}
.two_column_l #right, .two_column_r #left{
	display:none;
}
.three_column #main{
	width:495px;
	margin-right:42px;
}
.three_column #right{
	width:208px;
	min-height:100px;
}
.three_column #left{
	width:145px;
	min-height:500px;
	margin-right:55px;
}
.three_column #left_menu1_top{
	width:130px;
	height:20px;
	background-image:url(../images/left_menu1_top.png);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	color:#034ea1;
}
.three_column #left_menu2_top{
	width:130px;
	height:20px;
	background-image:url(../images/left_menu2_top.png);
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	color:#3fc3ef;
}

/** style rules for overwriting the default column widths on the home page **/
.home.one_column #main{
}
.home.two_column_r #right{
}
.home.two_column_r #main{
}
.home.two_column_l #left{
}
.home.two_column_l #main{
}
.home.three_column #main{
}
.home.three_column #right{
}
.home.three_column #left{
}

.separator{
	clear:both;
}
p, up, ol, h1, h2, h3, h4, h5, h6{
	margin-bottom:10px;
}
ul,ol{
	padding-left:25px;
}
.buttonheading{
	float:right;
}
/*********************************************************************************************/

#navigation {
	margin-left: 30px;
	height: 22px;
}
#navigation ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#navigation li {
	display: inline;
	float: left;
	margin-left: 4px;
	background-image:url(../images/mainmenu_body.jpg);
	background-repeat:repeat-x;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;	
}
#navigation a, #navigation .separator {
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	color: #3fc3ef;	
	display: block;
	text-align: center;
	text-decoration: none;
	padding:0px 7px;
}
#navigation .active a{
	color:#034ea1;
	background-image:none;
	background-color:#FFFFFF;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
}
#navigation .active a:hover{
	color:#034ea1;
}
#navigation a:hover {
	color:#ffffff;
}
#navigation li:hover {
	background-image: url(../images/mainmenu_body_h.jpg);
}
#navigation li ul a, #navigation li ul .separator{
	font-weight:normal;
	font-size:11px;
	color: #FFFFFF;
	line-height:15px;
	background-image: none;
	background-color: #ed622a;
	text-align:left;
	-moz-border-radius-topright:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
}
#navigation li ul a:hover{
	background-color:#f69d57;
}
#navigation li ul{
	position:absolute;
	left:-99999px;
	width:130px;
	margin-left:-4px;
}
#navigation li ul li{
	display:block;
	float:none;
}
/*********************************************************************************************/

#right_menu {
	width: 168px;
	font-size: 10px;
	margin-left: 20px;
}
#right_menu ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#right_menu li {
	display: inline;
}
#right_menu a, #right_menu .separator {
	width:168px;
	height: 26px;
	margin-bottom: 8px;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/right_menu.png);
	background-repeat:no-repeat;
	display: block;
	text-align: center;
}
#right_menu .first1 a{
	background: url(../images/right_menu_h.png);
}
#right_menu a:hover {
	background: url(../images/right_menu_h.png);
}
#right_menu li ul a, #right_menu li ul .separator{
	font-weight:normal;
	font-size:12px;
	line-height:20px;
}
#right_menu li ul{
	position:absolute;
	left:-99999px;
	width:150px;
	background:#999999;
}
#right_menu li ul li{
	display:block;
	float:none;
}
/*********************************************************************************************/

.three_column #left_menu1{
	width:144px;
	margin-bottom:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.three_column #left_menu1 ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
.three_column #left_menu1 li {
	display: block;
}
.three_column #left_menu1 .row1 {
	background-color:#5cccf1;
}
.three_column #left_menu1 .row0 {
	background-color:#3fc3ef;
}
.three_column #left_menu1 .last1{
	background-color:#5cccf1;
}
.three_column #left_menu1 .last0{
	background-color:#3fc3ef;
}
.three_column #left_menu1 #left_menu1_bottom{
	width:144px;
	height:10px;
	background-image: url(../images/left_menu1_bottom.png);
	background-repeat:no-repeat;
}
.three_column #left_menu1 a, .three_column #left_menu1 .separator {
	width:129px;
	height: 30px;
	padding:3px 0px 3px 15px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size:10px;
}
.three_column #left_menu1 a:hover{
	color:#034ea1;
}
.three_column #left_menu1 .active a{
	color:#3fc3ef;
}
/*********************************************************************************************/

.three_column #left_menu2{
	width:144px;
	min-height:285px;
	/*background-image:url(../images/left_menu2_body.png);*/
	background-repeat: repeat-y;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.three_column #left_menu2 ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
.three_column #left_menu2 li {
	display: block;
}
.three_column #left_menu2 .row1 {
	background-color:#175ca8;
}
.three_column #left_menu2 .row0 {
	background-color:#034ea1;
}
.three_column #left_menu2 .last1{
	background-image:url(../images/left_menu2_bottom_1.png);
	background-repeat:no-repeat;
}
.three_column #left_menu2 .last0{
	background-image:url(../images/left_menu2_bottom_2.png);
	background-repeat:no-repeat;
}
.three_column #left_menu2 a, .three_column #left_menu2 .separator {
	width:130px;
	height: 15px;
	padding-left:15px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size:11px;
}
.three_column #left_menu2 a:hover{
	color:#3fc3ef;
}
.three_column #left_menu2 .active a{
	color:#3fc3ef;
}
