/**
 * 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:#0066FF;
	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:100%;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:145px;
	background:url(images/header.jpg) repeat-x top left;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	text-transform:lowercase;
	padding-top:0px;
	text-align:left;
	padding-right:5px;
}

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

#header_slogan{
	text-align:left;
	color:orange;
	padding-left:50px;

}


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

#header_main_menu a{
	color:#000000;
	background:orange;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:0px;
	padding-top:3p5;
        border:1px;
        border-color:black;

}

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

/* BODY */

#body{
	width:98%;
	float:left;
	padding-top:15px;
	padding-bottom:40px;
	padding-left:1%;
	padding-right:1%;
	background:white;
}

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

#body_left{
	width:75%;
	float:left;
}

#body_right{
	width:20%;
	float:right;
	padding-left:3%;
	padding-right:2%;
}


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

#body h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#244058;
	margin-bottom:6px;
	text-transform:uppercase;
	background:url(images/index_h2_line.gif) no-repeat bottom left;
	padding-bottom:8px;
}

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

.alignright{
	float:left;
}

/* FOOTER */

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

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


#footer_copyrights a{
	color:#6dcff6;
	font-weight:bold;
}

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