/* CSS Document */
body
{	margin:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	
}
div#page
{
	width:780px;
	margin:0 auto 0 auto;
}

div#header
{
	width:780px;
	height:72px;
}
div#navBar
{	
	width:780px;
}
div#content
{
	width:780px;
	
	
}
/*left side is divided into sections to keep everything aligned*/
div#leftColumnHome
{	
	width:565px;
	padding:5px 5px;
	float:left;
	line-height:16px;
	margin:0px;
}
div#topContainer
{	
	width:565px;
	float:left;
}
div#flash
{
	width:565px;
	float:left;
	padding-top:3px;
}
div#topText
{	
	width:277px;
	float:left;
	
}
div#topPicture
{	
	width:280px;
	float:right;
	padding:0px;
	margin-bottom:10px;
}
div#bottomText
{	
	width:270px;
	float:left;
	border:1px solid #cecf95;
	padding:3px 0px 5px 5px;
	margin-top:8px;
}

/*start table here*/
div#tableContainer
{	
	width:570px;
	float:left;
	margin:0px;
}

div#topTable
{
	background-color:#3b3b3b;
	font-weight:bold;
	font-size:18px;
	color:white;
	text-align:center;
	width:280px;
	float:left;
	margin-top:3px;
	padding:3px 0px 3px 0px;
	margin-right:0px;
	
}
div#topTable a, a:visited
{	
	font-weight:bold;
	font-size:14px;
	color:white;
	text-decoration:none;
	
}
div#topTable a:hover, a:active
{
	font-weight:bold;
	font-size:14px;
	color:white;
	text-decoration:underline;
}

div#leftTable
{	
	padding:10px 2px 10px 2px;
	width:280px;
	float:left;
}
div#rightTable
{	
	padding:10px 2px 10px 2px;
	width:280px;
	float:left;
	margin:0px;
	
}

div#heaterText
{	
	width:85px;
	float:left;
	margin:0px;
	padding:50px 2px 0px 2px;
	text-align:right;
	margin:0px;
}
div#heaterText a, a:visited
{
	color:#b42e22;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	
}
div#heaterText a:hover, a:active
{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
div#tableContent
{	
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	width:280px;
	float:left;
	padding-top:5px;
}
div#tableContainer div#picture
{	
	width:165px;
	float:left;
	padding-top:5px;
}



/*right side starts here*/
div#rightColumnHome
{		
	border-left:1px solid #cecf95;
	width:186px;
	margin-top:10px;
	
	float:right;
	text-align:right;
	
}

/*template styles*/

div#leftColumn
{	
	width:135px;
	padding:15px 0px 0px 5px;
	float:left;
	margin-top:10px;
}
div#rightColumn
{	
	width:616px;
	padding:0px 10px;
	float:left;
	margin-top:25px;
	border-left:1px solid #cecf95;
	
	
}
div#equalRight
{
	width:275px;
	float:right;
}
div#equalLeft
{
	width:275px;
	float:left;
}
div#innerleft
{
	width:400px;
	padding:0px 8px;
	float:left;
}
div#innerright
{
	width:169px;
	padding:15px 8px 10px 8px;
	float:left;
	background-color:#cecf95;
	border:1px solid black;
	margin-top:100px;
}

div#innerrightbottom
{
	width:154px;
	padding:2px;
	float:left;
}
div#benTwoColumn
{
	width:295px;
	float:left;
	padding:5px;
}
div#mountTwoColumn
{
	width:295px;
	float:left;
	padding:5px;
}
	
div#footer
{
	width:780px;
	float:left;
	font-size:9px;
	color:#3b3b3b;
	text-align:center;
	padding-bottom:10px;
}
div#textleft
{
	width:435px;
	float:left;
}
div#pictureright
{
	width:175px;
	float:left;
	text-align:center;
}

div#rectangle
{
	width:280px;
	background-image:url(images/rectangel-green.jpg);
	height:85px;
	background-repeat:no-repeat;
	float:left;
	margin-left:3px;
	padding:10px 15px;
}
	
	


	
	


