

/* global classes */



body {
	margin:0px; 
	padding:0px; 
	text-align: center; 
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-color: #EEEEEE; 
	}

textarea {
 	background: #FFFFFF; 
  	border-bottom: #E5E5E5 1px solid; 
  	border-left: #E5E5E5 1px solid; 
  	border-right: #E5E5E5 1px solid; 
 	border-top: #E5E5E5 1px solid; 
  	font-family:  'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  	font-size: 9px; 
  	color: #000000;
  }
A { text-decoration: none;
	font-family:  'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  	font-size: 12px; 	
  	color: #FF0000;			
	}
A:hover {
	text-decoration: underline;
	font-family:  'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  	font-size: 12px; 	
  	color: #FF0000;			
	}
A:active {
	text-decoration: underline;
	font-family:  'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  	font-size: 12px; 	
  	color: #FF0000;			
	}
A:visited {
	text-decoration: none;
	font-family:  'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  	font-size: 12px; 	
  	color: #990000;			
	}
	
P {
	color: #000;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	
	}
H2 {
	color: #000;
	font-size: 18px;
	margin-left: 40px;
	}
H3 {
	color: #000;
	font-size: 16px;
	margin-left: 40px;
	}

table {
	color: #000;
	}

#container { 
	margin: 10px auto; 
	width:875px; 
	text-align: left;
	} 

.list {
	margin-left: 30px;
	margin-right: 30px;
	padding-left: 30px;
	color: #000;	
	}
	
.highlight_section {
	background: url(images/highlight_bg.jpg) no-repeat top; 
	color: #000;
	height: 180px;
	margin-top: 20px;
	padding-top: 10px;
	}

#lower_links {
	font-size: 11px;
	color: #999;
	float: left;
	margin-left: 170px;
	display: inline;
	}
.red {
	color:#CC0000;
	font-size: 14px;
	}

/* specific classes subcontent */





.contact_table {
	margin-left: 40px;
	}

#management {
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
	list-style: none;
	margin-top: 0px;		
	}	
.support {
	color: #000;
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px; 
	margin-left: 20px;	
	
	}



/*  all navigation */

/*  ### top nav ### */

.topnav_holder  {
	float: right;
	margin-top: 35px;
	margin-right: 30px;
	
	
}
.chromestyle{
width: auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
/*border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
font: 10px 'lucida grande' Verdana;
text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
font:normal 10px 'lucida grande' Verdana;
}
.chromestyle ul li a{
color: #333;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font: 10px 'lucida grande' Verdana;
}
.chromestylelast ul li a{
color: #333;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font: 10px 'lucida grande' Verdana;
}

.chromestyle ul li a:hover{
/*background: url(../images/topnav_bg.jpg) center center repeat-x; THEME CHANGE HERE*/
font: normal 10px 'lucida grande' Verdana;
text-decoration: none;
color: #FF0000;
}
.chromestyle ul li a:visited{
/*background: url(../images/topnav_bg.jpg) center center repeat-x; THEME CHANGE HERE*/
font: normal 10px 'lucida grande' Verdana;
text-decoration: none;
color: #333;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px 'lucida grande' Verdana;
line-height:16px;
z-index: 100;
margin-top: -20px;
padding-bottom: 12px;
background-image: url(images/about_back.gif);
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.highlight {
margin: 1px 0px 8px 7px;
color: #333;

}

.dropmenudiv a{
width: auto;
margin-left: 7px;
margin-top: 2px;
display: block;
text-indent: 5px;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:normal 10px 'lucida grande' Verdana;
color: #FF0000;
height: 15px;
}

* html .dropmenudiv a{ /*IE only hack*/
font-size: 10px;
color: #FF0000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
width: 135px;
margin-left: 7px;
background-color: #CCC;
text-decoration: none;
font-size: 10px;
color: #FF0000;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
text-decoration: none;
font-size: 10px;
color: #333;
}

/* end top nav */


#topnav {
	float: right;
	margin: 35px 30px 0 0;
	padding-left: 0px;
	}
