@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
	background-image: url(../images/header_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	vertical-align: bottom;
}
.oneColFixCtrHdr #navigation p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #navigation a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
}
.oneColFixCtrHdr #navigation a:hover{
	color: #CCCCCC;
}
.oneColFixCtrHdr #homeContent {
}
.oneColFixCtrHdr #mainContent {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B0A690;
	padding-bottom: 40px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 1.15em;
	color: #b0a690;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
} 
.oneColFixCtrHdr #mainContent p{
	font-size: 0.8em;
	color: #666666;
	text-align: justify;
	line-height: 1.25em;
	padding-left: 40px;
	padding-right: 40px;
}
.oneColFixCtrHdr #mainContent a {
	color: #006bb1;
	text-decoration: none;
	font-weight: bold;
} 
.oneColFixCtrHdr #mainContent a:hover {
	color: #666666;
} 
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
	text-align: right;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/*CSS for Comdev Forms*/

.oneColFixCtrHdr #mainContent .comdev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	line-height: 1.25em;
	margin-bottom: 10px;
}

/*CSS for General Use*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.haccordion{
	padding: 0;
	background-color: #000000;
}
.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}
.haccordion li{
	margin: 0;
	padding: 0;
	display: block; /*leave as is*/
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 350px; /*For users with JS disabled: Height of each content*/
	overflow: hidden; /*leave as is*/
	float: left; /*leave as is*/
}
.haccordion li .hpanel{
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 350px;  /*For users with JS disabled: Height of each content*/
}

/*CSS for example Accordion #hc3*/

#hc3 li{
	margin:0 0 0 0; /*Spacing between each LI container*/
}
#hc3 li .hpanel{
	padding: 0px; /*Padding inside each content*/
	background: #000000;
}
#hc3 li .hpanel img{
	border:0px
}
