@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 2px gray;
	border-right: solid 2px gray;
	border-bottom: solid 2px gray;
	overflow: hidden;
	width:880px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	/*background-color: #CCCCCC;*/
	border-top: solid 2px gray;
	border-bottom: solid 2px gray;
	background:url(images/bgmenu.jpg) 0 0 repeat-x;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 300px;

	background-color:#FFFFFF;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000000;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	/*background-color: #EEEEEE;*/
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#00FF00;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#0000FF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#FF0000;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
/*	background-color: #3399FF;*/
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
/*	background-color: #33CCFF;*/
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
}

/* Body */

body{
	padding:0 0 0 0;
	margin:0;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	background-color:#000000;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
	line-height:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------main--------------------*/

/*------------------------------------------------top--------------------*/
#topMain{
	width:100%;
	/*background:url(images/top_bg.gif) 0 0 repeat-x;*/
	height:128px;
}
#top{
	width:908px;
	height:128px;
	margin:0 auto;
}
#top ul.top{	
	width:112px;
	height:16px;
	float:right;
	margin:1px 0 0 0;
}
#top ul.top li{
	float:left;
	font-size:0;
	line-height:0;
}
#top ul.top li a.signup{
	display:block;
	background:url(images/signup_bg01.gif) 0 0 no-repeat;
	width:55px;
	height:16px;
	font:bold 9px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color:#FFFEF4;*/
	color:#000000;
	background-color:inherit;
	text-align:center;
	text-decoration:none;
	margin:0 2px 0 0;
	text-transform:uppercase;
}
#top ul.top li a.signup:hover{
	color:#FF0000;
	/*#EDED8F;*/
	background-color:inherit;
}
#top ul.top li a.login{
	display:block;
	background:url(images/signup_bg01.gif) 0 0 no-repeat;
	width:55px;
	height:16px;
	font:bold 9px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	/*color:#FFFEF4;*/
	background-color:inherit;
	text-align:center;
	text-decoration:none;
	margin:0;
	text-transform:uppercase;
}
#top ul.top li a.login:hover{
	/*color:#EDED8F;*/
	color:#FF0000;
	background-color:inherit;
}
#top img.logo{
	display:block;
	font-size:0;
	line-height:0;
	margin:10px 0px 0 0;
	/*margin:27px 39px 0 0;*/
	float:left;
}
#top p.topDiv{
	display:block;
	background:url(images/top_div.gif) 0 0 no-repeat;
	height:80px;
	width:2px;
	margin:22px 38px 0 0;
	float:left;
}
#top p.slogan{
	display:block;
	/*background:url(images/Maincar01.jpg) 0 0 no-repeat;*/
	width:575px;
	height:420px;
	float:right;
	margin:10px 10px 0 0;
}
#top ul.cars{
	display:block;
	width:906px;
	height:400px;
	margin:5px 0 0 0;
	float:left;
	padding:0 0 0 2px;
}
#top form{
	width:263px;
	height:22px;
	float:left;
	padding:15px 11px 17px 35px;
	color:#000;
	border:#E3E1CD solid 5px;
	margin:20px 0 0 0;
	background:url(images/serch_icon.gif) 10px 19px no-repeat #FFFEF4;
}
#top form label{
	display:block;
	width:53px;
	height:23px;
	float:left;
	font:bold 13px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top form input.txtBox{
	width:160px;
	height:21px;
	border-bottom:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-left:#404040 solid 1px;
	border-top:#404040 solid 1px;
	float:left;
	font:normal 10px/21px Arial, Helvetica, sans-serif;
	color:#101010;
	background-color:#fff;
	padding:0 0 0 6px;
}
#top form input.go{
	width:36px;
	height:22px;
	background:url(images/btn_go.gif) 0 0 no-repeat;
	float:right;
	border:none;
	cursor:pointer;
	font:bold 11px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#FFFEF4;
}
#top ul.nav{
	width:906px;
	height:38px;
	margin:10px 0 0 0;
	float:left;
	/*background:url(images/nav_div.gif) left top no-repeat;*/
	/*background:url(images/nav_div.gif) left top no-repeat;*/
	padding:0 0 0 2px;
}
#top ul.nav li{
	float:left;
	font-size:0;
	line-height:0;
	/*background:url(images/nav_div.gif) right top no-repeat;*/
	height:38px;
	padding:0 2px 0 0;
}
#top ul.nav li.noImg{
	background-image:none;
	/*background:url(images/bgmenu.gif) repeat-x left;*/
}
#top ul.nav li a{
	display:block;
	padding:0 18px;
	font:bold 15px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFF00;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
}
#top ul.nav li a:hover{
	/*background:url(images/nav_hover.gif) 0 0 repeat-x;*/

	padding:0 17px;
	/*border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;*/
	color:#FF0000;
	font:bold 20px/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:inherit;
}
#top ul.nav li a.hover{
	/*this is the current page for the menu design*/
	display:block;
	/*background:url(images/nav_hover.gif) 0 0 repeat-x;*/
	padding:0 16px;
	/*border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;*/
	color:#FF0000;
	background-color:inherit;
	font:bold 20px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
