/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

/* Universal styles */


* html
    {
    overflow-x: hidden;
	overflow-y:scroll;
    }
* html body
    {
    overflow: auto;
    }

body{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 150%;
	margin:0;
	padding:0;	
}
img{
	border :0px;
}

.clear{
	clear: both;
}

a {
	color: #283a84;
}
a:hover {
	color: #ff6600;
}

hr {
	height: 1px;
	color: #dddddd;
}
/* Universial styles */

h2 {
	padding: 10px 0px 10px 10px;
	margin: 0px;
	color: #005ea9;
	font-size: 16px;
	font-weight: lighter;
}

/* Page elements */

#bgWrapper{
	width: 100%;
	background: url(../images/bg.jpg) top left repeat-x;
}

#borderWrapper{
	margin: 0 auto;
	width: 773px;
	height: auto;
	background: url(../images/bg_border.jpg) top repeat-x;
	margin-bottom: 50px;
}

#mainContainer{
	padding-top: 0px;
	margin: 0 auto;
	width: 748px;
}

#location {
	width: 445px;
	height: 10px;
	padding: 5px 0px 5px 5px;
	margin-bottom: 5px;
}
#location ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 445px;
	height: auto;
}

#location ul li{
	float: left;
	width: auto;
	height: auto;
	font-size: 10px;
	color: #99ccff;
}

#location ul li a{
	font-size: 10px;
	color: #99ccff;
	text-decoration: none;
}

#location ul li a:hover{
	text-decoration: underline;
	color: #005ea9;
}
#header{
	width: 748px;
	height: 44px;
	margin-bottom: 1px;
}

#logo{
	width: 165px;
	height: 44px;
	float: left;
}

#slogan{
	width: 583px;
	height: 44px;
	float: left;
}

#blueLine{
	width: 748px;
	height: 2px;
	margin-bottom: 1px;
}

#mainNav{
	width: 748px;
	height: 22px;
	margin-bottom: 1px;
	dsiplay: inline;
}

#mainNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 748px;
	height: 22px;
}

#mainNav ul li{
	float: left;
	width: auto;
	height: 22px;
}

#blueBar{
	width: 748px;
	height: 43px;
}

#mainContent{
	width: 748px;
	height: auto;
	background-color: #fff;
	margin-top: 8px;
	margin-bottom: 30px;
}

#footer{
	height: 22px;
	padding: 7px 0 0 0;
	background: #79BCD6;
	width:100%;
	margin: 0 0 15px 0;
	/*z-index:5;*/
}

/* html #footer{
	position:absolute;
}*/
#footer ul{
	padding: 0;
	list-style: none;
	width: 350px;
	height: 16px;
	margin: 0 auto;
}

#footer ul li{
	float: left;
	width: auto;
	height: 16px;
	padding: 0 8px;
	border-right: 1px solid #ffffff;
}

#footer ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

#footer ul li a:hover{
	text-decoration: underline;
}

/* Page elements */

/* EDITOR PROPERTIES */
H2 {
padding: 20px 0px 10px 0px;
margin: 0px;
color: #005ea9;
font-size: 16px;
font-weight: lighter;
border-bottom: 2px solid #005ea9;
}

H4 {
font-size: 14px;
font-weight: lighter;
color: #ff6600;
margin: 0px;
padding: 0px;
}

