@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
.twoColFixLtHdr #container {
	width: 770px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*position:relative;*/ /* Added this to see if it would help the positioning issue with IE6 */
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* 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. */
	height: 200px;
	background-color: #30B2CC;
} 
.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 #footer {
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#30b2cc;
	margin-top:10px;
	height:26px;
} 
.twoColFixLtHdr #footer p {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 70%;
	line-height:normal;
	color: #FFFFFF;
	text-align: right;
	margin: 0px 5px;
	padding: 0px 0 0 0;
}
.twoColFixLtHdr #footer img {
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 273px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #banner {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #orangeblock {
	float: right; /* since this element is floated, a width must be given */
	width: 480px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFFFFF;
	height: 150px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 273px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	display:inline;
	background-color: #FFFFFF;
	/*background-color: #30B2CC;*/
	background-image: url(images/menubackground.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 700px;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 #links {
	top: 0px;
	position: relative;
	text-align:center;
}
.twoColFixLtHdr #sidebar1 #links img {
	margin-bottom: 20px;
	/*margin-left: 60px;*/
}
/*.twoColFixLtHdr #sidebar1 p {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 50px;
	padding: 0px;
	line-height: 180%;
	height:25px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}*/
.twoColFixLtHdr #sidebar1 .first {
	margin-top: 60px;
	/*border-top-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;*/
}

.twoColFixLtHdr #topmenu {
	background-color:#30B2CC;
	height:25px;
}
.twoColFixLtHdr #topmenu p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
	letter-spacing: 0.15em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.twoColFixLtHdr #topmenu a {
	text-decoration: none;
	color: #333333;
}
.twoColFixLtHdr #topmenu a:hover {
	text-decoration: underline;
	color: #000000;
}

.twoColFixLtHdr .rate-table {
	font-size: 80%;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	text-align: center;
}
.twoColFixLtHdr .rate-table-hdr {
	font-size: 100%;
	background-color: #30B2CC;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
}
.twoColFixLtHdr .rate-table-row {
	font-size: 100%;
	background-color: #CCCCCC;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	color: #333333;
	text-align: center;
}
.twoColFixLtHdr .rate-table-contact {
	font-size: 80%;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	text-align: left;
}
.twoColFixLtHdr .rate-table-row-contact {
	font-size: 100%;
	background-color: #CCCCCC;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	color: #333333;
	text-align: left;
}

.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;
}

.twoColFixLtHdr #ContentBody {
	margin-top:5px;
	margin-left:8px;
	min-height:850px;

}
.twoColFixLtHdr #ContentBody ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.twoColFixLtHdr #ContentBody ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.twoColFixLtHdr #ContentBody li {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	line-height: 120%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.twoColFixLtHdr #ContentBody p {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	line-height: 120%;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #ContentBody blockquote {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	line-height: 120%;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #ContentBody .li2 {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	color: #333333;
	text-decoration: none;
	line-height: 120%;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 100%;
}
.twoColFixLtHdr #ContentBody .ss {
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #ContentBody h4 {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 115%;
	color: #0C6D80;
	padding-top: 0px;
	padding-bottom: 4px;
	margin: 0px;
}
.twoColFixLtHdr #ContentBody h5 {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 115%;
	color: #EE6500;
	padding-top: 0px;
	padding-bottom: 4px;
	margin: 0px;
	text-align: center;
	line-height: 70%;
}
.twoColFixLtHdr #ContentBody .disclaimer {
	font-size: 70%;
	font-style: italic;
	margin-top: 8px;
}
.twoColFixLtHdr #ContentBody .disclaimer-ss {
	font-size: 70%;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
#leftimage {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:60px;
}
#blue {
	background-color: #8DD5E3;
}
#orange {
	background-color: #EE6500;
	width:232px;
	height: 120px;
}
#inset {
	vertical-align: top;
	/*float:right;
	width:240px;*/
}
#inset img {
	float: right;
	margin: 15px;
}
#inset p {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 100%;
	color: #CCCCCC;
	text-decoration: none;
	margin:8px;
	padding:0px;
}
.twoColFixLtHdr #ContentBody #orange #inset p {
	color: #CCCCCC;
	font-size: 100%;
	text-decoration: none;
	padding: 0px;
	margin: 8px;
	line-height: normal;
}
.twoColFixLtHdr #ContentBody #orange #inset a {
	color: #CCCCCC;
	font-size: 100%;
	text-decoration: none;
}
.twoColFixLtHdr #ContentBody #orange #inset a:hover {
	color: #333333;
	font-size: 100%;
	text-decoration: none;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
	z-index:1000;
	/*font-size:90%;*/
	font-size:80%;
	/* margin:25px 0 50px 15px; /* this page only */
	margin:25px 0 50px 3px; /* this page only */
	/* new stuff below */
	font-family:Tahoma, Arial, sans-serif, Helvetica;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	/*width:150px;*/
	width:269px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	/*background:#d4d8bd;*/
	/*background:#d4d8bd;*/
	height:26px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	/*width:149px;
	color:#000;
	text-indent:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;*/
	width:268px;
	color:#FFF;
	text-indent:50px;
	border:1px solid #fff;
	border-width:0 1px 1px 0px;
}
/* hack for IE5.5 */
/** html .menu a, * html .menu a:visited {background:#30B2CC; width:268px; w\idth:267px;}*/
* html .menu a, * html .menu a:visited {width:268px; w\idth:267px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#003366;}

.menu :hover > a {
	color:#fff; 
	/*background:#949e7c;*/
	background:#003366;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	/*left:150px;*/ 
	left:269px;
	/* new stuff */
	background-color:#30B2CC;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

