@charset "utf-8";
/* CSS Document */

/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: #666666;
}
#page {
	width:1000px; 
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFFF;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
}

#header {
	width:1000px;
	height:175px;
}
#logo {
	width:83px;
	height:175px;
	position: inherit;
	float: left;
	left:0px;
	top:0px;
	z-index:1;
	padding: 0;

}
#header_photo {
	width:917px;
	height:155px;
	position: inherit;
	float: left;
	left:83px;
	top:0px;
	background-image:url(../images/nav_bkg.gif);
}
#nav_top {
	width:917px;
	height:20px;
	position: inherit;
	float: left;
	background-image:url(../images/nav_bkg.gif);
	
}
#photo_column {
	width:162px; 
	position:relative;
	float:left;
	padding:30px 0 0 125px;

}
#copy_column {
	width:560px;
	float:right;
	padding:30px 85px 0 0px;
}
#copy_inset {
	margin:10px 0px 10px 30px;
	padding:0px 0px 0 10px;
	border-left:1px solid #FFD600;
}

#photo_column img{
	padding: 0 0 10px 0;
}
#footer {
	width:740px;
	height:30px;
}


/* TYPOGRAPHY */
a:link {
color: #639c63;
text-decoration: none;
}

a:visited {
color: #639c63;
text-decoration: none;
}

a:hover {
text-decoration: none;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: 000;
	text-align: justify;
	padding: 0 0 10px 0;
	
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 0 0 10px 0;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	padding: 5px 0 0 0 0;
}

.sub3head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #639c63;
}

.headbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: lighter;
}

.arrow {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight:bolder;
	color: #63735A;
}
.arrow_faq {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight:bolder;
	color: #63735A;
	padding: 0 0 0 175px;
}
ul {
	padding: 0;
}

li {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	list-style-position: inside;
	list-style-type: disk;	
	padding: 5px 0 5px 0;
	text-align: justify;
}