#top ul.sub{
	width:898px;
	padding:10px 0 0 10px;
	float:left;
}
#top ul.sub li{
	float:left;
	color:#C0C0C0;
	background-color:inherit;
	font:normal 11px/9px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#top ul.sub li a{
	color:#C0C0C0;
	background-color:inherit;
	font:normal 11px/9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 12px;
	text-decoration:none;
}
#top ul.sub li a:hover{
	color:#EFEF94;
	background-color:inherit;
}
	
/*------------------------------------------------end top--------------------*/
/*------------------------------------------------menu--------------------*/
#menu_space{
	width:100%;
	background:url(images/bgmenu.jpg) 0 0 repeat-x;
	height:38px;
}

#menu{
	width:908px;
	height:38px;
	margin:0 auto;
}
#menu ul.nav{
	width:906px;
	height:38px;
	margin:1px 0 0 0;
	float:left;
	/*background:url(images/nav_div.gif) left top no-repeat;*/
	/*background:url(images/nav_div.gif) left top no-repeat;*/
	padding:0 0 0 2px;
}
#menu ul.nav li{
	float:left;
	font-size:0;
	line-height:0;
	/*background:url(images/nav_div.gif) right top no-repeat;*/
	height:38px;
	padding:0 2px 0 0;
}
#menu ul.nav li.noImg{
	background-image:none;
	/*background:url(images/bgmenu.gif) repeat-x left;*/
}
#menu ul.nav li a{
	display:block;
	padding:0 18px;
	font:bold 15px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFF00;
	background-color:inherit;
	text-decoration:none;
	border:none;
}
#menu ul.nav li a:hover{
	/*background:url(images/nav_hover.gif) 0 0 repeat-x;*/
	padding:0 17px;
	/*border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;*/
	color:#FF0000;
	font:bold 20px/50px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:inherit;
}
#menu ul.nav li a.hover{
	/*this is the current page for the menu design*/
	display:block;
	/*background:url(images/nav_hover.gif) 0 0 repeat-x;*/
	padding:0 16px;
	/*border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;*/
	color:#FF0000;
	background-color:inherit;
	font:bold 20px/38px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/*------------------------------------------------end menu--------------------*/
