/* CSS Document */

* {
  margin:0;
  padding:0;
}

html {
	height:100%;
}

body {
	background:#174640;
	background-image:url(images/bg.jpg);
	background-position:50% 0;
	background-repeat:repeat-y;
	color:#1b1b1b;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	height:100%;
}

p {
	padding:5px 0 5px 0;
	margin:0;
}

#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -30px auto;
	width:960px;
}

#header {
	background-image:url(images/header.jpg);
	color:#FFF;
	height:200px;
	padding:7px 0 0 0;
	text-indent:29px;
	width:960px;
}

#menu_header {
	width:960px;
	height:32px;
	float:left;
	padding-top:0;
	background-color:#009;
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
}

#main_menu {
	width:498px;
	height:32px;
	float:right;
}

#main_menu a {
	padding:10px 18px;
}

#main_menu li {
	width:auto;
	float:left;
	margin-right:0;
	margin-left:0;
	display:inline;

	line-height:32px;
}

#main_menu a:link,#main_menu a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:700;
	height:32px;
	line-height:32px;
}

#main_menu a:hover,#main_menu a:active,.current {
	color:#FFF;
	background:url(images/main_menu_hover.jpg) repeat-x;
	text-decoration:none;
	font-weight:700;
	height:32px;
	line-height:32px;
}

#inlay {
	float:left;
}

#left_column {
	float:left;
	width:209px;
}

#left_menu {
	float:left;
	width:209px;
	margin-left:10px;
	margin-top:10px;
	background-image:url(images/strips_onside.jpg);
	background-repeat:repeat-y;
}

#left_menu_header {
	background-image:url(images/top2.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:209px;
	height:24px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	padding-top:0px;
	color:white;
}

.header1 {
padding-top:4px;
}

.header_text {
	color:#18524b;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 7px 0;
}

#left_menu_bottom {
	background-image:url(images/specs_bottom.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width:209px;
	height:14px;
}

#content {
	float:left;
	margin:12px 10px 0 17px;
	width:588px;
}

#content h1 {
	color:#18524b;
	font-size:16px;
	font-weight:bold;
	margin:5px 0 7px 0;
}

#col3 {
float : left;
width : 207px;
margin-left : 0;
padding-left : 1px;
margin-bottom : 0;
}

#col3 ul {
	list-style : none;
	margin : 0;
	padding: 0;
}

#col3 ul li {
display : inline;
padding : 0;
margin : 0;
}

#col3 ul li a {
display : block;
color : #496663;
background : inherit;
text-decoration : none;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
margin:0;
padding : 5px 10px 5px 10px;
border-bottom : 1px dotted #d1e5e4;
}

#col3 ul li a.open {
	background: #f0f0f0;
}

#col3 ul li a.opencurrent {
	background: #f0f0f0;
	color : orange;
}

#col3 ul li a.opensingle {
	background: #ebebeb;
}

#col3 ul li a.opensinglecurrent {
	background: #ebebeb;
	color : orange;
}

#col3 ul li a.mycurrent {
	color : orange;
}

#col3 ul li a:hover {
text-decoration : underline;
background: #f6f6f6;
}

#newsbox {
	float:left;
	margin:4px 0 0 0;
	width:100px;
	color:#496663;
	padding-top:12px;
}

#newsbox h3 {
	color:#34403f;
	font-size:10px;
	font-weight:bold;
	padding:0 14px 0 0;
	text-align:right;
}

.newsboxpic {
	border-bottom:10px solid #f4f4f4;
	border-left:10px solid #f4f4f4;
	border-right:9px solid #f4f4f4;
	border-top:10px solid #f4f4f4;
}

#push {
	clear:both;
	height:30px;
}

.menu {
	margin-left:10px;
	margin-right:10px;
	color:#496663;
}

#footer {
	background-image:url(images/footer.jpg);
	color:#e7bc24;
	height:14px;
	margin:15px auto 0 auto;
	padding:1px 0 0 0;
	text-align:center;
	width:960px;
}