﻿
div.container
{
	width : 833px;
	margin : 0px Auto;
	height : 100px;	
}

div.banner
{
	background-image : url('images/banner.jpg');
	background-repeat : no-repeat;
	width : 833px;
	height : 137px;
	float : left;
} 

div.sideNav
{                            
	float : left; 
	width : 231px;
	height : 434px;
	background-image : url('images/side-nav.jpg');
	margin-left:4px;
}

	div.sideNav ul
	{
		margin : 10px 20px 20px 40px;
		padding : 0px;
	}

	div.sideNav li
	{
		list-style : none;	
		padding-bottom : 15px;
	}

	div.sideNav a:link
	{
		color:#ffffff;
		text-decoration:none;
	}
	div.sideNav a:visited
	{
		color:#ffffff;
		text-decoration:none;
	}
	div.sideNav a:active
	{
		color:#ffffff;
		text-decoration:none;
	}
	div.sideNav a:hover
	{
		color:#000000;
		text-decoration:none;
	}

div.topMenu
{
	width : 100%;	
	text-align:center;
}

	div.topMenu ul
	{
		margin-bottom : 10px;
		margin-top : 10px;

	}

	div.topMenu ul li
	{
		display : inline;
		padding-right : 25px;
	}

	div.topMenu ul li a:link
	{
		font-weight : bold;
		text-decoration : none;
		color : #ffffff;
	}
	div.topMenu ul li a:visited
	{
		font-weight : bold;
		text-decoration : none;
		color : #ffffff;
	}
	div.topMenu ul li a:active
	{
		font-weight : bold;
		text-decoration : none;
		color : #ffffff;
	}
	div.topMenu ul li a:hover
	{
		font-weight : bold;
		text-decoration : none;
		color : #ff0000;
	}

div.contentDisplay
{
	width : 574px;
	float : left;
	padding-left : 10px;
	padding-right : 10px;
}

div.mainImage
{
	background-image : url('images/front-image.jpg');
	background-repeat : no-repeat;
	height : 267px;
	width : 584px;
}

div.featureBox
{
	width : 168px;
	height : 161px;
	float : left;
	background-image : url('images/feature-box.jpg');
	background-repeat : no-repeat;
	margin-top : 5px;
	padding:10px;
}

div.FeatureBoxMargin
{
	margin-right : 5px;
}

div.row 
{
 width : 430px;
 float : left;
 padding : 5px;
}

div.row span.label
{
 width : 200px; float : left; text-align : right; padding-top : 3px; padding-right : 5px;
}
 
div.row span.formw 
{
  width: 195px;
  float: left;
  text-align: left;
  }
  
  
  div.rightbutton
  {
	margin-top : 20px;
	width : 380px;
	float : left;
	text-align : right;	
  }