/**
 * Main CSS Stylesheet
 * @copyright Copyright AskGraphics.com 
 * @license http://creativecommons.org/licenses/by/3.0/
 */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#476269;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
a img{
	border:0;
}

body{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ecf0ed url(images/bg.gif) repeat-x top left;
	color:#476269;
}

#page{
	width:779px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:357px;
	background:#000;
}

#header_top{
	width:100%;
	height:34px;
	background:url(images/header_top_bg.gif) no-repeat top left;
}

#header_center{
	width:100%;
	height:144px;
	background:url(images/header_center_bg.gif) no-repeat top left;
}

#header_end{
	width:100%;
	height:179px;
	background:url(images/header_end_bg.gif) no-repeat top left;
}
#header_end2{
	width:100%;
	height:179px;
	background:url(images/header_end_bg2.gif) no-repeat top left;
}
#header_end3{
	width:100%;
	height:179px;
	background:url(images/header_end_bg3.gif) no-repeat top left;
}
#header_end4{
	width:100%;
	height:179px;
	background:url(images/header_end_bg4.gif) no-repeat top left;
}
#header_top{
	color:#a3b1b4;
}

#header_top a{
	color:#a3b1b4;
}

#header_top a:hover{
	color:#fff;
}

#header_link{
	float:left;
	width:30%;
	padding-top:10px;
	padding-left:15px;
}

#header_menu{
	float:right;
	width:60%;
	text-align:right;
	padding-top:10px;
	padding-right:15px;
}

#header_logo{
	float:right:30px;
	padding-top:30px;
}

#header_slogan{
	margin-left:30px;
	color:#a4a4a4;
	font-size:9px;
}

#header_main_menu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding-top:50px;
	text-align:center;
}

#header_main_menu span{
	padding-left:15px;
	padding-right:15px;
}

#header_main_menu a{
	color:#FFFFFF;
}

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

/* BODY */

#body{
	width:100%;
	background:url(images/body_bg.gif) repeat-y top left;
	float:left;
}

#body_top{
	width:100%;
	background:url(images/body_top_bg.gif) no-repeat top left;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
}

#body_left{
	width:497px;
	float:left;
}

#body_right{
	width:276px;
	float:right;
}

#body_index{
	width:436px;
	margin:0px auto;
	color:#476269;
	line-height:18px;
	
}
#body_index2{
	width:436px;
	margin:0px auto;
	color:#476269;
	line-height:18px;
	padding: 0 100px 0 100px;
}
#body_index h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#000000;
	background:url(images/body_index_h2_line.gif) no-repeat bottom left;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:3px;
}

#body_index h2 span{
	color:#476269;
}

#body_index p{
	padding-bottom:15px;
	padding-left:5px;
}

#body_right_news{
	background:url(images/body_right_news_bg.gif) no-repeat top left;
	width:259px;
	min-height:314px;
}

#body_right_news h2{
	color:#83a6af;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-left:30px;
}

#body_right_news ul{
	margin-top:5px;
	margin-left:15px;
	width:224px;
}

#body_right_news ul li{
	color:#737373;
	font-size:10px;
	border-bottom:1px dashed #ced5de;
	padding-bottom:5px;
	padding-top:10px;
}

#body_right_news ul li a{
	color:#476269;
	font-weight:bold;
}

#body_right_news ul li a:hover{
	text-decoration:underline;
}

#body_right_news ul li p{
	padding-top:2px;
	padding-bottom:10px;
	line-height:15px;
}

#body_right_news ul li .body_right_news_link{
	color:#003471;
}

/* FOOTER */

#footer{
	width:100%;
	height:112px;
	background:url(images/footer_bg.gif) no-repeat top left;
	clear:both;
}

#footer_menu{
	color:#c8d0d2;
	text-align:center;
	padding-top:18px;
	text-transform:capitalize;
	width:100%;
}

#footer_menu span{
	padding-left:10px;
	padding-right:10px;
}

#footer_menu a{
	color:#c8d0d2;
}

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

#footer_copyrights{
	color:#646464;
	font-size:10px;
	padding-top:40px;
	padding-left:40px;
	float:left;
}

#footer_copyrights a{
	color:#646464;
}

#footer_logo{
	float:right;
	width:20%;
	padding-top:20px;
}
