@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/backgroundimage.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#263e40;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
}

#wrapper {
	width: 942px;
	margin-top: 86px;
	margin-left: auto;
	margin-right: auto;
}

#page {
	width: 942px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

/*home page*/
#homeMain {
	width: 942px;
	margin: 0px;
}

#homeBox {
	float: left;
}

/*subpage*/
#subMain {
	width: 942px;
	margin: 0px;
	background-image: url(../images/subMainBG.jpg);
}

#subLeft {
	width: 595px;
	margin: 0px 1px 0px 24px;
	float: left;
}

#titleBlock {
	border-top: 4px solid #f87a0c;
	background-color: #f3f3f3;
	height: 42px;
	padding: 50px 0px 0px 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}

#contentBlock {
	width: 492px;
	padding: 41px 74px 20px 45px;
	font-size: 1.1em;
	line-height: 190%;
}

#subRight {
	width: 298px;
	margin: 0px 24px 0px 0px;
	background-color: #cdcdcd;
	float: right;
}

/*embeded object, insets or pictures*/
#embed {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/*div image*/
.divImage {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*text classes*/
.header {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}

.kicker {
	display: block;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.bigger {
	font-size: 1.5em;
	color: #219694;
}

/*blog*/
.blogHeader {
	display: block;
}
.blogFooter {
	padding-top: 10px;
	display: block;
}

/*main navigation*/
#navBar {
	/*width: 850px;*/
	height: 34px;
	border: 1px solid #e5e5e5;
	margin: 12px 24px 12px 24px;
}

#navigationMain {
	padding: 11px 0px 0px 44px;
	float: left;
}

#navigationMain a {
	text-decoration: none;
	font-size: 11px;
	color: #333333;
	padding-right: 18px;
}

/*general links*/
a {
	color: #f97a0c;
	text-decoration: none;
}

a:hover {
	color: #f97a0c;
	text-decoration: none;
}

/*countdown*/
#countdown {
	padding: 1px 1px 0px 0px;
	float: right;
	color: #f97a0c;
	font-size: 13px;
}

/*footer*/
#footer {
	color: #cccccc;
	height: 25px;
	border: 1px solid #e5e5e5;
	margin: 12px 24px 12px 24px;
	padding: 60px 21px 0px 0px;
	text-align: right;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*bottom gutter*/
#gutter {
	margin-bottom: 20px;
}

/*clears floated divs so the container gets "stretched" to truly "contain" them*/
hr.clear {
	clear: both;
	visibility: hidden;
}

/*forms*/
input {
	width: 250px;
}

input.small {
	width: 50px;
}

input.borderless {
	width: 50px;
	border: 0px;
	border-bottom: 1px solid;
}
input.radio {
	width: 20px;
	border: 0px;
}

textarea {
	width: 250px;
	height: 100px;
}

input.submit {
	width: 121px;
	height: 28px;
}

.errorDiv {
	width: 195px;
	line-height: 150%;
	margin-left: 10px;
	padding-left: 20px;
	text-indent: -25px;
	color: #DE3314;
}


