/** BASIC */

html, body {
	height: 100%;
}

.text5 {
	margin-bottom: 15px;
	padding-bottom: 6px;
	background: url(images/homepage06.gif) repeat-x left bottom;
}

/** WRAPPER */

#wrapper {
	padding-top: 40px;
}

/** HEADER */

#header {
	width: 846px;
	height: 100px;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	background-color: White;
	z-index: 9;
}

#headbottom {
	width: 826px;
	height: 4px;
	margin: 0px auto;
	padding-bottom: 5px;
	margin-top: -2px;
	background: url(images/sep.gif) repeat-x left top;
	background-color: White;
	z-index: 10;
}

/** MENU TABS **/
#menutabs {
	float: right;
	width: 460px;
	height: 90px;
}

#menutabs ul {
	margin: 0px;
	padding: 55px 0px 0px 35px;
	list-style: none;
}

#menutabs li {
	display: block;
	float: left;
	height: 33px;
	padding-right: 5px;
}

#menutabs a {
	display: block;
	float: left;
	background: url(images/tab05.gif) repeat-x left top;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
	cursor: pointer;
}

#menutabs a strong {
	display: block;
	padding: 0px 0px 0px 26px;
	background: url(images/tab04.gif) no-repeat left top;
}

#menutabs a span {
	display: block;
	height: 25px;
	padding: 8px 26px 0px 0px;
	background: url(images/tab06.gif) no-repeat right top;
}

#menutabs a:hover, #menutabs .active a {
	background-image: url(images/tab02.gif);
	color: #FFFFFF;
}

#menutabs a:hover strong, #menutabs .active strong {
	background-image: url(images/tab01.gif);
}

#menutabs a:hover span, #menutabs .active span {
	background-image: url(images/tab03.gif);
}

#menutabs1 { width: 84px; }
#menutabs2 { width: 96px; }
#menutabs3 { width: 96px; }
#menutabs4 { width: 93px; }

/** LOGO */

#logo 
{
	float: right;
	width: 350px;
	height: 110px;
	margin: -10px 20px 0px 0px;
	background: url(images/logo.jpg) no-repeat left top;
	cursor: pointer;
}

#logo h1, #logo h2 {
	display: none;
}

/** PAGE */

#page {
	width: 846px;
	margin: 0px auto;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 10px;
}

/** MENU */

#menu {
	padding-left: 20px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: block;
	width: 190px;
	height: 35px;
	padding: 7px 0px 8px 0px;
}

#menu a {
	display: block;
	text-decoration: none;
}

#menu1 { background: url(images/homepage07.gif) no-repeat right center; }
#menu2 { background: url(images/homepage08.gif) no-repeat right center; }
#menu3 { background: url(images/homepage09.gif) no-repeat right center; }
#menu4 { background: url(images/homepage10.gif) no-repeat right center; }
#menu5 { background: url(images/homepage11.gif) no-repeat right center; }

/** MENU **/
/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
	padding-left: 20px;
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
.PrettyMenu ul.AspNet-Menu ul
{
    width: 9.5em;
    left: 9.9em;
    top: 1em;
    z-index: 400;
    background-color: White;
}

.PrettyMenu ul.AspNet-Menu ul ul
{
    width: 9.5em;
    left: 9.4em;
    background-color: White;
    z-index: 101;
}

.PrettyMenu ul li {
	display: block;
	width: 190px;
	height: 35px;
	padding: 8px 0px 5px 0px;
	background: url(images/homepage06.gif) repeat-x left bottom;
	text-decoration: none;
	letter-spacing: -1px;
	font: bold 16px "Trebuchet MS", "Times New Roman", Times, serif;
}

.PrettyMenu ul li a 
{
	color: #00667C;
}

.PrettyMenu a:hover
{
	color: #008000;
}
/** CONTENT */

#content {
	float: right;
	width: 593px;
	padding: 0px 17px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 846px;
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
}

/** BOX1 */

#box1 {
	width: 190px;
	margin-left: 20px;
	padding: 10px 0px;
}

/** BOX2 */

#box2 {
	width: 190px;
	margin-left: 20px;
	padding: 10px 0px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 142px;
}

/** BOX4 */

#box4 {
	float: left;
	width: 235px;
	height: 269px;
	min-height: 269px;
	padding-left: 20px;
}

html>body #box4 {
	height: auto;
}

#box4 .bg7 {
	height: 6px;
	margin-bottom: 5px;
}

/** YELLOWBOX */

#yellowbox {
	float: left;
	width: 380px;
	height: 92px;
	padding: 25px 25px 0px 25px;
	margin-left: 15px;
}

