@charset "UTF-8";
/* CSS Document */
/* 
COLORS USED:
	blue: #72918b
	green: #9fb03e
	dark grey: #3c3f36
	cream: #ebe9dc
*/

body {
	margin: 0px;
	text-align: center;
	height: 100%;
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}


/* RESETS */

{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}


/* WRAPPERS */

#mainWrapper {
	width: 800px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	text-align: center;
	padding-left: 175px;
	padding-right: 175px;
	overflow: hidden;
	/*background-color: pink;*/
}

#mainColumnWrapper {
	position: relative;
	/*width: 797px;*/
	width: 100%;
	height: auto;
	min-height: 600px;
	
	/*background-color: blue;*/
}

#mainColumn1 {
	position: relative;
	width: 539px;
	height: auto;
	min-height: 600px;
	float: left;
	text-align: left;
	/*background-color: red;*/
}

#mainColumn2 {
	position: relative;
	width: 258px;
	height: auto;
	min-height: 600px;
	float: left;
	text-align: left;
	/*background-color: green;*/
}

#leftRail {
	position: relative;
	width: 175px;
	height: auto;
	min-height: 750px;
	float: left;
	margin-left: -175px;
	background-image: url(images/left-rail.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
	/*background-color: purple;*/
}

#rightRail {
	position: relative;
	width: 175px;
	/*height: auto;*/
	min-height: 750px;
	float: left;
	margin-right: -175px;
	margin-top: -600px;
	background-image: url(images/right-rail.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
	/*background-color: yellow;*/
}

/* COLUMN 1 WRAPPERS */

#column1Navigation {
	width: 100%;
	height: 65px;
	padding-top: 36px;
	background-image:url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#column1Content {
	width: 100%;
	height: auto;
	min-height: 700px;
	background-image:url(images/content-bg.jpg);
	background-repeat: repeat-y;
}

#column1Footer {
	width: 529px;
	height: 11px;
	padding: 5px;
	background-color: #3c3f36;
}

/* COLUMN 2 WRAPPERS */

#column2Logo {
	width: 100%;
	height: 235px;
	background-image: url(images/column-2_logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#column2Divider {
	width: 100%;
	height: 17px;
	background-image:url(images/column-2_divider1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#column2Content {
	width: 100%;
	height: 342px;
	background-image:url(images/column-2_content.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#column2Bottom {
	width: 100%;
	height: 194px;
	background-image:url(images/column-2_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

/* NAVIGATION */

#navWrapper {
	width: 483px;
	height: 65px;
	margin-left: 32px;
}

#navWrapper ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	clear: both;
	display: inline;
}

#navWrapper li {
	float: left;
	display: block;
	position: relative;
	width: 78px;
	height: 65px;
	padding-left: 4px;
	padding-right: 2px;
}

#navWrapper li a, #navWrapper li a:visited {
	display: block;
	height: 65px;
	width: 78px;
}

#navWrapper li a:hover, #navWrapper li a:active {
	background-image: url(images/nav_active.png);
	background-repeat: no-repeat;
}

#navWrapper li.on {
	display: block;
	position: relative;
	background-image: url(images/nav_active.png);
	background-repeat: no-repeat;
}

/* CONTENT CONTAINERS */

#mainContent {
	min-height: 200px;
	padding: 40px;
	/*background-image: url(images/corner-shadow.png);
	background-repeat: no-repeat;
	background-position: right top;*/
}

#mainContentColumn1 {
	width: 218px;
	height: auto;
	padding: 5px;
	min-height: 300px;
	float: left;
}

#mainContentColumn2 {
	width: 218px;
	height: auto;
	padding: 5px;
	min-height: 300px;
	float: left;
	background-image: url(images/corner-shadow.png);
	background-repeat: no-repeat;
	background-position: right top; 
}

#mainContentColumn3 {
	width: 218px;
	height: auto;
	padding: 5px;
	padding-top: 50px;
	padding-left: 5px;
	min-height: 300px;
	float: left;
}

#mainContentColumn4 {
	width: 218px;
	height: auto;
	padding: 5px;
	padding-top: 40px;
	min-height: 300px;
	float: left;
	background-image: url(images/corner-shadow.png);
	background-repeat: no-repeat;
	background-position: right top; 
}


#sidebarContent {
	width: 205px;
	padding: 20px;
}

#sidebarBottom {
	width: 205px;
	padding: 20px;
}

#footer {
	padding: 2px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-y;
	text-align: right;
}

/* TEXT FORMATTING */

p {
	color: #FFFFFF;
	letter-spacing: .75px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

.intro1 {
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.intro2 {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.introText {
	line-height: 20px;
}

.photoCaption {
	font-size: 9px;
	color:#666666;
}

.quote {
	color: #72918b;
	font-style: italic;
}

.green {
	color: #9fb03e;
}

.footerText {
	font-size: 10px;
}

#mainContent p {
	color: #3c3f36;
	margin-bottom: 10px;
	margin-top: 5px;
}

#sidebarContent p {
	line-height: 20px;
}

/* Body Links */
a, a:visited {
	color: #9fb03e;
}

a:hover, a:active {
	color: #333333;
}

.clearing {
	clear: both;
}