#topnav UL {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	}
#topnav li {
	display: inline;
	padding: 0 10px 0 10px;
	border-left: 0.08em solid #CCC; 
		
	}
#topnav li.first {
	display: inline;
	margin: 0;
	padding-left: 0;
	border: 0; 
		
	}
#topnav A {
	color: #333;
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-decoration: none;
	}
#topnav A:hover {
	color: #000;
	text-decoration: none;
	background: url(images/topnav_bg.jpg) center; 
	}
#nav {
	width: 195px;
	padding: 0 0 0 0;
	margin-left: 7px;
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	}
#nav ul {
	list-style: none;
	margin-top: 0px;
	padding: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
	}
		
#nav li {
	border-bottom: 1px solid #FFF;
	margin: 0;
	}
#nav li a {
	display: block;
	padding: 5px 5px 5px 25px;
	border-left: 0px;
	border-right: 0px;
	background: url(images/.jpg)top;
	color: #333;
	text-decoration: none;
	width: 100%;
	}

#nav li a {
	width: auto;
	}

#nav li a:hover {
	background: url(images/nav_button_bg_over.jpg) left;
	background-color: #CCC;
	color: #000;
	}
#nav2 {
	width: 195px;
	padding: 0 0 1em 0;
	margin-left: 7px;
	margin-bottom: 0em;
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	}
#nav2 ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
	border: none;
	}
		
#nav2 li {
	border-bottom: 1px solid #FFF;
	margin: 0;
	}
#nav2 li a {
	display: block;
	padding: 5px 5px 5px 25px;
	border-left: 0px;
	border-right: 0px;
	background: url(images/.jpg) bottom;
	background-color: #EEE;
	color: #333;
	text-decoration: none;
	}

#nav2 li a {
	width: auto;
	}

#nav2 li a:hover {
	background: url(images/nav_button_bg2_over.jpg) left;
	background-color: #999;
	color: #000;
	}

#webrestore {
	width: 195px;
	padding: 0 0 1em 0;
	margin-left: 7px;
	margin-bottom: 0em;
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	}

#nav3 {
	width: 195px;
	padding: 0 0 1em 0;
	margin-left: 7px;
	margin-bottom: 0em;
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	}
#nav3 ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
	border: none;
	}
	
#nav3 li {
	border-bottom: 1px solid #FFF;
	margin: 0;
	}
#nav3 li a {
	display: block;
	padding: 5px 5px 5px 25px;
	border-left: 0px;
	border-right: 0px;
	background: url(images/nav_button_bg2.jpg) bottom;
	color: #333;
	text-decoration: none;
	}

#nav3 li a {
	width: auto;
	}

#nav3 li a:hover {
	background: url(images/nav_button_bg2_over.jpg) left;
	background-color: #999;
	color: #000;
	}

.navbox { 
	background: transparent url(images/nav_back.jpg) no-repeat; 
	width: 200px !important; /* intended total box width - padding-right(next) */ 
	width: 200px; /* IE Win = width - padding */ 
	padding-right: 5px; /* the gap on the right edge of the image (not content padding) */
	padding-left: 0px;
	float: left; 
	margin-bottom: -11px;
	} 
.navbox_head { 
	color: #333;
	height: 41px;
	padding: 15px 0 0 30px;
	margin-bottom: -15px;
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	} 
	 
	 
	 
/* main home page content */
	 
	 
#top {
	width: 875px; 
	height: 87px;
	margin-bottom: 5px;
	background-image: url(images/header_bg.jpg);
	text-align: left;
	}
#logo {
	float: left;
	padding: 22px 0px 0px 30px;
	}

#main { 
	width: 625px;
	height: 360px;
	float: right; 
	margin-right: -5px;
	margin-bottom: 0px;
	background: transparent url(images/main_box.jpg);
	padding: 0px 0 0px 40px; /* the gap on the right edge of the image (not content padding) */
	}
.home_heading {
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 24px; 
	margin-top: 28px;
	font-weight: bold;
	color: #FFFFFF;
	}
.home_sub_heading {
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	margin-right: 300px;
	color: #333;
	}
