body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	background-color: #254878;
	background-image: url("../images/css-images/body_back.jpg");
	background-position: center top;
	background-repeat: repeat-y;
}
#wrapper{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #787878;
	background-image: url("../images/css-images/wrapper_back.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 73px;
}

img { border: none; margin:5px; margin-right:10px}

a:link { color: #962d19; }
a:visited { color: #962d19; }
a:active { color: #962d19; }
a:hover { color: #962d19; }

#container {
	width: 942px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	}

#logo {
	position: absolute;
	left: 15px;
	top: -78px;
	}

/*#header {
	width: 942px;
	height: 362px;
	background-image: url('../images/css-images/banner/001.jpg');
	xmargin-top: 73px;
	position: relative;
	}
*/
#header {
	width: 942px;
	height: 362px;/*392px;*/
	position: relative;
    background-image:url(../images/css-images/spacer_back.png);
	}
#rounded{
	width: 942px;
	height:29px;
	position:absolute;
	top:0;
	background-image:url(../images/css-images/header-rounded-top.png);
	background-repeat:no-repeat;
}
#banner{
	width: 942px;
	height: 171px;
    background-image:url(../images/css-images/scale.png);
    background-repeat:no-repeat;
    position:absolute;
    top:185px;
}

#content {
	width: 942px;
	position: relative;
	background-image: url('../images/css-images/content_back.png');
	background-repeat: repeat-y;
}

#spacer {
	width: 942px;
	height: 20px;
	position: relative;
	background-image: url('../images/css-images/spacer_back.png');
	background-repeat: repeat-y;
}

#footer {
	width: 942px;
	height: 197px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-image: url('../images/css-images/foot_back.png');
	background-repeat: no-repeat;
}

#footer_contact {
	color: #fff;
	text-align: right;
	width: 400px;
	height: 80px;
	position: absolute;
	top: 110px;
	line-height: 21px;
	}

#spark_link {
	position: absolute;
	right: 0;
	top: 150px;
	font-size: 12px;
	color: #fff;
	}

#spark_link a:link { color: #fff; }
#spark_link a:visited { color: #fff; }
#spark_link a:active { color: #fff; }
#spark_link a:hover { color: #d5d5d5; }

.bold {
	font-weight: bold;
	}

#utility_menu {
	width: 345px;
	height: 30px;
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 2;
	text-align: left;
	}

#utility_menu a:link { color: #333; text-decoration: none; }
#utility_menu a:visited { color: #333; text-decoration: none; }
#utility_menu a:active { color: #333; text-decoration: none; }
#utility_menu a:hover { color: #666; text-decoration: none; }

#utility_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#utility_menu ul li {
	display: inline;
	padding-right: 10px;
	}

#main {
	width: 535px;
	margin-left: 25px;
	float: left;
	position: relative;
	}

#main h1 {
	color: #962d19;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1em;
	}

#main h2 {
	color: #254878;
	font-size: 22px;
	font-weight: normal;
	}

#main h3 {
	color: #254878;
	font-size: 18px;
	font-weight: normal;
	margin-bottom:5px;
	}

p.intro {
	font-size: 14px;
	}

#main p {margin-top: 0;}

#map_box {
	width: 318px;
	float: right;
	margin-right: -10px;
	margin-left: 20px;
	position: relative;
	}

#photo_box {
	width: 535px;
	margin-left:2px;
	color: #254878;
	border-bottom: 15px solid #254878;
	padding-bottom: 20px;
	margin-top:20px;
	}

.photobox_thumb {
	float: left;
	margin: 5px;
	}

.photobox_thumb img {
	border: 5px solid #254878;
	margin-bottom: 5px;
	}

.photobox_thumb p {
	padding: 0;
	margin: 5px 0 0 0;
	width: 167px;
	font-size: 17px;
	font-weight: thinner;
	}

.photo_strip {
	margin-top: 10px;
	width: 535px;
	}


.main_header_blue {
	background-image: url('../images/css-images/main_header_back_blue.png');
	background-repeat: no-repeat;
	width: 536px;
	height: 60px;
	text-align: center;
	}

.main_header_blue h4 {
	color: #fff;
	margin: 0;
	padding: 7px 0 0 0;
	font-weight: normal;
	}


#sidebar {
	width: 354px;
	float: right;
	position: relative;
	}


.clearBoth {
	clear: both;
	}

.sidebar_tab {
	background-image: url('../images/css-images/sidebar_tab.png');
	width: 354px;
	height: 60px;
	}

.sidebar_tab h2, .sidebar_tab h3 {
	margin: 0;
	padding: 0 0 0 10px;
	color: #fff;
	}

.sidebar_tab h2 {
	font-size: 16px;
	}

.sidebar_tab h3 {
	font-size: 15px;
	padding-top: 4px;
	}

.sidebar_header_red {
	background-image: url('../images/css-images/sidebar_header_back_red.png');
	width: 354px;
	height: 60px;
	color: #fff;
	}

