html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
}

a img {
	border: 0;
}

#logo {
	float: right;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#logo img {
	border: none;
}

#bg_top {
	width:	990px;
	height: 4px;
	margin: 19px auto 0 auto;
	background: url(../images/bg_top.gif) no-repeat bottom;
}

#content {
	width: 450px;
	padding: 10px 19px 0 19px;
	float: left;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 170%;
}

#content_wide {
	width: 707px;
	min-height: 500px;
	padding: 10px 19px 0 19px;
	float: left;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #f7f9fb;
	line-height: 170%;
}

#content ul, #content_wide ul {
	margin: 0 0 18px 23px;;
}

#content a, #content_wide a, .smoothness p a {
	color: #004485 !important;
}

#line {
	margin: 0 0 0 6px;
	float: left;
	display: inline;
	line-height: 0;
	background: url(../images/line.gif) repeat-x;
	width: 978px;
	height: 11px;
}

#left {
	width: 233px;
	margin: 0 0 0 6px;
	float: left;
	display: inline;
	background: #b8cbdd;
}

.menu li {
	background: url(../images/menuebg.gif) repeat-x;
	width: 233px;
	list-style: none;
	
}

.menu li a {
	display: block;
	padding: 5px 0 5px 14px;
	line-height:19px;
	border-bottom: 1px solid #fff;
}

.menu li ul li {
	width: 233px;
	background: url(../images/menuebg_l2.gif) repeat-x;
	background-color: #E4EDF4;
	list-style: none;
}

.menu li ul li a {
	color: #002446;
	padding-left: 23px;
}

.menu li ul li ul li {
	background: url(../images/menuebg_l3.gif) repeat-x;
	background-color: #F1F5F8;
}

.menu li ul li ul li a {
	padding-left: 30px;
}

.menu a {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}

ul.menu li.active {
	font-weight: bold;
}

ul.menu li {
	font-weight: normal;
}

#clearer {
	clear: both;
}

#footer {
	height: 30px;
	width: 990px;
	margin: 0 auto 19px auto;
	font-family: "Times New Roman", Times, serif;
	padding: 3px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: url(../images/footer.gif) no-repeat;
}

#footer a {
	color: #fff;
}

#picture_box {
	background: #ccdae7;
	float: left;
	display: inline;
	margin: 0 1px 0 1px;
}

#picture_box p {
	padding: 0;
}

#content h1, #content_wide h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	padding: 9px 0 30px 0;
}

#content h2, #content_wide h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 21px 0 18px 0;
}

strong, p {
	padding: 0 0 10px 0;
}

#form-login {
	margin: 10px;
	font-size: 15px;
	color: #002446;
}

#form-login a {
	color: #002446;
}

.inputbox {
	width: 160px;
	margin: 0 0 5px 0;
}

#content h3, #content_wide h3 {
	background: none;
	font-weight: bold;
	border: none;
}

#content .inputbox, #content_wide .inputbox, #emailForm textarea {
	width: 440px;
	margin: 5px 0 5px 0;
}

#header_left {
	margin: 0 0 0 6px;
	float: left;
}

#header_right {
	float: left;
	margin: 0 0 0 1px;
}

.smoothness .ui-state-active .ui-icon {
	background: url(../images/icon.gif) no-repeat 5px;
	margin: 0 0 0 8px;
}

.smoothness .ui-state-default .ui-icon {
	background: url(../images/icon.gif) no-repeat 5px;
	margin: 0 0 0 8px;
}

.smoothness .ui-widget-content {
	background: none;
	border: none;
}

#content_wide fieldset {
	padding: 15px;
	border: 1px solid #ccc;
	margin-top: 15px;
}

#content_wide legend {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.tool-tip {
background:#FFFFCC none repeat scroll 0 0;
border:1px solid #D4D5AA;
float:left;
max-width:200px;
padding:5px;
font-family: Verdana, Geneva, sans-serif;
}

.tool-title {
background:transparent url(../../system/images/selector-arrow.png) no-repeat scroll 0 0;
font-size:11px;
font-weight:bold;
margin:-15px 0 0;
padding:15px 0 5px;
}

.tool-text {
font-size:11px;
margin:0;
}

.newsbox li, .adminmenu li {
	margin: 27px 0 0 0;
	background: #001948;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 29px;
	list-style: none;
}

.newsbox p, .adminmenu p {
	color: #fff;
	font-size: 12px;
	display: inline;
	text-transform: uppercase;
	padding: 0 0 0 14px;
}

*html .newsbox p, .adminmenu p {
	padding: 0;
}

.newsbox ul li, .adminmenu ul li {
	background: #e4edf4;
	margin: 0;
	border-top: none;
}

.newsbox li a, .adminmenu li a {
	color: #001948;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 29px;
	padding: 0 0 0 14px;
	border: none;
}

.imagebox {
	width: 685px;
}

.imagebox img {
	border: 1px solid #034486;
	margin: 0 41px 10px 0;
}

.imagebox p {
	margin: 0 0 10px 0;
}

.imagebox h3 {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: normal !important;
}

.imagebox .break {
	margin: 0 0 10px 0;
}

#shadowbox_overlay {
	opacity: 0.5 !important;
}

#shadowbox_title, #shadowbox_info {
	background: #b4ccde !important;
}

#shadowbox_title_inner, #shadowbox_counter {
	color: #000 !important;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 10px !important;
}
