/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#E9E7D8;
	color:#888;
}
input, textarea, select {
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}
input[type="text"], textarea {
	border:1px solid #C90;
	padding:2px 5px;
}
#site {
	margin:0 auto;
	width: 100%;
}
a img {
	border:none;
}
#center {
	margin:0 auto;
	width: 963px;
	height: 600px;
	padding-top: 20px;
}

#header {
	background:url(../images/header.jpg) top left no-repeat;
	height:83px;
	position:relative;
}
#topmenu {
    left: 15px;
    position: absolute;
    top: 8px;
}

#topmenu ul {
padding: 0;
margin: 0;
}

#topmenu ul li {
list-style: none;
}

#topmenu ul li a {
	display:block;
	background:url(../images/topmenu_bg.gif) left center no-repeat;
	padding-left:12px;
	color:#999;
	text-decoration:none;
	font-size:12px;
	margin-bottom:4px;
}
#logo {
	position:absolute;
	top:20px;
	left:220px;
}
#logo img {
	width:400px;
	height:50px;
	border:none;
}
#imgHeader {
	height:152px;
}
#container {
	background:url(../images/content_bg.gif) top left no-repeat;
	overflow:hidden;
	position:relative;
	padding-bottom: 20px;
}
#container-left {
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	width:150px;
}

#menu {
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	margin: 0;
	list-style:none;
}

#menu ul li a {
	display:block;
	background:url(../images/menu_bg.gif) 0 3px no-repeat;
	padding-left:12px;
	font-size:12px;
	color:#888;
	margin-bottom:12px;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li a.active {
	color:#C90;
}
#container-middle {
	float:left;
	width:530px;
	padding-left: 75px;
	padding-top: 10px;
}
#title {
	color:#C90;
	height:30px;
}
#title h2 {
	margin:0;
	font-size:14px;
	font-weight:normal;
}
#container-right {
float: right;
	width:80px;
	padding-right:25px;
	padding-top:10px;
}
#content {
	height:auto;
	padding-right:25px;
	width:505px;
}
#content a {
	color:#C90;
	text-decoration:none;
}
#content h1 {
	font-size:17px;
	font-weight:normal;
}
#content h2 {
	font-size:13px;
}
#content h3 {
	font-size:11px;
}
#content table ul {
	margin-top:-5px;
}
#footer {
	background:url(../images/footer_bg.gif) top left no-repeat;
	height:33px;
	position:relative;
	padding-bottom: 20px;
}
#footer img {
	position:absolute;
	right:300px;
	top:5px;
	width:120px;
	height:15px;
	border:none;
}
#footer #credits {
	right:20px;
}

#mailform label {
	display:block;
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:10px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
	margin:0;
	padding:0;
}
.csc-mailform-field span {
	padding:2px 5px;
	background:#dedede;
	border-bottom:2px solid #aaa;
	font-weight:bold;
	display:block;
}
#mailform .csc-mailform-submit {
	margin-top:7px;
}
legend {
	display:none;
}
.csc-mailform-radio input, .csc-mailform-radio label {
	float:left;
	padding:0 2px;
	vertical-align:middle;
}
.csc-mailform-radio label {
	padding-right:10px;
}
.csc-mailform-radio {
	overflow:hidden;
}
* html .csc-mailform-radio {
	height:1%;
	overflow:visible;
}
textarea {
	width:470px;
}

#imgGal {
	margin-top:15px;
}
#imgGal p, #imgGal dl {
	margin:0;
	padding:0;
}
#imgGal img {
	padding-bottom:1em;
}
