/*****
COLORS:

top nav dark blue: #024d7c
navigation red: #990000
text bold light blue: #4EABDD
text general and h1 & h2: #5C7285

background cream: #FBFCFC

*/


*{
	margin:0; 
	padding:0;
}

body{
	background-color:#023273;
	font-family:Arial, helvetica, sans-serif; 
	color:#5C7285; 
	font-size:0.75em; 
	line-height:1.33em; 
	text-align:center;
	height:100%;
}

h1{
	font-size: 22px;
	margin-bottom:20px;
}


h2{
	font-size: 1.5em;
	margin-bottom:10px;
}

h3{
	font-size: 1.1em;
	color: #990000;
	background: url(images/h3.gif);
	background-position: left 4px ;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px;
}

.italic{
	font-style:italic;
}

.bold_2{
	color:#4EABDD;
	font-weight: bold;
}

.font_2{
	font-size:1.09em;
}

img{
	border:0; 
	text-align:left; 
	vertical-align:top;
}

ul{
	list-style:none;
}

li{
	padding:4px 0 4px 14px; 
	background: url(images/blue_arrows.gif) left center no-repeat;
	line-height:0;
}

li a{
	color:#4EABDD; 
	text-decoration:none; 
	font-weight:bold; 
	line-height:1em;
}

li a:hover{
	text-decoration:underline;
}

ol, ol li{
	list-style: none;
	background: none;
	line-height: normal;
}

ol.second{
	padding-left: 20px;

}


input, textarea, select{
	color:#7C7E73; 
	vertical-align:top; 
	text-align:left; 
	border: 1px solid #ccc; 
	font:11px Tahoma, Arial, helvetica, sans-serif;
}

.line_x{
	height:1px; 
	font-size:0; 
	background:url(images/line_x.gif) left top repeat-x; 
	margin:29px 10px 19px 0;
	padding:0px;
}

.column{
	float:left;
}

.container{	
	width:100%; 
	overflow:hidden;
}

.float_right{
	float:right;
}

.align_right{	
	text-align:right;
}

.center{
	text-align:center;
}

.block{	
	display:block;
}

.top_indent_5px{
	margin-top:5px; 
	display:block;
}

.top_indent_10px{
	margin-top:10px; 
	display:block;
}

.top_indent_15px{
	margin-top:15px; 
	display:block;
}

.top_indent_20px{
	margin-top:20px; 
	display:block;
}

.top_indent_25px{
	margin-top:25px; 
	display:block;
}

.highlight{
	width: 90%;
	margin: 0px auto;
	background: #999999; 
	padding: 8px;
	color: #FFFFFF;
	border: dashed 1px white;
}

.main{
	width:999px; 
	margin:0 auto; 
	text-align:left;
}

.width_stretch{
	width:100%;
}

.col_1, .col_2, .col_3, .box_1, .box_2, .box_3, .mid{
	float:left;
}

/*=======header===========*/

#top_nav{
	height: 10px;
	background: #024d7c;
	padding:0px;
	margin: 0px;
	font-size:0.75em; 
	color:#eee; 
	padding: 5px 15px 10px 15px;
	letter-spacing: 0.08em;
}


#top_nav h1{
	text-align: left;
	font-size:1em; 
	color: #eee;
	padding: 0px;
	margin: 0px;
	text-transform:uppercase;
}

#top_nav p{
	float:right;
}

#top_nav a{
	color:#eee; 
	text-decoration:none;
}

#top_nav a:hover{
	text-decoration: none;
	color: #4EABDD; /*light blue */
}


.logo{
	height:63px; 
	background:url(images/header_top_bg.jpg) left bottom no-repeat; 
	font-size:0.75em; 
	color:#FFFFFF; 
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0.08em;
}

#nav_r{
	height: 42px; /*real hight 42px*/
	background: url(images/nav_r.jpg) top right no-repeat;
	padding: 0px;
	margin: 0px;
}

#nav_l{
	height: 42px; /*real hight 42px*/
	background:url(images/nav_l.jpg) top left no-repeat;
	padding: 0px 100px;
	margin: 0px;
}

#nav{
	height: 42px; /*real hight and image heigh: 42px*/
	background:url(images/nav_bg.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
}

#nav ul{
	width: 585px;
	clear: both;
	margin: 0px auto;
	height: 42px;
	list-style:none;
	padding:0px;
}

#nav ul li {
	float: left;
	background:none;
	padding:0px;
	margin:0px;
}

#nav ul li a{
	background-image: url(images/buttons-up.jpg);
	background-repeat: no-repeat;
	height: 42px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}

#nav-a a, 
#nav-a.active a {
	background-position: 0px 0px;
	width: 103px;
}

#nav-a a:hover, 
#nav-a.active a:hover,
#nav-a a.youarehere{
	background-position: 0px -44px;
}

#nav-b a, 
#nav-b.active a {
	background-position: -103px 0px;
	width: 132px;
}

#nav-b a:hover, 
#nav-b.active a:hover,
#nav-b a.youarehere{
	background-position: -104px -44px;
}

