body {
    margin: 0;
	padding: 0;
	background-color: #FFF0D9;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
	font-size: 10pt;
}

select,option,input,textarea{
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial;
	font-size: 10pt;
}

img {
    border: 0;    
}

sup {
    font-size: 8pt;
}

a {
	/*color: red;*/
	color: #f7941c;
	text-decoration: none;
}

span.highlight {
	color: yellow;
}

h1,h2,h3,h4{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 span{
	display: none;
}

span.highlight{
	color: #666666;
	display: inline;
}

hr{
	border: 0;
	background-color: black;
	height: 1px;
}

.nobr{
	white-space: nowrap
}


/*------------------------------------*/
/*	HEADER STYLES		*/
/*------------------------------------*/
#headerFull #headerContainer ul#topNav li {
	float: left;
	list-style-type: none;
	position: relative;
	text-transform: uppercase;
	padding: 0 20px 0 20px ;
	display: block;
	font-size: 11px;
	border-right: solid #FAA526 1px;
}

#headerFull #headerContainer ul#topNav li.last {
	padding: 0 0 0 20px;
	border: 0;
}

#headerFull #headerContainer ul#topNav li a:hover {
	color: #00C3B9;
}

body#bHome #headerFull #headerContainer ul#topNav li a#tnHome:link,
body#bHome #headerFull #headerContainer ul#topNav li a#tnHome:visited,
body#bHome #headerFull #headerContainer ul#topNav li a#tnHome:hover,
body#bHome #headerFull #headerContainer ul#topNav li a#tnHome:active,
body#bAbout #headerFull #headerContainer ul#topNav li a#tnAbout:link,
body#bAbout #headerFull #headerContainer ul#topNav li a#tnAbout:visited,
body#bAbout #headerFull #headerContainer ul#topNav li a#tnAbout:hover,
body#bAbout #headerFull #headerContainer ul#topNav li a#tnAbout:active,
body#bServices #headerFull #headerContainer ul#topNav li a#tnServices:link,
body#bServices #headerFull #headerContainer ul#topNav li a#tnServices:visited,
body#bServices #headerFull #headerContainer ul#topNav li a#tnServices:hover,
body#bServices #headerFull #headerContainer ul#topNav li a#tnServices:active,
body#bContact #headerFull #headerContainer ul#topNav li a#tnContact:link,
body#bContact #headerFull #headerContainer ul#topNav li a#tnContact:visited,
body#bContact #headerFull #headerContainer ul#topNav li a#tnContact:hover,
body#bContact #headerFull #headerContainer ul#topNav li a#tnContact:active,
body#bDirections #headerFull #headerContainer ul#topNav li a#tnDirections:link,
body#bDirections #headerFull #headerContainer ul#topNav li a#tnDirections:visited,
body#bDirections #headerFull #headerContainer ul#topNav li a#tnDirections:hover,
body#bDirections #headerFull #headerContainer ul#topNav li a#tnDirections:active
{
	color: #00C3B9;
}


/*------------------------------------*/
/*	CONTENT STYLES		*/
/*------------------------------------*/

#contentFull {
	width: 100%;
	padding: 35px 0 35px 0;
	background-color: #FFFFFF;
}

#contentFull #contentContainer {
	margin: 0 auto;
	width: 776px;
}

/*------------------------------------*/
/*	FOOTER STYLES		*/
/*------------------------------------*/

#footerFull {
	width: 100%;
	background-color: #FFF0D9;
}

#footerFull #footerContainer {
	margin: 0 auto;
	padding: 25px 0 30px 0;
	font-size: 7pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FAA526;
	width: 776px;
	height: 40px;
}

#footerFull #footerContainer #footerLeftContainer {
	float: left;
	font-size: inherit;
	font-family: inherit;
	text-align: center;
}

#footerFull #footerContainer #footerLeftContainer #footerLeftContent {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 0 0 30px;
	background-image: url(../../images/logoFooter.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	color: #9F8258;	
}

#footerFull #footerContainer #footerRightContainer {
	float: right;
	width: 350px;
	font-size: inherit;
	font-family: inherit;
}

#footerFull #footerContainer #footerRightContainer #footerRightContent {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 0 0 0;
	text-align: right;
}


#footerFull #footerContainer #footerRightContainer #footerRightContent span {
	color: #9F8258;
	padding: 0 10px 0 10px ;
	font-size: 7pt;
	border-right: solid #9F8258 1px;
}

#footerFull #footerContainer #footerRightContainer #footerRightContent span.last {
	padding: 0 0 0 10px ;
	border-right: 0;
}

#footerFull #footerContainer #footerRightContainer #footerRightContent span a:visited,
#footerFull #footerContainer #footerRightContainer #footerRightContent span a:hover,
#footerFull #footerContainer #footerRightContainer #footerRightContent span a:active,
#footerFull #footerContainer #footerRightContainer #footerRightContent span a:link {
	font-size: inherit;
	font-family: inherit;
	color: #9F8258;
	text-decoration: underline;
}





