
a{text-decoration:none;}
h1,h2,h3{font-size:1.0em;}



* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size: 62.5% /* 16px × 62.5% = 10px */;
background: #000 url(images/bg-dark2.jpg) repeat 0px 0px;
}



#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 0px;
	width: 980px;
	background-color: #fff;
}

.insidediv
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

#topbanner {
	height: 65px;
	background-color: #000;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

/*-----------------------------------------------------------------*/
/*********************/
/* MAIN NAV */
/*********************/

#navbar {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
	height: 24px;
	background-color: #000;
	padding: 10px 0px 0px 0px;


}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
font-weight: bold;

padding: 1em 5px 1em 20px;
color: #fff;
font-size: 1.1em;
}

#navcontainer ul li a:hover
{
color: #cc0000;
text-decoration: none;
}



/**** added for IE to remove gap */
ul.navcontainer li {
	display: inline;
}

/* hack for IE 6 < to make entire block clickable */
* html ul.navcontainer a { height: 1px; }
/*********************/



#maincontent{
	
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;


}

#maincontent p{
font-size: 1.2em;
font-style: normal;
color:#333;
padding:0 0px 0px 0px;
line-height: 160%;
}

#maincontent li{
font-size: 1.1em;
font-style: normal;
color:#333;
padding:0 0px 0px 0px;
line-height: 160%;
}

#maincontent a{
color: #333;
	text-decoration: none;
	font-weight:bold;

}

#maincontent a:hover{

color: #333;

	text-decoration: underline;
}


#leftcontent{
	
	float: left;
	width: 700px;
}

#leftcontent h1{
font-family: Georgia, Arial, Verdana, sans-serif;
	color: #333;
	font-size: 2.5em;
	font-style: normal;
	margin-bottom: 10px;

}

#leftcontent h2{
font-family: Georgia, Arial, Verdana, sans-serif;
	color: #333;
	font-size: 1.7em;
	font-style: normal;
	margin-bottom: 10px;

}

#rightcontent{
	
	float: right;
	width: 220px;
}

#rightcontent p{
font-size: 1em;
font-style: normal;
color:#333;
padding:0 0px 10px 0px;
line-height: 160%;
}

#menubackground {
width: 100%;
height: 151px;
background: #fff url(images/side-visuals/side-menus-example.jpg) no-repeat 0px 0px;
padding:10px 0px 0px 10px;
}


#menubackground ul{
padding: 25px 0 0 15px ;
}

#menubackground li{
padding: 0px 0 5px 0px ;
}

#menubackground ul li a
{
text-decoration: none;
font-weight: bold;
padding: 0 0 0 0 ;
color: #333;
font-size: 1.2em;
}

#menubackground ul li a:hover
{
color: #cc0000;
text-decoration: underline;
}

#sideaddress
{
text-align: center;
font-size: 1.2em;
font-style: normal;
color:#333;
padding:0 0px 10px 0px;
line-height: 130%;
}


/* Footer Info */

.footer {

	background-color:#000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	padding: 20px 0 20px 0;
	font-size: 1em;
	line-height: 1.6em;

}

.footer a {
	color: #fff;
	text-decoration: none;
}



.footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.footer ul {
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 20%;
}

.footer ul.first {
	text-indent: 40px;
}

.footer ul ul {
	float: none;
	font-weight: normal;
	width: 100%;
}

.footer p.footbottom {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

.aligntoright {
	float: right;
	margin: 5px 5px 5px 10px;
	line-height:0;
}