/* CSS Document */


body {
	background-color:#F8F8F8;
	background-image: url(../img/BodyBg.gif);
	background-repeat: repeat;
	background-position: left top;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	line-height:18px;
	color: #555;
	margin:0;
}

.bold{
 font-weight:bold;
 color:#797979;
 }

/*Text CSS styles*/

.style1 {color: #FF0000}
.style3 {color: #00CC00}
.style4 {color: #0033CC}

h1 {
	color: #18d;
	margin:10px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-transform: uppercase;
	}
	
	


@media print{
h1 {
	color: #000000;
	font-size: 18px;
	border-style: none;
	font-weight: bold;


	}

}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin:10px 0px 0px 0px;
	padding:0;
	font-size: 14px;
	font-weight: normal;
	}
	
	
h3 {
	color: #666;
	margin:10px 0px 0px 0px;
	padding:0;
	font-size: 13px;
	font-weight: normal;
	}


	
h4 {
	color: #18d;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}
	
h5 {
	color: #18d;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
@media print{
h5 {
	color: #000000;
	font-size: 16px;
	border-style: none;


	}

}
	
.quote{
	font-style: italic;
	line-height: 18px;
	margin:10px 0px 0px 0px;
padding:0px;
}

em {
	color: #FF0000;
	font-size: 16px;
	text-transform: capitalize;
	vertical-align: middle;
}

a{
	font-size: 100%;
}
a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	color: #009933;
	text-decoration: none;
	}
a:hover {color: #FF0000;
	text-decoration: underline;
	}
a:active {color: #ff6600}

h1 a:link {
	color: #18d;
	text-decoration: none;
}
h1 a:visited {
	color: #18d;
	text-decoration: none;
	}
h1 a:hover {color: #FF0000;
	text-decoration: underline;
	}
h1 a:active {color: #ff6600}





#wrapperShadow {
	width:810px;
	height:100%;
	margin-top:0;
	padding:0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/wrapperBg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
}

#wrapper {
	width:800px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #F8F8F8;
}


#banner{
	height:120px;
	width: 800px;
	background-color:#3E5873;
}


@media print{
#banner{
display:none;
}
}

#main_NavHolder {
font-size:12px;
	background-color: #F8F8F8;
	background-image: url(../img/bg_main_Nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
}

@media print{
#main_NavHolder {
display:none;
}
}

#navcontainer { }
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
padding: 0;
margin: 5px;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline; }

/*1st level elements*/
#navcontainer ul
{
float:right;
padding: 2px 0;
margin-bottom: 3em;
}

#navcontainer li { margin:0px; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{

color: #DFDFDF;
padding: 0px 10px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
color: #FF6600;

}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { 
font-weight: bold; 
color: #FF6600;
}

/*Second and subsequent levels*/
#navcontainer ul ul
{
	position: absolute;
	top: 26px;
	left: 30px;
	width: 584px;
	height: 18px;


}

#navcontainer ul ul li { display: inline; }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{


color: #3E5873;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{


color: #FF6600;
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { 
color: #FF6600;
font-weight: bold; 
}



#OneColumnContent{
	margin: 30px 0px 0px 270px;
	width:470px;
	
}
/*FAQ First page*/
#OneColumnContentfaq{
	margin: 30px 0px 0px 270px;
	width:470px;
	
}
#OneColumnContentfaq a{
font-size: 100%;
color: #666666;
}

#OneColumnContentfaq a:link a:visited{
	text-decoration: none;
}

#OneColumnContentfaq a:hover {
	text-decoration: underline;
	color:#FF0000;
	}
	
	
/*FAQ Answers*/	
#OneColumnContentfaqA{
	margin: 0px 0px 0px 270px;
	width:470px;
	
}
#OneColumnContentfaqA a{
font-size: 100%;
color: #FF0000;
}

#OneColumnContentfaqA a:link a:visited{
	text-decoration: none;
}

#OneColumnContentfaqA a:hover {
	text-decoration: underline;
	}
	



@media print{
#OneColumnContent{
	margin: 0px 10px 0px 10px;
	width:600px;
}
}

@media print{
#OneColumnContentfaq{
	margin: 0px 10px 0px 10px;
	width:600px;
}
}

@media print{
#OneColumnContentfaqA{
	margin: 0px 10px 0px 10px;
	width:600px;
}
}


.newsHolder{
margin: 10px 0px 10px 0px;
}




/*Quicklink side bar*/


