/* CSS Document */
h1,h2,h3{font-size:1.0em;}

body {	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 75%; 
	line-height: 170%;
	background-color: #333;
	color: #000;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 0px;
	width: 100%;
	background-color: #fff;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}



#top-banner
{
	padding: 0px 0px 0px 0px;
	background: #fff url(images/topbg.gif) repeat 0px 0px;
	height: 120px;
}


/*Inside Div Class to be used within div ids above to make it middle and 990 wide*/
.insidediv
{
	
	width: 990px;
	margin: 0 auto;
}

.insidedivtop
{

	width: 990px;
	height: 120px;
	margin: 0 auto;
	background: #fff url(images/topbanner.jpg) no-repeat 0px 0px;
}




#navbar {	
	float: right;	
	height: 27px;
	width: 700px;
	margin: 90px 0px 0 0;
	padding: 0;
}

/*  Nav Menu top -----------------*/

#navbar ul {
	float: right;
	border: 0;	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar ul li {
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;	
}

#navbar ul li a { 
	float: left;
	font: normal 1em Verdana, Arial, Tahoma;
	padding: 3px 13px 4px 13px;
	margin: 0;
	text-decoration: none;	
	color: #333;
	border-right: 2px solid #ccc;
	font-weight:bold;
}

#navbar ul li a:visited { 
border-bottom: 0px;
}

#navbar ul li a:hover {
	color: #fff;
	background-color: #339933;
	
}

#navbar ul li a.menulast, #navbar menulast{
border-right:none;

}

/*-----------------------------------------------------------------*/
/*********************/
/* MAIN NAV 2*/
/*********************/

#navbar2 {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	color: #000;
	height: 30px;
	background-color: #000;
	padding: 0px 0px 0px 0px;

}


#mainimage {
	height: 150px;
	background-color: #333;
	margin: 0 auto;
	padding: 0 0 0 0px;
}

#maincontent{
	
	margin: 0 auto;
	padding-top:0px;
	padding-bottom:10px;
	background-color:#FFFFFF;


}

#maincontent p{
font-size: 1em;
font-style: normal;
color:#333;
padding:0 0px 0px 0px;
line-height: 1.6em;
}

#maincontent a{
color: #333;
	text-decoration: none;
	font-weight:bold;

}

#maincontent a:hover{

color: #339933;
text-decoration: underline;

}


#maincontent h1{
font-family: Verdana, sans-serif;
	color: #333;
	font-size: 1.5em;
	font-style: normal;
	margin-bottom: 0px;
	
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 1.5em;
	font-style: normal;
	background-color: #339933;
	line-height: 50%;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}

#maincontent h5{
font-family: Verdana, sans-serif;
	color: #eee;
	font-size: 1.3em;
	font-style: normal;
	margin-bottom: 0px;
	
	font-family: Verdana, sans-serif;
	color: #333;
	font-size: 1.2em;
	font-style: normal;
	background-color: #eee;
	line-height: 100%;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}



#leftcontent {
	float:left;
	width: 510px;
}

#rightcontent {

	padding-top:10px;
	padding-bottom:10px;
	float:right;
	width: 470px;
}






/* Footer Info */

.footer {
	clear: both;
	background-color:#000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	padding: 20px 0 20px 0;
	font-size: 0.9em;
	line-height: 1.6em;

}

.footer a {
	color: #fff;
	text-decoration: none;
}



.footer a:hover {
	color: #ccccff;
	text-decoration: underline;
}

.footer ul {
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 24%;
}

.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;
}


/*preload classes*/
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer { 
position: relative;
overflow: hidden; 
border: 5px solid #666666;  
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { 
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #666666;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #666666;
}

/*tooltips formatting*/
.tooltip
{
padding: 0.5em;
background: #fff;
color: #000;
border: 5px solid #dedede;
}

.bl {background: url(images/corners/1bl.gif) 0 100% no-repeat #339933; width: 100%;font-family: Verdana, sans-serif; color: #fff; font-size: 1.5em; font-weight: bold; margin-top: 10px;} 
.br {background: url(images/corners/1br.gif) 100% 100% no-repeat} 
.tl {background: url(images/corners/1tl.gif) 0 0 no-repeat} 
.tr {background: url(images/corners/1tr.gif) 100% 0 no-repeat; padding:10px} 
.clear {font-size: 1px; height: 1px}

.picsurround {
	border: 4px solid #ccc;
	padding: 4px;
}

blockquote {
background: transparent url(images/bq_left.gif) left top no-repeat;
margin: 5px 20px 10px 10px;
padding-left: 50px;
}

blockquote p {
background: url(images/bq_right.gif) right bottom no-repeat;
margin: 0;
padding-right: 50px !important;
}