/*------------------------------------------------end menu--------------------*/
/*------------------------------------------------bodyTop--------------------*/
#bodyTopMain{
	width:100%;
	padding:23px 0 40px 0;
	background-color:#99CCFF;
	/*background-color:#BEB559;*/
	color:#000000;
}
#bodyTop{
	width:908px;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bodyTop p.faqTop{
	display:block;
	background:url(images/right_top.gif) 0 0 no-repeat;
	width:824px;
	height:6px;
	font-size:0;
	line-height:0;
	float:left;
}
#bodyTop p.faqBot{
	display:block;
	background:url(images/faq_bg_bottom.gif) 0 0 no-repeat;
	width:824px;
	height:21px;
	font-size:0;
	line-height:0;
	float:left;
}
#bodyTop a.sp{
	display:block;
	background:url(images/special_offer.gif) 0 0 no-repeat;
	width:324px;
	height:80px;
	margin:13px 0 0 0;
	float:right;
}
#bodyTop a.sp:hover{
	background:url(images/special_offer_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------left--------------------*/
#left{
	width:538px;
	float:left;
}
#left h2.welcome{
	display:block;
	height:45px;
	border-bottom:#DCD58F solid 2px;
	color: #FF0000;
/*	background:url(images/proshield_logo.gif) 0 0 no-repeat;
	width:435px;
	height:100px;
	text-indent:-2000px;*/
	text-align:left;
	margin:0 0 19px 0;
}
#left p.lftTxt{
	display:block;
	font-size:14px;
	line-height:19px;
	padding:0 0 23px 0;
}
#left p.lftTxt span{
	color:#000;
	background-color:inherit;
	font:normal 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left p.lftTxt2{
	display:block;
	width:538px;
	color:#670606;
	background-color:inherit;
	font:normal 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left p.lftTxt2 a{
	display:block;
	background:url(images/read_more_bg.gif) 0 0 no-repeat;
	width:75px;
	height:18px;
	color:#121310;
	background-color:inherit;
	font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:right;
	text-align:center;
}
#left p.lftTxt2 a:hover{
	color:#670606;
	background-color:inherit;
}
#left ul.link{
	width:538px;
	height:155px;
	margin:30px 0 0 0;
}
#left ul.link li{
	float:left;
	line-height:0;
	font-size:0;
}
#left ul.link li a.checkNote{
	display:block;
	background:url(images/check_notes.gif) 0 0 no-repeat;
	width:166px;
	height:155px;
	margin:0 18px 0 0;
}
#left ul.link li a.checkNote:hover{
	background:url(images/check_notes_hover.gif) 0 0 no-repeat;
}
#left ul.link li a.userinfo{
	display:block;
	background:url(images/user_info.gif) 0 0 no-repeat;
	width:166px;
	height:155px;
	margin:0 18px 0 0;
}
#left ul.link li a.userinfo:hover{
	background:url(images/user_info_hover.gif) 0 0 no-repeat;
}
#left ul.link li a.download{
	display:block;
	background:url(images/downloads.gif) 0 0 no-repeat;
	width:166px;
	height:155px;
	margin:0;
}
#left ul.link li a.download:hover{
	background:url(images/downloads_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#bodyTop p.rightTop{
	display:block;
	background:url(images/right_top.gif) 0 0 no-repeat;
	width:324px;
	height:6px;
	font-size:0;
	line-height:0;
	float:right;
} 
#right h2.stories {
	display:block;
	/*	width:187px;*/
	height:54px;
	padding:17px 0 0 92px;
	color:#F1EFD8;
	background-color:inherit;
	font:normal 23px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 17px 0;
	background-image: url(images/stories.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#right ul.rightLink{
	width:279px;
	padding:0 0 0 15px;
}
#right ul.rightLink li{
	background:url(images/bullet.gif) 0 3px no-repeat;
	padding:0 0 6px 15px;
	color:#670606;
	background-color:inherit;
	font:bold 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
#right ul.rightLink li span{
	color:#69610E;
	background-color:inherit;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	display:block;
}
#faqTitle{
	width:316px;
	background:url(images/right_bg.gif) 0 0 repeat-y;
	float:left;
	padding:0 0 0 8px;
}
#faqTitle h2.faq{
	display:block;
	background:url(images/faq_bg.gif) 0 0 no-repeat;
	width:824px;
	height:54px;
	padding:17px 0 0 92px;
	color:#F1EFD8;
	background-color:inherit;
	font:normal 23px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0px 0;
}
#faqTitle h2.faq span{
	color:#fff;
	background-color:inherit;
	font:normal 14px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
}
#faqTitle ul.rightLink{
	width:279px;
	padding:0 0 0 15px;
}
#faqTitle ul.rightLink li{
	background:url(images/bullet.gif) 0 3px no-repeat;
	padding:0 0 6px 15px;
	color:#670606;
	background-color:inherit;
	font:bold 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
