body 
{

	
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;

	padding: 0px;		
	margin: 0px;
	
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: 190px 190px;
	background-color: #333333;
}

#wrapper 
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
		
	display: block;
}

#wrapper #head 
{
	height: 173px;

	margin: 10px 0 0 0;

	background-image: url(images/headerBg.png);
	background-position: 210px 210px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
}

#wrapper #head #nav 
{
	color: #8B8FAF;
	font-size: 1em;
	font-weight: bold;
	text-align: right;

	background-image: url(images/headLogo.png);
	background-repeat: no-repeat;
	background-position: left 25px;

	margin: 0 auto 0 auto;
	padding: 0 25px 0 0;
	
	width: 1000px;
	height: 170px;
	
	display: block;
}

#wrapper #head #nav ul 
{
	margin: 0px;

	padding: 30px 50px 0px 0px;

	float: right;

	display: block;

	height: 30px;
}

#wrapper #head #nav li 
{
	display: inline;

	margin: 0px;
	padding: 0px;
}

#wrapper #head #nav a
{
	min-width: 50px;

	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;

	display: block;

	float: left;

	text-align: center;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #789BAF;		
}

#wrapper #head #nav a:hover
{
	color: #686DB0;	
}

#wrapper #head #address {
	padding: 30px 10px 10px 500px;

	display: block;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.25em;
	text-align: right;
	
	height: 75px;
}

#wrapper #head #address p{
	padding: 0px;
	margin: 0px;
}

#wrapper #main {
	padding: 10px 25px 25px 25px;		
	margin: 0 auto 0 auto;

	min-height: 300px;
	width: 800px;

	background-color: #291515;
	background-image: url(images/centerBg.png);
	background-repeat: repeat-x;
	
	border: 1px solid #202020;

	font-size: .85em;
}

#wrapper #main li
{
	list-style-image: url(images/bullet_red.gif);
	list-style-type: square;
	
	max-width: 375px;
}

#wrapper #main h2
{
	font-weight: normal;
	color: #FFCC66;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.50em;
}


#wrapper #main img 
{
	float: right;

	margin: 40px 10px 10px 50px;

	border: solid 1px #000000;

	max-width: 300px;	
}

#wrapper #bottom 
{
	background-image: url(images/bottomBg.png);
	background-repeat: repeat-x;
	
	min-height: 400px;

	padding: 15px 0 15px 0;
}

#wrapper #bottom #bottomInner 
{
	width: 890px;
	padding: 0 0 0 15px;
	margin: 0 auto 0 auto;
}

#wrapper #foot 
{
	clear: both;

	padding: 15px;

	font-size: .65em;
	color: #9A9581;
}


.box 
{
	background-image: url(images/box.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #0F0A0E;
	
	width: 232px;
	min-height: 175px;

	padding: 10px;
	
	margin: 5px 15px 15px 20px;
	
	float: left;
	
	color: #999999;
	font-size: .80em;
	
	border-width: 1px;
	border-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.box li
{
	list-style-image: url(images/bullet_blk.gif);
	list-style-type: square;	
}

.box h2, .box b
{
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	
	width: 190px;
}

.box b
{
	margin-bottom: 3px;

	display: block;
}

.box p, .box ul
{
	margin: 0px 30px 0 0;
	
}


a 
{
	color: #A8C1CF;
	font-weight: bold;
	text-decoration: none;
}


a:hover
{
	color: #E0EAEF;
}

/********* Proteus Required **********/
#foot
{	
	clear: both;
	margin: 10px auto 0px auto;
	padding: 0px 0px 10px 0px;	
	
	border: 0;
	
	width: 962px;
	
	background-color: transparent;
	
	text-align: center;
	font-size: 9px;
	
	min-height: 5px;
}

#foot p
{
	text-align: left;
	padding-left: 75px;	
}

#foot a.validHtml, #foot a.validCss
{
	width: 88px;
	height: 31px;

	float: right;
	position: relative;
	top: -5px;
}

#foot a.validCss
{
	float: right;
	
}

#foot a.validHtml
{

	padding-right: 75px;

}
/****************************************************/
img
{
	border-style: none;
}
/************[Table Styles]**************/
#wrapper #main table
{
	width: 430px;

	padding: 0px;
	margin: 0px;	

	border: solid 1px #563636; 	
	
}

#wrapper #main td
{
	padding: 5px;
	margin: 0px;	

	border: solid 1px #563636; 	
}

#wrapper #main tr
{
	background-image: url(images/cellBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#wrapper #main tr:hover
{
	background-image: url(images/cellBg.png);
	background-repeat: repeat-x;
	background-position: center;	


}

#wrapper #main tr
{
	padding: 0px;
	margin: 0px;	
}

#wrapper #main .rTable img
{
	padding: 0px;
	margin: 0px;	
	border: solid 1px #000000; 	
}

.rImg
{
	width: 75px;
	height: 50px;
}

#wrapper #main .td1
 {
	width: 79px;
		border: solid 1px #563636; 	
 }
 
#wrapper #main .td2
 {
 	font-size: 12px;
 	font-weight: bold;
 }  
 
#wrapper #main .td3
 {
  	font-size: 12px;
 }
 

.townDiv
{
	padding-left:10px;
	font-size: 12px;	
}

.townDiv div
{
	width: 375px;	
	display: inline;
	margin: 25px 50px 0 0;

}

  #wrapper #main .pageDiv .townDiv ul
{
	margin-top: 0px;
	padding-top: 0px;

}




#wrapper #main .pageDiv .townDiv table {
	border: 0px none #000000;
	padding: 0px;
	width: 360px;
}
#wrapper #main .pageDiv .townDiv td {

	border: 0px none #000000;	
	padding: 0px;

	}
	
#wrapper #main .pageDiv .townDiv tr
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
}