@charset "utf-8";
/* CSS Document */


/*********************BODY*****************/
body{
	background: url(../imgs/bkOuter.jpg) repeat-y center #0D7BB9;
	padding: 0;
	margin: 0;
	height:100%;
	width:100%;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
}

/*********************TYPOLOGY*****************/
h1{padding: 0; margin:0;}
p{margin: 0 0 11px 0;}
ul{padding-left: 20px;}
h3{color: #0C7AB8;}


/*********************LAYOUT*****************/
#superContainer{
	margin: 0 auto;
	width: 914px;
}

#container{
	float:left;
	width: 900px;
	height: auto;
	padding: 0 7px;
	background: url(../imgs/bkInner.jpg) repeat-y center #FFF;
	text-align:left;
	font-size: 70%;
}


/*********************HEADER*****************/
#header{
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}



#title{
	width: 100%;
	height: 105px;
}

#logo{
	height: 100%;
	background:url(../imgs/logo.gif) no-repeat;
}

#logo a{
	display: block;
	height: 0;
	padding-top: 105px;
	overflow:hidden;
}

#menuBanner{
	float:left;
	width: 900px;
	height:10px;
	background:url(../imgs/bannerBK.gif) repeat-x top;
}

#menuBanner2{
	float:left;
	width: 900px;
	height:10px;
	background:url(../imgs/banner2BK.gif) repeat-x bottom;
}


/*********************MAIN CONTENT AREA*****************/
#leftBar{
	float: left;
	width: 160px;
	padding: 0 20px 0 20px;
}

#leftBar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 300;
}

#leftBar li , #leftBar li a{	
	color: #0C7AB8;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 2px 3px;	
	line-height: 16px;
	font-size: 13px;
}
#leftBar a{text-decoration:none;}
#leftBar a:hover, #leftBar a.sel {font-weight: bold;  font-size: 95%;}

#leftBar li.title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 95%;
	border-bottom: thin solid #DDD;
}


#leftBar h2 {
	color: #0C7AB8;
	border-bottom:thin solid #0C7AB8;
	font-size:115%;
	font-weight:bold;
	margin-top:25px;
}

#rightBar{
	float: left;
	width: 680px;
}

#fullBar{
	padding: 0 20px;
	float: left;
	width: 860px;
}



/**************INDEX SPECIFIC BELOW*************/
#indexBanner{
	display: inline;
	float: left;
	width: 840px;
	height: 210px;
	background-color:#09C;
	margin: 0 20px 20px 20px;
}


#mainContent{
	float: left;
	padding: 0 20px 20px 20px;
	width: 860px;
}

#mainContent #indexLeftContent{
	float: left;
	width: 450px;
	margin: 0 20px 0 0;
}

#mainContent #indexRightContent{
	float: left;
	width: 250px;
}

/**************INDEX FILE ABOVE*************/


#banner{
	float: left;
	width: 680px;
	height: 230px;
	background-color:#FFF;
	margin: 0 0 20px 0;
	z-index: 1;
}

#leftContent{
	float: left;
	margin: 0 20px 0 0;
}

#rightContent{
	float: left;
	width: 180px;
	height: 100%;
	background-color: #E4ECF7;
	border-bottom: 5px solid #0D7BB9;
}

#leftContent{ width: 480px; }

#fullContent{ float: left, width: 100%; }

#nav{
	display: none;
	float: left;
	padding: 5px 0;
	margin: 5px 0;
	text-align: right;
	border-top: 2px solid #0D7BB9;
	width: 100%;
	font-weight: bold;
	font-size: 120%;
	height: auto;
}

#nav #cont{
	cursor: pointer;
	float: right;
	height: 0;
	width: 83px;
	overflow:hidden;
	background:url(../imgs/next.gif) no-repeat top center;
	padding: 25px 20px 0 0;
}

#nav #prev{
	cursor: pointer;
	float: left;
	height: 0;
	width: 83px;
	overflow:hidden;
	background:url(../imgs/back.gif) no-repeat top center;
	padding: 25px 0px 0 20px;
}

#fullBar h2, #rightBar h2{
	font-size: 30px;
	font-weight: normal;
	border-bottom: thin solid #0C7AB8;
	color: #0C7AB8;
	padding: 0 0 5px 0;
	margin: 0 0 11px 0;
}

#fullBar h3, #rightBar h3{
	font-size: 13px;
	color: #0C7AB8;
	margin: 0px 0 15px 0;
}

#rightContent #rightTitle{
	width: 170px;
	padding: 5px;
	height: auto;
	background-color: #0D7BB9;
	text-shadow: 1px 1px 0px #063550;
	color: #FFF;
	font-weight: bold;
}

#rightContent #content{
	padding: 5px;
	min-height: 100px;
}


/*********************FOOTER*****************/

#footerBarCont{
	float: left;
	padding: 5px 7px 0 7px;
	width: 900px;
	height: 10px;
	background:#FFFFFF url(../imgs/bkInner.jpg) repeat-y scroll center center;
}
#footerBar{
	float: left;
	width: 900px;
	height: 100%;
	background:transparent url(../imgs/bannerBK.gif) repeat-x scroll 0 -2px;
}

#footer{
	float: left;
	font-size: 60%;
	width: 860px;
	padding: 11px 27px 10px 27px;
	background: url(../imgs/footerBk.jpg) bottom no-repeat #FFF;
}


/************CONTACT FORM*****************/

form#contact input, form#contact textarea, form#contact select{
	margin: 5px 0 0px 0;	
}