#faqTitle ul.rightLink li span{
	color:#69610E;
	background-color:inherit;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	display:block;
}
#faqTitle a.rm2{
	display:block;
	background:url(images/read_more_bg2.gif) 0 0 no-repeat;
	width:76px;
	height:18px;
	margin:0 0 0 207px;
	color:#232424;
	background-color:inherit;
	font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
}
#faqTitle a.rm2:hover{
	color:#670606;
	background-color:inherit;
}
/*------------------------------------------------end right--------------------*/

/*------------------------------------------------bodyTop--------------------*/

/*------------------------------------------------bodyBot--------------------*/
#bodyBotMain{
	width:100%;
	background:url(images/body_bot_bg.gif) 0 0 repeat-x #262626;
	padding:15px 0 10px 0;
	color:#fff;
}
#bodyBot{
	width:908px;
	margin:0 auto;
}
#bodyBot a.whatNew{
	display:block;
	width:211px;
	height:154px;
	float:right;
	margin:5px 0 0 0;
	background-image: url(pics/demo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#bodyBot a.whatNew:hover{
	background:url(images/demo.jpg) 0 0 no-repeat;
}
#story{
	width:309px;
	background:url(images/body_bot_div.gif) right top no-repeat;
	float:left;
	padding:0 24px 0 0;
	margin:0 25px 0 0;
}
#story h2{
	color:#FFFEF4;
	background-color:inherit;
	font:normal 28px/22px Arial, Helvetica, sans-serif;
	margin:0 0 14px 0;
	display:block;
}
#story ul{
	padding:0 0 2px 0;
}
#story ul li{
	font-size:0;
	line-height:0;

	display:block;
	background:url(images/arrow.gif) 0 5px no-repeat;
	padding:0 0 0 14px;
	color:#CF9201;
	background-color:inherit;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#story ul li:hover{
	color:#fff;
	background-color:#393939;
}
#story a.rm3{
	display:block;
	background:url(images/read_more_bg2.gif) 0 0 no-repeat;
	width:76px;
	height:18px;
	margin:0 0 0 231px;
	color:#232424;
	background-color:inherit;
	font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
}
#story a.rm3:hover{
	color:#670606;
	background-color:inherit;
}
#event{
	width:290px;
	float:left;
	padding:0;
	margin:0;
}
#event h2{
	color:#FFFEF4;
	background-color:inherit;
	font:normal 28px/22px Arial, Helvetica, sans-serif;
	margin:0 0 14px 0;
	display:block;
}
#event ul{
	padding:0 0 2px 0;
}
#event ul li{
	font-size:0;
	line-height:0;
}
#event ul li a{
	display:block;
	background:url(images/arrow.gif) 0 5px no-repeat;
	padding:0 0 0 14px;
	color:#CF9201;
	background-color:inherit;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#event ul li a:hover{
	color:#fff;
	background-color:#393939;
}
#event a.rm4{
	display:block;
	background:url(images/read_more_bg2.gif) 0 0 no-repeat;
	width:76px;
	height:18px;
	margin:0 0 0 213px;
	color:#232424;
	background-color:inherit;
	font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
}
#event a.rm4:hover{
	color:#670606;
	background-color:inherit;
}
/*------------------------------------------------bodyBot--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:100%;
	height:97px;
	background:url(images/footer_bg.gif) 0 0 repeat-x #F1EFD8;
	padding:30px 0 0 0;
	color:#000;
}
#footer{
	width:908px;
	height:97px;
	margin:0 auto;
	position:relative;
}
#footer ul{
	width:590px;
	position:absolute;
	left:1px;
	top:1px;
}
#footer ul li{
	float:left;
	font:normal 11px/20px Arial, Helvetica, sans-serif;
	color:#363636;
	background-color:inherit;
}
#footer ul li a{
	padding:0 7px;
	font:normal 11px/20px Arial, Helvetica, sans-serif;
	color:#363636;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul li a.home{
	padding:0 7px 0 0;
	font:normal 11px/20px Arial, Helvetica, sans-serif;
	color:#363636;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a.home:hover{
	text-decoration:underline;
}
#footer p.copyright{
	font:normal 10px/20px Arial, Helvetica, sans-serif;
	position:absolute;
	left:0;
	top:20px;
	width:800px;
	color:#670606;
	background-color:inherit;
}
#footer p.xhtml{
	font:normal 10px/20px Arial, Helvetica, sans-serif;
	position:absolute;
	left:0;
	top:60px;
	width:38px;
	color:#670606;
	background-color:inherit;
}
#footer p.css{
	font:normal 10px/20px Arial, Helvetica, sans-serif;
	position:absolute;
	left:44px;
	top:60px;
	width:38px;
	color:#670606;
	background-color:inherit;
}
.xhtml_link {
	color: #670606;
	text-decoration: none;
}
#footer p.design{
	display:block;
	width:245px;
	height:20px;
	padding:0;
	position:absolute;
	left:0;
	top:36px;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#8B8228;
	background-color:inherit;
}
#footer p.design a.link{
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#8B8228;
	background-color:inherit;
	text-decoration:none;
	padding:2px;
}
#footer p.design a.link:hover{
	color:#fff;
	background-color:#000;
}
/*------------------------------------------------footer--------------------*/
/*------------------------------------------------left--------------------*/
#left{
	width:538px;
	float:left;
}
#left h2.welcome{
	display:block;
	height:45px;
	border-bottom:#DCD58F solid 2px;
	/*background:url(images/welcome.gif) 0 0 no-repeat;*/
	text-indent:-2000px;
	margin:0 0 19px 0;
}
#left p.lftTxt{
	display:block;
	font-size:14px;
	line-height:19px;
	padding:0 0 23px 0;
}
#left p.lftTxt span{
	color:#000;
	background-color:inherit;
	font:normal 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left p.lftTxt2{
	display:block;
	width:538px;
	color:#670606;
	background-color:inherit;
	font:normal 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#left p.lftTxt2 a{
	display:block;
	background:url(images/read_more_bg.gif) 0 0 no-repeat;
	width:75px;
	height:18px;
	color:#121310;
	background-color:inherit;
	font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:right;
	text-align:center;
}
#left p.lftTxt2 a:hover{
	color:#670606;
	background-color:inherit;
}
#left ul.link{
	width:538px;
	height:155px;
	margin:30px 0 0 0;
}
#left ul.link li{
	float:left;
	line-height:0;
	font-size:0;
}
#left ul.link li a.checkNote{
	display:block;
	background:url(images/check_notes.gif) 0 0 no-repeat;
	width:166px;
	height:155px;
	margin:0 18px 0 0;
}
#left ul.link li a.checkNote:hover{
	background:url(images/check_notes_hover.gif) 0 0 no-repeat;
}
#left ul.link li a.userinfo{
	display:block;
	background:url(images/user_info.gif) 0 0 no-repeat;
	width:166px;
	height:155px;
	margin:0 18px 0 0;
}
#left ul.link li a.userinfo:hover{
	background:url(images/user_info_hover.gif) 0 0 no-repeat;
}
#left ul.link li a.download{
	display:block;
	background:url(images/downloads.gif) 0 0 no-repeat;
	width:166px;
	height:155px;
	margin:0;
}
#left ul.link li a.download:hover{
	background:url(images/downloads_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:316px;
	background:url(images/right_bg.gif) 0 0 repeat-y;
	float:right;
	padding:0 0 0 8px;
}
#right_new{
	width:316px;
	background:url(images/right_bg.gif) 0 0 repeat-y;
	float:right;
	padding:0 0 0 8px;
}
#right h2.faq{
	display:block;
	background:url(images/faq_bg.gif) 0 0 no-repeat;
