/************************ GLOBALS  *******************************/

html{
	height:100%;
}
body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	*padding: 0px 0px 0px 0px;
	background-color: #000000;
	background-image:url(images/bg_rpt.gif);
	background-position:center;
	background-repeat:repeat-y;
	text-align: center;
	height:100%;
}
form{
	padding:0px;
	margin:0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	padding:0px;
	margin:0px;
}
img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
h1 {
	color: #333333;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight:normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#C81A20;
	margin:0px;
	padding:10px 0px 0px 0px;
	letter-spacing:0.05em;
	font-weight:bold;
	line-height:16px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0px 10px 0px;
	letter-spacing: 0.03em;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
a:link, p a:visited {
	color:#C81A20;
	text-decoration:none;
	padding:0px;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
/****************** sitemap styles NEED WORK **************/
/*#sitemap p{
line-height:12px;
padding:0px;
margin-bottom:10px;

}

#sitemap a:link, #sitemap a:visited {
	color:#C81A20;
	text-decoration:none;
	font-weight: normal;
}

#sitemap a:hover {
	color: #666666;
	text-decoration:none;
}
#sitemap .child{
margin-bottom:5px;
padding-top:8px;
padding-left:15px;
background-image:url(images/L.gif);
background-repeat:no-repeat;
ackground-attachment:fixed;
background-position: 0% 120%; 

}

#sitemap .parent{
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
margin:0px;

}*/
#sitemap p{
	line-height:15px;
	padding:0px;
	margin-bottom:10px;
}
#sitemap a:link, #sitemap a:visited {
	color:#C81A20;
	text-decoration:none;
	font-weight: normal;
}
#sitemap a:hover {
	color: #666666;
	text-decoration:none;
}
#sitemap .child{
padding-left:15px;
}
#sitemap .parent{
font-weight:bold;
}




/******************* BEGIN CONTACT FORM *******************/
#contact_form_container{
	height:auto;
	width:700px;
}
#contact_form_container h2{
	font-size:12px;
	margin:10px 0px 5px 0px;
	padding:0px;
}
#contact_form_left{
	padding:0px 10px 10px 10px;
	background-image:url(images/contact_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:solid 1px #999999;
}
.form_left{
	width:200px;
}

#contact_form_right{
	padding:0px 10px 10px 10px;
	background-image:url(images/contact_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border:solid 1px #999999;
}
#contact_form_noborder{
	padding:0px 10px 10px 10px;
	border: none;
}
/*#contact_form_right select{
width:430px;
}*/
.form_right{
width:430px;
}
.submit_btn{
	text-align:left;
	padding-top:15px;
	vertical-align: text-top;
}
#required_for_robot{
display: none;
}


/* Request free trial form */

.rft_email_left, .rft_phone_right{
float:left;
width: 142px;
display:inline;


}
.rft_email_left{
margin-right:20px;

}

.requestform_left{
	width:300px;
}
.requestform{
	width:138px;		
}




/******************* END CONTACT FORM *******************/



/******************* BEGIN BANNER STYLES *******************/
#banner {
	width: 960px;
	height: 120px;
	*width: 958px;
}
.logo{
	width:221px;
	float:left;
	padding:50px 0px 0px 30px;
}
#topRight{
	width:676px;
	float:right;
	padding:10px 30px 0px 0px;
	text-align:right;
}
#topRight p{
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
#topRight a:link, #topRight a:visited {
	color: #333333;
	text-decoration: none;
	padding:0px 10px 0px 10px;
}
#topRight a:hover {
	color: #CC3333;
}
/*selected and unselected states for text size*/
#topRight a.textSizeSel:link, #topRight a.textSizeSel:hover, #topRight a.textSizeSel:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	border-bottom:#999999 1px solid;
}
#topRight a.textSizeUnSel:link, #topRight a.textSizeUnSel:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#topRight a.textSizeUnSel:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#worldClocks{
	text-align:right;
	width:676px;
	height:25px;
}

/******************* END BANNER STYLES *******************/

/******************* BEGIN MAIN CONTENT STYLES *******************/
.main{
	margin: 0px auto 0px auto;
	padding:0px;	
	text-align:left;
	width: 960px;
	/*because there is a background graphic that stretches vertically and lines up to the edges of this div
	we need to hack for i.e's 1 pixel offset bug by shaving two pixels off this div and the padding on #container.*/	
	*width: 958px;
	position:relative;
	top: 0px;
	background-color:#ffffff;
	height:auto;
}
#container {
	clear: left;
	width:900px;
	margin:0px;
	padding:0px 30px 0px 30px;	
	*padding:0px 29px 0px 29px;
}
#navcontainer {
	text-align:left;
	float:left;
	width:700px;
	height:20px;
	padding:0px;
	margin:0px;	
}
#leftContent{	
	width:700px;
	*width:700px;
	margin:0px;
	float:left;
	
	padding:60px 0px 0px 0px;
	_padding:30px 0px 0px 0px;
}
.graphic_padding{
	margin-bottom:20px;

}
#left_pic{
	float:left;
	margin:16px 20px 15px 0px;
	*margin:14px 20px 15px 0px;
}
.emphasis{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C81A20;
	font-weight:bold;
}
#emphasis{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C81A20;
	font-weight:bold;
}
#bullet_list{
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#bullet_list ul{
	padding: 0px;
	margin:0px;
	list-style:none;
}
#bullet_list li{
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0.03em;
	font-size: 12px;
	font-weight: normal;
	text-indent:15px;
	margin: 0px;
	padding: 0px;
}