#nav-c a, 
#nav-c.active a {
	background-position: -236px 0px;
	width: 95px;
}

#nav-c a:hover, 
#nav-c.active a:hover,
#nav-c a.youarehere{
	background-position: -236px -44px;
}

#nav-d a, 
#nav-d.active a {
	background-position: -331px 0px;
	width: 152px;
}

#nav-d a:hover, 
#nav-d.active a:hover,
#nav-d a.youarehere{
	background-position: -331px -44px;
}

#nav-e a, 
#nav-e.active a {
	background-position: -483px 0px;
	width: 101px;
}

#nav-e a:hover, 
#nav-e.active a:hover,
#nav-e a.youarehere{
	background-position: -483px -44px;
}

#header{
	background:url(images/header_bg.jpg) left top no-repeat; 
	height:307px; /* real height 342px */
	padding:35px 720px 0 98px;
	text-align:left;
}

#form{
	width:100%; 
	overflow:hidden; 
	margin:0px;
	padding:0px;
}

#form input{
	width:160px; 
	height: auto;
	padding: 2px 3px;
	margin: 2px 0px 6px 0px;
}

#form input.error{
        border: 1px solid #ff6600;
		background-color: #CCCCCC;
}

#form textarea{
	width:268px; 
	height:105px; 
	margin-bottom:13px; 
	overflow:hidden;
}

#form a{
	float:right; 
	margin-left:20px;
}

#form .button{
	width: 83px;
	height: 28px;
	background: url(images/send-up.png) no-repeat;
	float:left;
	margin: 10px 0px;
	cursor: default;
	border:none;
}

.form_error{
	color: #ff6600;
	font-size: 0.85em;
	margin-top: -5px;
	padding: 0px;
}

.form_error_green{
	color: #009900;
	font-size: 0.85em;
	margin-top: -5px;
	padding: 0px;
}

#thankyou{
	color:#990000;
	font-size: 1.2em;
	background: url(images/check_off.png) 8px center no-repeat;
	padding: 10px 10px 10px 35px;
	border: 1px solid green;
	margin: 25px 0px;
}

/*=====//header===========*/

/*=======content===========*/

#content{
	background:url(images/content_bot.jpg) left bottom repeat-x #FFFFFF; 
	width:100%;
}

#content .bot{
	background:url(images/content_bot.jpg) left bottom repeat-x;
}

#content .left{
	background:url(images/content_left.gif) left top repeat-y;
}

#content .right{
	background:url(images/content_right.gif) right top repeat-y;
}

#content .left_top{
	background:url(images/content_left_top.jpg) left top no-repeat;
}

#content .right_top{
	background:url(images/content_right_top.jpg) right top no-repeat;
}

#content .left_bot{
	background:url(images/content_left_bot.jpg) left bottom no-repeat;
}

#content .right_bot{
	background:url(images/content_right_bot.jpg) right bottom no-repeat; 
	padding:0 81px;
}

#content a{
	color:#4EABDD;  /*light blue */
	text-decoration:none;
}

#content a:hover{
	text-decoration:underline;
}

#content .link_2{
	color:#4EABDD; /*light blue */
	text-decoration:underline;
}

#content .link_2:hover{
	text-decoration:none;
}

.col_1{
	width:228px;
	padding:15px 0 40px 0;
}

.col_1 .indent{
	padding:0 27px 0 5px;
}


.col_1 p.news{
	font-size:0.95em;
}

.col_1 .img_indent{
	margin: auto;
}

.mid{
	width:1px;
	background:#DBE0E4;
}

.col_2{
	width:608px;
	padding: 30px 0px 40px 0px;
}

.col_2 .line_x{
	margin:0;
}

.col_2 p{
	margin: 10px 0px;
}


.pic_float{
	margin-right:14px; 
	float:left;
}

#attflash{
	width: 193px;
	height: 176px;
	float: right;
	clear: left;
	margin: 0px 0px 15px 15px;
}

/*=====//content===========*/

/*=======block_1===========*/
.block_1{
	padding:0px 10px 40px 21px;
}

.indent{
	padding:0 8px 0 6px;
}

.indent2{
	padding: 0px 5px 0px 15px;
}

/*=======block_4===========*/
.block_4{
	background:url(images/block_2_bg.jpg) right top repeat-y #FBFCFC; /*cream*/
}

.block_4_bot{
	background:url(images/block_3_bot_bg.jpg) left bottom repeat-x;
}

.block_4_right{
	padding:30px 15px 40px 24px; 
	background:url(images/block_3_bg.jpg) right bottom no-repeat;
}

.block_4 .box_1{width:262px; padding-right:45px;}
.block_4 .box_2{width:262px;}

/*=======footer===========*/
#footer{
	height: auto; 
	background:url(images/footer_bg.jpg) left top no-repeat #023273; 
	padding:45px 65px 10px 65px;
}

#footer p{
	color:#FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 3px;
}

#footer span{
	color:#333366;
}

#footer a{
	color:#4EABDD; 
	text-decoration:none; 
	font-weight:bold;
}

#footer a:hover{
	text-decoration:underline;
}
/*=====//footer===========*/
