/****************************************
*=================COLORS================*
*										*
*	Primary (Lavender):			#DFD9E7	*
*	Shadow (Purple):			#A292C1	*
*										*
*=================NOTES=================*
*										*
*										*
*										*
****************************************/
* {
	margin: 0px;	/* reset default margins for elements */
	padding: 0px;	/* reset default padding for elements */
}

html, body {
	min-height: 100%;	/* extend to 100% window height */
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #DFD9E7;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;	
}

img {
	border: none;
	display: block;
}

#masthead {
	width: 750px;
	height: 177px; 
}

#shell {
	width: 750px;
	min-height: 550px;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: visible;
}


#navigation {
	width: 113px;
	float: left;
	overflow: hidden;
}

div#navigation a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

div#navigation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

div#navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #FFF;
	background-color: #A292C1;
}

div#navigation a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #FFF;
	background-color: #A292C1;
}

div.navLink {
	width: 103px;
	margin: 10px;
	margin-right: 0px;
	overflow: hidden;
}


#content {
	width: 590px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-right: 17px;
	margin-left: 140px;
	margin-right: 20px;
}


#content a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A292C1;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DFD9E7;
}

#content a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DFD9E7;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-transform: capitalize;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-transform: capitalize;
}

#content .map {
	width: 174px;
	margin-right: 20px;
	float: left;
	text-align: center;
	background-color: #DFD9E7;
	padding-bottom: 10px;
}

* html #content .map {
	margin-right: 17px;
}

#content span.caption {
	marign-top: 10px;
	font-size: 10px;
	margin-botom: 0px;
}

#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	clear: both;
}

#headerImg {
	margin-bottom: 20px;
}

object {
	max-width: 300px;
}

div#footer p.disclaimer {
	font-size: 10px;
	line-height: 12px;
	width: 582px;
	text-align: justify;
	font-style: oblique;
	margin-left: auto;
	margin-right: auto;
}

div#footer p.copyright {
	font-size: 10px;
	line-height: 12px;
	width: 582px;
	margin-left: auto;
	margin-right:auto;
	color: #A292C1;
}

div#footer p.copyright a:link {
	font-size: 10px;
	color: #A292C1;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}

div#footer p.copyright a:visited {
	font-size: 10px;
	color: #A292C1;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
}

div#footer p.copyright a:hover {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #A292C1;
}

div#footer p.copyright a:active {
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #A292C1;
}
	
p.caption {
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 5px;
	text-align: center;
}

.rightFloat {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #DFD9E7;
}

.rightFloat img {
	display: block;
	/*margin: 0px;
	padding: 0px;*/
}

div.staffMember {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #DFD9E7;
	overflow-y: auto;
}

div.staffMember p {
	margin-top: 0px;
	margin-bottom: 10px;
}

img.staffImg {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margint-top: 20px;
}	

.imgRight {
	float: right;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.imgRight {
	float: right;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	max-width: 300px;
}

div.linkList {
	width: 200px;
	margin: 10px;
}

div.rightFloat div.linkList a:link {
	font-size:10px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}

div.rightFloat div.linkList a:visited {
	font-size:10px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}

div.rightFloat div.linkList a:hover {
	font-size:10px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}

div.rightFloat div.linkList a:active {
	font-size:10px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
}


div.imgRight img {
	margin-top: 0px;
	margin-bottom: 20px;
}

#contactForm {
	width: 290px;
}

#contactForm label {
	font-weight: bold;
	color: #A292C1;
}

#contactFrom textarea {
	width: 100%;
	height: 200px;
}

.textfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #DFD9E7;
}

ol, ul{
padding-left: 20px;
}

h3,p {
  margin-top: 1em;
}