.sidebar_header_red h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 5px;
	text-align:center;
	}

.sidebar_header_grey {
	background-image: url('../images/css-images/sidebar_header_back_grey.png');
	width: 354px;
	height: 60px;
	color: #fff;
	}

.sidebar_header_grey h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 0 10px;
	}

.databox {
	margin-bottom: 25px;
	}

.dbox_item {
	margin: 20px 0 0 20px;
	width: 300px;
	color: #000;
	line-height: 16px;
	position: relative;
	}

.dbox_left {
	float: left;
	width: 55px;
	position: relative;
	}

.dbox_right {
	float: right;
	width: 245px;
	}

.dbox_item a {
	display: block;
	}


.red_button {
	width: 108px;
	height: 28px;
	text-align: center;
	background-image: url('../images/css-images/red_button.png');
	background-repeat:no-repeat;
	background-position:center;
	font-size: 14px;
	}
.gray_button {
	width: 108px;
	height: 28px;
	text-align: center;
	background-image: url('../images/css-images/gray_button.png');
	background-repeat:no-repeat;
	background-position:center;
	font-size: 14px;
	}
.gray_button a{
color:white;
text-decoration:none;
}
.blue_button {
	width: 134px;
	height: 30px;
	text-align: center;
	background-image: url('../images/css-images/blue_button.png');
	font-size: 14px;
	line-height: 28px;
	}

/*.dbox_button {
	margin: 25px 0 0 75px;
	}
*/
.dbox_button {
	margin: 20px 0 0 45px;
    padding-top:10px;
	}
.map_button {
	margin: 10px 0 0 auto;
	}

.galleries_button {
	float: right;
	}


.red_button a {text-decoration: none; }
.red_button a:link { color: #fff; }
.red_button a:visited { color: #fff; }
.red_button a:active { color: #fff; }
.red_button a:hover { color: #fff; }

.blue_button a {text-decoration: none; }
.blue_button a:link { color: #fff; }
.blue_button a:visited { color: #fff; }
.blue_button a:active { color: #fff; }
.blue_button a:hover { color: #fff; }

.fish_icon {
	position: absolute;
	left: -17px;
	top: -6px;
	}

.doc_icon {
	position: absolute;
	left: -4px;
	}
/* added by Azadeh - start */
.error404 h2,
.error404 p{
	margin:0;
	margin-left:10px;
}
#content{
    float:left;
}
#footer{
    clear:both;
}
#photo_box{
    float:left;
}
#photo_box p{
font-size:14px;
}
/*  */
#freeform fieldset {
	border: none;
        font-size:14px;
}
#freeform fieldset legend {
	display: none;
}
#freeform input,
#freeform select,
#freeform label {
	display: block;
	width: 50px;
	float: left;
	margin-bottom: 0;
margin-right:10px;
}

#freeform input {width: 295px;}
#freeform input.narrow {
	width: 120px;}
#freeform label {
	text-align: right;
	width: 150px;
	float: left;
	color:#000;
}
html>body #freeform label { 	padding-right: 5px; }
#freeform label.message {
	text-align: right;
	float: left;
}
#freeform .field { padding: 5px 0 15px 0; }
#freeform textarea#message {
	width: 300px;
	margin: 0 0 20px 0;
	padding: 0;
	float: none;
	text-align: right;
}
#freeform input.checkbox {
	width: 10%;
	float: left;
}
#freeform br {
	clear: both;
}
input.submit {
	clear: both;
	width:110px;
	margin-top: 15px;
}
#freeform label.required {
	font-weight: bold;
}

#freeform img {
	padding-right: 10px;
	float: left;
}
#freeform #captcha_label{
	display:block;
	width:320px;
	float:left;
	margin-left:0px;
	padding:0;
}
#captcha{
	margin-left:100px;
}
#freeform #submit{
	width:100px;
	margin-left:100px;
}
a[href$='.pdf'], #databox_1 h3 a, #databox_2 h3 a  {
	display:inline-block;
	/*line-height:55px;*/
	line-height:1.2em;
	padding:15px 0 15px 45px;
	background-image:url('/images/css-images/doc_icon.png');
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center left;
	font-weight: normal;
}

#databox_1 h3, #databox_2 h3 {margin:0;}

.dbox_item p {
	margin-top:0;
	margin-left: 45px;
	}
#databox_whatsnew a.fish-icon {
	left:-18px;
	position:relative;
	top:-6px;
	display:inline-block;
	padding-left:65px;
	padding-bottom: 20px;
	line-height:1.5em;
	background-image:url('/images/css-images/fish_icon.png');
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:top left;
}
#databox_whatsnew p{
	padding-top:0;
	margin-top:0;
	padding-left:2px;
}
.sidebar_header_red,
.sidebar_header_grey{
	margin-bottom:-13px;
}
#header img{
	margin:0;
}
.no-results h3{
margin-left:-10px !important;
}
/* added by Azadeh - end */
