/* Basic Elements */
body {
	font: 12px trebuchet ms, arial, helvetica, sans-serif;
	color: #58503A;
	background: #D4C4C7;
	margin:0;
	padding:0;
	min-height:100%;
}

p {
	margin: 0 0 15px 0;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #58503a;
}
.highlight {
	background-color: #FFFFCC;
}


a:link, a:visited, a:active{
	text-decoration:none;
	color: #8B6D74;
	font-size: 14px;
	padding: 2px;
}
.special-link {
	background-color: #DFD3D5;
	padding: 2px;
	border: solid #DAE6F0 1px;
}


a:hover  {
	text-decoration: underline;
	color: #B9A7AC;
}

img{border:none; padding:0; margin:0}

.center-pic {
	padding: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #000000;
	margin-right: 12px;
}






/* specific divs */
#container {
	display: block;
	position: relative;
	margin: 0 auto;
	width:663px;
	height:auto;
	background-color: #B9A7AC;
	border: solid #9E7A82 20px;
}

#intro {
	height:340px;
	width:663px;
	background-color:#E0ECF5;
	clear: both;
}
#intro-home {
	height:426px;
	width:663px;
	background-color:#DFD3D5;
	padding-top: 50px;
}
#intro-home p {
	font-size: 16px;
	line-height: 20px;
	color: #505E75;
}
.left-margin-p {
	margin:0 0 10px 0;
	font-family:'Times New Roman', Times, serif;
	color:#3399FF;
	text-align:center;
	font-size:26px;
}
#intro p {
	font-size: 16px;
	line-height: 20px;
	color: #505E75;
	margin-left: 10px;
}
#intro-home h1 {
	margin:0 0 10px 0;
	font-family:'Times New Roman', Times, serif;
	color:#915F6D;
	text-align:center;
	font-size:26px;
}
h2  {
	font-size: 18px;
	color: #65738B;
}

#intro ul{
	float:left;
 	text-align:center; 
	list-style-type:none; 
	color:#cadeb9; 
	font-family:'Times New Roman', Times, serif; 
	font-weight:bold; 
	padding:0 0 0 435px; 
	margin:0;
	font-size:14px;
	line-height:1.3;
}

#intro h4{
	color:#cadeb9;
	font-family:'Times New Roman', Times, serif; 	
	text-align: left;
	font-size: 18px;	
	padding:0 0 0 100px;
}

#quickSummary {
	position: relative;
	left: 103px;
	width: 439px;
	padding: 5px 14px 0 14px;
	display:inherit;
}
	

#banner{
	width:651px;
	height:50px;
	padding:6px;
	clear: both;
	background-color: #9E7A82;
	background-repeat: no-repeat;
	background-image: url(images/purple-flower-small.png);
	background-position: 0px 0px;
}
#banner h1 {
	color: #FFFFFF;
	font-size: 28px;
	text-align: right;
	text-shadow: 2px -2px 3px #ccc;
}

#contentArea{
	padding-top:5px;
	width: 455px;
	margin-left: 207px;
	background-color: #FFFFFF;
}
#contentArea p {
	padding: 6px;
}
#contentArea   img  {float:right; margin-left:10px;}

#contentArea h2{font-size:16px; text-align:center; margin-top:0}
#contentArea h4{font-size:12px; padding-bottom:0; margin-bottom:0;}


#footer {
	clear:both;
	text-align: center;
	padding-top: 15px;
	color: #9E7A82;
}

#footer p{text-align:center; margin-bottom:0}

#footer a:link, #footer a:visited { 
	font-size: 9px;
	margin-right: 15px;
	background:#FFFFFF;
}


/* left-hand navigation */
#linkList {
	float:left;
	position:relative;
	left:1px;
	width:185px;
	font: 11px trebuchet ms, arial, helvetica, sans-serif;
	color: #192D58;
	margin:0;
	background-color: #DFD3D5;
}

#linkList ul {
	margin: 0px;
	padding: 0px;
}

#linkList li {
	height: 48px;
	list-style-type: none;
	display: block;
	padding-left: 14px;
	color: #895C66;
	font-size:11px;
}

#linkList li a {
	display: block;
	width: auto;
	color: #4F6B8B;
	padding: 8px 0 3px 0;
	color: #895C66;
	font-size: 14px;
}

#linkList li a:hover {
	color: #B5A8AC;
	font-weight:bold;
}


#linkList li a.c:hover {
	color: #746E50;
}


h1 {
	margin:0 0 10px 0;
	font-family:'Times New Roman', Times, serif;
	color:#546078;
	font-size:28px;
}
#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #50587D;
}
#video {
	float: left;
	height: 300px;
	width: 330px;
	margin-right: 10px;
	padding: 5px;
}
#contact label {
	width: 60px;
	float: left;
	text-align: right;
}
#contact legend {
	font-size: 14px;
	margin-left: 6px;
}
#contact fieldset {
	background-color: #FFF1C7;
	border: 1px solid #4D5A6F;
	padding: 8px;
}
h3 {
	font-size: 16px;
	color: #9E7A82;
}
.strong-blue {
	font-size: 16px;
	color: #83A4CF;
}

