* {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

/*--------------

PAGE STRUCTURE

--------------*/

#banner {
	display: none;
}

#right {
	width: 30%;
	float: right;
	text-align: justify;
}

#left {
	float: left;
	width: 60%;
	text-align: justify;
}

#footer {
	float: left;
	width: 100%;
}

/*--------------

HEADERS

---------------*/

h1 {
	border-bottom: 2px solid #666;
	font-size: 23px;
	padding: 0 0 10px 0;
	text-align: right;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	padding: 5px 0 10px 0;
}

#right h2 {
	border-bottom: 2px solid #666;
	font-size: 15px;
	margin: 0 0 10px 0;
	text-align: justify;
}

#right h3 {
	border-bottom: 2px solid #666;
	font-size: 15px;
	padding: 5px 0 10px 0;
	text-align: right;
}

#left h3, #content h3 {
	font-size: 15px;
	padding: 5px 0 10px 0;
	text-align: left;
}

/*--------------

TEXT STYLES

--------------*/

a {
	color: #000;
	text-decoration: none;
}

p {
	padding: 0 0 10px 0;
}

ul {
	padding: 0 0 5px 0;
}

ul li {
	list-style-type: none;
}

a#search-all {
	display: none;
}


#right div.quote {
	float: right;
	font-size: 13px;
}

#right div.quote p {
	text-align: justify;
	padding: 0 0 15px 0;
}

#right div.quote p.quote-giver {
	position: relative;
	left: 30px;
	text-align: right;
}

#right div.quote p.startquo {
	display: none;
}

#right div.quote p.endquo {
	display: none;
}

/*---------------

TEAM PAGE

-------------*/

.team-member {
	color: #666;
	font-size: 13px;
	float: right;
	padding: 10px 0 10px 10px;
	text-align: right;
}

.team-member img {
	border: 3px solid #667593;
	float: right;
	margin: 0 0 0 10px;
}

.team-member p {
	padding: 5px 0 0 0;
}

.team-member ul {
	font-size: 12px;
}

.team-member ul li {
	list-style-type: none;
}

/*--------------

hidden hilight box

--------------*/

div.hilight {
	display: none;
} 

/*--------------

TESTIMONIALS
	
--------------*/

blockquote {
	border-bottom: 1px solid #667593;
	padding: 20px 0 0 0;
}

#content blockquote p.pull {
	border: 1px solid #667593;
	color: #6D7C99;
	float: right;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0 5px 15px;
	padding: 5px 10px;
	width: 294px;
}

blockquote p.author {
	font-style: italic;
	position: relative;
	left: 10px;
}

#content iframe {
	border: 0;
	height: 750px;
	position: relative;
	left: 6px;
	width: 100%;
}


/*-------------

FOOTER

--------------*/


#footer {
	border-top: 2px solid #666;
	padding: 10px 0 0 0;
	width: 100%;
}

#footer a {
	display: none;
}

