/* from Base CSS */ 
body{
	margin: 0px;
	padding: 0px;
	background-color: #f1efeb;
	
}

p{
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3{
	font-family: verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	
}


h1{
	color: #000;
	margin-top:5px;	
}
h2{
	color: #999b9e;
	
}



#container{
	position: relative;
	margin: 5px 0px;
	width: 982px;
	height: auto;
	color: #000;	
}


#container_top{	
	height: 3px;
	margin:0px;
	padding:0px;

}

#container_middle{
	background: url(/img/container/middle.png) repeat-y;
	height: auto;
	margin: 0px;
	padding: 0px;
	top: 0px;
	
}

#container_bottom{
	height: 4px;
}

#logo{
	position: absolute;
	top: 31px;
	left: 38px;
	}
	
#logo img{
	border: none;
}

#header {
	position: relative;
	background: url(/img/header.png) no-repeat;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 69px;
	width: 976px;
	padding: 0px;
}

img{
	border: none;
	margin: 0px;
	padding: 0px;
}

#footer{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	margin: 5px 5px 70px;
	color: #999b9e;
}

#footer a, #footer a:active{
	color: #999b9e;
	text-decoration: none;
}

#footer a:hover, #footer a.on{
	color: #007cc2;	
	text-decoration: none;
}

#footer img{
	margin: 0px 5px;
}


#nav{
/*	position: relative;
*/	/*height: 38px;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 30px 0px 5px 32px;

	padding: 0px;

	}
	

	
#nav a, #nav a:active{
	color: #999b9e;
	vertical-align: middle;
	text-decoration: none;
/*	padding-top: 30px;
*/	margin: 0px 7px 0px;
}
#nav a:hover, #nav a.on{
	color: #007cc2;	
	text-decoration: none;
	margin: 0px 7px 0px;

}

#contact_nav {
	position: absolute;
	top: 93px;
	left:775px;
	} 
	
/*#nav{
	position: relative;
	height: 38px;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	margin-top: 5px;
	}
	
#nav a, #nav a:active{
	color: #999b9e;
	text-decoration: none;
	padding-top: 30px;
	margin: 5px 10px 0px;
}
#nav a:hover, #nav a.on{
	color: #007cc2;	
	text-decoration: none;
	margin: 5px 10px 0px;
}*/
/*#home-nav{
	padding: 5px 25px 0px 0px;
	
}*/

#bottom {
	position: relative;	
	padding: 0px;
	height: auto;
	width: auto;
	margin-left: 235px;
	padding-bottom: 25px;
}

#bottom img{
	border: none;
}



/*
#bottom_left{
	float:left;
	color: #000;
	width:611px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;	
}*/




/* text css */
#bottom p, #bottom ul, #bottom ol{
	width: 430px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
}

#bottom ul, #bottom ol{
	padding: 10px 50px 10px 25px;
	width: 380px;
}

#bottom ol{
	padding-bottom: 0px;
}

#bottom li{
	padding: 5px 0px 5px;
}

h1{
	font-size:11px;
	color: #000;
	margin: 15px 0px 5px;
}

h2{
	font-size: 14px;
	color: #007CC2;
	margin: 15px 0px 5px;
}
#container_middle{
	height: auto;
}

#top{
	margin-left: 2px;
	height: 86px;
	/*background-color: #fff;*/
}

#top_left img{
    padding: 6px 0px 0px 0px;
	margin-left: 1px;
	background-color: #ededed;
}


a, a:active{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #007CC2;
}

/*#home-nav{
	padding: 5px 25px 0px 0px;
	
}*/

#nav img, #footer img{
		vertical-align: middle; 
		border: none;
}