#left{
margin:20px 0px 0px 20px;
width:200px;
float:left;
}


@media print{
#left{
display:none;
}
}

#left_flash{
height:75px;
background-color:#F8F8F8;
margin-bottom:5px;
}

.left_buttons{
height:75px;

margin:0px 0px 10px 20px;
}

.left_text{
margin:0px;
padding:0px;
}

/*Image positioning & Printing*/


.floatImg_right{
	margin: 10px 0px 5px 10px;
	float:right;
}

.floatImg_Left{
	margin: 0px 10px 5px 0px;
	float:left;
}

.float_right{
	margin: 0px;
	float:right;
}

.float_Left{
	margin: 0px ;
	float:left;
}

@media print {
img{
display:none;
}
}



/* Product Page Layout*/


#prod_leftContent{
width: 350px;
padding: 10px 0px 0px 30px;
float:left;
}

#prod_rightContent{
width:350px;
padding: 10px 0px 0px 0px;
margin-left: 400px;
}

#prodTab_leftContent{
width: 350px;
padding: 10px 0px 0px 40px;
float:left;
}

#prodtab_rightContent{
width:350px;
padding: 10px 0px 0px 0px;
margin-left: 400px;
}

.prod_contentHolder{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	padding-left: 15px;
	height: 210px;
}



#ProductLayout{
	margin: 30px 0px 0px 270px;
	width:450px;
	
}

#prodLowerHolder{
clear:left;
}

@media print{

#ProductLayout{
	margin: 0px 10px 0px 10px;
	width:650px;
	
}

#prodLowerHolder{
width:650px;
margin: 0px 10px 0px 10px;
}

#prod_leftContent{
float:none !important;
width:500px;
margin: 0px 10px 0px 10px;
}

#prod_rightContent{
width:500px;
margin:0px 10px 0px 10px;
}

}


/*Table styling*/

.tableStyle{
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #3E5873;
	margin-top: 10px;
}

.tableStyle_left{
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #3E5873;
}

.tableStyle_right{
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5873;
}


.tableTitles{
	background-color:#D8DFE9;
	color:#3E5873;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5873;
	text-align: center;
}

table {
	margin-bottom: 0px;
}

table a{
font-size: 100%;
}

table a:link {
	color: #FF0000;
	text-decoration: none;
}
table a:visited {
	color: #FF0000;
	text-decoration: none;
	}
	
table a:hover {
	color: #0099FF;
	text-decoration: underline;
	}
	
table 
	a:active {
	color: #FF0000
	}


.tableOdd_left{
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #3E5873;
background-color:#F0F5FE;
}

.tableOdd_right{
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #3E5873;
background-color:#F0F5FE;
}

.tableEven_left{
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-color: #3E5873;
background-color:#FFFFCC;
}

.tableEven_right{
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #3E5873;
background-color:#FFFFCC;
}

.tableOdd{
background-color:#F0F5FE;
}

.tableEven{
background-color:#FFFFCC;
}

.tableborder{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.tableborder2{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

/*Footer settings*/

#footer{
padding:0px;
margin:0px;
clear:both;
width:800px;
}



#footer{
padding:0px;
margin:0px;
clear:both;
width:800px;
}


#footer_top{
padding:0px;
margin:0px;
	height:34px;
	background-image: url(../img/top_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer_bot{
padding:0px;
margin:0px;
background-color:#3E5873;
height: 46px;
}



#bot_footer_text {
	background-image: url(../img/bot_foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:0px;
	margin:0px;
	text-align: center;
}

@media print{
#bot_footer_text {
display:none;
}
}


/*************************
Form Elements
**************************/

.forminput {
	width: 90%;
	margin: 5px 3px 5px 0px;
}

.formtextarea {
	width: 90%;
	margin: 5px 3px 5px 0px;
}

.imgclass{
margin: 3px;
}

/**************************************
Separators
**************************************/

.separator{
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;

}


#flashdemo {
width:770px;
margin: 20px 0px 20px 20px;
}

#KtmlHolder {
width:700px;
margin: 20px 0px 20px 50px;
}

@media print{
object {
display:none;
}
}


ul li{
	list-style-type: disc;	
}

ol li{
margin-left:0px;
}


#map{
	width: 760px;
	height: 500px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;

}

.map_add{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
	color: #333333;
}

#map_address {

}

#map_address_left {
	width: 200px;
	float: left;
	margin-left: 100px;
}

#map_address_right {
	width: 200px;
	margin-left:400px;
	float: none;
}
