@charset "utf-8";
body  {
	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;
	background-color: #FFFFCC;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.thrColFixHdr #mcw {
	text-align:center;
} 
.thrColFixHdr #container {
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
} 
.thrColFixHdr #header {
	background-color: #FFFFFF;
	padding-bottom:15px;
} 
#header #top-nav-bar {
	display:block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/top-nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 24px;
}
#content {
	min-height:440px;
	position: relative;
}
#content-main {
	width: 450px;
	/*margin-top: 20px;*/
	padding-top:0px;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 175px;
}
#content-main p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #333333;
	text-decoration: none;
	font-size: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align:justify;
}
#content-main .small {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	color: #333333;
	text-decoration: none;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	text-align:justify;
}
#content-main .ss {
	margin: 0px;
}
#content-main .title {
	font-family: "Gill Sans MT", Arial, sans-serif;
	line-height: 100%;
	color: #201B51;
	text-decoration: none;
	font-size: 175%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#content-main h1 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	padding: 3px;
	margin: 0px 0px 10px 0px;
}
#content-main h2 {
	color: #201B51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin: 0px 0px 5px 0px;
}
#content-main li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-decoration: none;
}
#content-main img {
	margin-bottom: 15px;
	float: none;
	display:block;
	margin-top: 3px;
}


#header #logo-bar {
	background-image: url(images/logo-bar.jpg);
	background-position: center top;
	height: 112px;
	background-repeat: no-repeat;
	display: block;
}

#header #top-nav-bar .tmenu {
	float: right;
	margin-right: 25px;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
}
#header #top-nav-bar .tmenu a {
	text-decoration:none;
	color: #000000;
}
#header #top-nav-bar .tmenu a:hover {
	text-decoration:underline;
	color: #000000;
}

ul.menu {
	padding: 0px;
}
ul.menu li {
	list-style:none;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 12px;
	color: #201B51;
	text-decoration: none;
	letter-spacing: 0em;
	text-transform: uppercase;
	background-image: url(images/menu-btn-sm.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 23px;
	width: 110px;
	padding-left: 35px;
	padding-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	width:160px;
	position: absolute;
	top: 0px;
	left: 0px;
	/*height: 100%;*/
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
}
#sidebar1 img {
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.thrColFixHdr #sidebar2 {
	width: 160px;
	position:absolute;
	top: 0px;
	right: 0px;
}

#sidebar2 img {
	float: right;
	margin-right: 25px;
	margin-bottom: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #mainContent {
	margin-top: -9px;

} 
.thrColFixHdr #footer {
	background-image:url(images/btm-nav-bar.jpg);
	background-repeat:no-repeat;
	height:30px;
	clear: both;
	background-position: center top;
}
.thrColFixHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	text-decoration: none;
	text-align: right;
	padding-right: 25px;
	padding-top: 1px;
	margin: 0px;
}
.thrColFixHdr #footer img {
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.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;
}
.ratecategory {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
/*	border: thin solid #005BB7; */
}
#centercontent {
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {margin:0 auto; width:745px; height:32px; position:relative; z-index:100;border-right:3px solid #FFF; font-family:"Gill Sans MT",arial, sans-serif; text-align:left;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
/*.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}*/
.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#201B51; width:138px; height:30px; border:3px solid #fff; border-width:3px 0 3px 3px; background:#E5DEB4 /*url(images/cb-button.gif) no-repeat 115px center*/; padding-left:10px; line-height:29px; font-weight:normal; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:148px; w\idth:135px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:33px;left:0; width:149px;border-top:3px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:32px;t\op:33px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#E5DEB4; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 3px 3px 3px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:125px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#201B51;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#201B51;}

/* 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;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
