@charset "utf-8";
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	text-align: center;
	background-image: url(images/writepath-site-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
  
#wrapper {
	width: 930px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#content {
	position: relative;
	text-align: left;
	top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
	width: 870px;
	background-image: url(images/content-bg.jpg);
	height: 420px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 30px;
	margin: 0px;
}

#footer {
	text-align: right;
	position: absolute;
	height: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 14px;
	background-image: url(images/footer-bgh.jpg);
	background-repeat: repeat-y;
	left: 0px;
	bottom: 0px;
	width: 890px;
	background-position: left -1px;
}
#footer a {
	text-decoration: none;
	color: #A07E51;
	text-transform: capitalize;
	font-size: 10px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	position: relative;
	height: 85px;
	width: 900px;
	top: 0px;
	text-align: right;
	overflow: hidden;
	margin-top: 0px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}
.clearfix { display: inline-block; }   
.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a{
	outline: none;
	text-decoration: none;
	color: #C08318;
}
a:hover {
	color: #5C2C00;
	text-decoration: underline;
}
h1 {
	margin: 0px;
	height: 200px;
	width: 720px;
	text-indent: -9999px;
}

h2 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #97A51B;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #1D7433;
	padding-left: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: normal;
}
.rightimage {
	padding: 3px;
	float: right;
	border: 1px solid #598AC2;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 5px;
	background-color: #FFFFFF;
}
.address {
	color: #4C7BC3;
	font-size: 14px;
	padding-top: 7px;
}
.quotes {
	color: #4C7DBF;
}



#tabcontainer {
	height: 420px;
	width: 870px;
	overflow: auto;
}
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	width: 870px;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

/* example 1 */
.kwicks li {
	float: left;
	width: 139px;
	height: 40px;
	margin-right: 0px;
}
#kwick1 {
	background-image: url(images/home.gif);
}
#kwick2 {
	background-image: url(images/philosophy.gif);
}
#kwick3 {
	background-image: url(images/bio.gif);
}
#kwick4 {
	background-image: url(images/non-profits.gif);
}
#kwick5 {
	background-image: url(images/foundations.gif);
}
#kwick6 {
	background-image: url(images/testimonials.gif);
	margin-right: none;
}
#kwick1 a, #kwick2 a, #kwick3 a, #kwick4 a, #kwick5 a, #kwick6 a {
	height: 100%;
	width: 100%;
	display: block;
	text-indent: -9999px;
}
