@charset 'utf-8';
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	color: #4A534F;
	background-color: #475362;
	background-image: url(img/bkgd/drk_gry_hoz.gif);
	background-repeat: repeat;
}
a:link, a:active, a:visited {
	color: #4972A9;
	text-decoration: none;
}
a:hover {
	color: #FFAE00;
}
h1 {
	font-family: 'Gill Sans MT Condensed', 'Myriad Condensed Web', 'Arial Narrow', sans-serif;
	color: #788780;
	font-size: 36px;
	font-variant: small-caps;
	margin-top: .5em;
}
h2 {
	text-align: center;
	font-size:medium;
	margin:.25em 0 0;
	padding: 0 0 .1em;
	border-bottom: 1px dotted #788780;
	font-variant: small-caps;
	color:#788780;
}
#main h2 {
	text-align: left;
}

h4 {
	font-size:x-small;
	font-weight:600;
	font-variant:normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	color:#A7A396;
	margin:1em 0.2em .2em;
}

h5 {
	font-size:xx-small;
	font-weight:600;
	letter-spacing: normal;
	color:#A2ACA7;
	margin:8px 4px 2px;
	text-transform:uppercase;
}
#sidebar h5 {
	color:#788780;

}
h6 {
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: auto;
	margin-left: 2em;
}


#header {
	height: 110px;
	width: 100%;
	background-image: url(img/header/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position:relative;
}
#wrap {
	width: 96%;
	margin-left: 2%;
	margin-top: 0%;
	background-color: #FFFFFF;
	position:relative;
}
#main {
	font-size:small;
	padding: 0% 1%;
}
#mainbar {
	float: left;
	width: 55%;
	padding: 0 5%;
}
#rightbar {
	width:15%;
	float:right;
	background-image: url(/img/grfx/symbols/3stars.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 1%;
	text-align: right;
}
#sidebar {
	width:15%;
	float:left;
	background-image: url(/img/grfx/symbols/3stars.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 1%;
}

#footer {
	height:80px;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color: #9BA6B5;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	border-top:2px solid #788780;
	margin-top: 20px;
	background-image: url(/img/bkgd/speck-gray.gif);
	background-repeat: repeat;
	background-position: center center;
}


/* 
---------------------nav--------------------
*/

#nav {
	background-image:url(/img/bkgd/navver.gif);
	background-position:center;
	background-repeat:repeat-x;
	padding: 2px 0px 2px 20px;
	border-bottom: 2px solid #614E5A;
	height:16px;
	text-align:center;
}
#nav div {
	margin:1px 1px 1px 10px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-weight:800;
	text-transform: uppercase;
	border: 1px solid #77606F;
	padding:0px 2px;
	float:left;
}
#nav div.up {
	color:#B8BEBB;
	border-top-color: #77606F;
	border-right-color:#77606F;
	border-bottom-color: #77606F;
	border-left-color: #77606F;
}
#nav div.over {
	color:#FFC652;
	border-top-color: #65525F;
	border-right-color: #917587;
	border-bottom-color: #917587;
	border-left-color: #65525F;
	background-color: #6F686C;
}
#nav div.down {
	color:#765F6E;
	background-color: #FFC652;
	border-top-color: #65525F;
	border-right-color: #917587;
	border-bottom-color: #917587;
	border-left-color: #65525F;
}

.sm_text {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color:#788780;
	line-height: normal;
}
.sec_comic {
	font-family: 'Comic Sans MS', 'Bradley Hand ITC', 'Bitstream Vera Sans', sans-serif;
	font-size: large;
	color: #FFFFFF;
	letter-spacing: -1px;
}

.red {
	color: #FF0000;
}

.on {
	display: block;
}

.off {
	display: none;
}
em {
	font-family: 'Times New Roman', Times, serif;
}
/*
-------------------------- FORMS ----------------------
*/

.div_submit {
	margin:20px 0;
	text-align:right;
	padding-top: 10px;
}
fieldset {
	padding: 1% 1% 2%;
	width: 80%;
	margin-top: 5%;
	margin-right: 9%;
	margin-bottom: auto;
	margin-left: 9%;
	border: 1px solid #E3DDE1;
}

