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

body {
	background-color: #333333;
	background-image: url(images/burlap_background.jpg);
}
#page-container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 225px;
	background-color: #747474;
}
#header {
	background-image: url(images/index1corner.png);
	height: 235px;
}
#header_title_top_spacer {
	height: 185px;
}
#header_title {
	padding-left: 20px;
}


#footer {
	background-image: url(images/index4corners.png);
	height: 307px;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	background-color: #0174E1;
}
#sidebar  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar  li {
	padding-left: 0px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

#sidebar  a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	display: block;
	font-size: 90%;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
}
#sidebar ul ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 85%;
	background-color: #000000;
	border: 1px solid #999999;
}
#sidebar {
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
div#sidebar ul ul {
	display: none;
}


div#sidebar   ul   li:hover  ul   {
	display: block;
}
#sidebar li {
	position: relative;
}




#footer_top_spacer {
	height: 260px;
	width: 770px;
	text-align: center;
}
#altnav {
	width: 770px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	}
#altnav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#altnav li {
	display: inline;
	position: relative;
}
#altnav ul ul {
	position: absolute;
}




a.linkStyle_B_to_T {
	color: #000000;
	text-decoration: none;
}
a.linkStyle_B_to_T:hover {
	color: #0066FF;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #0066FF;
	
}
#new_page_container {
	width: 1032px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#r_top_corner {
	background-image: url(images/black_corners_r1_c3.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 36px;
	width: 36px;
	float: right;
}


#left_column_spacer {
	float: left;
	width: 225px;
	height: 1191px;
	background-repeat: no-repeat;
	margin-top: 50px;
}
#right_column {
	float: right;
	height: 1191px;
	width: 37px;
	margin-top: 50px;
}
#middle_left_column {
	background-color: #000000;
	height: 475px;
	width: 225px;
}

#top_right_column {
	height: 36px;
	width: 36px;
	background-image: url(images/black_corners_r1_c3.png);
	background-repeat: no-repeat;
}


#logo {
	height: 256px;
	width: 225px;
	background-image: url(images/logo_corner.png);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#bottom_left_corner {
	background-image: url(images/bottom_left_corner.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 225px;
}

#middle_right_column {
	background-color: #000000;
	height: 698px;
	width: 36px;
}
#bottom_right_column {
	background-image: url(images/black_corners_r3_c3.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 36px;
}
.background_while_on_page {
	background-color: #6D6D6D;
}
.border_box {
	background-color: #666666;
	border: thin solid #333333;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
}
.right_photos {
	margin: 15px;
}
.background_while_on_page_two {
	background-color: #747474;
}
h1 {
	font-size: 120%;
}
a.linkStyle_H1 {
	color: #000000;
	text-decoration: underline;
}
a.linkStyle_H1:hover {
	color: #000066;
}
.bold_text {
	font-weight: bold;
}
span.required_field {
	color: #FF0000;
}
.field_borders {
	border: 1px inset #333333;
	background-color: #FFFFFF;
}
.field_borders:focus {
	border: 1px inset #0099FF;
	background-color: #CCFFFF;
}
#checkmark {
	margin: auto;
	height: 110px;
	width: 110px;
}
.border_box_lighter_bg {
	background-color: #747474;
	border: thin solid #333333;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.link_bold_black {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

