/* AS ALWAYS, hats off to Eric Meyer for CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************ end CSS RESET **************/


/* slightly enhanced, universal CLEARFIX hack via http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/************ end CLEARFIX hack *****/


/************ start BASIC STRUCTURE *****/

html, body {
	height: 100%;
	width: 100%;
}
body {
	background: #c19b50 url(/assets/images/gradient.jpg) left top repeat-x;
}

div.page-wrapper {
	margin: 0 auto;
	width: 990px;
	background: url(/assets/images/wrapper-bg.png) center top repeat-y;

}

div.header {
	height: 366px;
	padding: 0 25px;
	background: url(/assets/images/header.jpg) no-repeat center top;
}

div.indexsplash {
	background: url(/assets/images/subtitle.jpg) no-repeat center top;
}

div.content-wrapper {
	margin-top: -170px;
	padding: 0 15px;
	
}

div.content {
	border-right-width: 0px;
	border-style: solid;
	padding-left: 40px;
	width: 100%;
}

div.right-column {
	float: left;
	width: 700px;
	min-height: 500px;
	margin: -70px 0px 0 40px;
	padding: 0 0px 80px 0;
}


div.footer {
	height: 121px;
	padding: 0 25px;
	background: url(/assets/images/footer.jpg) center top no-repeat;

}

/************ end BASIC STRUCTURE *****/


/************* start NAVIGATION *********/

div.nav-wrapper {
	float: left;
	border-right: 1px solid #c29a4f;
	padding-right: 30px;
	padding-bottom: 60px;
	width: 170px;
}

ul.main-navigation {
	min-height: 170px;
}

ul.main-navigation li{
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 15px;
	color: #b8954d;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

ul.main-navigation li a {
	color: #b8954d;
	text-decoration: none;
}
ul.main-navigation li a:hover {
	color: #666666;
	text-decoration: none;
}

ul.navigation li, ul.sub-navigation li{
	padding-bottom: 0px;
	padding-top: 20px;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: .9;
}

ul.navigation li a, ul.sub-navigation li a{
	text-decoration: none;
	color: #666666;
}

ul.navigation li a:hover, ul.sub-navigation li a:hover, span.gold-text {
	text-decoration: none;
	color: #b8954d;
}

ul.sub-navigation li{
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	text-transform: none;
	font-size: 11px;
	line-height: 15px;
}


/************* end NAVIGATION *********/

/************* start SUB CONTENT STYLING ******/

.content-sub {
	margin: 36px 0;
}

/************* end NAVIGATION *********/

/************* start RIGHT COLUMN STYLING ******/

div.text-container {
	float: left;
	width: 500px;
}

h1 {}

h2 {
	font-size: 20px;
	color: #b8954d;
	font-weight: lighter;
	margin: 20px 0 15px;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 18px;
	margin-top: 30px;
	font-weight: lighter;
}

h6 {
	font-size: 14px;
	color: #b8954d;
	font-weight: lighter;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

p {
	color: #313131;
	font-size: .9em;
	line-height: 1.2em;
	margin:3px 0 20px;
}

p.callout {
	font-size: 16px;
	font-weight: 300;
	color: #313131;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
}

div.text-container a {
	color: #b8954d;
	text-decoration: none;
}

div.text-container a:hover {
	color: #666666;
	text-decoration: underline;
}

div.text-container a.link-to-top {
	display: block;
	font-size: 10px;
}

ul.sub-navigation li.bigger {
	font-size: 12px;
}

#slideshow {
	height: 350px;
	width: 500px;
	margin: 20px 0;
}

/************* end RIGHT COLUMN STYLING ******/

/************* start HOME STYLING *********/

body#pg-home h2 {
	color: #313131;
	font-size: 25px;
	font-weight: 100;
}

body#pg-home p.callout {
	color: #b8954d;
}

/************* end HOME STYLING ******/

/************* start ABOUT STYLING *********/

#pg-about div.right-column {
	width: 660px;
}

#pg-about div.text-container {
	width: 400px;
}

div.text-container ul {
	margin-left: 17px;
}

div.text-container ul li {
	list-style-type: disc;
	color: #313131;
	font-size: .9em;
	line-height: 1.2em;
	margin: 10px 0;
}

ul.highlights {
	margin-left: 10px;
}

ul.highlights li {
	list-style-type: disc;
	color: #313131;
	font-size: .7em;
	line-height: 1.2em;
	margin: 10px 0;
	width:140px;
}

#img-column {
	display: block;
	float: right;
	padding-top: 56px;
	width: 155px;
}

#img-column img {
	padding-bottom: 30px;
}

/************* end ABOUT STYLING ******/


/************* start RELOCATION STYLING *********/

#pg-relocation .content-sub p {
	font-size: 0.7em;
	padding-bottom: 20px;
}

.donate, .donate-big {
	background: none;
	border: none;
	text-decoration: none;
	color: #666666;
	margin: -1px 0 0 -8px;
	cursor: pointer;
}

.donate:hover, .donate-big:hover {
	text-decoration: none;
	color: #b8954d;
}

.credit-cards {
	margin: 3px 0 0 -3px;
}

.donate-big {
	margin: -8px 0 5px -8px;
	font-size: 16px;
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}

.credit-cards-big {
	position:relative;
	top:5px;;
}

/************* end RELOCATION STYLING ******/

/************* Utility Classes ***********/
.text-hide {
	overflow: hidden;
	text-indent: -9999px;
}