/******************* BEGIN SIDEBAR STYLES *********************/
#sideBar{
	float:right;
	width:170px;
	*width:168px;
	padding:0px;
	margin:0px;
	clear:right;
}
#sideBar table tr td{
	padding-top:0px;
	padding-bottom:0px;
	*padding:2px 0px 2px 0px;
	margin:0px;
}
/******************* END SIDEBAR STYLES *********************/


/******************* BEGIN HOME TABLE STYLES *********************/
#hometable{
	padding-top:10px;
}
#homeboxes{
	background-color:#efefef;
	padding:15px;
} 
#hometable h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#C81A20;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
	letter-spacing:.1em;
	font-weight:bold;
	line-height:16px;
}
#hometable p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0px;
	padding:0px;
	line-height:16px;
}
.moreLink{
	text-align:right;
	padding:7px 0px 0px 0px;
}
#hometable a:link, #hometable a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#C81A20;
	text-decoration:none;
}
#hometable a:hover {
	color: #333333;
}
/******************* END HOME TABLE STYLES *********************/

/******************* BEGIN OTHER SITE AREA TABLES *********************/

.table_style{
	width:700px;
	margin:20px 0px 20px 0px;
	text-align:center;
}
.table_banner{
	background-image:url(images/table_banner_red.gif);
	background-repeat:repeat-x;
	background-color:#DF787B;
}
.table_banner td{
	/*height:45px;*/
	text-align:center;
}
.table_style h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:13px;
	padding:7px;
	letter-spacing:.03em;
}
.table_style p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:11px;
	letter-spacing: 0em;
	margin:0px;
	padding:10px 7px 10px 7px;
	/*text-align:left;*/
}
.table_style .tableDisclaimer p{
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	color:#333333;
	line-height:11px;
	letter-spacing: 0em;
	margin:0px;
	padding:10px 7px 0px 0px;
	/*text-align:left;*/
}
.table_banner_border{
	border-right:solid 1px #FFFFFF;
}
.table_column_border{
	border-right:solid 1px #FFFFFF;
	border-top:solid 1px #FFFFFF;
}
.table_column_border_last{
	border-top:solid 1px #FFFFFF;
}
.table_odd_row{
	background-color:#DDD;
}
.table_even_row{
background-color:#EFEFEF;
}
.table_style .table_total_row p{
	color:#C81A20;
	font-weight:500;
}
.table_odd_row_final {
	background-color:#DDD;
}
.table_odd_row_final .table_column_border_last p{
	color:#C81A20;
	font-weight:bold;
}
.table_even_row_final {
	background-color:#EFEFEF;
}
.table_even_row_final .table_column_border_last p{
	color:#C81A20;
	font-weight:bold;
}
#center{
	text-align:center;
}
/******************* END OTHER SITE AREA TABLES *********************/


.leftcol {
	margin: 0px 0px 0px 283px;
	padding: 38px 0px 0px 0px;
	width: 500px;
	text-align: left;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	padding: 30px 30px 20px 30px;
	letter-spacing: 0.3pt;
	clear: both;
	text-align: left;
	margin: 0px;
	width: 900px;
	*width: 898px;
}
#footer h3 {
	color: #666666;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 10px;

	font-weight:400;
	letter-spacing:1px;
}
#footer p {
	text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
}
#footer a:link, #footer a:visited {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333333;
	text-decoration: none;
	padding:0px 10px 0px 10px;
}
#footer a.firstlink {
	padding:0px 10px 0px 0px;
}
#footer a:hover {
	color:#cc3333;
}
#footer a.siteby:link, #footer a.siteby:visited {
margin:0px;
padding:0px;
color:#999999;


}

#footer a.siteby:hover  {
margin:0px;
padding:0px;
color:#999999;
border-bottom:#999999 1px solid;

}
/* FOR PROMO BOX!!!!!!!!!!!!!!! */
.headerimg{	
	line-height:16px;
	color: #C81A20;
	background-color:#C81A20;
	height: 36px;	
	margin-bottom: 15px;
}
.headerimg .textholder{
float: left;
padding-top:5px;
padding-left:30px;
display:inline;
clear:none;
}
.textholder p{
margin:0px;
padding:0px;
font-size:12px;
display:inline;
float:left;
width:600px;
margin-top:2px;
color:#ffffff;
clear:none;
}
.request_button{
	font-size:10px;
	float:right;
	margin-right:30px;
	margin-top: 5px;
	border: none;
}
.close{
margin-right: 8px;
border: none;
}

#rft_close{
display:inline;
float:left;
margin-top:4px;
cursor:pointer;

}

/* END PROMO BOX!!!!!!!!!!!!!!! */












