@charset "UTF-8";
body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
#container {

	width: 57em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* 
==========================

HEADER

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

#header {
	background: #fff;
	background-image: url(../images/stripes.gif);
	height:130px;
	width:100%;
	position:relative;
	clear:both;
	 
}
#header h1{
	text-align:center;
	valign:center;
	padding-top:30px;
	font-size:36px;
 	 
}
 
 
  .col {
	width:160px;
	 float:right;
 	height:135px;
	color:#000066;
	padding:5px;
	font-size:12px;
 
	 
}
 .floating {
	width:100%;
	float:left;
	height:100%;
	 
	position:relative;
}
.floating div {
	position:absolute;
	bottom:0;
	left:0;
	margin:5px;
}
#logo img {
	padding:5px 0 5px 15px;
}
/* 
==========================

NAV

==========================
*/
 
#gradientBar {
	width:100%;
	height:10px;
	float:left;
	background-color:gray;
	background: url(../images/gradient_bar.jpg) repeat-x ;
 
}
.blueBar {
	width:100%;
	height:1em;
	float:left;
	background-color:#000066;
}
#navcontainer {
	float:left;
	text-align:center;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	
	border-bottom:5px solid #000066;
	 
}
ul#navlist {
	margin: 0;
	padding: 0;
	overflow:hidden; 
	 
	font-size:13px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	text-align:center;
	padding: 3px 10px;
}
#navlist a {
	 padding: 3px 10px; 
}
#navlist  .active {
	  
	/*padding: 3px 10px;*/
	 color:black;
}
#navlist  .inactive {
	 color:gray;
	 padding: 3px 10px; 
}
#navlist a:hover {
	 padding: 3px 10px; 
	background: url(../images/gradient_nav.jpg) repeat-x left bottom;
	color: #000;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
	color: #000066;
	text-decoration: none;
}
 
#header h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#000066;
}
#header h3, h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#000066;
}
.note {
  font-style:italic;
  font-size:.9em;
}
h1 {
	color:#000066;

}
h2 {
	font-style:italics;
	font-weight:normal;
	font-size:2em;
	color:#666666;
	margin:0;
}
h3 {
	color:#666666;
	font-weight:normal;
}
/* 
==========================

SIDEBAR

==========================
*/
 #sidebar1 {
	float: right;
	width:28%;
	margin-top:1em;
    
}

#sidebar1 .inner {
	background: #EBEBEB;
		color:#000066;
	font-size:.9em;
	line-height:1.75em;
	padding:.2em;
	background-image: url(../images/gradient_side.jpg);
	margin-bottom:1.5em;
	width:215px;
}
#sidebar1 li {
	padding-bottom:.5em;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/* 
==========================

MAIN CONTENT

==========================
*/
#mainContent {
	text-align:center;
	float:left;
	width:70%;
}
 
#mainContent h1{
font-family:"Times New Roman", Times, serif

}
#contentBody {
	padding:1.25em;
	width:95%;
	text-align:center;
	float:left;
}
.bodyCopy{
  width:80%;
  margin-left:5em;
}
.bodyCopy p{
 
}
.grid {
	font-size:11px;
	line-height:13px;
    font-family:Arial, Helvetica
    padding:5px;
}
.tableCopy{
 
    text-align:center;
    width:20%
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
    text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px
}
/* 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;
}
.box {
	width:100%;
	float:left;
	font-size:.9em
}
.prices {
 padding:8px;
 border:0;

}
.rowColor1 {
 
}

.prices td
{
 border-bottom: 1px dotted black;
}
.vline{
height:100%;
color:gray;
width:10px;
border-right:1px solid #999999;
}
.hline{
width:100%;
color:gray;
height:1px;
border-bottom:1px solid #999999;
}
