body 
{
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-size: 9pt;
height: 100%;
color: #333;
background-color: #9d1b1b;
}

a:link 
{
color: #9d1b1b; 
font-weight: normal;
text-decoration: underline;
}

a:visited 
{
color: #9d1b1b; 
font-weight: normal;
text-decoration: underline;
}

a:hover 
{
color: #9d1b1b; 
font-weight: normal;
text-decoration: underline;
}

a:active 
{
color: #9d1b1b; 
font-weight: normal;
text-decoration: underline;
}

h1
{
color: #9d1b1b;
font-size: 11pt;
margin: 20px 0 0 0;
padding: 0;
}

h2
{
color: #9d1b1b;
font-size: 10pt;
margin: 20px 0 0 0;
padding: 0;
}


#container
{
color: #333;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
}

#mainbody
{
background-image: url("images/back_body.gif");  /*gray lines left and right, plus right of main body (before pic)*/
clear: both;
background-color: #fff;
height: 100%;
margin: 0px;
overflow-x: hidden; 
overflow-y: hidden;
}

#bottomgraphic
{
background-image: url("images/bottom_body2.gif");
clear: both;
height: 8px;
margin: 0px;
overflow-x: hidden; 
overflow-y: hidden;
width: 950px;
}



/*--- header -------------------------------------------------*/

#header
{
height: 235px;
margin: 0px auto;
width: 950px;
overflow-x: hidden; 
overflow-y: hidden;
}

/*--- footer ------------------------------------------------*/

#footer
{
clear: both;
color: #fff;
height: 20px;
margin: 0px;
width: 950px;
}

#footerleft /*--- copyright ---------*/
{
float: left;
font-size: 8pt;
text-align: left;
width: 400px;
}

#footerright /*--- navigation ---------*/
{
float: right;
font-size: 8pt;
width: 500px;
text-align: right;
}

#footerright a /*--- navigation ---------*/
{
color: #fff;
}


/*---main area of page ---------------------------------------*/

#spacer
{
float: left;
width: 950px;
height: 20px;
}

#leftsidebar
{
width: 180px;
float: left;
margin-left: 10px;
}

#content
{
margin: 0 5px 0 230px;
}

#contentleft
{
float: left;
width: 360px;
}
#contentright
{
float: right;
width: 280px;
}


.photorighthome {
align: left;
padding:2px 0px 8px 10px; 
margin: 0; 
font-size:8pt; 
font-style:italic; 
width: 250px;
}


/*----- nav above top photo -----------------------------------------------*/

#navcontainer, #navcontainer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 19px;
}

#navcontainer li{
	float: right;
}

#navcontainer li a{
	float: left;
	overflow: hidden;
}

#navcontainer a:hover,
#navcontainer a.selected,
#navcontainer a:hover.selected,
#navcontainer a:active {
	background-position: 0 -40px;
}

#navHome a{
	width: 90px;
	height: 21px;
	background: url(images/buttons/button_home.gif);
	background-repeat: no-repeat;
}
 
#navAbout a{
	width: 90px;
	height: 21px;
	background: url(images/buttons/button_about.gif);
	background-repeat: no-repeat;
}

#navContact a{
	width: 90px;
	height: 21px;
	background: url(images/buttons/button_contact.gif);
	background-repeat: no-repeat;
}

#navServices a{
	width: 90px;
	height: 21px;
	background: url(images/buttons/button_services.gif);
	background-repeat: no-repeat;
}

#navFAQs a{
	width: 100px;
	height: 21px;
	background: url(images/buttons/button_faqs.gif);
	background-repeat: no-repeat;
}
