
body {
margin : 10px;
background : #e6d7a9;
background : url(images/backgroundTile.gif);
font : normal 15px/21px georgia;
color : #dfc16c;
}

#mainContent {
width:895px;border:4px solid #392712;padding-bottom:0px;
}

#navBg {
background : url(images/navBg.gif) no-repeat;height:23px;
}

#topNav ul {
list-style : none;
padding : 0;
margin : 0;
}

#topNav li {
float : left;
margin : 0px 0 0 0;
font : normal 11px/12px georgia;
text-transform: uppercase;
color : #fbe7d3;
}


#topNav a {
display : block;
float : none;
}

#topNav a {
color : #fbe7d3;
text-decoration : none;
padding-top : 6px;
height:17px;
}

#topNav a#selected {
color : #392712;
text-decoration : none;
padding-top : 6px;
background:#cfad4d;
height:17px;
}
#topNav a#selectedContact {
color : #392712;
background : url(images/contactBG.gif) no-repeat #cfad4d;
text-decoration : none;
padding-top : 6px;

height:17px;
}
#topNav a#selectedOver {
color : #392712;
background : url(images/overviewBG.gif) no-repeat #cfad4d;
text-decoration : none;
padding-top : 6px;

height:17px;
}



#topNav a:hover {
color : #392712;
text-decoration : none;
padding-top : 6px;
background:#cfad4d;
height:17px;
}

#topNav.over a:hover
{
color : #392712;
background : url(images/overviewBG.gif) no-repeat #cfad4d;
text-decoration : none;
padding-top : 6px;
height:17px;
}


#allCol {
width:895px;background : url(images/mainBGTile.gif) repeat-y;
}
#leftCol {
width:345px;float:left;padding:30px 0 0 0;
}

#rightCol {
width:460px;float:left;text-align:left;padding:30px 90px 0px 0;min-height:270px;
}

.quoteBox {
text-align:left;padding:15px;background : url(images/homeQuote.gif) no-repeat;width:450px; height:60px;margin-top:30px;color:#32200b;font-size:14px;line-height:19px;font-style: italic;
}
.quoteLogo {
width:75px;float:left;
}

#footer {
width:895px;color : #392712;font-size:12px;text-align:left;padding:5px;
}

a:link {
color : #ffffff;
text-decoration : underline;
}

a:visited {
color : #ffffff;
text-decoration : underline;
}

a:hover {
color : #cfad4d;
text-decoration : underline;
}


h1 {
	font-size: 26px;
	font-weight:normal;
	color:#dfc16c;
	padding: 0px 10px 6px 0px;
	margin : 0 0 0 0;
/*	border-bottom: solid 1px #324153; */
}

img { 
border: none;
  -ms-interpolation-mode: bicubic;
 }

.bold {
font-weight:bold;
}

.clearAll {
clear : both;
}

.floatRite {
float:right;
}

