/*
# -------------------------------------------
	GENERAL
# -------------------------------------------
*/
html, body {
}

html {
}

body {
color: #666666;
font-size: 76%;
font-family: Arial, Helvetica, sans-serif;
}


a {
text-decoration: none;
color: #2B637F;
}

a:hover {
text-decoration: none;
}

b, strong {
font-weight: bold;
}

i {
font-style: italic;
}


h1 {
	font-size: 1.8em;
	background: #B5DA9C;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
}

#content h2 {
	background: #2F6782;
	color: #fff;
	font-size: 1.2em;
	padding: 8px 10px;
	border-radius: 4px;
	margin: 0 0 12px 0;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
}

h4 {
}

h5 {
}

h6 {
}


p {
line-height: 140%;
margin: 0 0 10px 0;
}


ul, ol {
}

ul {
}

ol {
}

li {
}

li li {
}

sup {
	font-size: 0.8em;
	vertical-align:top;
}


blockquote {
background: url(../images/structure/quotes.open.gif) left top no-repeat;
}

blockquote p:first-child {
background: url(../images/structure/quotes.close.gif) right bottom no-repeat;
padding: 20px;
}


input[type=text], input[type=submit], select, textarea {
}

input[type=text], input[type=password], select, textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 3px 5px;
	width: 200px;
	min-height: 16px;
}

select {
	padding-left: 2px;
}


input[type=submit],
input[type=reset] {
    background: #B5DA9C;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 3px 20px;
	text-transform: uppercase;
}


th {
font-weight: bold;
}


/*
# -------------------------------------------
	CLASSES
# -------------------------------------------
*/
.cl,
.clear,
.clearfix {
clear: both;
}

.hide {
position: absolute;
left: -9999px;
width: 0;
height: 0;
overflow: hidden;
}

.fl {float: left;}
.fr {float: right;}

.ml20 {
	margin-left: 20px;
}


.indented {
padding: 15px 15px 15px 15px;
}
.notopindent {
	padding-top: 5px;
}

.greenBg {
background: #BBD878;
padding: 10px;
margin-bottom: 10px;
min-height: 30px;
}


h3.title, .title {
display: block;
margin: 10px 0;
background-repeat: no-repeat;
background-position: left top;
}

.title a {
display: block;
height: 100%;
width: 100%;
}

.title span {
position: absolute;
left: -9999px;
height: 0;
width: 0;
overflow: hidden;
}


td.center, th.center {
text-align: center;
}

.raquo {
	position: relative;
	top: -2px;
}

.staffmember h2 {
	clear: both;
}

.staffmember img {
	margin: 0 10px 15px 30px;
	margin-left: 30px;
	margin-bottom: 15px;
}


ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: disc;
}

ul li {
	margin: 0 0 5px 25px;
	padding: 0;
}