@charset "utf-8";
/* CSS Document */

body#homepage {
	margin: 0px auto;
	width:auto;
	height:317px;
}

/* Container */
#container {
	width:830px;
	margin:0 auto;
}

/* Header */

#header {
	margin: 5px auto 37px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	width:830px;
	height:85px;
}

#header img {
	border:0;
}

#line1 {
    margin: 3px auto 0px auto;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#D8D8D8;
	/*background-image:url(images/top_navbar.gif);
	background-repeat:repeat-x;*/
	width:830px;
	height:1px;
}

#line {
    margin: 1px auto -1px auto;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#B75915 ;
	/*background-image:url(images/top_navbar.gif);
	background-repeat:repeat-x;*/
	width:830px;
	height:1px;
}

/* Navigation drop down menue and links */
#menuh{
	font-size:9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	margin-left:10px;
}
		
#menuh a{
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	padding:5px 31.5px 5px 31px;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */{
    color:#666666;
	background-color:#FFFFFF;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: black;
    background-color: #8395AA ;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* for IE7 */
	vertical-align: bottom;		/* for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#body {
	margin: 0px auto;
	width:auto;
	height:317px;
}

#filler {
	margin: 0px auto;
	width:830px;
	height:20px;
	text-align:center;
}

#filler p {
	margin: 0px auto;
	color:#27408B;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

#gray_content {
	margin: 0px auto;
	width:auto;
	height:auto;
	background-color:	#D8D8D8 ;
	/*background-color:#e2ebe8;*/
}

#flash_content {
	margin: 0px auto;
	width:830px;
	height:317px;
}

#flash_content object{
}

#content {
	margin: /*5px*/ auto;
	padding: 0px 5px 10px 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-repeat:repeat-y;
	width:830px;
	height:auto;
}

#content p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666666;
}

#content h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#666666;
}

#content li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#content a:link, #content a:visited, #content a:active {
        color:#CD853F;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
}

#content a:hover {
		margin: 0px auto;
        color: black;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
}

#line2 {
    margin: -3px auto -16px auto;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#B75915;
	/*background-image:url(images/top_navbar.gif);
	background-repeat:repeat-x;*/
	width:830px;
	height:1px;
}

#footer {
	margin: 15px auto 10px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#8395AA;
	/*background-image:url(images/footer_navbar.gif);
	background-repeat:repeat-x;*/
	width:830px;
	height:34px;
	/*padding:10px 10px 10px 10px;*/
}

#foot_text_1 {
	margin: 15px 0px 0px 37px;
	color:#FFF;
	font-size:16px;
	/*float:left;*/
}	

#footer_2 {
	margin: 0px auto;
	width:830px;
	height:25px;
}

#footer_2 a:link, #footer_2 a:visited, #footer_2 a:active {
        color:#CD853F;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
}

#footer_2 a:hover {
		/*margin: 0px auto;*/
        color: black;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
}

#footer_left {
	margin: 0px 0px 0px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	width:270px;
	height:50px;
	float:left;
}

#footer_left a:hover {
		margin: 0px auto;
        color: black;
		font-size:9px;
		width:270px;
		height:50px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
}

#footer_middle {
	margin: 0px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	width:270px;
	height:50px;
	float:left;
}

#footer_middle a:hover {
		margin: 0px auto;
        color: black;
		font-size:9px;
		width:270px;
		height:50px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
        }

#footer_right {
	margin: 0px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	width:270px;
	height:50px;
	float:left;
}

#footer_right a:hover {
		margin: 0px auto;
        color: black;
		font-size:9px;
		width:270px;
		height:50px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
}

#line3 {
    margin: 0px auto 0px auto;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:	#D8D8D8 ;
	/*background-image:url(images/top_navbar.gif);
	background-repeat:repeat-x;*/
	width:830px;
	height:1px;
}

#footer_bottom {
	margin: 0px auto;
	background-color:	white;
	/*background-image:url(images/top_navbar.gif);
	background-repeat:repeat-x;*/
	width:830px;
	height:auto;
}

#footer_bottom p {
	margin: 0px auto;
	color:#666666;
	font-size:9px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer_bottom a:link, #footer_bottom a:visited, #footer_bottom a:active {
        color:#CD853F;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:9px;
}

#footer_bottom a:hover {
		margin: 0px auto;
        color: black;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:9px;
        }
		
p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	/*font:bolder;*/
}

ul {
	list-style:none;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

li {
	list-style:none;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
