/* CSS Document */

body {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: #dbd7ce;
	color: #666666;
	font-size: 13px;
}

a {
	text-decoration:none;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

ul li {
	padding-bottom: 10px;
}

.highlight {
	color: #4167ae;
}

#head-wrapper {
	background-image: url(../images/head_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 229px;
}

#head-image {
	text-align: left;
	background: url(../images/top-strip.jpg) no-repeat center top;
	height: 192px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

#header-text {
	position:relative;
	top: 15px;
}

.spacer {
	width: 920px;
	height: 20px;
	background: url(../images/spacer.jpg) repeat-x center top;
}

#logo {
	position: relative;
	top: 31px;
}

#top-nav {
	width: 940px;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;	
}

#top-nav a {
	color: #21211f;
}

#top-nav ul, #top-nav li {
	list-style: none;
	list-style-position:outside;
	display: inline;
}

#top-nav li {
	color: #21211f;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px 8px;
}

.list-separator {
	color: #ccc600  !important;
	padding: 0px 1px !important;
}

#link-bar {
	width: 940px;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	font-size: 0.8em;
}

#link-bar a {
	color: #21211f;
}

#link-bar ul, #link-bar li {
	list-style: none;
	list-style-position:outside;
	display: inline;
}

#link-bar li {
	color: #21211f;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px 8px;
}

#page-header {
	text-align: left;
}

#main-container {
	padding: 25px;
	background-image: url(../images/container_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2em;
	padding-bottom: 0px  !important; 
}

#main-container p {
	margin-bottom: 20px;
}

#main-container ul {
	list-style: disc;
	padding-left: 40px;
}

#left-column {
	text-align: justify;
	width: 70%;
	float:left;
	clear:none;
}

#right-column {
	float:right;
	clear:none;
	margin-top: 50px;
}

#center-column {
	text-align: justify;
	width: 100%;
	padding-bottom: 10px;
}

#bottom-bar a {
	color:#e0dbc5;
	text-decoration:underline;
}

#bottom-bar {
	position: relative;
	color: #e0dbc5;
	font-size:0.7em;
	left: -19.5px;
	background: url(../images/bottom.jpg) no-repeat center bottom;
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
}

#bottom-left {
	margin-top: 25px;
	margin-left: 10px;
	float:left;
	clear:none;
}

#bottom-right {
	float: right;
	margin-right: 10px;
	margin-top: 25px;
	clear:none;
}

#bottom-spacer {
	float:left;
	margin-top:-15px;
	margin-bottom: 25px;
}

#box-wrapper {
	float:left;
	margin-bottom: 25px;
}

.box-container {
	float:left;
	margin-left:  15px;
	clear:none;
	width: 212px;
	background: #efece5;
}

.box-container p {
	text-align: left;
	margin: 5px;
	font-size:0.7em;
	height: 70px;
}

.box-container a {
	display:block;
}

.box-top {
	background: url(../images/box-top.jpg) no-repeat center top;
	font-size:1.15em;
	font-weight: bolder;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom:1px;
	color: #453a24;
	letter-spacing: -0.5px; 
	height: 20px;
	border-bottom: #fff 1px solid;
}

.box-bottom {
	width: 212px;
	height: 27px;
	background: url(../images/box-bottom.jpg) no-repeat center bottom;
}

.box-bottom a {
	padding-top:10px;
}

.clear {
	clear: both !important;
}

#contact_us label {
	display: inline-block;
	width: 101px;
	vertical-align: top;
}

#contact_us button {
	margin-left: 100px;
}

.errorMsg {
	padding: 10px;
	background-color: #a55;
	color: #fdd;
	border: 1px solid #d22;
	margin-bottom: 20px;
}
