/* CSS Document */
/*General content*/
body {
	margin:0;
	background-image: url(images/main_bg.jpg);	
	background-repeat:repeat-x;
	background-color:#1F2C3E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
/*global link settings*/
a {
	color:#990000;
	text-decoration:underline;
}
a:hover {
	color:black;
	text-decoration:none;
}
/*global content settings*/
p {
	margin:10px 0 5px 0;
	padding:0 15px;
	color:black;
	font-size:10px;
}
h1 {
	margin:0;
	padding:0 5px;
	color:#990000;
	font-size:10px;
	font-weight:bold;
}
h2 {
	margin:0;	
	padding-left:25px;
	color:white;
	font-size:12px;
	font-weight:bolder;
}
h3 {
	margin:3px 0 0 5px;
	color:white;
	font-size:10px;
	font-weight:bold;
}
/*Global image settings*/
img {
	border:0;
}
.clear {
	clear:both;
}
/*Navigation Container*/
div#nav-container {
	position:absolute;
	background-image: url(images/navigation_bg.jpg);
	background-repeat: no-repeat;
	height:462px;
	width:210px;
	top:0;
	left:0;
	z-index: 100;
}
div#nav-logo{
	width:165px;
	height:65px;
	margin-left:24px;
	margin-top:24px;
}
/*Navigation layout*/
div#nav-menu{
	margin-top:35px;
	margin-left:25px;
	width:165px;
	height:180px;
	display:none;
}
.nav-mainmenu{
	margin-top:6px;
}
.nav-mainmenu a{
	color:black;
	font-weight:bolder;
	font-size: 11px;
	text-decoration:none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position:left;
	height:10px;
	padding:0 10px 0 25px;
}
.nav-mainmenu a:hover{
	color:#990000;
	text-decoration:underline;
}
.nav-submenu {
	display:none;
}
.nav-submenu ul{
/*	display:none; */
	margin:0;
}

/*take out display property*/
.nav-submenu li{
/*	display:none; */
	margin:0 0 0 35px;
}
/*take out display property*/
* html .nav-submenu li{
/*	display:none; */
	position:relative;
	left:-15px;
}
.nav-submenu a{
	margin:0;
	color:black;
	font-weight:bolder;
	font-size: 10px;
	text-decoration:underline;
}
.nav-submenu a:hover{
	color:#990000;
}
/*Form Fields and buttons*/
div#nav-login {
	margin-top:52px;
	margin-left:40px;
	width:150px;
	height:60px;
}
.nav-field {
	margin-left:5px;
	width:100px;
	height:14px;
	border:1px solid black;
	font-size:10px;
	color:black;
}
.nav-submit {
	width:38px;
	height:18px;
	font-weight:bold;
	font-size:8px;
}
/*Main Content*/
div#main-container {
	position:absolute;
	left:54px;
	top:45px;
	border:2px solid white;
	width:729px;
	background-color:#E0D3B3;
}
div#main-header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat:repeat-y;
	height:276px;
	border-bottom:2px solid white;
	display:none;
}
.main-cap{
	font-size:2px;
	background-image:url(images/header_cap_bg.gif);
	background-repeat:repeat-x;
	height:7px;
}
div#main-links {
	margin-top:2px;
	height:14px;
	text-align:right;
}
div#main-links a {
	vertical-align:middle;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position:left;
	height:10px;
	padding:0px 20px 0px 25px;
	margin:0;
	font-weight:bold;
	color:#E29611;
	text-decoration:none;
}
div#main-links a:hover {
	color:white;
	text-decoration:none;
}
/*Just incase I need to do something with the header
div#main-header {
}
*/
div#main-title {
	background-image:url(images/title_bg.jpg);
	background-repeat:no-repeat;
	height:75px;
	width:729px;
	margin-top:20px;
}
.main-divider {
	border-right:1px dashed #1C2838;
}
.main-creds{
	text-align:center;
	padding-top:140px;
	position:relative;
	float:left;
	width:144px;
	padding-bottom:20px;
}
.main-content {
	position:relative;
	float:left;
	width:194px;
}
div#main-footer1{
	font-size:2px;
	background-image:url(images/header_cap_bg.gif);
	background-repeat:repeat-x;
	height:7px;
	border-top:2px solid white;
}
div#main-footer2{
	font-size:2px;
	background-image: url(images/header_bg.jpg);
	background-repeat:repeat-y;
	height:14px;
}
/*Sub Page Settings*/
div#subnav-container {
	position:absolute;
	background-image: url(images/navigation_bg2.jpg);
	background-repeat: no-repeat;
	height:462px;
	width:210px;
	top:0;
	left:0;
	z-index: 100;
}
div#sub-header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat:repeat-y;
	height:191px;
	border-bottom:2px solid white;
}
.sub-content {
	margin-left:155px;
	width:560;
	vertical-align:top;
}
.sub-creds{
	text-align:center;
	padding-top:235px;
	position:relative;
	float:left;
	width:144px;
	padding-bottom:20px;
}