#linksbox {
	float: left;
	width: 380px;
	height: 100px;
	padding: 15px 25px 0px 25px;
	margin-left: 15px;
}

/** BOX5 */

#box5 {
	float: left;
	clear: left;
	width: 290px;
	padding-top: 15px;
}

/** BOX6 */

#box6 {
	float: left;
	width: 283px;
	padding: 15px 0px 0px 20px;
}

#box6 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box6 li {
	display: block;
	float: left;
	width: 254px;
	height: 85px;
	margin-bottom: 15px;
	background: url(images/homepage06.gif) repeat-x left bottom;
}

#box6 p {
	margin: 0px;
}

#box6 li.right .image, #box6 .right p {
	padding-left: 13px;
}

#box6 li.right .image 
{
	background: url(images/homepage24.gif) no-repeat left top;
}

/** BOX7 */

#box7 {
	padding: 10px 27px 0px 0px;
}

/** BOX4 */

#searchbox {
	float: left;
	width: 200px;
	margin-left: 20px;
	padding: 10px 0px;
	height: 100px;
}

#searchbox .content {
	padding: 15px;
	color: White;
}

#searchbox .searchfield 
{
	width: 160px;
}

#infobox {
	float: left;
	width: 200px;
	margin-left: 20px;
	padding: 10px 0px;
	height: 100px;
}

#infobox .content {
	padding: 20px;
}

.contactus 
{
	background-color: White;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}

.contactus ul li label
{
	width: 105px;
	padding: 0px 20px 6px 8px;
	float: left;
	text-align: right;
	color: #000000;
}
.contactus ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.contactus ul li
{
	margin: 0 0 1em;
	padding: 0;
	background: none;
	clear: left;
}
.contactus ul li input
{
	width: 210px;
	padding: 0px 0px 6px 6px;
	float: left;
	border: 1px solid #A5ACB2;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

.contactus ul li .contactbutton
{
	margin-left: 173px;
}

.contactus ul li .button
{
	width: auto;
	float: none;
	border: 1px solid #000000;
	background-color: inherit;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-size: large;
	color: Green;
}

.contactus ul li .FileUpload
{
	margin-left: 133px;
}

.loginPanel
{
	text-align: center;
}

.PrettyLogin
{
    width: 18em;
}



.PrettyLogin .AspNet-Login
{
    font-family: Verdana;
    font-size: 0.8em;
    background: #FFFFFF;
    padding: 4px;
    border: solid 2px #465239;
}



.PrettyLogin .AspNet-Login label,

.PrettyLogin .AspNet-Login input
{
    color: #465239;
}


.PrettyLogin .AspNet-Login input
{
    font-size: 1em;  /* lets the form element scale */
}



/* This rule is used when AutoAccessKey is true */

.PrettyLogin .AspNet-Login label em
{
    text-decoration: underline;
    font-style: normal;
}



.PrettyLogin .AspNet-Login input
{
    border: solid 1px #465239;
}



.PrettyLogin .AspNet-Login .AspNet-Login-TitlePanel
{
    font-weight: bold;
    color: #465239;
    background: #E9F5DA;
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
    font-size: 1.5em
}



.PrettyLogin .AspNet-Login .AspNet-Login-FailurePanel
{
    color: #FF0000;
}



.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel,

.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel,

.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel,

.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding: 0.25em 0.1em 0 0;
    text-align: right;
}



.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel label,

.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel label
{
    white-space: nowrap;
}



.PrettyLogin .AspNet-Login .AspNet-Login-UserPanel input,

.PrettyLogin .AspNet-Login .AspNet-Login-PasswordPanel input
{
    width: 9em;
}



.PrettyLogin .AspNet-Login .AspNet-Login-RememberMePanel input
{
    border: none;
}



.PrettyLogin .AspNet-Login .AspNet-Login-SubmitPanel input
{
    background: White;
    color: #465239;
    border: solid 1px #465239;
    float: right;
    height: 1.7em;
}



.PrettyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
    margin-bottom: 0.5em;
}



.PrettyLogin .AspNet-Login .AspNet-Login-CreateUserPanel a,

.PrettyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel a
{
    color: #465239;
    font-style: italic;
}



.PrettyLogin .AspNet-Login .AspNet-Login-InstructionPanel,

.PrettyLogin .AspNet-Login .AspNet-Login-CreateUserPanel,

.PrettyLogin .AspNet-Login .AspNet-Login-HelpPanel
{
}

#ticker
{
	float: right;
	width: 460px;
	height: 10px;
	margin-right: 20px;
	background-color: White;	
}

.newsticker {
	clear: both;
	padding: 3px 0px 0px 0px;
	width:460px;
	float: inherit;
	text-align: right;
	background-color: White;
}