/** CSS Style Sheet */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e3e3e3;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	text-indent: 1.5em;
	margin: 2px;
	font-size: 12px;
	color: #343434;
}

h2 {
	margin: 2px;
	margin-bottom: 5px;
	color: #2b4765;
	border-bottom: dashed 1px #c6c6c6;
}

h3 {
	margin: 2px;
	margin-left: 20px;
	color: #2c3f53;
}

h4 {
	margin: 2px;
	font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 10px;
}

#sub_header {
	background-color: #e5e5e5;
	height: 24px;

	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #bfbfbf;
}

#nav_pane {
	
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: #2b4765;
	height: 24px;

	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #303030;
	border-right-color: #303030;
	border-bottom-color: #303030;
	border-left-color: #303030;

}


/* Navigation Bar */
/*-------------------------------------------- */
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 24px;

}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

/*From IE 7 lack of compliance*/
ul#navmenu ul:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  /*border: 1px solid #303030;*/
  border-right: solid 1px #888888;
  border-right-color: #888888;
  border-bottom-color: #888888;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #f2f1f1;
  font: bold 15px/22px Arial;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #486380;
  color: #FFFFFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #f1f1f1;
  color: #666;
  border: 1px solid #303030;
  font: bold 12px/22px Arial;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #b0b0b0;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
/*----------------------------------------------------------*/


#frame_shadow {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/frame_shadow.gif);
	background-repeat: repeat-y;
}

#frame_shadow_bottom {
	width: 814px;
	height: 7px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/frame_shadow_bottom.gif);
	background-repeat: no-repeat;
	background-color: #d1d1d1;
}

#main_frame {
	background-color: #ebe9ed;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #616161;
}

#header_pane {
	width: 800px;
	height: 113px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: #ffffff;
}

#member_block {
	background-color: #ebebeb;
	width: 175px;
	height: 112px;
	margin-left: auto;
	margin-right: 0px;
	border-left: solid 1px #666666;
	border-right: solid 1px #303030;
	padding: 3px;
}

#member_block form {
	text-align: right;
	color: #555555;
}

#member_block form input {
	margin: 3px;
}

#member_block input {
	background-color: #f3f3f3;
	font-size: 8px;
}

#nav_trail {

	background-color: #efefef;
	
	width: 785px;
	
	margin-left: auto;
	margin-right: auto;
	
	
	padding-top: 5px;
	padding-left: 15px;

	color: #b2b2b2;
}

#nav_trail a {
	color: #b2b2b2;
}

#main_content {

	background-color: #efefef;
	
	width: 750px;
	
	margin: 0px;
	
	margin-left: auto;
	margin-right: auto;
	


	padding: 0px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	
}

#main_content p {
	text-indent: 2em;
}

#footer {
	height: 25px;
	background-color: #010101;
	color: #e9e9e9;
	border-top: dashed 1px #666666;
	clear: both;
	
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
}

#footer h5 {
	margin: 5px;
	margin-left: 5px;
}

#footer a {
	color: #5e738a;
}

#footer a:hover {
	color: #293d6b;
}

a {
	color: #293d6b;
	text-decoration: none;
}

a:hover {
	color: #5e738a;
	text-decoration: underline;
}

#left_content {
	float: left;
	width: 32%;
	background-color: inherit;
	border-right: solid 1px #cccccc;
}

#mid_content {
	float: left;
	width: 33%;
	background-color: inherit;
	border-right: solid 1px #cccccc;
}

#right_content {
	float: left;
	width: 32%;
	background-color: inherit;
}

.box_container {
	background-color: #fefefe;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #333333;
	border-right: solid 4px #a8a8a8;
	border-bottom: solid 4px #787878;
	
	padding: 5px;
}

.box_container_special {
	background-color: #fefefe;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.box_container div {
	border-bottom: solid 1px #9e9e9e;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

li {
	margin-top: 5px;
	font-size: 11px;
	color: #343434;
}

.feature_splash {
	height: 192px;
	background-color: #afbcaa;
	border-bottom: solid 1px #003300;
}

.feature_splash h1 {
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	padding-top: 50px;
}

.feature_splash h3 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	text-decoration: underline;
}

#member_options {
	padding: 0px;
	margin: 3px;
	border-top: solid 1px #888888;
	border-bottom: solid 1px #888888;
}

#member_options div {
	margin-left: 15px;
}

.editor_field {
	width: 600px;
	
	margin-left: auto;
	margin-right: auto;
	
	font-weight: bold;
	color: #333333;
	padding: 3px;
	
	
}

.editor_field input, .editor_field select {
	width: 200px;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.admin_bar {
	background-color: #a1a1a1;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	height: 15px;
	
	padding: 3px;
	padding-left: 8px;
	margin: 0px;
	
	border-bottom: solid 1px #454545;
}

/* Table Formatting */

.data_table {
	background: url("/images/table_back.png");
	border: 1px solid #cacaca;
    border-width: 0 1px 1px 1px;
}	

.data_table td {
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.data_table thead, .data_table tfoot {
	background-color: #dadada;
	font-weight: bold;
	color: #183f09;
}