/*
 Move Page To Menu CSS
*/

#move_menu {
	position:relative;
	display:inline;
	cursor:default;
	font-weight:bold;
	border:1px groove grey;
	padding:2px;
	width:100px;
}
#move_menu div {
	display:none;
}
#move_menu:HOVER div {
	width:auto;
	border:1px solid grey;
	z-index:100;
	background-color:white;
	position: absolute;
	display:block;
}

/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

#wrapper {
	padding-left: 10px;
	float: left;
	width: 800px;
	background-color: #FFFFFF;
}

/* -- headColor & nav -- */
#headColor, #nav { height: 36px; }

#headColor {
	width: 180px;
	float: left;
	background-color: #153a7e;
}

#nav {
	width: 100%;
	background-color: #b98f1d;
	clear: both;
	height: 35px;
	margin-top: 5px;
}

#nav_holder {
 /*	margin: 0px 20px; */
}

#nav_holder ul {
	list-style: url(images/nav_arrow.gif);
	padding-left: 5px;
	margin: 0;
}

#nav_holder li {
	float: left;
	margin: 0 15px;
}

#nav_holder li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #153a7e;
	text-decoration: none;
}

#nav_holder li a:hover {
	color: #fbec02;
}

/* -- logo & header -- */
#logo{ 
	height: 288px; 
	}

#logo {
	clear: none;
	float: left;
	width: 180px;
	background-color: #367c2b;
}

#logo_holder {
	padding: 10px;
}

#header {
	width: 620px;
	float: right;
	background-color: #507dc1;
}

#subMenu {
/*	float: left; */
	clear: left;
	float: left;
	width: 180px;
	background-color: #09347a;
}

#subColor {
	width: 180px;
	height: 36px;
	background-color: #b98f1d;
}

#sub_holder {
	padding: 10px;
}

#sub_holder ul {
	list-style: url(images/subnav_arrow.gif);
	margin: 0;
	padding: 0;
}

#sub_holder li {

}

#sub_holder li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#sub_corner1 {
	clear: both;
	float: left;
	width: 10px;
	height: 10px;
	background-image: url(images/subnav_left_corner.gif);
	background-repeat: no-repeat;
}

#sub_corner2 {
	float: right;
	width: 11px;
	height: 10px;
	background-image: url(images/subnav_right_corner.gif);
	background-repeat: no-repeat;
}

#mainContent {
	float: right;
	width: 620px;
	background-color: #ffffff;
}

#mainHolder { 
	width: 620px;
	/*padding: 20px; */
}

#main_signature {
	border-top-color: #cccccc;
	border-top-style: dotted;
	border-top-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
	margin: 0px 20px 0px 20px;
}

/* -- headline -- */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	color: #09347a;
}

/* -- body copy -- */
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #999999;
}
