@import url(reset.css);
@import url(basics.css);
@import url(nav.css);

body {
	background-color: #deded7;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 820px;
	overflow: auto; /* self clearing */
	padding: 0;
	background: white url("../images/bg_wrapper.gif") repeat-y top left;
	margin: 0 auto;
	}
	#container {
		position: relative;
		overflow: auto; /* self clearing */
		width: 800px;
		padding: 0 10px;
		background: transparent url("../images/bg_container.jpg") no-repeat top left;
		}
	
		#header {
			position: relative;
			width: 100%;
			height: 300px;
		}
			
		#header h1 {
			background: url("../images/bg_logo.jpg") no-repeat top left;
			width: 128px;
			height: 117px;
			position: absolute;
			top: 25px;
			left: 21px;
		}
	
		#content {
			padding: 15px 68px 0 38px;
			overflow: auto; /* self clearing */
		}
		
			#col_nav {
				width: 140px;
				float: left;
			}
		
			#col_main { /* default, full-width */
				width: 538px;
				float: right;
			}
		
	#footer {
			clear: both;
			text-align: center;
			padding: 4.2em 40px 1em 40px;
			background: #DEDED7 url("../images/bg_footer.gif") no-repeat top right;
	}
	

#content .pushRight {
	margin-right: -55px;
	margin-left: 14px;
}

#col2 .pushLeft {
	margin-left: 14px;
	margin-right: -55px;
}
	
	
div.splitColL  {
	width: 49%;
	float: left
}

div.splitColR {
	width: 49%;
	float: right
}


/*=====  BLOCK ELEMENTS  =====*/

#rightCol {
	float: right;
	margin-left: 2em;
	margin-right: -24px;
	width: 344px;
	display: inline; /*for ie6 double margin bug*/
}

	#rightCol blockquote {
		padding: 0 35px;
		background: url("../images/bg_blockquote.png") no-repeat 5px top;
		color: #00a94f;
		font-family: "Bookman Old Style", Georgia, Times, serif;
		font-size: 1.6em;
		font-weight: bold;
	}


	#rightCol cite {
		padding-left: 35px;
		color: #00a94f;
		font-family: "Bookman Old Style", Georgia, Times, serif;
		font-size: 1.2em;
	}


#header_testamonial {
	position: absolute;
	top: 0;
	right: 0;
	width: 396px;
	height: 155px;
	background-repeat: no-repeat;
	background-position: top left;
	color: #5c255d;
}

	#header_testamonial .button {
		position: absolute;
		top: 35px;
		right: 0;
	}
	#header_testamonial cite {
		position: absolute;
		top: 110px;
		left: 111px;
		font-size: 1.3em;
	}
	#header_testamonial a.more {
		position: absolute;
		top: 127px;
		left: 128px;
		font-size: 1.2em;
		text-decoration: none;
		color: inherit;
	}
	#header_testamonial a.more:hover {
		text-decoration: underline;
		color: #799EBA;
	}

/*=====  TYPOGRAPHY  =====*/

#footer p   {
	color: #8f8f8f;
	font-size: 1.3em;
	padding-bottom: 0;
	line-height: 1.5em;
}
#footer .partition   {
	padding: 0 .6em;
	color: #D3D3D3;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited { color: #999999 }

p.note {
	text-indent: 0;
	font-size: 1.4em;
	line-height: 1.857em;
	color: #4C3851;
}

p.noIndent {
	text-indent: 0;
}

.thumb {
	line-height: 1em;
}
.caption {
	font-size: 1em;
	text-indent: 0;
	color: #9A9A9A;
	line-height: 1.2em;
}

#col_secondary h2 {
	color: #f7e6d5;
	font-size: 1.5em;
}

/*=====  FORMS  =====*/

form  {
}

fieldset {
}

label   {
}

form input, form select, form textarea  {
}


form input.error   {
}



form label.error   {
	color: red;
	background-color: #fff4f4;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-right: 8px;
	margin-left: 110px;
	width: auto;
	float: none;
	clear: left
}


/*=====  OVERRIDES  =====*/

.dropCap {
}

img.floatRight {
	margin-left: 20px;
}

img.floatLeft {
	margin-right: 20px;
}


.expandomatic {
	cursor: pointer;
}

/*=====  MEMBER DIRECTORY  =====*/

#member_directory {
	width: 100%;
}


#member_directory th {
	padding-top: 1em;
}


#member_directory td {
	vertical-align: top;
	font-size: 1.2em;
	padding-top: 2px;
	padding-bottom: 4px;
	border-top: 1px solid #DEDED7;
}

#member_directory .eft_icon {
	padding-right: 5px;
}

#member_directory .member_name {
	color: black;
}

