﻿
div.container
{
	width : 833px;
	margin : 0px Auto;
	height : 10px;	
}

div.banner
{
	background-image : url('images/banner.jpg');
	background-repeat : no-repeat;
	width : 833px;
	height : 162px;
	float : left;
} 
div.MainGraphicBanner
{
	background-image : url('images/main-image.jpg');
	background-repeat:no-repeat;
	width:833px;
	height:300px;
}
div.MainContentWrapper
{
	float : left;
	padding:5x;
	width:823px
}
div.sideNav
{                            
	float : left; 
	width : 231px;
	height : 434px;
	
	margin-left:4px;
}

	div.sideNav ul
	{
		margin : 10px 5px 5px 40px;
		padding : 0px;
		
	}

	div.sideNav li
	{
		list-style : none;	
		margin-bottom : 15px;
	}

	div.sideNav a:link
	{
		color:#000000;
		text-decoration:none;
	}
	div.sideNav a:visited
	{
		color:#000000;
		text-decoration:none;
	}
	div.sideNav a:active
	{
		color:#000000;
		text-decoration:none;
	}
	div.sideNav a:hover
	{
		color:#00abcf;
		text-decoration:none;
	}

div.topMenu
{
	width : 100%;	
	text-align:center;
	background-color : #081a5e;
	margin-bottom : 0px;
}

	div.topMenu ul
	{
		margin-bottom : 5px;
		margin-top : 5px;
		background-color : #081a5e;
		background-position : left;

	}

	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 : #ffed00;
	}

div.contentDisplay
{
	width : 574px;
	float : left;
	padding-left : 10px;
	padding-right : 10px;
}
	.ContentWrapper
	{
		padding-left:10px;
	}
div.mainImage
{
	
	background-repeat : no-repeat;
	height : 267px;
	width : 594px;
}


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;	
  }
  
  .ContentColumn
  {
	border:solid 2px #091fca; float:left; width:829px; height:350px; 
  }
  .ContentArea
  {
	border:solid 2px #091fca;  float:left; width:789px; padding: 20px;
  }
  
  .VerticalProp
  {
	height:350px;
	z-index:-1;
	float:left;
  }
  
  a.FeatureButton
{
 background-image : url('images/white.gif');
 background-position : center;
 background-repeat : no-repeat;
 float : left;
 color : #000000;
 display : block;
 padding-top : 10px;
 padding-left : 50px;
}

a.FeatureButton span
{
 width : 180px;
 height : 119px;
 float : left;
}

a.FeatureButton:hover
{
 color : #ffffff;
 float : left;
 background-image : url('images/black.gif');
 background-position : center;
 background-repeat : no-repeat;
 
}

.rollover
{
	padding:20px;
	margin-right:20px;
	margin-bottom:20px;
	display:inline-block;
	float:left;
}
	.rollover IMG
	{
		border:0px;
	}
	.rollover A
	{
		border:0px;
		text-decoration:none;
	}
	.rollover DIV
	{
		text-align:center;
	}
	
.rollover_plain_ 
{
	background-color:#fff;
	color:#000000;
}
	
	.rollover_plain_ A:link, .rollover_plain_ A:visited, .rollover_plain_ A:active, .rollover_plain_ A:hover
	{
		color:#000000;
	} 


.rollover_hover_ 
{
	background-color:#000000;
	color:#ffffff;
}
	.rollover_hover_ A:link, .rollover_hover_ A:visited, .rollover_hover_ A:active, .rollover_hover_ A:hover
	{
		color:#ffffff;
	} 