@charset "iso-8859-1";
/* With ul elements, IE uses margins for it's indent and FF uses padding. To override the default browser settings for margins and padding on EVERY ELEMENT, use the following:

* {
padding: 0;
margin: 0;
}

End of Comment .*/

*{
	margin:0;
	padding:0;} 

body {
	margin: 0px;
	padding: 2px 0 0 0;
	text-align: left;
	font: 10px arial, tahoma, "Trebuchet MS", verdana, arial, verdana, sans-serif;
	background-color: #254740;
}

#container {
	border: 1px solid #232E21;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 950px;
	background-color: #FFFFFF;
	}

#banner {
	height: 103px;
    background: #FFFFFF;
	color: #CCCCCC;
	padding: 0px 0 0px 0;
	margin: 0px 0px 0px;
}

		/* TOP NAVIGATION */
#navlist {
	width: 100%;
	height: 15px;
	padding: 0 5px 5px 10px;
	margin: 0px 0;
	text-align: center;
	color: #555;
	font-size: 11px;
	line-height: 15px;
}

#navlist p{
	width: 100%;
	height: 15px;
	padding: 0 5px 5px 10px;
	margin: 0px 0;
	text-align: center;
	color: #555;
	font-size: 11px;
	line-height: 15px;
}
#navlist  a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #555;
	background: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
#navlist a:link {
	margin: 0px 0px 0px 0px;
	color: #555;
	background-color: #fff;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
#navlist a:visited {
	margin: 0px 0px 0px 0px;
	color: #555;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}
#navlist a:hover {
	margin: 0px 0px 0px 0px;
	color: #254740;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	background-color: #BBCDD0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #254740;
	border-bottom-color: #254740;
}
#navlist a#current {
	margin: 0px 0px 0px 0px;
	color: #555;
	background: #7BA5A6;
	font-size: 11px;
	line-height: 15px;
}


		/* MAIN CONTENT */
#content {
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 470px;
	background-color: #30402D;
	background-image: url(../images/index_page_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

		/* FOOTER */
#footer  {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #466768;
	color: #fff;
	height: 35px;
	font-size: 9px;
	text-align: center;
	font-family: arial, tahoma, "Trebuchet MS", verdana, arial, verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
	float: none;
	background-position: center center;
	clear: both;
	line-height: 12px;
}

#footer  {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #466768;
	color: #fff;
	height: 30px;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
}

#footer a {
text-decoration: none;
color: #fff;
}

#footer  a:hover {
	color: #E2603F;
	font-weight: bold;
}

#footer a#current {
color: #fff;
background:#6A9662;
}


		/* LINKS */
a {
text-decoration: underline;
color: #ffffff;

}
a:hover {
text-decoration:underline;
color: #E2603F;

}
a img {
border: 0;
}


		/* HEADING PROPERTIES */


p {
	margin: 5px 10px 0px 10px;
	PADDING: 5px 10px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: normal;
	color: #000000;
	line-height: normal;
}

.companyname {
	margin: 5px 10px 0px 10px;
	PADDING: 5px 10px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: normal;
	color:#000000;
	line-height: 10px;
}

h1 {
	padding: 10px 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0 0 5px;
	
}

ul {
	margin: 0 0px 0 25px;
	padding: 0 0px 0 0px;
	color: #ffffff;
	list-style: square;
}
li {
	margin: 0 0px 0 10px;
	padding: 0 0px 0 0px;
	color: #ffffff;
	list-style: square;
}
