@charset "utf-8";
/* CSS Document */

* {
	border:0;
	margin: 0;
	padding: 0;
	}

p {
	line-height: 1.5em;
	margin-bottom:10px;
}

a{
	color: #015db0;
	text-decoration: none;	
}
	
img {
	border: 0;
}

a:hover {
	color: #015db0;
	text-decoration: none;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

h1 {
	MARGIN: 0px; 
	font-size:30px;
	color: #000000;
	margin: 5px 0 5px 0;
	border-bottom:#c1aaaa 1px dotted;
	}

h2 {
	MARGIN: 0px; 
	font-size:18px;
	font-weight:bold;
	color: #555555;
	text-align: left;
	margin: 5px 0;
	}
	
h3 {
	MARGIN: 0px; 
	FONT-WEIGHT:bold; 
	COLOR: #555555; 	
	font-size:16px;
	padding:5px 0px; 	
	}
	
h4 {
	MARGIN: 0px; 
	font-size:14px;
	margin: 5px 0;
	font-weight:bold;
	COLOR: #555555; 	
	}


.blue{ COLOR:#3eb1e7}

.blue{ COLOR:#3eb1e7}

.darkblue{color:#103c51; font-weight:bold}

.red {
	color: #e00000;
	}
	
.bold {
	font-weight: bold;
	}
	
.gray {
	color: #656565;
	}
	
.green {
	color: #0093dd;
	}

.hide {
	display: none;
	}
		
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
body {	
	FONT:12px Arial;
	color:#555555;
	background:#d5d5d5 url(../images/body_top.jpg) repeat-x top;
	}
	

#wrapper {
	margin:0 auto;	
	width:969px;
	}	

#header {	
	height:153px;
	background:url(../images/header.jpg) no-repeat;
	}
	
#header2 {
	height:220px;
	background:url(../images/header2.jpg) no-repeat;
	}
	
#header .links {
	float:right;
	margin-top:33px;
	margin-right:236px;
	color: #e39d00;
	text-transform:uppercase;
	font-size:13px;
}

#header .links a {
	color: #e39d00;	
	margin: 0 10px;
}
#header .links a:hover {
	text-decoration: none;
}
	
#header .logo {	
	float:left;
	width:179px;
	height:95px;
	margin-top:18px;
	margin-left:38px;
}

#header2 .slogan {	
	float:left;
	margin-top:50px;
	font-size:30px;
	color:#353535;
	font-weight:bold;
	margin-left:70px;
}

#nav{
	float:left;
	list-style: none;
	margin-top:6px;
	margin-left:20px;
	width:231px;
	font-family:"Myriad Pro";
	font-size:16px;
}
	
#nav li{
	display:block;
	list-style-type:none;
	line-height:1.5em;
	border-bottom:#993130 1px solid;
}

#nav li a{
	overflow: hidden;
	color:#d2d2d2;
	}
	
#nav li a:hover {text-decoration:none; color:#F88017;}

/*end nav*/


#maincontent {
	margin:0 auto;
	width:969px;
	background:url(../images/bg.jpg) repeat-y;
}

#content {
	float:left;
	width:676px;
	margin-left:20px;
}

#content  ul {
	margin-left:20px;
	list-style-type: none;
}

#content ul li {
	line-height: 1.5em;
	padding:2px 0 0 0px;
	margin-left:30px;
	list-style-type:disc;	
}

#content ul li a {
	color: #0c213a;
	font-weight:bold;
	text-decoration: none;
}

#content img {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}

#sidebar {
	float:left;
	margin-left:10px;
	width:256px;
}

#sidebar h2 {
	text-align:left;
	color:#000000;
	margin-bottom:10px;
	line-height:36px;
	padding-left:20px;
	}

#sidebar  ul{
	list-style-type: none;
	margin-left:20px;
}

#sidebar ul li{	
	line-height: 1.4em;
	padding:2px 0px;
	list-style-type:none;
}

#sidebar li a {
	text-decoration: none;
}
		
#footer {
	clear:both;
	width:969px;
	height:85px;
	padding-top:33px;
	text-align:center;
	background:url(../images/footer.jpg) repeat-x top;
	}

#footer p {
	margin:5px 0px;
	}

#footer .links {
	color: #e39d00;
	text-transform:capitalize;
	font-size:12px;
	font-family:"Myriad Pro";
}

#footer .links a {
	color: #e39d00;	
	margin: 0 10px;
	text-decoration:underline
}
#footer .links a:hover {
	text-decoration: none;
}

#inputArea
{
	margin-left:15px;
	width:180px;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    background-color: #d6e5f4;
    padding: 20px;
}

#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    padding: 5px 0px 0px 0px;
    border: solid 1px #85b1de;
    width: 180px;
}

   
