<style type="text/css">

/* = Reset default browser CSS
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family:'rooney-sans', sans-serif;
	font-weight:400;
	background-color:#594A42;
	margin:0;
	padding:0;
}

img {
	border:0;
}
img a {
	border:0;
}

.clearfix {
	clear:both;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:300;
	margin:0;
	padding:0;
	color:#93B67A;
}

#tup {
	background-color:#fff;
	width:950px;
	margin:0 auto;
}
#headerImage, #phoneNumber, #isaTitles {
	height:220px;
	background-color:#fff;
	float:left;
}
#headerImage {
	padding-left:30px;
}
#phoneNumber {
	text-align:right;
	height:110px;
	padding:110px 30px 0 0;
	width:500px;
	color:#594A42;
	line-height:40px;
}
#phoneNumber a, #phoneNumber a:visited {
	color:#594A42;
	text-decoration:none;
}
#isaTitles {
	height:110px;
	padding:110px 35px 0 0;
}
.isaCert {
	font-size:30px;
	font-weight:400;
	margin:45px 0 0 0;
	padding:0;
}
.phoneNumber {
	font-size:44px;
	font-weight:700;
	margin:0;
	padding:0;
}

/* NAV ITEMS */

#nav {
	background-color:#93B67A;
}

#navbar {
	margin: 0 0 0 20px;
	padding: 0;
	height: 40px;
	line-height:34px;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
	padding: 3px 20px;
	background-color: #93B67A;
	color: #5b4a42;
	text-decoration: none;
}
.active {
	color: #fff !important;
}
#navbar li a:hover {
	color:#fff;
}
#navbar li ul {
	display: none; 
	width: 12em; /* Width to help Opera out */
	background-color: #69f;
}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li {
	float: none;
}
#navbar li:hover li a {
	background-color: #93B67A;
	border-bottom: 1px solid #fff;
	color: #5b4a42;
	line-height:26px;
}
#navbar li li a:hover {
	background-color: #206b4d;
	color:#fff;
}

/* CONTENT */
#mainContent {
	color:#5b4a42;
	background-color:#fff;
	padding:30px;
}
#mainContent a {
	color:#93B67A;
	text-decoration:none;
}
#leftColumn {
	float:left;
	width:540px;
	line-height:1.5em;
}
#rightColumn {
	float:left;
	padding-left:50px;
	width:300px;
}
#facebook {
	margin-left:75px;
}
#FB_Logo {
	float:left;
}
#FB_Action {
	margin-left:5px;
	float:left;
}
#FB_Action a {
	color:#4460ae;
	font-weight:700;
}

/* HOMEPAGE */
#welcomeMessage p {
	font-size:18px;
}
#missionStatement {
	color:#cc632c;
}
#missionStatement img {
	margin:20px 20px 20px 0;
}
#missionStatement a {
	color:#5b4a42;
}
#missionStatement a:hover {
	text-decoration: underline;
}

/* FULL WIDTH PAGES */
#teamList1 p, #teamList p {
	font-size:18px;
	margin-top:0;
}
#teamMember1, #teamMember {
	margin-top:20px;
	padding-top:20px;

}
#teamMember {
	border-top:1px solid #ccc;
}
#teamMember1:after, #teamMember:after {
	content:'';
	display:block;
	clear:both;
}
#teamMember1 h2, #teamMember h2 {
	color:#5b4a42;
	font-weight:700;
}
#servicesList p {
	font-size:18px;
	margin-top:0;
}
#servicesList li {
	margin-top:5px;
}
#faqList p {
	font-size:18px;
	margin-top:0;
}
#faqList li {
	margin-top:4px;
}
#indentMe {
	padding-left:40px;
}
#indentMe p {
	margin:0;
	padding:0;
}
#noPadnoMarg p, #topList {
	margin:0px;
	padding:0px;
}

/* FOOTER */
#footer {
	height:40px;
	font-size:14px;
	line-height:40px;
	background-color:#93B67A;
	text-align:center;
	color:#5b4a42;
}
#footer a, #footer a:visited {
	color:#5b4a42;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}

/* FORM ELEMENTS */

.text_form {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #eee 0%, #fff 5%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(5%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee 0%,#fff 5%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eee 0%,#fff 5%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eee 0%,#fff 5%); /* IE10+ */
	background: linear-gradient(top, #eee 0%,#fff 5%); /* W3C */
	font-size:12px;
	color:#333;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}

.textarea_form {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #eee 0%, #fff 2%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(2%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eee 0%,#fff 2%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eee 0%,#fff 2%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eee 0%,#fff 1%); /* IE10+ */
	background: linear-gradient(top, #eee 0%,#fff 2%); /* W3C */
	font-size:12px;
	color:#333;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}

.button_form {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #ddd 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#ddd 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#ddd 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#ddd 50%); /* IE10+ */
	background: linear-gradient(top, #fff 0%,#ddd 50%); /* W3C */
	font-size:14px;
	font-weight: bold;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px 10px 5px 10px;
}


</style>