/* CSS Document */
body	{
	font-size:	75%;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	margin-bottom: inherit;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #E9E9E9;
	background-image:url(images/bg_fade.jpg);
	background-repeat:repeat-y;
	background-position:center;
	line-height: 140%;
	border:0;
	}		
	
p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	font-size: 1.0em;
	}	

#wrapper {
	text-align: left;
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
	
.small	{	
	font-size:	0.90em;
	}

.highlight	{
	font-weight: bold;
	}	
			
.reverse {
	color: #2A2E85;
	}
	
.white {
	color: #FFFFFF;
	}	

.RowOdd {
	background-color: #81CB7E;
	color: #2F4F43;
	}

.RowEven {
	background-color: #A6DBA4;
	color: #2F4F43;
	}
.redfont {
	color:#900;
}
		
h1	{
	font-family: Arial, Tahoma, Verdana;
	font-size:	1.35em;
	font-weight: bold;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color: #056CA8;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	}	
		
h2	{
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	font-size:	1em;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h3	{	
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h4	{	
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
	
h5	{	
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	0.85em;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}		
		
h6	{	
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}			
	

/* Links */		
			
a:	{
	text-decoration:	none;
	color:#2A2E85;
	}				
			
a:link	{
	text-decoration:	none;
	color:#056BAD;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:#056BAD;
	}	
		
a:active	{	
	text-decoration:	none;
	color:#056BAD;
	}	
		
a:hover	{
	text-decoration:	underline;
	color:#056BAD;
	}	
.formbutton{
	color:#333;
	text-decoration: none;
	background-image: url(images/formbutton.jpg);
	background-repeat: no-repeat;
	width: 172px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Arial, serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* Form elements and buttons */

.formbutton:link{
	color:#333;
	text-decoration: none;
}
.formbutton:hover{
	color:#1496D4;
	text-decoration: none;
}
.formbutton:visited{
	border: 1px #FFFFFF outset;
	color:#333;
	text-decoration: none;
}


/* styles for contact form */
#Name, #Phone, #email {
	width: 180px;
	margin-bottom: 5px;
  }

#Name, #Phone, #email, #comments, #answer_out {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #F1F4FA;
	text-align: left;
	padding: 3px;
	border: 1px solid #AAC8EC;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 1px;
  }
  
#comments {
	width: 310px;
	height: 50px;
	margin-bottom: 10px;
}
  
.formtext {
	text-align: right;
	padding-right: 5px;
}

/*MDS additional styles*/

#memberbutton {
	position: absolute;
	top: 210px;
	right: 6px;
}

#memberbutton_home {
	position: absolute;
	top: 318px;
	right: 6px;
}

.memberbutton {
	color:#FFF;
	text-decoration: none;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	width: 116px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Arial, serif;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 11px;
	padding-left: 16px;
	text-align: left;
}
.memberbutton:hover {
	color:#000;
	text-decoration: none;
}

.memberbutton:visited {
	border: 1px #FFFFFF outset;
	color:#FFF;
	text-decoration: none;
}

.memberbutton a {
	color:#FFF;
}





.tablemargin{
	margin-left: 30px;
}

#map {
	padding-bottom: 10px;
}

#map p{
	padding-top: 10px;
	padding-left: 10px;
}

#mapcontainer iframe{
	border: 1px solid #AAC8EC;
}


#mapcontainer {
	padding-left: 20px;
}

#mapdirections {
	padding-left: 20px;
}


/* Scrollbar - remove /* if active - see http://www.chillibomb.com/scroll_bars.htm for tool */

/* html, body{
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-BASE-COLOR: #51B84D;
SCROLLBAR-TRACK-COLOR: #3E6959;
} */


/* Layout Options tables  */

#mainlayout {
	height:592px; 
	width:1003px;
	left:70%; 
	margin-left:-301px; 
} 
.footer
{
	background-image: url(images/shadow_bottom.png);
	background-repeat: no-repeat;
	font-size: 95%;
}

#tradelogos
{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}


.highlights {
	color: #FFFFFF;
	font-size: 90%;
}
.highlights a {
	color: #96D7F2;
	text-decoration: none;
	font-weight: normal;
}
.highlights a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.highlights a:visited {
	font-weight: bold;
}

/*  AO - Admin site styles  */

.admintable table {
border:0;
}
.admintable th {
padding:8px;
background-color:#b9c9fe;
background-image:url(images/gradhead.png);
background-repeat: repeat-x;
text-align:left;
}
.admintable td {
padding:8px;
background-color:#e8edff;
background-image:url(images/gradback.png);
background-repeat: repeat-x;
}
.admintable li {
margin-top:6px;
}

a.whitefont:	{
	text-decoration:	none;
	color:#fff;
	}				
			
a.whitefont:link	{
	text-decoration:	none;
	color:#fff;
	}	
		
a.whitefont:visited	{	
	text-decoration:	none;
	color:#fff;
	}	
		
a.whitefont:active	{	
	text-decoration:	none;
	color:#fff;
	}	
		
a.whitefont:hover	{
	text-decoration:	underline;
	color:#fff;
	}	

img.adminnav {
padding-right:20px;
}

.newsdividerTD {
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
	background-position: center center;
}

.adminicons {
float:left;
width:80px;
text-align:center;
}

textarea {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