/*	width:187px;*/
	height:54px;
	padding:17px 0 0 92px;
	color:#F1EFD8;
	background-color:inherit;
	font:normal 23px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 17px 0;
}
#right h2.faq span{
	color:#fff;
	background-color:inherit;
	font:normal 14px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
}
#right ul.rightLink{
	width:279px;
	padding:0 0 0 15px;
}
#right ul.rightLink li{
	background:url(images/bullet.gif) 0 3px no-repeat;
	padding:0 0 6px 15px;
	color:#670606;
	background-color:inherit;
	font:bold 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
#right ul.rightLink li span{
	color:#69610E;
	background-color:inherit;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	display:block;
}
#right a.rm2{
	display:block;
	background:url(images/read_more_bg2.gif) 0 0 no-repeat;
	width:76px;
	height:18px;
	margin:0 0 0 207px;
	color:#232424;
	background-color:inherit;
	font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
}
#right a.rm2:hover{
	color:#670606;
	background-color:inherit;
}










#right_new ul.rightLink{
	width:279px;
	padding:0 0 0 15px;
}
#right_new ul.rightLink li{
	background:url(images/bullet.gif) 0 3px no-repeat;
	padding:0 0 6px 15px;
	color:#670606;
	background-color:inherit;
	font:bold 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
