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

html, body {
	background-color: #f8eff0;
	margin: 0;
	padding: 0;
	height: 100%;
}


#wrapper {
	position: relative;
	width: 950px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	padding: 0 10px;
	background: white url("/images/bg_container.gif") repeat-y top left;
	margin: 0 auto;
	text-align: left;
	}

	#header {
		position: relative;
		background: white url("/images/bg_header.gif") repeat-y top left;
		width: 950px;
		height: 156px;
	}
		
	#header h1 {
		background: url("/images/bg_logo.jpg") no-repeat top left;
		width: 128px;
		height: 117px;
		position: absolute;
		top: 25px;
		left: 21px;
	}

	#content {
		width: 950px;
		background: url("/images/bg_layout_1col.gif") repeat-y top right;
	}
	
	.layout_2col #content {
		background: url("/images/bg_layout_2col.gif") repeat-y top right;
	}
		#col_nav {
			width: 125px;
			padding: 0 0 0 21px;
			float: left;
		}
	
		#col_main { /* default, full-width */
			width: 736px;
			padding: 30px 34px;
			float: left;
		}
		.layout_2col #col_main { /* when showing secondary column */
			width: 485px;
			padding: 30px 13px 30px 34px;
			margin-right: 4px;
		}
	
		#col_secondary {
			width: 248px;
			padding: 30px 10px;
			float: left;
			background-color: #799eba;
			color: white;
		}
	
	#footer {
			clear: both;
			padding: 1.2em 0 0 180px;
			background: transparent 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 }

li.selected {
	color: #F7E6D5;
}
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;
}

