/****** colors ******/
/* #sassie dark purple = 333366 */
/* #sassie orange = ff9933 */
/* #xxxx = xxxx */

/* #326408 = green */
/* #ff9933 = strong yellow */
/* #fbde97 = pale yellow */
/* #333367 = dark mspa purple */
/****** colors ******/


/***** page *****/

* {
	margin:0;
	padding:0;
	border:none;
	z-index:0;
}

html, body body#home{
	height:100%;
}

body {
	color: #333;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #cccc99 url('../i/mainBG.gif') repeat-y;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/***** begin Type *****/

p {
	line-height: 1.5em;
	padding-top: 9px;
}

a	{
	color: #333366; /* purple */
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:link ,a:visited {
	color: #333366;
}

a:hover {
	color: #ff9933;  /* orange */
}

h1  {  /* hidden at very top */
	color: #000;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #333366; /* page title */
	font-size: large;
	margin-top: 20px;
}
	
h3 {
	color: #333366; /* page sub */
	font-size: 12px;
	margin-top: 20px;
}

h4 { /* sub indented */
	color: #996600; /* burnt */
	font-size: 11px;
	margin: 20px 0 0 20px;
}

h5 { /* sub indented Black */
	color: #000;
	font-size: 12px;
	margin: 10px 0 2px 10px;
}

h6 { /* small green */
	color: #326408;
	font-size: 10px;
	font-weight: normal;
	margin: 1px 0 0 20px;
}

ul {
	list-style: disc outside url('../i/bullet.gif');
	margin-left: 35px;
	padding: 0 0 2px 0;
}

ul ul, ul ol {
	list-style: circle outside url('../i/bullet2.gif');
	color: #000;
	margin-left: 18px;
	padding-bottom: 2px;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
	color: #333;
	margin-left: 10px;
	padding: 5px 0 2px 0;
	line-height: 1.5em;
}

ol ol {
	list-style-type: lower-alpha;
	list-style-position: inside;
	color: #000;
	margin-left: 10px;
	padding-bottom: 2px;
}

li {
	color: #000;
	padding-bottom: 2px;
}

/***** end Type *****/

/***** begin Header *****/

#header{
	position:absolute;
	top:0;
	left:0;
	width:784px;
	height:136px;
	line-height:15px;
	background: #fff;
	color: #fff;
	font-size: medium;
	margin:0;
	padding:0;
}

#header h1 span { /*  hidden text title  */
	display: none;
}

#search { /*  this is the background for the search box area  */
	background: transparent url('../i/topSearch.gif') no-repeat;
	width: 784px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#search p{
	padding-left: 580px;
	padding-top: 11px;
	color: #333366; /* purple */
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-weight: bold;
}

input, textarea, select {
	/*width: 115px;*/
	border: 1px solid #999;
	background: #fbf5df;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 3px;
}

hr {
	border: 0;
	width: 100%;
	color: #996600; /* burnt */
	background-color: #996600; /* burnt */
	height: 1px;
	margin: 10px 0;
}

#title {
	color: #fff;
	font-weight: normal;
	background: #fff url('../i/headerImage.jpg') no-repeat;
	width: 784px;
	height: 117px;
}

/***** begin top h menu *****/

#menuBar {
	height: 21px;
	padding: 0px;
	margin: 0px;
	background: #333366;
	color:#fff;
	font-size: 11px;
	text-align:center;
	width: 784px;
}

#menuBar ul#topnav {
	margin: 0;
	padding: 2px 0 0 0;
	display: block;
}

#menuBar ul#topnav li { /* makes it horizontal */
	display: inline;
	list-style-type: none;
	margin: 0;
	padding:3px;
	border-bottom: none;
}
	
#menuBar ul#topnav a:link, #menuBar ul#topnav a:visited {
	padding: 0 8px 0 8px;
	margin: 0;
	color: #fff;
	text-decoration:none;
	border-bottom: none;
	background: none;
}
	
#menuBar ul#topnav a:hover {
	color: #ff9933; /* sassie orange */
	text-decoration: none;
	background: none;
}

#topnav li { /* dividing lines */
	border-right: 1px solid #fff;
}
	
#topnav li.last { /* no dividing line */
	border-right: none;
}

/***** end top h menu *****/


#clearheader { /* total height of each div in header */
	height:138px;
}

/***** end Header *****/

#outer{
	min-height:100%;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:-35px;
	background:#fff;
	width:550px;
}

/***** begin Left v menu *****/

#left {
	float:left;
	z-index:100;
	margin-left:-199px;
	left:-1px;
	width: 172px;
	position:relative;
	background-color: #fbf5df;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#left h6 { /* header */
	color: #fff;
	background-color: #ff9933; /* orange */
	font-size: x-small;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 7px 0 7px 20px;
}

#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left li a {
	margin: 0;
	padding: 5px 0 6px 20px;
	display: block;
	color: #333366; /* purple */	
	text-decoration: none;
	border-bottom: none;
	list-style: none;
	font-size: x-small;
	font-weight: normal;
}

#left li a:hover {
	color: #333366; /* purple */
	background-color: #ffe78e; /* orange */
	text-decoration: none;
}

/***** end Left v menu *****/

/***** begin main content *****/

#main {
	font-size: 12px;
	font-weight: normal;
	width:550px;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;
	padding: 0px 0px 35px 0px;
}

#main .quote{
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #996600; /* burnt */
}

#main .testimonial{
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	padding-top: 15px;
}

#main img {
	border: none;
	float: left;
	clear: both;
	padding-right: 0px;
	margin: 0 0 0 0;
}

#main .imageList {
	margin: 0;
	padding: 0;
	width: 550px;
	float: left;
}

#main .imageList p {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 10px 10px;
	padding: 0;
}

#main .imageList img {
	border: none;
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
}

#main .pre {
	width: 550px;
}

.inlineimage {
	margin: 0px 10px 1px 0px;
	border: solid 1px #666;
	float: left;
}

/***** begin footer *****/

#clearfooter {
	clear:both;
	height:35px;
}
#footer {
	width: 784px;
	height:35px;
	line-height:35px;
	background-color:#333366;
	color: #fff;
	font-size: 10px;
	font-weight:normal;
	text-align:center;
	clear:both;
	position:relative;
}
#indexfooter{
	width: 784px;
	height:35px;
	line-height:35px;
	background-color:#333366;
	color: #fff;
	font-size: 10px;
	font-weight:normal;
	text-align:center;
	position:absolute;
	top:650px;
	left:0px;
}

/***** end footer *****/

/***** begin homepage content *****/

body#home{
	color: #333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #cccc99 url('../i/homepageBG.gif') repeat-y;
	margin: 0;
	padding: 0;
}

#outerHome{
	min-height:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:-35px;
	background:#fff;
	width:784px;
	background: transparent url('../i/homepageImage.jpg') no-repeat;
}

#homepageContent {
	margin: 0 0 0 350px;
	padding: 0;
}

#homepageContent p{
	color: #000; /* black */
	font-size: 12px;
	font-weight: normal;
	line-height: 1.65em;
	margin: 0;
	padding: 0 0 5px 0;
	width: 400px;
}

#homepageContent h2{
	color: #663300; /* brown */
	font-size: 14px;
	margin: 0;
	padding: 30px 0 5px 0;
	width: 400px;
}

#homepageContent h3{
	color: #333366; /* page sub */
	font-size: 12px;
	margin: 5px 0 10px 0;
}

/***** end homepage content *****/