.legend_button {
	font-family: Verdana, sans-serif;
	background-color:#7B6473;
	color: #D0C6CD;	
	font-weight: bold;
	font-size: x-small;
	text-transform: uppercase;
	padding:0 4px;
	border-top: 1px solid #E3DDE1;
	border-right: 1px solid #4B3D46;
	border-bottom: 1px solid #4B3D46;
	border-left: 1px solid #E3DDE1;
	text-align:center;
	margin: 0 10px 0 0;
}
legend {
	font-family: Verdana, sans-serif;
	background-color:#7B6473;
	color: #D0C6CD;
	font-weight: bold;
	font-size: x-small;
	text-transform: uppercase;
	padding:2px 4px;
	text-align:center;
	margin:5px 10px;
	border-top: 1px solid #E3DDE1;
	border-right: 1px solid #4B3D46;
	border-bottom: 1px solid #4B3D46;
	border-left: 1px solid #E3DDE1;
}
label {
	font-size:x-small;
	color: #4A534F;
	font-weight: 600;
	line-height: 1.5em;
}


.table_text {
	font-size: x-small;
	background-color: #E0DEE0;
	font-family: Verdana, sans-serif;
	width: 100%;
	border-top: 1px solid #FAEFFA;
	border-right: 1px solid #CFCBCF;
	border-bottom: 1px solid #CFCBCF;
	border-left: 1px solid #FAEFFA;
	margin-top: 20px;
}
.table_text td {
	color: #909090;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-size: small;
	background-color: #FFFFFF;
}
.table_text th {
	color: #D0C6CD;
	background-color: #7B6473;
	padding: 1px 4px;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
}
.text_box {
	font-family:Verdana, sans-serif;
	background-color: #EBE7EA;
	color: #7B6473;
	font-size: small;
	padding-right: 2px;
	padding-left: 2px;
	border-top: 1px solid #7B6473;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #7B6473;
	margin: 0px;
	line-height:14px;
}
.box_10 {
	margin: 5px;
	padding: 5px;
}
.box_20 {
	margin: 10px;
	padding:10px;
	text-align: center;
}
.box_center {
	margin: 4% 6%;
	padding:1% 4%;
	width: 80%;
	border: 1px dotted #788780;
}

.box_10_sm {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	color:#75817D;
	line-height: normal;
	margin: 0px 5px auto;
	padding: 10px;
	font-weight: 200;
}
.pull_quote {
	font-family: 'Comic Sans MS', 'Bradley Hand ITC', 'Bitstream Vera Sans', sans-serif;
	font-size: large;
	padding: 10px;
	width: 40%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
	line-height: 0.95em;
	border-top: 10px none #D2D6D5;
	border-bottom:10px none #D2D6D5;
	color: #A7A9A8;
}
.orange {
	color: #FFAE00;
}
.light_brown {
	color:#C2BCA9;
}
.light_blue {
	color: #6B87AB;
}
ul {
	margin:0.2em 0em;
	padding:0em 1.0em;
}
ol {
	margin-right: 1.25em;
	margin-left: 1.25em;
}
#main ul li {
	font-weight:800;
	font-size:x-small;
	list-style-image:url(/img/buttons/12x12_brwn.gif);
	list-style-position:outside;
	margin:0.5em;
} 
#main ol li {
	font-weight:normal;
	font-size:small;
	list-style-type:decimal;
	list-style-position:outside;
	margin-bottom:0.4em;
}
#mainbar li.up {
	list-style-image:url(/img/buttons/8x8_blu.gif);
	color: #6B87AB;
}
#mainbar li.over  {
	list-style-image:url(/img/buttons/8x8_org.gif);
	color: #FFAE00;
	}
#mainbar li.down {
	list-style-image:url(/img/buttons/8x8_bwn.gif);
	color:#C2BCA9;
}
#sidebar li.up {
	list-style-image:url(/img/buttons/8x8_blu.gif);
	color: #6B87AB;
}
#sidebar li.over  {
	list-style-image:url(/img/buttons/8x8_org.gif);
	color: #FFAE00;
	}
#sidebar li.down {
	list-style-image:url(/img/buttons/8x8_bwn.gif);
	color:#C2BCA9;
}


#sidebar ul {
	margin-left: 0.25em;
	margin-right:0;
}
#sidebar ul li {
	list-style-type: none;
	font-size:x-small;
}
#sidebar ul li ul {
	margin-left: 0.5em;
	margin-right:0;
}
#sidebar ul li ul li {
	list-style-type:none;
}
#sidebar ul li ul li ul {
	margin-left: 0.75em;
	margin-right:0;
}
#sidebar ul li ul li ul li {
	list-style-image:url(/img/buttons/8x8_blu.gif);
	list-style-position:outside;
}