#right_new ul.rightLink li span{
	color:#69610E;
	background-color:inherit;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	display:block;
}
#right_new a.rm2{
	display:block;
	background:url(images/read_more_bg2.gif) 0 0 no-repeat;
	width:76px;
	height:18px;
	margin:0 0 0 207px;
	color:#232424;
	background-color:inherit;
	font:bold 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
}
#right_new a.rm2:hover{
	color:#670606;
	background-color:inherit;
}
/*------------------------------------------------right--------------------*/
#left h2.contact {
	display:block;
	height:45px;
	border-bottom:#DCD58F solid 2px;
	text-indent:-2000px;
	margin:0 0 19px 0;
	background-image: url(images/contactemail.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*------------------------------------------------Contact--------------------*/
.contactformfield {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 395px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.contactdropdownformfield {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 385px;
	float: left;
	margin: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.contactsubmit {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(images/read_more_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 76%;
	clip: rect(500px,500px,auto,auto);
	top: 500px;
	right: 500px;
	bottom: 500px;
	left: 500px;
	float: left;
	margin: 5px;
	padding: 5px;
}

.contactformmessage {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 400px;
	float: none;
	margin: 3px;
	padding: 3px;
}
.contactbox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 18px;
}
.commentslabel {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	height: 170px;
	width: 100px;
	margin: 3px;
}
.contactbg {
	background-attachment: fixed;
	/*background-image: url(images/contactbg.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
	height: 604px;
	width: 669px;
}



.contactmessagebox {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 170px;
}
.contacttextarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 3px;
	padding: 3px;
}
.submitarea {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 395px;
}
.submitbutton {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/submitbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #FFFFFF;
	height: 23px;
	width: 70px;
}


.contacttext {
	margin: 3px;
	height: 18px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.contactareas {
	float: left;
	height: 540px;
	width: 465px;
	/*background-image: url(images/contactbg.gif);*/
	top: 0px;
}
.contacthead {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	height: 25px;
	width: 400px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}


.contacterrortext {
	margin: 3px;
	padding: 3px;
	height: 18px;
	width: 10px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.contactsidehead {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #CFC88B;
	margin: 4px;
	height: 20px;
	width: 400px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.contactind {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin: 3px;
	height: 20px;
	width: 400px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

/*------------------------------------------------Contact--------------------*/

.linkpopup {
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #666600;
	height: 18px;
	width: 250px;
}

.linkpopup span {
 background-color: #ccc;
 border: 1px solid #000;
 display: block;
 left: 0;
 padding: .25em;
 position: absolute;
 top: -1.75em;
}

.linkpopup:link span,
.linkpopup:visited span {
 visibility: hidden;
}

.linkpopup:hover span,
.linkpopup:focus span,
.linkpopup:active span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.linkpopupmessagebox {
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #1D859B;
	height: 170px;
	width: 350px;
}

.linkpopupmessagebox span {
 background-color: #ccc;
 border: 1px solid #000;
 display: block;
 left: 0;
 padding: .25em;
 position: absolute;
 top: -1.75em;
}

.linkpopupmessagebox:link span,
.linkpopupmessagebox:visited span {
 visibility: hidden;
}

.linkpopupmessagebox:hover span,
.linkpopupmessagebox:focus span,
.linkpopupmessagebox:active span {
 color: #000;
 text-decoration: none;
 visibility: visible;
}


/*------------------------------------------------Email--------------------*/

.linkpopupemail {
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #1D859B;
	height: 18px;
	width: 200px;
}

.linkpopupemail span {
 background-color: #ccc;
 border: 1px solid #000;
 display: block;
 left: 0;
 padding: .25em;
 position: absolute;
 top: -1.75em;
}

.linkpopupemail:link span,
.linkpopupemail:visited span {
 visibility: hidden;
}

.linkpopupemail:hover span,
.linkpopupemail:focus span,
.linkpopupemail:active span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/*------------------------------------------------Email--------------------*/
.contactcommenttext {
	margin: 3px;
	height: 170px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.bodytextarea {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 560px;
	margin: 3px;
	padding: 3px;
}
.errortext {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
}

.body1text {

	font-family: Verdana;
	font-size: 16px;
	color: #27817D;
	width: 560px;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
}
.submittextarea {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 560px;
	margin: 3px;
	padding: 3px;
}
/*------------------------------------------------Textboxon Email--------------------*/

.borderEffect
{
background-color:#FFFFCC;
color:#7A8639;
margin:0px;
padding:0px;
border:1px solid #FFCC00;
}
.borderEffect:hover
{
background-color:#FFCC89;
color:#A05A3D;
margin:0px;
padding:0px;
border:1px solid #A05A3D;
}
/*------------------------------------------------Textbox on Email--------------------*/
/*------------------------------------------------Textbox --------------------*/

.textboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 18px;
	width: 250px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.textboxEffect:hover
{
background-color:#FFFFFF;
color:#666600;
margin:0px;
padding:0px;
border:1px solid #666600;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*------------------------------------------------Textbox --------------------*/
/*------------------------------------------------Textboxdropdown --------------------*/

.dropdownEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 18px;
	width: 262px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.dropdownEffect:hover
{
background-color:#FFFFFF;
color:#666600;
margin:0px;
padding:0px;
border:1px solid #666600;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*------------------------------------------------Textboxdropdown --------------------*/
/*------------------------------------------------Massagebox --------------------*/

.MassageboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 170px;
	width: 300px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.MassageboxEffect:hover
{
background-color:#FFFFFF;
color:#666600;
margin:0px;
padding:0px;
border:1px solid #666600;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*------------------------------------------------Massagebox --------------------*/
#contact p.contactTxt {
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	display:block;
	width:620px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.contacttop {

	float: left;
	height: 95px;
	width: 465px;
	top: 0px;
}
.contactbg {
	/*background-image: url(images/contactbg.gif);*/
	float: left;
	height: 500px;
	width: 600px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
}
#left h3.le {

	display:block;
	margin:50px 0 20px 0;
	font-size:0;
	line-height:0;
}
.contactformmsgfield {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 395px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.contactsubmit {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 395px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.consub {
	height: 30px;
	width: 395px;
	float: left;
	margin: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 135px;
}
#bodyTop p.rightBot{
	display:block;
	background:url(images/faq_bg_bottom.gif) 0 0 no-repeat;
	width:324px;
	height:21px;
	font-size:0;
	line-height:0;
	float:right;
}

