@charset "utf-8";
body {
	background: #fdf9d7;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-size:12px;
	font-family: arial, verdana, helvetica;
	height:100%;
	
}
.twoColLiqLtHdr #container {
	width: 760px;  
	height:100%;
	background: url(images/container_bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	margin: 0 auto;	
	text-align: left;
}
.twoColLiqLtHdr #header {
	background: url(images/page_top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	width:760px;
	height:225px;
	padding: 0 0px;
}

.twoColLiqLtHdr #startheader {
	background: url(images/top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	width:760px;
	height:470px;
	padding: 0 0px;
}
.twoColLiqLtHdr #header h1 {
	padding:-100px 0px 5px 0px;
	margin:-37px 0px 0px 385px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003863;
	font-size:13px;
	text-transform:uppercase;
	font-style:normal;

}
.twoColLiqLtHdr #header p{
	padding:-90px 0px 5px 0px;
	margin: 0px 0px 0px 565px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;	
	text-decoration:none;
	font-style:normal;
}

.twoColLiqLtHdr #mainContent h2 h3{
	margin: 0 0 0 0;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif #461B15;
	font-size:12px;
	text-transform:uppercase;
}

.twoColLiqLtHdr #mainContent {
	margin: 10px 10px 0px 10px;
	padding:10px 30px 0px 50px;
}
	
.twoColLiqLtHdr #mainContent h1  {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif #461B15;
	font-size:13px;
	text-transform:uppercase;
}

.twoColLiqLtHdr #mainContent li {
	margin:0px 0px 0px -10px;
	padding:0px 0px 0px -10px;
	font-family:Arial, Helvetica, #000000;
	font-size:12px;

}
.twoColLiqLtHdr #mainContent p {
	margin:10px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif #461B15;
	font-size:12px;
}
.twoColLiqLtHdr #footer {
	
	font-size:11px;
	font-family:arial, verdana, helvetica;
	color:#000000;
	width:760px;
	align:center;
}
.twoColLiqLtHdr #footer a {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.twoColLiqLtHdr #footer p {
	margin:2px 2px 2px 1px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:2px 2px 2px 2px /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* SIDE NAVIGATION */


	/* ================================================================= */

/* [ SIDE NAVIGATION STYLES ]                                           */

/* ================================================================= */



#sidenav {
	width: 265px;
	margin-left:50px;
	padding-top: 220px;
	margin-bottom:0px;
}
#sidenav a:link, #sidenav a:active, #sidenav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003863;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom: 2px #003863 dotted;
	margin: 0px 2px 7px 5px;
	padding: 0px 2px 1px 5px;
}
#sidenav a:hover {
	color: #425C95;
	background:#f9f6ed;
	border-bottom: 2px #003863 dotted;
}


#pagenav {
	width: 265px;
	margin-left:50px;
	padding-top: 30px;
	margin-bottom:0px;
}
#pagenav a:link, #pagenav a:active, #pagenav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003863;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom: 2px #003863 dotted;
	margin: 0px 2px 7px 5px;
	padding: 0px 2px 1px 5px;
}
#pagenav a:hover {
	color: #425C95;
	background:#f9f6ed;
	border-bottom: 2px #003863 dotted;
}

#topnav {
	width: 160px;
	margin-left:480px;
	margin-top: 10x;
	margin-bottom:10px;
	
}
#topnav a:link, #topnav a:active, #topnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003863;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom: 2px #003863 dotted;
	margin: 2px 1px 2px 0px;
	padding:3px 2px 2px 3px;
}
#topnav a:hover {
	color: #425C95;
	background:#f9f6ed;
	border-bottom: 2px #003863 dotted;
}
#smnav {
	margin-top: 10x;
	margin-bottom:10px;
	
}
#smnav a:link, #smnav a:active, #smnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003863;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom: 2px #003863 dotted;
	margin: 2px 1px 2px 0px;
	padding:3px 2px 2px 3px;
}
#smnav a:hover {
	color: #425C95;
	background:#f9f6ed;
	border-bottom: 2px #003863 dotted;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxx*/

	

	a {
	color: #003863;
	font-weight:bold;
	text-decoration:none;

	

}
.border {
	border:1px;
	border-style:solid;
	border-color:#003863;
	padding:2px 2px 2px 2px;
	

}
.priceborder {
	border:1px;
	border-style:solid;
	border-color:#5a5b5b;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	background-color:#93acb2;
}
.box {
	border:1px;
	border-style:solid;
	border-color:#5a5b5b;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif #461B15;
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 0 0;
}

.line {
	width: 580px;
	margin-left:00px;
	margin-top: 10x;
	margin-bottom:10px;
	border-bottom: 1px #425C95 dotted;