.home_text {
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	margin-top: 0px;
	color: #333;
	width: 340px;
	}

.start {
	margin-top: 70px;
	padding-top: 0px;
	}
.home_submit {
	background: url(images/submit_bg.jpg) no-repeat;
	border: none;
	height: 18px;
	width: 178px;
	}
	
	
/* bottom box home page */
	
	
	
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(images/box.jpg) no-repeat bottom right; 
	} 
.cssbox { 
	width: 865px !important; /* intended total box width - padding-right(next) */ 
	width: 865px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px auto; /* use to position the box */ 
	float: left;
	} /* set the top-right image */ 
.cssbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
	} /* set the top-left image */ 
.cssbox_head h2 { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	color: #333;
	font-size: 14px;
	font-weight: bold; 
	font-family: 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	border: 0; /* ditto */ 
	padding: 15px 0 15px 30px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	} /* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 0px 0 15px 30px; /* mirror .cssbox_head right/left */ 
	} 
.items {
	height: 100px;
	width: 800px;
	margin-left: 10px;
	}
.item1 {
	float: left;
	width: 112px;
	text-align: center;
	margin: 0px auto; 
	}


/* subcontent  */


#faq {
	margin-left: 20px;	
	padding: 0px;
	width: auto;
	height: 280px;
	background: transparent url(images/faq_bg.jpg) no-repeat;
	color: #FF0000; 
	}
	
#main_faq {
	padding-top: 10px;
	width: 150px;
	float: left;
	}
.faq_list {
	list-style: none;
	margin-left: 30px;
	padding-left: 0px;
	}
.faq_list li {
	list-style: none;
	padding-left: 0px;
	line-height: 22px;
	}
	
#sub_faq {
	padding-top: 10px;
	padding-right: 30px;
	width: 450px;
	float: right;
	}
.faq_sublist {
	list-style: square;
    }


#snap_parent{
	width: 590px;
	background: url(images/snap_bg.gif) repeat; 
	height: 200px;
	margin: 5px 0px 0px 40px;
	
	}
#snap {
	width: 315px;
	font-size: 10px;
	margin-top: 15px;
	float: left;
	margin-left: 20px;
	display: inline;
	}
#snap_pic {
	width: 250px;
	margin-top: 5px;	
	float: right;	
	}

#snap_icon {
	position: absolute;
	margin: -5px 0px 0px -5px;
	}
.snap_head {
	font-size: 15px;
	font-weight: bold;	
	color: #000;
	letter-spacing: -.4px;
	}
.snap_head_feature {
	font-size: 15px;
	font-weight: bold;	
	color: #000;
	padding-left: 35px;
	letter-spacing: -.4px;
	}
.snap_body {
	padding-top: 10px;
	padding-left: 0px;
	line-height: 13px;
	color: #000;
	
	}
.roundcont {
	width: 660px;
	background: url(images/subbox.jpg) bottom right;  
	color: #fff;
	float: right;
		
	}
.roundtop { 
	background: url(images/top.jpg) top right; 
	}
.roundcont p {
	margin: 0 10px;
	}
.roundbottom {	
	}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;  
	}
	
	/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc ul {left:-10000px;position:absolute;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li{position:relative;}.qmmc ul {z-index:10;}.qmmc ul ul {z-index:20;}.qmmc ul ul ul {z-index:30;}.qmmc ul ul ul ul {z-index:40;}.qmmc ul ul ul ul ul {z-index:50;}li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	

	#qm0 a	
	{	
		padding:5px 4px 5px 5px;
		color:#555555;
		font-family:Arial;
		font-size:10px;
		text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:4px;
		margin:-2px 0px 0px 0px;
		background-color:transparent;
		border-style:none;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 10px 3px 5px;
		background-color:transparent;
		font-size:11px;
		border-width:0px;
		border-style:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		background-color:#DADADA;
		color:#CC0000;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#DADADA;
		color:#CC0000;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px 4px 0px;
		border-color:#BFBFBF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px 2px;
		border-color:#AAAAAA;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#DADADA;
		background-color:#F7F7F7;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}



