@charset "utf-8";

/* CSS Document */

/*-----------------------APPEARANCE---------------------------*/

body {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #002A0E;
	padding: 0px;
	width: 896px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

#wrapper {
	padding: 0px;
	width: 896px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(../images/header_v2.jpg);
	background-repeat: no-repeat;
	height: 182px;
	width: 896px;
	margin: 0px;
	padding: 0px;
}

#header a {
	outline: 0;
	border: none;
	margin: 0px;
	padding: 0px;
}

#header img {
	outline: 0;
	border: none;
}

#mast {
	display: none;
	visibility: hidden;
	height: 0px;
}

/*----------------------------BREADCRUMBS----------------------------*/

#breadcrumb {
	float: left;
	display: inline;
	height: 30px;
	line-height:30px;
	margin:0px;
	padding: 0px;
	font-size: 1em;
	max-width: 550px;
	overflow:hidden;
}

#breadcrumb a {
	height: 30px;
	line-height:30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding: 0px;
}

#breadcrumb a:hover {
	color: #FFFFFF;
}

/*----------------------------SEARCH----------------------------*/

#searchbar {
	background-image: url(../images/searchbar.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 884px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
	font-weight: bold;
	background-color: #A7A9AC;
	background-position: top;
	overflow: hidden;
}

#search {
	float: right;
	display: inline;
	text-align: right;
	align: right;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

form {
	margin: 0px;
	padding: 0px;
}

#searchlabel {
	display: inline;
	height: 30px;
	line-height: 30px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#searchtext {
	font-size: 12px;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 165px;
	float: right;
}

#searchtext .searchfield {
	border: none;
	outline: 0;
	background: none;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 150px;
	overflow: hidden;
	font-size: 12px;
}

#searchtext input:focus, textarea:focus {
	outline: 0;
	border: none;
}

#searchsubmit {
	
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 30px;
	width: 44px;
	text-align: center;
}

#searchsubmit .submit {
	height: 30px;
	background: none;
	border: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	color: #BD2037;
	font-weight: bold;
}


/*----------------------------CONTENT STRUCTURE----------------------------*/

#contentwrap {
	background-image: url(../images/bodytile.jpg);
	background-repeat: repeat-y;
	width: 896px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

#navigation {
	display: inline;
	float: left;
	width: 220px;
	margin-right: 13px;
	margin-left: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	z-index: 1;
}

#content {
	display: inline;
	float: right;
	width: 615px;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	z-index: 10;
}

#footer {
	background-image: url(../images/footer.gif);
	height: 4em;
	width: 896px;
	padding-top: 7px;
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	line-height: 2em;
	background-color: #FFFFFF;
	margin-bottom:25px;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*----------------------------NAVIGATION----------------------------*/

/* global styles */

* .clearingDiv {
	clear:both;
	width: 896px;
	height: 15px;
}

* .clearsearch {
	clear:both;
	width: 896px;
	height: 1px;
	display: inline;
}

* .hide {
	display:none ! important;
}

/* navigation */

#navigation {
	font-family: sans-serif;
}

#navigation h4 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 2px 0px 2px;
	height: 2.3em;
	cursor: pointer;
	cursor: hand;
}

#navigation span.menusize {
	padding: 0px 2px 0px 2px;
	line-height:2.3em;
}

#navigation table {
	height: 100%;
	vertical-align: middle;
}

#navigation ul {
	list-style: none;
	margin-top: .3em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: .3em;
	padding: 0;
}

#navigation li {
	font-size: 1em;
	line-height: 1.3em;
	display: inline;
	font-weight: 500;
	margin-bottom: 3px;
}



#navigation li a:hover {
	color: #007943;
	outline: 0;
	border: none;
}

#navigation a {
	color: #003;
	display: block;
	text-decoration: none;
	padding: .15em 4px .15em 15px;
	outline: 0;
	border: none;
}

#navigation a:hover {
	color: #003;
	background-repeat: no-repeat;
	background-position: 10px 0;
}

/* closed menu item */

.opened {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/button_states_o.jpg);
}

/* opened */

.closed {
	color: #FFFFFF;
	background-color: #A7A9AC;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/button_states_n.jpg);
}

.over {
	color: #003;
	background-color: #CCCFD4;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/button_states_h.jpg);
}

/*----------------------------CONTENT----------------------------*/

#content a {
	color: #333333;
	text-decoration: underline;
}

#content a:hover {
	color: #007943;
}

#content .top {
	text-decoration: none;
}

#content p {
	line-height: 1.2em;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 1em;
}

#content .result-title {
	clear: both;
}

#content h1 {
	font-size: 1.2em;
	color: #333333;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1em;
	color: #333333;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 10px;
}

#content h3 {
	margin-bottom: 0px;
	line-height: 1.3em;
	font-size: 1.2em;
	color: #333333;
}

#content h4 {
	margin-bottom: 2px;
	line-height: 1.3em;
	font-size: 1.1em;
	color: #4E4E4E;
}

#content h5 {
	margin-bottom: 10px;
	line-height: 1em;
	color: #333333;
	font-size: 1.5em;
}

#content img {
}

#content .floatleft {
	display: inline;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 5px;
	border: none;
	outline: nont;
}

#content .floatright {
	display: inline;
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	padding: 5px;
	border: none;
	outline: none;
}

#content .backtop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 10px;
	padding-top: 10px;
}

#content .currentdate {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: 10px;
	padding-top: 8px;
	clear: both;
	width: 615px;
}

#content ul {
	margin-top: 2px;
	margin-bottom: 8px;
}

#content li {
	list-style-type: square;
}

#content td {
	padding-right: 10px;
	padding-left:10px;
}

#content #line {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content #KeyPoints {
	border: 1px solid #FF0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content #KeyPoints h4 {
	margin-top:0px;
}

/*----------------------------FOOTER----------------------------*/

#footer a {
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #000;
	display: inline;
	font-weight: bold;
	line-height: 16px;
}

#footer a:hover {
	color: #007943;
	text-decoration: none;
}
