/**
 * 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, ol{
	list-style:none;
}
a{
	color:red;
	text-decoration:none;
}
a:hover{
	color:orange;
}
a img{
	border:0;
}

.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#303030;
	color:#4c4c4c;
}

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

/* HEADER */

#header{
	width:100%;
	height:150px;
}

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

#header_end{
	width:100%;
	height:46px;
	background:url(images/header_end_bg.gif) no-repeat top left;
}

#header_logo{
	margin-left:60px;
	padding-top:60px;
}

#header_slogan{
	text-align:right;
	color:#cc0000;
	width:224px;
}

#header_main_menu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	text-transform:lowercase;
	padding-top:15px;
	text-align:right;
	padding-right:5px;
}

#header_main_menu span{
	padding-left:5px;
}

#header_main_menu a{
	color:#000;
	background:#ff0000;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:10px;
	padding-top:3px;
}

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

/* BODY */

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

#body_top{
	width:100%;
	float:left;
}

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

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

#body_index{
	width:700px;
	margin:0px auto;
	line-height:18px;
}

#body_index h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#990000;
	margin-bottom:7px;
	text-transform:uppercase;
	background:url(images/index_h2_line.gif) no-repeat bottom left;
	padding-bottom:10px;
}

#body_index h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#990000;
	margin-bottom:7px;
	text-transform:uppercase;
	background:url(images/index_h2_line.gif) no-repeat bottom left;
	padding-bottom:10px;
}

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

.info_box{
	background:url(images/ul_info_bg.gif) no-repeat top left;
	width:495px;
	margin-bottom:30px;
	float:left;
}

#body_index .info_box h2{
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	padding-top:15px;
	padding-left:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#cc0000;
	text-transform:none;
	background:none;
}

.info_box ul, .info_box ol{
	width:186px;
	margin-left:30px;
}

.info_box a{
	color:#660000;
}
.info_box a:hover{
	color:orange;
}

.info_box li{
	color:#0066FF;
	background:url(images/ul_info_li.gif) no-repeat bottom left;
	padding-bottom:5px;
	padding-top:4px;
}

.info_box ul li a{
	background:url(images/ul_info_a.gif) no-repeat center left;
	padding-left:13px;
}

.alignleft{
	float:left;
	width:50%;
}

.alignright{
	float:left;
}

#body_right_news{
	width:196px;
	margin:0px auto;
}

#body_right_news h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#990000;
	margin-bottom:7px;
	text-transform:uppercase;
	background:url(images/index_h2_line.gif) no-repeat bottom left;
	padding-bottom:10px;
}

#body_right_news ul{
	width:196px;
}

#body_right_news ul li{
	color:#666666;
	font-size:15px;
	padding-bottom:5px;
	padding-top:10px;
}

#body_right_news ul li a{
	color:#000000;
	font-size:15px;
	background:url(images/news_title_a.gif) no-repeat left center;
	padding-left:10px;
}

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

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

#body_right_news ul li .body_right_news_link{
	text-align:right;
	padding:0px;
	font-size:14px;
	background:#e6e6e6;
	margin-top:5px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:5px;
}

#body_right_news ul li .body_right_news_link a{
	color:#000;
	font-weight:bold;
	background:none;
}

.body_right_news_title{
	color:#000000;
	font-size:14px;
	padding-bottom:10px;
}

/* FOOTER */

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

#footer_copyrights{
	color:#fff;
	padding-top:30px;
	padding-left:40px;
	float:left;
}


#footer_copyrights a{
	color:#ff0000;
	font-weight:bold;
	font-size: 12px;
}

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