/* updated November 25, 2011 */

body 
{
	/* IE: required to center fixed-width page */ 
	text-align: center;
	
	background-color: #E3E3E3;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#hiddenlogo 
{
	display: none;
}

#container 
{
	/* IE: required to center fixed-width page */
	text-align: center;

	/* IE: proper width */
	width: 870px;	
	
	height: auto;
	margin:auto;			
	padding-top: 22px;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8AB8E9;
	border-right-color: #8AB8E9;
	border-bottom-color: #8AB8E9;
	border-left-color: #8AB8E9;
}

/* non IE over-ride */
html>body #container
{
	width: 866px;	
}

#header 
{
	background-image: url(images/layout_04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 201px;
	width: 821px;
	margin-right: auto;
	margin-left: auto;
}

#nav 
{
	background-image: url(images/layout_06.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 821px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

#nav ul li 
{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#nav ul li a 
{
	color:#fff;
	text-decoration: none;	
}

#nav ul li a:hover 
{
	color:#CFF3FF;
	text-decoration: none;
}

#nav ul 
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 85px;
}

.heading h3
{
	/* IE: proper positioning */
	text-align: left;
	
	/* IE: proper width */		
	width: 821px;
	
	/* IE: proper height */
	height: 56px;
	
	background-image: url(images/layout_10.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #0f3676;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 7px;
}

/* non IE over-ride */
html>body .heading h3
{
	width: 806px;
	height: 38px;
}

.maincontent 
{
	/* IE: proper positioning */
	text-align: left;
	
	/* IE: proper width */
	width: 821px;
	
	height: auto;
	border: 2px solid #E3E3E3;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #181818;
	line-height: 19px;
}

/* non IE over-ride */
html>body .maincontent
{
	width: 787px;
}

#footer 
{	
	/* IE: proper width */
	width: 866px;
	
	background-image: url(images/layout_18.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 39px;
	
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	padding-right: 15px;
	padding-top: 80px;
}

/* non IE over-ride */
html>body #footer
{
	width: 855px;
}

#map 
{
	float:right;
	width: 400px;
	height: 400px;
	clear: both;
}

#contacttext 
{
	width: 380px;
	height: 400px;
	
}

.Red 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
}

#membersTable
{
	width: 100%;
}

#membersTable td
{
	padding-left: 3px;
	padding-right: 3px;
}


