#topcontainer{
	background: url(../images/home/topnav.jpg) repeat-x;
	width: 100%;
	height: 167px;
	margin: 0;
}
#topcontent{
width: 927px; 
margin: 0 auto;
	background: url(../images/home/home_slogan.gif) no-repeat right bottom;
	height: 157px;
}
#topcontent img.logo{
	margin-top: 38px;
}
#topcontent .topnavs{
	width: 300px;
	float: right;
	text-align: right;
	padding-top: 80px;
	font-size: 14px;
}
#topcontent a{
	text-decoration: none;
}

#middlecontainer{
	background-color: #f2e3ac;
	height: 332px;
	width: 100%;
	border-top: 2px solid #a3d8f5;
	border-bottom: 2px solid #a3d8f5;
	padding-top: 8px;
	padding-bottom: 8px;
}
#middlecontent{
width: 927px; 
margin: 0 auto;
height: 348px;
}
#mainnav{
	background-color: #fff1a0;
	width: 279px;
	height: 330px;
	border: 1px solid #a3d8f5;
	float: left;
	font-size: 13px;
}
#mainnav p{
	margin-bottom: 8px;
	margin-top: 0;
}
#mainnav .padder{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

ul#nav {
	width:250px;
	list-style:none;
	padding: 15px 0 5px;
	margin:0 auto;
}
ul#nav li {
	border-bottom: 2px solid #f5e584;
	font-size: 16px;
}
ul#nav li a, ul#nav li a:visited {
	color:#2091ce;
	background: url(../images/home/nav-icon.gif) no-repeat 5px;
	display:block;
	padding-top: 8px;
	padding-left: 25px;
	text-decoration: none;
	padding-bottom: 8px;
}
ul#nav li a:hover{
	background: #cfe7e6 url(../images/home/nav-icon.gif) no-repeat 5px;
		color:#53636c;
	text-decoration: none;
}

#mainimages{
	width: 637px;
	height: 330px;
	float: right;
	padding-left: 8px;
}
#mainimages .left{
	float: left;
	width: 232px;
}
#mainimages .left img{
	border: 1px solid #fff;
}
#mainimages img.margin{
	margin-bottom: 10px;
}
#mainimages .right{
	float: right;
	width: 392px;
}
#mainimages .right img{
	border: 1px solid #fff;
}

#maincontainer{
width: 927px; /*Width of main container*/
margin: 0 auto;
}

#contentwrapper{
	
float: left;
width: 100%;
background: url(../images/home/content_bg.jpg) repeat-x 0 top;
}

#contentcolumn{
margin-left: 279px;
	margin-top: 15px;
	line-height: 18px;
}

#contentcolumn h1{
	color:#2091ce;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}
#contentcolumn h2{
	color:#2091ce;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

#leftcolumn{
float: left;
width: 279px; /*Width of left column*/
margin-left: -927px;
padding-top: 15px;
}


#services{
	width: 204px;
	border: 1px solid #f5e584;
	background: #e1f0f7 url(../images/home/services_title.gif) no-repeat 2px 2px;
	padding: 15px 15px 15px 60px;
}

#services ul {
	list-style:none;
	margin:0 auto;
	padding: 0 0 10px;
	font-size: 14px;
}
#services ul li {
	margin-bottom: 5px;
}
#services ul li a, #services ul li a:visited {
	color:#53636c;
	background: url(../images/home/nav-icon.gif) no-repeat 5px 2px;
	display:block;
	padding-top: 0;
	padding-left: 25px;
	text-decoration: underline;
	padding-bottom: 8px;
}
#services ul li a:hover{
background: url(../images/home/nav-icon.gif) no-repeat 5px 2px;

	color:#2091ce;
	text-decoration: none;
}








