@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) repeat-x;
	font: 14px/1.4 "Times New Roman", Times, serif;
	color: #6b6b6b;
}
h1 {
	font: italic normal 24px/1.2 Georgia, "Times New Roman", Times, serif;
	color: #000;
	width: 100%;
	margin: 0 0 15px 0;
	display: block;
	background: url(../images/headline.jpg) no-repeat left 27px;
}
#flash h1 {
	margin: 0 0 30px -9px;
}
h2 {
	font: italic normal 18px/1.2 Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 15px 0;
}
p {
	margin: 15px 0;
}
a {
	color: #0a8fac;
}
a:hover {
	color: #33aa17;
}
a img {
	border: 0;
}
strong {
	color: #000;
}
hr {
	background-color: #E7E7E7;
	border: 0 none;
	color: #E7E7E7;
	height: 1px;
	margin: 30px 0;
}
.clear {
	clear: both;
}

/* LAYOUT */

#glow {
	width: 100%;
	height: 473px;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 75px;
	background: url(../images/background-glow.jpg) center top no-repeat;
}
#header {
	width: 960px;
	height: 115px;
	margin: 0 auto;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-bottom: 30px solid #555;
}
#leftcol {
	width: 230px;
	padding: 0 0 299px 0;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/leftcol.jpg) no-repeat right bottom;
}
#flash {
	width: 672px;
	padding: 20px 29px 9px 29px;
	float: right;
	background: url(../images/flash.jpg) no-repeat center bottom;
}
#rightcol {
	width: 690px;
	padding: 20px;
	float: right;
}
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	padding: 30px 0 60px 0;
}

/* HEADER */

.logo {
	float: left;
	margin-top: 37px;
}
.calltoaction {
	float: right;
	width: 400px;
	height: 50px;
	padding: 60px 125px 0 0;
	background: url(../images/appetizing-opportunities.jpg) no-repeat right 4px;
	color: #504f4f;
	text-align: right;
}
.calltoaction strong {
	font-size: 16px;
}

/* FLASH */

#flashContainer {
	background: #ccc; 
	width: 672px; 
	height: 353px;
	text-align: center;
}
.getFlash {
	margin-top: 77px;
}

/* FOOTER */

#footer a {
	color: #6b6b6b;
}
#footer a:hover {
	color: #33aa17;
}
#footer img {
	margin: 0 20px;
}

/* CALENDAR */

.calendarContainer {
	width: 100%;
}
.calendarTable {
	background-color: #000;
	width: 100%;
}
.calendarHeader {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	padding: 5px;
}
.calendarHeaderNav {
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}
.calendarHeaderNav a {
	color: #006196;
	text-decoration: underline;
}
.calendarHeaderNav a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.calendarDayHeader {
	background-color: #0A8FAC;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
}
.calendarDay {
	width: 14%;
	background-color: #fff;
	height: 85px;
	font-size: 11px;
}
.calendarDay a {
	color: #3366cc;
}
.calendarDay a:hover {
	color: #CC0000;
}
.calendarDayNumber {
	color: #333333;
	font-weight: bold;
	padding: 5px;
}
.calendarDayToday {
	background-color: #d0e9ce;
}
.calendarDayEvent {
	margin-bottom: 5px;
	padding: 5px 3px;
	background-color: #faf2ca;
}
.calendarDayEventSelected {
	background-color: #dddddd;
}
.calendarDayEventDisabled {
	color: #cccccc;
}
.calendarBlankCells {
	background-color: #999;
}

/* BLOG */

.blogRule {
	border-bottom: 1px solid #E7E7E7;
	margin: 30px 0;
}
.postTitle {
	margin-bottom: 0; 
	height:20px;  
	padding:5px 0;
}
.postTitle a {
	font-size: 18px;
	text-decoration: none;
}
.postTitle a:hover {
	text-decoration: underline;
}
.blogPostDate, .blogPostMeta {
	font-size: 11px;
}
input {
	margin: 10px 0;
}

/* PHOTO GALLERY */

.galleryThumb {
	float: left; 
	border: 1px solid #CCC; 
	padding: 10px; 
	margin: 20px 8px 0 0;
	text-align:center;
	background: #FFF;
	width:130px;
}
.galleryThumb div {
	width: 125px;
}
.galleryThumb a {
	color:#66812b;
}

/* TESTIMONIALS */

.testAuthor {
	font-weight: bold;
}
.testCompany {
	font-style: italic;
}

/* CONTACT */

.contactCopy input {
	margin: 0;
}
.copyHighlight {
	color: #c00;
}
.contactForm {
	float: left;
	width: 350px;
	border: 1px solid #E7E7E7;
	padding: 20px;
	margin-right: 20px;
}