body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1B1B1B;
	background-color: #2A2F43;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 


.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #F8AA36;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-color: #F8AA36;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
#Bodylowerleft {
	float: left;
	width: 325px;
	border: thick none #000;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 10px;
}
#BodyupperRight {
	float: right;
	height: 350px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 0px;
	width: 330px;
}
#BodylowerRight {
	border: thick none #936;
	float: right;
	width: 400px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder_left{
	margin:0;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:290px;	/* Image width */
	height:200px;	/* Image height */
	position:relative;	/* Don't remove this line */
}

.imageSlideshowHolder{
	margin:0;	/* "Air" */
	float:left; /* Floating gallery at the right side of other web page content */
	width:400px;	/* Image width */
	height:300px;	/* Image height */
	position:relative;	/* Don't remove this line */
	overflow: hidden;
}

/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0;
	top:0;
	height: 360px;
	width: auto;
}

/* General rules */
#dhtmlgoodies_slidedown_menu li{
list-style-type:none;
position:relative;
}
#dhtmlgoodies_slidedown_menu ul{
margin:0px;
padding:0px;
position:relative;
}
#dhtmlgoodies_slidedown_menu div{
	margin: 0px;
	padding: 2px;
}
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{
	width: 185px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	border: thin none #F93;
}
/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a:visited {
	border: thin inset #CC6600;
	color: #000000;
	text-decoration: none;
	display: block;
	clear: both;
	width: 180px;
	outline: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
#dhtmlgoodies_slidedown_menu a:active {
	border: thin inset #CC6600;
	color: #000000;
	text-decoration: none;
	display: block;
	clear: both;
	width: 180px;
	outline: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
#dhtmlgoodies_slidedown_menu a:link {
	border: thin inset #CC6600;
	color: #000000;
	text-decoration: none;
	display: block;
	clear: both;
	width: 180px;
	outline: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	text-transform: capitalize;
}
#dhtmlgoodies_slidedown_menu a:hover{
	border: thin inset #CC6600;
	color: #0000FF;
	text-decoration: none;
	display: block;
	clear: both;
	width: 180px;
	outline: none;
	background-color: #FF9933;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
}
/* A tags */
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{
	/* Main menu items */
background-color: #F8AA36;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
margin:1px 0 0 7px;
font-size:12px;
}
.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;
}
#titlebar {
	background-color: #f8aa36;
	height: 40px;
	width: 758px;
	clear: none;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	margin-left: 230px;
	margin-top: 11px;
	font: bold 16px/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: thin solid #000;
}
#SlideshowHoldertopLeft {
	padding: 0px;
	height: 300px;
	width: 500px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#HeaderSpecial {
	color: #C09;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	margin-top: 12px;
	border: 1px solid #F8DA90;
	padding: 8px;
	width: 250px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	background: #FFA200;
}
#sidebar1 p img {width:85px; height:auto}
.twoColFixLtHdr #container .main {
}
div#sidebar1 p img {width: 84px; height:auto; margin-right:8px}
#header {
	height: 160px;
	padding-top: 15px;
	padding-left: 15px;
	position: relative;
}
#HeaderSpecial a {
	text-decoration: none;
	border-bottom: 1px dotted #FF0;
	color: #FF0;
}
#readers-choice {
	position: absolute;
	margin-left: -90px;
	left: 100%;
	top: 40px;
	overflow: visible;
	visibility: visible;
	z-index: 999;
	height: 208px;
	width: 180px;
}
#phone {
	position: absolute;
	left: 100%;
	height: 30px;
	width: 250px;
	margin-left: -190px;
	top: 0px;
	color: #464646;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}
#footer {
	display: block;
	background: #F8AA36;
	padding: 15px;
	text-align: center;
	margin-top: 20px;
}
#footer blockquote {
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #000;
}
.info {
	float: left;
	width: 750px;
}

