/* Layout
----------------------------------------------- */	

* {
	padding: 0;
	margin: 0;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#074368;
}
a:hover {
	text-decoration: underline;
	color:#074368;
}
h1 {
	font-family: Cambria, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}
h2 {
	font-family: Cambria, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}
body {
	font-family: Cambria, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	color:#074368;
}
#bg {
	position:relative;
	margin: 0 auto;
	width: 1106px;
	background-color:#FFFFFF;
	background-image:url(images/bgRepeat.gif);
	background-repeat:repeat-y;
	background-position:bottom;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	width: 1000px;
	background-color:#FFFFFF;
}
#header {
	width: 1000px;
	float: left;
	padding: 0px;
	height: 435px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/header_bg.jpg);
}
#navigation {
	float: left;
	width: 1000px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#leftcolumn {
	margin: 0px 0px 0px 0px;
	padding: 40px 10px 10px 0px;
	width: 200px;
	float: left;
}
#content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 460px;
	display: inline;
	background-color:#33FFFF
}
#contentRight {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 10px 10px;
	width: 740px;
	display: inline;
}
#rightcolumn {
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 10px 10px;
	width: 600px;
	float: left;
}
#footer {
	width: 1106px;
	height: 121px;
	clear: both;
	color:#074368;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#footer a:link,#footer a:visited,#footer a:active {
	text-decoration:none;
	color:#074368;
}
#footer a:hover {
	text-decoration: underline;
	color:#074368;
}
#navLeft {
	position: absolute;
	top: 600px;
	left: -17px;
	width: 17px;
	height: 310px;
	background-color: transparent;
	background-image: url(images/navLeft.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:  100% 0pt;
	z-index: 10;
}
#navcontainer {
	padding: 3px 0px 0px 10px;
	position: absolute;
	top: 600px;
	left: 0px;
	width: 236px;
	height:310px;
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color:#074368;
}
#navcontainer ul {
	list-style-type: none;
}
#navcontainer a {
	display: block;
}
#navcontainer a:link, #navlist a:visited {
	text-decoration: none;
}
#navcontainer a:hover {
font-weight:bold;
}
#contact{
padding: 0px 5px 0px 10px;
}
#number{
padding: 300px 0px 0px 0px;
}
#mask{
position: absolute; right: 0; bottom: 1;
}
/* Navigation
----------------------------------------------- */	
.menu {
	width:745px;
	height:42px;
	float:right;
	z-index:100;
	border-right:1px solid #000;
	font-family: Cambria, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	text-align:center;
}
/* 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 {
	font-size: 13px;
	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;
	text-decoration:none;
	color:#fff;
	width:138px;
	height:40px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:149px;
	w\idth:138px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	font-size: 13px;
	background:#d4d8bd url(images/grey-arrow.gif) no-repeat 130px center;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#c9ba65 url(images/blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul :hover > a.drop {
	background:#c9ba65 url(images/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:31px;
	left:0;
	width:149px;
	border-top:1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
}
/* 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:#d4d8bd;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#000;
	background:#b7d186;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background:#d13a00;
}
/* 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;
}
/* Column Area
----------------------------------------------- */	
#columnItems {
	margin: 10px 0px 0px 0px;
	background-color:#FFFFFF;
}
#columnItems h1 {
	background-image:url(images/columnItems_bg.gif);
	color:#FFFFFF;
	text-align:center;
	font-family: Cambria, serif;
	font-size: 17px;
	font-style: normal;
	font-weight:bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
#columnItems ul {
	list-style-type: none;
	border: 1px solid #c73400;
}
#columnItems li {
	margin-bottom: 0px;
}
#columnItems a {
	width: 198px;
	display: block;
	text-align: center;
	border-top:1px solid white;
	text-decoration: none;
	color: #000;
	background: #ededec;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
#columnItems a:hover {
	background: #ffb78f;
	border-top:1px solid white;
}
#columnItems a:active {
	background: #e24700;
	border-top:1px solid white;
	color: #fff;
}
/* Content Area
----------------------------------------------- */	
#contentItemTitle {
	margin: 10px 0px 0px 0px;
	background-color:#FFFFFF;
}
#contentItemTitle h1 {
	background-image:url(images/contentItemTitle_bg.gif);
	color:#FFFFFF;
	text-align:center;
	font-family: Cambria, serif;
	font-size: 17px;
	font-style: normal;
	font-weight:bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
#contentItemTitle ul {
	list-style-type: none;
	border: 1px solid #c73400;
}
#contentItemTitle li {
	margin-bottom: 0px;
}
#contentItemTitle a {
	width: 458px;
	display: block;
	text-align: center;
	border-top:1px solid white;
	text-decoration: none;
	color: #000;
	background: #ededec;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}
#contentItemTitle a:hover {
	background: #ffb78f;
	border-top:1px solid white;
}
#contentItemTitle a:active {
	background: #e24700;
	border-top:1px solid white;
	color: #fff;
}

#left_list{ width:225px; float:left;}
#right_list{ width:500px; float:right;}

.input { border: 1px solid #646567; background: #fef7b5;width:190px;}

.input:hover {border: 1px solid #000000;background: #f5f2ee;width:190px;}

.details { border: 1px solid #646567; background: #fef7b5;width:190px; height:100px;}

.details:hover {border: 1px solid #000000;background: #f5f2ee;width:190px;height:100px;}

.button {border: none;background: url('images/sendUp.gif') no-repeat top left; padding: 2px 8px;}

.button:hover {border: none;background: url('images/sendDn.gif') no-repeat top left;padding: 2px 8px;}

label {display: block; width: 15px;float: left;margin: 2px 4px 6px 4px;text-align: right;}

#rates ul, #rates li{ list-style:none;}

.clear{ clear:both;}