/* all pages */

body {
	background-color: #000000;
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}
img {
	border: 0;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
#holder {
	margin: 0px auto;
	width: 790px;
	text-align: left;
}

#footer {
	float: left;
	width: 790px;
	height: 100px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin: 15px 0 0 0;
}


/* home page */

#home_splash_img {
	width: 790px;
	height: 394px;
	background-image: url(./images/home_top.jpg); 
}
#home_bot_left_img {
	float: left;
	width: 264px;
	height: 114px;
	background-image: url(./images/home_left.jpg);
	background-repeat: no-repeat;
}
#home_nava {
	float: left;
	width: 262px;
	height: 114px;
	background-image: url(./images/home_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#home_nava ul {
	list-style: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	width: 262px;
	height: 114px;
}
#home_nava ul li {
	float: left;
}
#home_bot_right_img {
	float: left;
	width: 264px;
	height: 114px;
	background-image: url(./images/home_right.jpg);
	background-repeat: no-repeat;
}



/* subpage */

h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
.links_list {
	margin: 0 0 20px 10px;
	list-style: none;
	line-height: 2em;
}

.breathing_room {
	height: 80px;
	clear: both;
}

#header {
	width: 790px;
	height: 117px;
}

#logo {
	float: left;
	width: 422px;
	height: 117px;
}
#nava_sp {
	float: left;
	width: 368px;
	height: 117px;
}
#nava_sp ul {
	list-style: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#nava_sp ul li {
	float: left;
}

#content {
	color: #222;
	margin: 0;
	padding: 20px;
	width: 746px;
	background-color: #fff;
	border: 2px solid #5e1c10;
	clear: both;
}

#photo_set {
text-align: center;
}

#photo_set img {
margin: 10px;
}

.photo_note {
margin: 0 0 0 80px;
width: 300px;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/

height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -125px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

#form_holder {
	margin: 20px auto;
	width: 400px;
	text-align: center;
}

.form_input {
text-align: left;
}

.form_instructions {
text-align: left;
margin: 0 0 20px 0;
}