body{
	font-family: Verdana, sans-serif, Arial;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: url(../images/tile1.gif) top left repeat;
}

a:link, a:visited {
	color: #4b4431;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif, Arial;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, sans-serif, Arial;
 font-size: 120%;
 color: #4b4431;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #4b4431;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #c7b377;
}

h5{
 font-size: 100%;
 color: #c7b377;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #4b4431;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 660px;
	height: 100%;
	text-align: left;
	border: 1px solid #c7b377;
}
#masthead{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 3px solid #c7b377;
	background: #d4cbaa;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #d4cbaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
    float:right;
	width: 75%;
	margin: 0;
	padding: 3% 3% 3% 0;
}
#content img{
	padding: 0px 10px 0px 110px;

}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 12px;
	font-family: Verdana, sans-serif, Arial;
}

.feature h2{
	padding: 30px 0px 5px 0px;
	text-align: left;
}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story {
	clear: both;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-family: Verdana, sans-serif, Arial;
}

.story p{
	padding: 0px 0px 5px 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 5px 10px;
	margin-top: -1px;
	border-top: 1px solid #c7b377;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #c7b377;
}

#advert img{
	display: block;
}


table.servicesT { 
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 12px;
color: #000000;
width: 482px;
background-color: #c7b377;
border: 1px #ffffff solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
}


table.servicesT td.servHd {
border-bottom: 2px solid #c7b377;
background-color: #4b4431;
text-align: center;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 16px;
color: #d4cbaa;
padding: 10px 0 5px 0;
}


table.servicesT td { 
border-bottom: 1px dotted #4b4431;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 12px;
color: #4b4431;
background-color: white;
text-align: left;
padding: 15px 0 0 3px;} 

td.servBodL { 
border-left: 1px dotted #d4cbaa;
font-weight:bolder;
color: #000000;
 }



