* { margin: 0; padding: 0; }

img {border: 0}

body {
	background: url(../images/bg.gif) #fc7f02 repeat-x;
	text-align: center;
}

body, table, label, input, select, textarea, button, div {
	font: normal 13px Verdana, Helvetica, sans-serif;
}

a:link, a:visited {	
	color: #be3c03;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;	
	text-decoration: underline;
}

div.clearer {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}

#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;	
}

#topMenu {
	width: 954px;
	height: 28px;	
	line-height: 28px;	
	text-align: right;
	padding-right: 70px;
}

#topMenu a:link, #topMenu a:visited {
	color: #fff;
	font-weight: bold;
	display: block;
	float: right;
	margin: 0 10px;
	text-decoration: none; 
}

#topMenu a:hover, #topMenu a:active {	
	text-decoration: underline;
}

#logo {
	width: 336px;
	height: 144px;
	float: left;
	text-align: center;
	padding-top: 64px;
}

#header {
	width: 688px;
	height: 208px;
	float: left;
	background: url(../images/header.jpg) no-repeat;
}

#topLeft {
	width: 336px;
	height: 35px;
	float: left;	
	background: url(../images/top-left.gif) no-repeat;
}

#topRight {
	width: 688px;
	height: 35px;
	float: left;
	background: url(../images/top-right.jpg) no-repeat;
}

#shadowLeft {
	width: 12px;
	height: 472px;
	float: left;
	background: url(../images/shadow-left.gif) no-repeat;
}

#shadowRight {
	width: 12px;
	height: 472px;
	float: left;
	background: url(../images/shadow-right.gif) no-repeat;
}

#content {
	width: 1000px;	
	float: left;	
	color: #be3c03;
	background: url(../images/content-bg.jpg) #fff no-repeat right 240px;
}

#menu {
	width: 264px;
	height: 552px;
	float: left;
	padding: 30px 0 0 60px;
}

#menu ul {
	list-style: none;	
}

a.menuLink:link, a.menuLink:visited {
	display: block;
	width: 160px;
	height: 27px;
	line-height: 27px;
	color: #fd7e00;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 38px;
}

a.menuLink:hover, a.menuLink:active {
	color: #fff;
	background: url(../images/menu-on.gif) no-repeat;
}

a.active:link, a.active:visited {
	color: #fff;
	background: url(../images/menu-on.gif) no-repeat;
}

#menuList li ul li a:link, #menuList li ul li a:visited {
	margin-left: 50px;
	display: block;
	width: 120px;
	height: 22px;
	line-height: 22px;
	color: #fd7e00;
	padding-left: 20px;
	background: url(../images/star.gif) no-repeat 0 6px;
	text-decoration: none;
}

#menuList li ul li a:hover, #menuList li ul li a:active {
	color: #000;
	background: url(../images/star-on.gif) no-repeat 0 6px;
}

#banner {
	width: 264px;	
	margin-top: 20px;
	text-align: left;
}

#main {
	width: 626px;
	float: left;	
	padding: 20px 50px 0 0;	
}

#main h2 {
	background: url(../images/star-h1.gif) no-repeat 0 4px;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding-left: 30px;
	margin-bottom: 20px;
}

#main p {
	margin-bottom: 15px;
}

#news em {
	display: block;
	font-weight: bold;
	font-style: normal;
	float: left;
}

#news span {
	display: block;
	float: right;
}

#images {
	
}

div.image {
	width: 125px;
	height: 125px;
	border: solid 3px #be3c03;
	background: #f9e1c9;
	margin: 0 25px 25px 0;
	float: left;
	text-align: center;	
	padding: 5px;
}

div.divImage {
	width: 125px;
	height: 125px;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

fieldset {
	border: 0;
}

.form legend {
	margin: 10px 0 10px 0;
	color: #000;
}

.form p label {
	display: block;
	width: 180px;
	text-align: right;
	float: left;
	margin-right: 20px;
	height: 27px;
	line-height: 27px;
}

.form em {
	display: block;
	margin-left: 200px;
	font-style: normal;
	font-weight: bold;
	color: #f00;
}

input.textField {
	width: 206px;
	height: 22px;
	border: 0;
	padding: 5px 0 0 5px;
	background: url(../images/textfield.gif) no-repeat;
}

textarea.textareaField {
	padding: 3px 0 0 5px;
	width: 426px;
	height: 103px;
	background: url(../images/textarea.gif) no-repeat;
	border: 0;
}

button.submit_buton {
	width: 114px;
	height: 35px;
	background: url(../images/submit.gif) no-repeat;
	color: #fff;
	border: 0;
	text-align: center;
	margin: 10px 0 0 200px;
}

#footer {
	width: 1000px;
	height: 50px;	
	line-height: 45px;	
	border-top: solid 1px #f1d6c5;	
	margin: 0 0 15px 12px;
	text-align: left;
	background: url(../images/bottom.gif) #fff no-repeat bottom;
	color: #be3c03;
}

#footer span {
	margin-left: 260px;
	display: block;
	float: left; 
}

#footer img {
	float: right;
	margin: 5px 20px 0 0;
}

div.contentFromEditor ul {
	margin: 0 0 10px 18px;
}

div.contentFromEditor ol {
	margin: 0 0 10px 23px;
}
