* {
	padding:0px;
	margin:0px;
}

a:link, a:visited, a:active, a:hover {
	color: #37393E;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

body {
	margin:0px;
	padding:0px;
	background:url("img/back_grad.jpg") #FFFFFF repeat-x scroll center top;
	color:#5F626B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main {
	background:url("img/back.jpg") no-repeat scroll center top; padding-top:36px;
}
#header {
	width:880px;
	margin:0 auto;
	background:url("img/head.jpg") no-repeat scroll center top; height:213px;
}
#menu {
	padding:0px;
	background:#333333 url("img/button_back.jpg") no-repeat scroll center top;
	color:#FFFFFF;
	width:880px;
	margin:0 auto;
	display:block;
	height:68px;
}
#page {
	width:880px;
	margin:0 auto;
	display:block;
	background: #FFFFFF;
}
#content_l {
	list-style: none;
	float:left;
	width:190px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	min-height:290px;
	background: #FFFFFF url("img/l_back.jpg") no-repeat scroll left top;
}
#content_l ul {
	line-height: 1.5em;
	list-style: none;
}
#content_m {
	width:630px;
	float:left;
	padding:20px 10px 0 10px;
	vertical-align:top;
	background: #FFFFFF;
}
#content_mh {
	width:400px;
	float:left;
	padding:20px 10px 0 10px;
	vertical-align:top;
	background: #FFFFFF;
}
#content_r {
	float:right;
	width:210px;
	min-height:50px;
	margin-top:0px;
	padding-top:0px;
	/*background: #FFFFFF url("img/r_back.jpg") no-repeat scroll left bottom;*/
}
#bot_border {
	background:url("img/bot_border.jpg") no-repeat scroll center top; height:27px;
	width:880px;
	margin:0 auto;
}
#bottom {
	font-size:11px;
	background:url("img/base.jpg") no-repeat scroll center top;
	width:880px;
	margin:0 auto;
	height:auto;
	display:block;
}
#copyright, #byline, #byline a, #contact {
	color:#597FC3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#copyright {
	color:#597FC3;
	float:left;
	width:30%;
	padding:5px 30px;
	margin-bottom:20px;
}
#byline, #byline a {
	color:#597FC3;
	text-align:right;
	font-size:10px;
}
#byline {
	float:right;
	padding:5px 30px;
	width:30%;
}
.imgborder {
	padding:1px;
	background:#FFFFFF;
	border:#0050D2 1px solid;
}
.clear {
	clear: both;
	height: 0px;
}
.middle {
	vertical-align: middle;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding: 10px 0;
	color:#0050D2;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding: 0;
	color:#0050D2;
}

/* navigation */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	color:#B3C7E9; text-decoration:none;
	white-space: nowrap;
}
#nav li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
	padding: 10px 2em 12px 2em;
	white-space: nowrap;
}
#nav li.current span{color:#FFFFFF;}
#nav li ul { /* second-level lists */
	text-align: left;
	padding:0.5em 1em;
	position: absolute;
	background: #B3C7E9;
	white-space: normal;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	color:#0050D2;
}
#nav li ul li {
	width:11em;
	padding:3px 0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* end navigation */

/* Form stuff */
form.wForm {margin-top: 5px;}
span.required{font-size: 85%;}
.wForm label {width: 6em; float: left; text-align: left; margin-right: 0.5em; display: block; }
.wForm input {}
.wForm textarea {}
div.ctrlHolder {padding: 2px 0 2px 0px; }
div.buttonHolder{margin-left: 6.5em;}

#errorMsg {width: 360px; border: 2px solid #ED1C25; background-color: #F9F9F9; margin: 1em 0; padding: 0 1em;} /* #f44537 */
#errorMsg h3 {margin: 3px 0 0 0; padding: 0;}
div.error input {border: 2px solid #ED1C25;}
div.error textarea {border: 2px solid #ED1C25;}
/* end form stuff */

/* Photo Gallery */
#description {padding-bottom: 10px;}
#photos img {border: 0}
#photos h4 {margin: 0 0 10px 0; padding: 0;}
h4.album a {color: #000; }

div.album {display: inline; width: 215px; text-align: center; height: 225px; float: left; margin: 5px 5px 0 0; padding: 5px 2px 0 2px; border: 2px solid #ccc;}
div.photo {display: inline; width: 215px; text-align: center; height: 230px; float: left; margin: 5px 0 0 0; padding: 5px 0 0 0;}

#photoLarge {text-align: center;}
#photoLarge h3 {color: #1B3B5A;}

#photoNav {padding: 3px;}
#photoNav img {border: 0; display: inline;}
#prev {display: inline; padding-right: 5px;}
#position {display: inline; font-weight: bold; vertical-align: top;}
#next {display: inline; padding-left: 5px;}

#photoCaption {font-size: 85%; padding: 0 20px;}
/* End Photo Gallery */