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

body{
	font-family:Arial, Helvetica, sans-serif;

}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#9B9A96;
}
h3.call{ margin-bottom:0; padding-bottom:0px;}
h4 { font-size:12px; margin-top:0; padding-top:0px;}

span.bold{ font-weight:bold;}
mainwrap
{
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
#innerwrap
{
	width:940px;
	padding-left:10px;
	padding-right:10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	height: auto;
	clear: left;
	padding-bottom: 20px;
}
#midwrap
{
	width:950px;
	padding-left:20px;
	padding-right:20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	height: auto;
}



#nav
   {
	width:940px;
	height:40px;
	color:#CCC;
	font-size:14px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	
   }
   
   #nav ul
   {
	list-style:none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-top: 10px;
	padding-left: 10px;
	   
   }
   
   #nav ul li
   {
	display:inline;
	margin-right: 22px;
   }
   #nav a{text-decoration: none; color:#666;}

   #nav a:hover{
	color:#09F;
}






#header
{
	width:940px;
	height:320px;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#headerleft
{
	width:auto;
	float:left;
	
}

#logo
{
	width:224px;
	height:130px;
	top: 0px;
	margin-bottom: 20px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
  	
}

#strap
{
	width:auto;
	height:auto;
	padding-left: 10px;
	line-height: 19px;
	
}

#mainimg
{
	float:right;
	width:705px;
	height:300px;
	
}




#cont
{
	background-color:#FFF;
	width: 940px;
	margin-bottom: 20px;
	overflow: hidden;
	border-top-style: solid;
}

#contleft
{
	width:610px;
	float:left;
	height: auto;
	
}
#contright
{
	float:right;
	width:200px;
	height:auto;
	
}

#contright ul 
{
	margin-left:0px;
	line-height:30px;
	padding: 0;
	list-style-type: none;
	
	
}
#contright ul li
{
	
	font-size:18px;
	
	
	
}

#footer
{
	width:auto;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	clear: both;
	padding: 10px;
	border-top-style: solid;
	font-size: 12px;
}

   #footer ul
   {
	list-style:none;
	
	margin: 0;
	padding: 0;
	padding-top: 10px;
	   
   }
   
   #footer ul li
   {
	display:inline;
	margin-left:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
   }
   #footer a{
	text-decoration: none;
	color:#666;
}

   #footer a:hover{
	color:#09F;
}

.footerfloat{
	float:left;
	margin-right: 20px;
	padding-left: 10px;
	border-left-style: solid;
	font-size: 16px;
}
.clearall{ clear:left;}
#footer 
