@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input, iframe { margin: 0; padding: 0; border: 0;}
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body {margin:0; padding:0; color: #3f3f3f; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Trebuchet MS, Verdana, sans-serif; font-size:62.5%; text-align: left; background: #fff;}

p {font-size: 1.2em; line-height:1.9em; margin: 0 0 .8em;}
/*h1 {font-size:62.5%;}*/

img {border:0;}

.gold {color: #222;}
.green {color: #3d6542;}
.lightgreen{color: #99ad9b;}

a {display: inline; text-decoration: none;}
a:hover {text-decoration:none;}

/* Accessibility */
.hide {font-size:1px; height:1px; line-height:0px; overflow:hidden; position:absolute; left:-9999px; top:-9999px;}


/* Building blocks */

#container { 
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	width: 710px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff none repeat-y;
	padding-bottom:0px;
	position:relative; 
} 


#header { 
	width: 710px; 
	position:relative;
	float: left;
	/*height: 230px;*/
} 

#logo {
	width: 710px;
	height: 92px;
	position:relative;
	float: left;
	text-align: left;
	padding: 60px 0 0 0;
}

#logo img {width: 143px!important; height: 65px!important;}
#imagebox {
	width: 710px;
	height: 205px;
	float: left;
	position: relative;
	margin: 0;
}
#imagebox.homebox {
	height: 370px;
	/*margin-bottom: 40px;*/
}

#nav{
	width: 710px;
	height: 24px;
	margin: 0 auto 32px; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	float: left;
	overflow:hidden;
	border-top: 1px solid #c9c5b8;
	border-bottom: 1px solid #c9c5b8;
}
#nav ul {
	list-style: none;
	margin: 0 0 0 125px;
	padding: 0;
	height: 24px;
	
}
#nav li {
	margin: 0;
	padding:0px;
	display:inline;
	float:left;
}
#nav a {
	display: block;
	height: 24px;
}
#nav a:hover, #nav a#current {
	background-position: 0 -24px;
	text-decoration:none;
}


/* Rollover Buttons */
.home, .purpose, .difference, .affiliates, .team, .contact {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-transform: uppercase; color: #333; padding: 5px 20px;} 
#nav a:hover, #current {color: #777777;}
 
/*.home, a.home:link, a.home:active {
	width: 54px;
	background: url(../images/structural/but_home.png) no-repeat;
	margin-right: 30px;
}

.purpose, a.purpose:link, a.purpose:active {
	width: 70px;
	background: url(../images/structural/but_purpose.png) no-repeat;
	margin-right: 30px;
}

.difference, a.difference:link, a.difference:active {
	width: 90px;
	background: url(../images/structural/but_difference.png) no-repeat;
	margin-right: 30px;
}

.affiliates, a.affiliates:link, a.affiliates:active {
	width: 80px;
	background: url(../images/structural/but_affiliates.png) no-repeat;
	margin-right: 30px;
}
.team, a.team:link, a.team:active {
	width: 48px;
	background: url(../images/structural/but_team.png) no-repeat;
	margin-right: 30px;
}
.contact, a.contact:link, a.contact:active {
	width: 72px;
	background: url(../images/structural/but_contact.png) no-repeat;
}
*/



/* Content */

#content { 
	margin: 0 3px 40px;
	width: 704px;
	position:relative;
	float: left;
} 

#content p {font-size: 1.3em; line-height:1.9em; margin: 0 0 .8em;}
#content a {color: #d81126; text-decoration:none;}
#content a:hover {color: #d81126; text-decoration: underline;}

p.intro {
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	margin: .5em 0 .7em;
}
#content p.intro a {
	color: #d81126;
}
#content p.intro a:hover {
	color: #d81126;
}
#content p.name {
	font-size: 14px;
	line-height: 1.9em;
	color: #666;
	font-weight: bold;
	margin: 1.4em 0 .3em;
}
#content p.address {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #222;
	font-weight: bold;
	margin: 1.4em 0 .3em;
}
#content h1 {
	text-transform: uppercase;
	color: #222;
	letter-spacing: .2em;
	font: bold 1.4em/1.7em "Lucida Grande", Arial, Verdana, sans-serif;
}

#content h2 {
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: .1em 0 .3em;
	color: #222;
	font: bold 1.3em/1.7em "Lucida Grande", Arial, Verdana, sans-serif;
}
#content h3 {
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #222;
	font: bold 1.3em/1.7em "Lucida Grande", Arial, Verdana, sans-serif;
	border-bottom: 1px solid #c9c5b8;
	margin: 1.5em 0 .8em;
}
#content h3 a {
	color: #222;
}
#content h3 a:hover {
	color: #6e5949;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	margin: 50px 50px 0 0;
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	/* padding: 15px 10px 15px 20px; */
}
#sidebar1 h1 {
	margin: 0;
	font-size: 1.8em;
	color: #333;
	line-height: .5em;
}
#sidebar1 ul{
	list-style-type: none;
	margin-left: 0px;
	padding: 0 0 0 25px;
	margin-top: 0;
	margin-bottom: 25px;
	border-left: thin solid #c4d3c9;
}

#sidebar1 li{
	padding-top: 10px;
	padding-bottom: 10px;
	display:block; 
	border-bottom: 1px solid;
	border-color: #c4d3c9;
}

#sidebar1 li a{
	text-decoration: none;
	display:block;
	color: #3d6542;
	font-size: 1.1em;
}

#sidebar1 li a:hover{
	color: #404040;
}

#sidebar1 li a#current{
	color: #404040;
	text-decoration: none;
}
#sidebar1 li.last{
	margin-bottom: 25px;
}


#footer { 
	/*padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff;
	width: 710px;
	padding:0;
	height: 40px;
	position: relative;
	left:0;
	clear: both;
	border-top: 1px solid #c9c5b8;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0 0;
	font-size: .8em; line-height:1.6em; margin: 0 0 .8em;	
}

#footer a {color: #333; text-decoration:none;}
#footer a:hover {color: #222; text-decoration:none;}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
