@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 20px 0px;
	padding: 0px;
	background: #5F5F5F url(images/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

h1 {
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #5eaa62;
}

h3 {
	font-size: 11px;
	color: #783421;
}

h4 {
	font-size: 14px;
	color: #666666;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: justify;
	line-height: 130%;
}

a {
	color: #ae4c01;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #C3C3C3;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	size:1px;
	height:1px;
	width: 400px;
	color:#666666;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
	padding-top:5px;
}

.list1 li {
	padding: 0px 0px 5px 14px;
	padding-bottom: 5px;
	background: url(images/bullet_arrow.gif) no-repeat left top;
}


.rightNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 260px;
	text-align:left;
	}
	
.rightNav li {
	width:230px;
	display: inline-block;
	border-bottom: 1px solid #eeeeee;
	margin-left: 10px;
	margin-top: 20px;

}

.rightNav li a {
	padding: 5px 0px 5px 15px;
	display: inline-block;
	color:#ffffff;
	text-decoration: none;
	width: 215px;
	background-image:url(images/bullet_arrow_nav.gif);
    background-repeat: no-repeat;
}

.rightNav li a:hover {
color: #5d6d7c;
background-color:#e3edcb;
background-image:url(images/bullet_arrow_nav.gif);
background-repeat: no-repeat;

}
	

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 862px;
	height: 130px;
	margin: 0px auto;
	background: #FFFFFF url(images/homepage02.jpg) repeat-x left top;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 130px;
	padding: 0px;
	margin: 0px;
	/**background: url(images/homepage03.jpg) no-repeat left top; **/
}

#logo h1, #logo p {
	margin: 0px;
	text-indent: -999em;
	line-height: normal;
}

#logo h1 a {
	display: block;
	height: 70px;
}

/** TOPMENU */

#topmenu {
	float: right;
	padding: 30px 25px 0px 0px;
	background: url(images/homepage04.jpg) no-repeat right top;
	text-align: right;
	line-height: 150%;
	font-size: 15px;
}

#topmenu p {
	margin: 0px;
	padding: 0px 25px 0px 0px;
	line-height: normal;
	color: #ACACAC;
}

#topmenu a {
	padding: 0px 0px;
	text-decoration: none;
}

#topmenu a:hover {
	color: #ACACAC;
	text-decoration: underline;
	
}



/** HEADER2 */

#header2 {
	width: 862px;
	height: 30px;
	margin: 0px auto;
	padding: 1px 0px;
	background: #323232;
}


#header3 {
	width: 862px;
	height: 30px;
	margin: 0px auto;
	padding: 1px 0px;
	background: #111111;
	border-top: #888888 1px solid;
}

#header4 {
	width: 862px;
	height: 30px;
	margin: 0px auto;
	padding: 1px 0px;
	background: #F6F9E3;
	border-bottom: #888888 1px solid;
}


#greenbar {
	width: 862px;
	height: 15px;
	margin: 0px auto;
	padding: 0px;
	background: #258538;
}


/** MENU */

#menu {
	/*float: left; */
}




#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal
}

#menu li {
	float: left;
	text-align:center;
}

#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	height: 26px;
	padding: 4px 20px 0px 20px;
	display: inline-block;
}

#menu li a:hover {
background: #783421;
display: inline-block;
padding: 4px 20px 0px 20px;
}


#menu ul li.active a {
	text-decoration: none;
	color: #323232;
	background: #e34818;
    display: inline-block;
}


#menu ul li.single a {
	height: 25px;
    padding: 6px 20px 0px 20px;

}

/** SEARCH */

#search {
	float: right;
	width: 220px;
}

#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
}

#search fieldset {
	padding-top: 6px;
	border: none;
}

#search input {
	float: left;
}

#search .input-text {
	width: 170px;
	height: 15px;
	padding: 3px 5px;
	background: #FFFFFF;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0
}

#search .input-image {
	margin-left: 8px;
}

/** PAGE */

#page {
	width: 810px;
	margin: 0px auto;
	padding: 25px 25px 0px 25px;
	background: #FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#pageBlog {
	width: 860px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#page2col {
	width: 810px;
	margin: 0px auto;
	padding: 25px 25px 0px 25px;
	background-color: #FFFFFF;
	background-image:url(images/background_2col.gif) ;
	background-repeat:repeat;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}

#page2colBlog {
	width: 835px;
	margin: 0px auto;
	padding: 25px 25px 0px 0px;
	background-color: #FFFFFF;
	background-image:url(images/background_2col.gif)  ;
	background-repeat:repeat;
	background-position:right;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}



.wide #page {
}

/** CONTENT */

#content {
	float: left;
	width: 525px;
}

#contentwide {
	width: 810px;
}

#mainContent {
	width: 810px;
}



.home #content {
	width: 465px
}

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 220px;
}

.two-columns .column2 {
	float: right;
	width: 220px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 258px;
}


#sidebar2col {
	float: right;
	width: 245px;
}

#sidebar2col h2 {
font-size:22px;
color: #FFFFFF;
margin-bottom: 10px;
}

.home #sidebar {
	width: 297px;
}

/** FOOTER */

#footer {
	width: 862px;
	margin: 0px auto;
	background: url(images/homepage10.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	color: #AFAFAF;
}

/** BOX1 */

#box1 {
	width: 862px;
	margin: 0px auto;
}

.contentwide #response {
color:#FFFFFF;
padding:5px;
background-color:#006633;
font-weight:bold;
border: #999999 solid 1px;
margin-bottom: 10px;
}

#response {
color:#FFFFFF;
padding:5px;
background-color:#aa5e62;
font-weight:bold;
border: #999999 solid 1px;
margin-bottom: 10px;
}



.tableForms th{color:#ffffff;font-size:14px;border-bottom:1px solid #889399;border-right:1px solid #FFF;padding:0 10px;background:url("/images/tableTH_bkg.gif") repeat-x;vertical-align:middle;height:24px;text-align:center;}
.tableForms td{ font-size:13px;padding:5px;border-right:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;line-height:1.2em;vertical-align:top; text-align:left;}
.tableForms th.collapse,.tableForms td.collapse{padding:0;width:21px;}
.tableForms td.collapse{border-right:none;}
.tableForms td.lastColumn{border-right:none;}
.tableForms th.first{text-align:left;}
.tableForms td.lastRow{padding:10px 10px 5px 10px;vertical-align:top; text-align:center; border-right:none; background-color:#EEEEEE}
/*.tableForms tr.altRow{background-color:#eef6ee} */
.tableForms tr.altRow{background-color:#eff4ee} 
.tableForms tr.breakRow{background-color:#DDDDDD} 

.tableForms tr.titleRow{background-color:#0D6517; font-weight:bold; color:#ffffff;} 
.tableForms tr.header2{background-color:#CCCCCC; font-weight:bold;} 
.tableForms tr.formRow{background-color:#EEEEEE; font-weight:bold;} 
.tableForms td.topBar{ border-top: 3px solid #000000;} 

/* This class is placed on the HTML Panel Container element
 * whenever it is loading data.
 */

.HTMLPanelLoading {
	background-image: url(images/green_rot.gif);
	background-position:center;
	background-repeat: no-repeat;
	min-height: 20px;
}
/* This class is placed on the HTML Panel Container element
 * when a load request has failed.
 */

.HTMLPanelError {
	background-color:#FF0000;
}
/* These classes are used to hide any HTML Panel state markup
 * within an HTML Panel container.
 */
.HTMLPanelLoadingContent, .HTMLPanelErrorContent {
	display: none;
}
