body {
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-image: url(../images/stripe.png);
	background-repeat: repeat;
}
#contactform {
	width: 350px;
	background-color: #f4f4f4;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#contactform td {
	padding-bottom: 8px;
}

#contactform label {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
#contactform input, #contactform textarea {
	font-size: 11px;
	position: relative;
}




a {
	position: relative;
}

#shadow_top {
	width: 960px;
	height: 20px;
	margin: 0px auto;
	background-image: url(../images/shadow_top.png);
	background-repeat: no-repeat;
}

#shadow_bottom {
	width: 960px;
	height: 20px;
	margin: 0px auto;
	background-image: url(../images/shadow_bottom.png);
	background-repeat: no-repeat;
}

#container {
	width: 920px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	background-image: url(../images/shadow_mid.png);
	background-repeat: repeat-y;
}

#container2 {
	width: 920px;
	overflow: visible;
	
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}

#left_column {
	float: left;
	width: 240px;
	min-height: 550px;

}

#left_column #logo {
	background-image: url(../images/logo_bg.jpg);
	background-repeat: no-repeat;
}
#left_column #sub_navigation {
	list-style-type: none;
	margin: 10px 0px 0px 30px;
	padding: 0px;
}

#left_column #sub_navigation li{
	margin: 0px;
	padding: 0px;
}

#left_column #sub_navigation li a{
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #5f5e50;
	background-repeat: no-repeat;
	height: 23px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 40px;
}


#left_column #sub_navigation li a:hover{
	color: #000000;
}

#left_column #main_navigation {
	list-style-type: none;
	margin: 20px 0px 0px 40px;
	padding: 0px;
}

#left_column #main_navigation li{
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


#left_column #main_navigation li a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
}

#left_column #main_navigation li a:hover{
	color: #000000;
}

#left_column #main_navigation li ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #5e5d53;
}

#left_column #main_navigation li ul li{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left_column #main_navigation li ul li a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #5e5d53;
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 110px 50px 0px 50px;
	width: 580px;
	display: block;
	float: left;
	min-height: 500px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#content p, #content h1 {
	margin-top: 0px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

#content p, #content li {
	font-size: 12px;
	color: #666666;
}

#content .topphoto {
	float: right;
	margin: -110px -50px 40px 40px;
}

#footer {
	width: 650px;
	clear: left;
	margin: 25px 20px 0px 300px;
	text-align: center;
	overflow: auto;
}

#footer ul {
	list-style-type: none;
	clear: left;
}

#footer ul li {
	float: left;
}

#footer #footer_nav {

}

#footer #footer_nav li {
	width: 177px;
	height: 21px;
	margin: 0px 15px 0px 0px;
	padding: 5px 0px 0px 5px;
	background-image: url(../images/footer_btn.gif);
	text-align: center;
}

#footer #footer_nav li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#footer #footer_nav li a:hover {
	color: #000000;
}

#footer #footer_subnav {
	margin: 0px 0px 0px 10px;
}

#footer #footer_subnav li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

#footer #footer_subnav li a {
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#footer #footer_subnav li a:hover {
	color: #3c6678;
}

#footer p {
	font-size: 12px;
	padding: 10px 0px 0px 0px;
}

#menulist li {
	margin-bottom: 8px;
}
#menulist a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
#menulist a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.photo {
	border: 1px solid #CCCCCC;
	width: 432px;
	padding: 5px;
	margin-bottom: 15px;
	background-color: #F4F4F4;
}
.photo p {
	text-align: center;
	font-weight: bold;
	margin: 8px 0px;
}
.placeholder {
	height: 300px;
}
.pending {
	font-size: 10px;
	font-style: italic;
}

/*Form Validation------------------------------------------------------------------------------------------------*/

div .errorMessage {
	display: block;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	margin: 0 0 1em 0;
	padding: 0.5em;
	background-color: #F59494;
	border: 1px dotted #990000;
}
.focus { 
background-color: #F59494; 
}
.error { 
background-color: #F59494; 
}
codeblock {
	border: 1px solid #DADADA;
}

/*Form Validation End------------------------------------------------------------------------------------------------*/
