/* CSS Document */

body 
{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background-color: #252935;
}
.main_text, table, li, input, textarea, select
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	}
h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #561A36;
	line-height: normal;
}
h1.alt { color: #0099FF;}
h2.maroon { background-color: #561A36; color:#FFFFFF;  }

.maroonquote { color:#561A36;font-weight:bold; font-style:italic;  }
.bluequote { color:#2c4655;font-weight:bold; font-style:italic;  }

.pullquote {
	color: #FFFFFF;
	font-size:18px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.footerinfo {
	font-size:14px;
	font-weight:bold;
	color:#561A36;
	line-height: 18px;
}
.contactinfo {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height: 18px;
}
.bqstart {
	float: left;
	height: 100px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #FFFFFF;
 }

 .bqend {
	float: right;
	height: 25px;
	margin-top: -10px;
	padding-top: 45px;
	font-size: 700%;
	color: #FFFFFF;
 }


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

h1.news { font-family: Georgia, "Times New Roman", Times, serif; font-size:38px; line-height:40px; border-bottom:solid 1px #000000; text-align:center; padding-bottom:10px; margin-bottom:10px; }
#container
{
margin-left:auto; margin-right:auto; width:100%;
background-color: #FFF;
background-image: url(images/contentbg.jpg);
background-repeat: repeat-y;
/* use this to so absolute divs will work - like for video
position:relative; clear:both; height:100%;
*/
}
#banner
{
background-image: url(images/headerbg.jpg); height: 158px; 
}
#banner_inner { background-image:url(images/banner.jpg); width:893px; margin-left:auto; margin-right:auto;
}
#middle 
{  
 width: 100%;  background-color: #CCCCCC; 
}
#middle_inner { border-spacing:0px; 
background-image: url(images/contentbg.jpg); width:893px; height:100%;  background-repeat:repeat-y; margin-left:auto; margin-right:auto;
}
/*BOF 100511 add by nick-stone.com */
#middle_inner strong{
font-weight:500;
}
/*EOF 100511 add by nick-stone.com */

#left
{   
 float: left; 
width: 300px; padding-right:20px; margin-right:20px; 

}

/* BOF omit by Nick 5/11/10
This rule is being dropped due to improper syntax
and causing a CSS validation error

#banner2
{
background-image: images/banner.jpg;
}
EOF omit by Nick 5/11/10*/
#banner h1
{
margin: 0;
padding: .5em;
}
#nav
{
float: left;
width: 166px;

}
#nav p
{ 
margin-top: 0; 
}

a:focus, a:active {
outline: none;
}

#content
{
float:left;
width:454px;
}

#rightside
{
float: left;
width: 166px;
/* BOF omit by Nick 5/11/10
This rule is being dropped due to improper syntax
and causing a CSS validation error
margin-left: 0 0 0 630px;
EOF omit by Nick 5/11/10*/

}

#footer
{
clear: both; 
background-color: #000;	background: url(images/footerbg.jpg);  width:100%; height:116px; background-repeat:repeat-x; 
}
#footer_inner {  
background-image:url(images/footer.jpg); width:893px; height:116px; margin-left:auto; margin-right:auto; 
}
/******************* BOTTOM COPYRIGHT DIV *******************/
#copyright 
{
margin-left:20px;  width:873px; padding-top:20px;
}
/******************* BODY LINKS *******************/
a:link, a:visited {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B8FA5;
}
a:hover {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
/******************* MENU LINKS *******************/
a.menu:link, a.menu:visited {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00CC00;
}
a.menu:hover {
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
box_rightline { width:300px; border-right: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_leftline { width:300px; border-left: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_topline { width:300px; border-top: #999999 dotted 2px; padding: 0 10px 0 10px;
}
box_bottomline { width:300px; border-bottom: #999999 dotted 2px; padding: 0 10px 0 10px;
}
