* {
	margin: 0;
	padding: 0;
}
html {
	font: 62.5%/2 Tahoma, Geneva, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
body {
	color: #fff;
	background: #2b3b46;
	text-align: center;
}
a, a:visited {
	color: #edbe5a;
}
a:hover {
	color: #fff;
}
#rightcol img {
	background-color: #4f4f4f;
	padding: 3px;
	border: 2px solid #c5c2a8;
}

.frame {
	background-color: #4f4f4f;
	padding: 3px;
	border: 2px solid #c5c2a8;
}
img {
	border: none;
}
li, dt, dd, p, th, td {
	font-size: 1.1em;
}
li p, dd p {
	font-size: 1em;
}
ul, ol, dl, table {
	margin-bottom: 1em;
}
p {
	margin-bottom: 1.5em;
}
h1, h2, h3, h4, label {
	font-family: georgia, times, serif;
	font-weight: bold;
}
h1 {
	border-bottom: 1px solid #c5c2a8;
	font-size: 2.5em;
	color: #FFFFFF;
	margin-bottom: 15px;
}
h2 {
	color: #FFFFFF;
	border: none;
	padding: 0 0 1em 0;
	font-size: 1.6em;
	line-height: 130%;
}
h3 {
	color: #e4e1c7;
	border: none;
	font-size: 14px;
	line-height: 130%;
	padding: 0 0 10px 0;
}

h4 {
	color: #BDB675;
	border: none;
	font-size: 11px;
	line-height: 130%;
	padding: 0 0 10px 0;
}

	#header {
	background: #fff url("../images/bglogo.jpg") bottom left repeat-x;
	border-bottom: 3px solid #33230f;
	height: 89px;
}
#logo {
	margin-top: 0px;
	float: left;
}
	#globalnav {
	clear: both;
	float: left;
	width: 100%;
	background: #b5b28f url("../images/bgnav.gif") bottom left repeat-x;
}
#globalnav ul {
	list-style: none;
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}
#globalnav li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#globalnav li a, #globalnav li a:visited {
	color: #6a6540;
	background: url("../images/linkon.gif") top left no-repeat;
	line-height: 2.5em;
	display: block;
	font-weight: bold;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
}
#globalnav li a:hover {
	background: url("../images/linkon.gif") 0px -70px no-repeat;
	color: #FFF;
}
#globalnav li.selected a, #globalnav li.selected a:hover, #globalnav li.selected a:visited {
	background: url("../images/link-globalnav.gif") 0px -70px no-repeat;
	color: #fff;
}

	.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	clear: both;
	background: #314350 url("../images/bg.jpg") 50% 0 repeat-x;
	padding: 15px 0 30px 0;
}
#content .container {
	width: 798px;
	padding: 0 1px;
}

	ul {
	margin-left: 15px;
}
ol {
	margin-left: 20px;
}
	#footer {
	line-height: 1.5em;
	color: #d8d4b0;
	clear: both;
	float: left;
	width: 100%;
	padding: 15px 0;
}
#footer a, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #edbe5a;
}
#footer .info {
	float: left;
	width: 529px;
}
#footer .vcard {
	color: #fff;
	background: url("../images/botlogo.gif") top right no-repeat;
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 61px;
}
#footer .vcard strong {
	color: #d8d4b0;
	font-weight: normal;
}
#content {
	padding-top: 0;
}
#leftcol {
	float: left;
	width: 500px;
	padding: 20px 15px 0 15px;
	min-height: 400px;
	height: 100%;
	background: url(../images/leftbg.jpg) no-repeat;
}

#bigcol {
	float: left;
	width: 769px;
	padding: 20px 15px 0 15px;
	min-height: 400px;
	height: 100%;
	background: url(../images/mainbg.jpg) no-repeat;
}


#rightcol {
	background: url("../images/bgsidetop.gif") top left no-repeat;
	float: right;
	width: 239px;
	padding: 15px 11px 0 11px;
}
#content-inner1 {
	float: left;
	width: 100%;
	background: url("../images/bgside.gif") top right repeat-y;
}
#content-inner2 {
	float: left;
	width: 100%;
	background: url("../images/bgsidebottom.gif") bottom right no-repeat;
}
#rightcol ul {
	margin-left: 15px;
}
#rightcol dl {
	line-height: 1.5em;
	margin-bottom: 0px;
}
dl dd {
	margin-bottom: 5px;
}


/* Form */
#contactForm label {
	width: 90px;
	padding: 0;
}
#contactForm div {
	margin: 0.0em;
}

#contactForm fieldset {
	padding: 5px 0 1px 0;
	border: 0;
}

#contactForm textarea {
	width: 215px
}

.input {
	width: 215px
}

.btn {
	margin: 0.25em 0;


}


#contactForm div.submit {
	text-align: center;
}

#contactbox {
	padding: 0 10px;
	text-align: left;
}
