@charset "utf-8";
/* CSS Document */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-weight:normal; font-style:normal;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

html {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 100%;
}

body {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:22px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ol li {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	margin:3px 0px 3px 30px;
	padding:0px 0px 0px 0px;
	color:#000;
}	

ul li {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	margin:3px 0px 3px 30px;
	padding:0px 0px 0px 0px;
	color:#000;
}	

p {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:13px;
	margin:3px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	line-height:22px;
	color:#000;
}


h1 {
	font-family: Lucida Sans Unicode, Trebuchet MS, Verdana, sans-serif;
	font-size:30px;
	line-height:36px;
	margin:3px 0px 3px 0px;
	color:#000;
	}

h2 {
	font-family: Lucida Sans Unicode, Trebuchet MS, Verdana, sans-serif;
	font-size:20px;
	line-height:28px;
	margin:3px 0px 3px 0px;
	font-weight:normal;
	color:#000;
	}	
	
h3 {
	font-family: Lucida Sans Unicode, Trebuchet MS, Verdana, sans-serif;
	font-size:17px;
	line-height:26px;
	margin:3px 0px 3px 0px;
	font-weight:normal;
	color:#000;
	}	

img {
	border:none;	
}

a:link, a:visited, a:active {
	color: #00599b;
	text-decoration: none;
}

input.style {
	background:#fff;
	border:1px solid #CCCCCC;
	padding: 4px;
	width:240px;
	-moz-border-radius: 3px;
 	border-radius: 3px;
}

.ddstyle {
	border:1px solid #999;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:3px 5px 3px 5px;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
 	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
 	box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
	margin: 2px 0 2px 0;
}

input.errors {
	background:#ffcccc;
	border:1px solid #ff0000;
	padding: 4px;
	width:240px;
	-moz-border-radius: 3px;
 	border-radius: 3px;
}

.short input.style {
	background:#fff;
	border:1px solid #CCCCCC;
	padding: 4px;
	width:150px;
	-moz-border-radius: 3px;
 	border-radius: 3px;
}

textarea.errors {
	background:#ffcccc;
	border:1px solid #ff0000;
	padding: 4px;
	width:240px;
	-moz-border-radius: 3px;
 	border-radius: 3px;
}

textarea.style {
	background:#fff;
	border:1px solid #CCCCCC;
	padding: 4px;
	width:240px;
}

select.style {
	background:#fff;
	border:1px solid #CCCCCC;
	padding: 4px;
	width:250px;
	-moz-border-radius: 3px;
 	border-radius: 3px;
}

select.errors {
	background:#ffcccc;
	border:1px solid #ff0000;
	padding: 4px;
	width:250px;
	-moz-border-radius: 3px;
 	border-radius: 3px;
}

dt {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:5px 30px 3px 0px;
	padding:0px 0px 0px 0px;
	line-height:18px;
	color:#000;
}

dd {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:5px 30px 3px 0px;
	padding:0px 0px 0px 0px;
	line-height:15px;
	color:#000;
}

blockquote {
	margin: 25px;	
}

#lister dl {
	float:left;
	width: 45%;
	margin-right:5%;
	text-align:left;
	margin-bottom:30px;
}

/* ---------- menu-nav Drop Down --------- */
#menuwrapper {
	display:none;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

/* ----------- Hide/Show Div ---------- */
#menu-nav div.show {
	display:none;
}

.floatleft {
	float:left;	
	width:234px;
	margin:10px 0px;
	padding:0px;
}

.float {
	float:left;	
}

.floatright {
	float:right;	
}

.right {
		text-align:right;
}

.center {
	text-align:center;
}

.justify {
	text-align:justify;
}

.bld {
	font-weight:bold;
}

.rd {
	color:#F00;
}

.itl {
	font-style:italic;	
}
   
.dborder {
	border-bottom:1px solid #ccc;	
}

.lborder {
	border-bottom:1px solid #eee;	
}

.dottborder {
	border-bottom:1px dotted #ccc;	
}


.lfloat {
	float:left;
	width:45%;
	margin-right:10%;
}

.rfloat {
	float:left;
	width:45%;
}

.lfloatbkg {
	float:left;
	width:45%;
	margin-left:10px;
}

.rfloatbkg {
	float:right;
	width:45%;
	margin-right:10px;
}

.sideborder {
	display:none;
}

.sideborders {
	display:none;
}

.pageline {
	margin:0px auto 20px auto;
	padding:0px;
	border-top:1px solid #00599b;
}

.pagetext {
	margin:0px;
	padding:0px;
	text-align:justify;
}

.pageside {
	display:none;
}

.prodout {
	display:inline-block;
	clear:both;
	margin-top:5px;
	padding:5px;
}

.prodborder {
	border-top:1px solid #eee;
}

.ftbkg {
	display:none;
}

.noprint {
	display:none;
}

#slider-code { height: 450px; overflow:hidden; margin-bottom:20px; }
#slider-code .viewport { float: left; width: 599px; height: 450px; overflow: hidden; position: relative; }
#slider-code .next { margin: 30px 0 0 10px;  }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; padding: 0; margin: 0;  position: absolute; left: 0; top: 0; border-bottom: 1px dashed #ccc;}
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 0px; height: 449px; width: 593px; }

#slider-code .pager { overflow:hidden; list-style: none; float:right; clear: both; margin: -34px 10px 0px 0px; position:relative;}
#slider-code .pager li { float: left; }
#slider-code .pagenum { background-color: #fff; text-decoration: none; text-align: center; padding: 2px 5px 2px 5px; color: #00599b; font-size: 14px; font-weight: bold; display: absolute; }
#slider-code .active { color: #fff; background-color:  #00599b; }

#header2 ul li {
	padding:0px;
	margin:0px;
	list-style:none;
}

#header2 a {
	font-size:18px;
	font-family: Lucida Sans Unicode, Trebuchet MS, Verdana, sans-serif;
	color:#000;
	margin:0px;
}

.pgBox {
	width:100%;
}

#time {
	width:100%;
}

#QuoteUp {
	display:none;
}

#ImageUp {
	display:none;
}

.testfind {
	display: none;
}