/* CSS Document */

body {
	background-color: #E2C9C6;
	behavior: url("csshover2.htc");
	/*text-align: center;
	margin: 0 auto;*/
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #b13c1d;
	}
	
h1, h2 {
	color: #8A1F03;
	padding: 0;
	margin: 0 .5em .5em .25em;
}	

h1 {
	font-size: 18pt;
	}

#flashintro {
	position: absolute;
	top: -10px;
	left: 5px;
	width: 100%;
	height: 370px;
	text-align: center;
	z-index: 20;
	}

#flashinside { 
	position:relative;
	width: 800px;
	}
	
#flashinside embed {
	position: relative;
	top: 0;
	
	}

/* Classes */


.header {
	font-weight: bold;
	color: #8A1F03;
	font-size: 120%;
}

.subheader {
	font-size: 100%;
	/*color: #777777;*/
	color: black;
	font-style: italic;
	}

ul.nobul {
	list-style: none;
	}

.imagearea img {
	padding:0;
	margin: 0;
	}

.smallital {
	font-size: small;
	font-style: italic;
	}
	
ul.colored {
	color: #90A106;
}

ul.colored li {
	margin-bottom: .4em;
}

ul.colored li span {
	color: #8A1F03;
}

/* Layout */

#wrap {
	position: relative;
	width: 802px;
	padding-top: 10px;
	/*margin: 0 auto;*/
	}

#header {
	position: relative;
	width: 100%;
	height: 103px;
	width: 802px;
	text-align: left;
	background-color: #E2C9C6;
	}

#tab {
	background-color: #8A1F03;
	clear: both;
	width: 100%;
	height: 25px;
	min-width: 800px;
	}

#main {
	position:relative;
	display: block;
	float: left;
	min-height: 410px;
	width: 800px;
	/*background: white url(images/mainback.gif) top left repeat scroll;
	background-color: white;
	border-bottom: 6px solid #8A1F03;
	border-right: 1px solid #8A1F03;*/
	border-left: 2px solid #8A1F03;
	text-align: left;
	z-index: 1;
	}

* html body #main {
	height: 410px;
	width: 800px;
	}

#content {
	/*position:relative;*/
	display: block;
	float: right;
	padding-top: 11px;
	/*width: 624px;*/
	width: 604px;
	min-height: 273px;
	height: 100%;
	border-left: 1px solid #8a1f03;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 2;
	padding-left: 20px;
	padding-bottom: 5px;
	background-color:white;
	}

* html body #content {
	height: 273px;
	width: 604px;
	}

#subcontent {
	float: right;
	display: block;
	width: 604px;
	}

* html body #subcontent {
	position: relative;
	left: 175px;
	}
	
* html body #subcontent {
	margin-top: 2em;
	}

.bottomborder {
	margin-bottom: 11px;
	}

#content p {
	margin: 0 .5em 1em 1em;
	line-height: 1.25em;
	}

#content ul {
	line-height: 1.25em;
	}

#content img {
	margin: -11px 0 .5em .5em;
	}

/* Menu Div */

#nav {
	/*position: absolute;
	float: left;
	top: 123px;
	left: 2px;*/
	float: left;
	z-index: 1000;
	width: 175px;
	text-align: left;
	font-size: 80%;
	}

* html body #nav {
	z-index: 1000;
	}

#nav #green {
	background-color: #90A106;
	}

#nav img, #smallnav img {
	margin: 0;
	padding: 0;
	}

* html body #nav img.bottomnav {
	margin-bottom: -2px;
	}

#nav img {
	position: static;
	z-index: 1200;
	}

/* Unordered list for menu */

#nav ul {
	position: static;
	list-style: none;
	margin: 0 0 0 5px;
	width: 160px;
	padding: 0;
	}

* html body #nav ul {
	width: auto;
	}

#nav li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	}

#nav li a:hover {
	color: #8A1F03;
	}

#nav li {
	position:static;
	border-bottom: 1px solid #DBDEAF;
	line-height: 2em;
	}

/* Subnav lists */

#nav ul ul {
	position: absolute;
	top: -1px;
	left: 180px;
	display: none;
	list-style: none;
	background-color: #DBDDAD;
	padding: 0;
	z-index: 100;
	min-width: 200px;
	border: 1px solid #9FA617;
	}

* html body #nav ul ul {
	width: 200px;
	}

#nav li li {
	line-height: 2em;
	color: #8A1F03;
	}

#nav li li a {
	color: #8A1F03;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #9FA617;
	text-decoration: none;
	width: auto;
	height: 100%;
	font-size: 75%;
	}

#nav li li a:hover {
	font-weight: bold;
	}

#nav li li:hover {
	background-color: #ECEED6;
	}

/* Subnav Trigger */

#nav li:hover ul {
	display: block;
	}

/* Team Table */

table#team .text {
	background: url(images/teamback.gif) top left no-repeat scroll;
	font-size: 85%;
	height: 25px;
	}

table#team .text a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration:none;
	}

table#team .team-text {
	font-style: italic;
	color:#999999;
	margin-top: 1.25em;
	margin-left: .5em;
	font-weight: bold;
	}

table#team tr {
	height: 120px;
	}
	
table#team img{
	margin:0;
	}

/* Footer */

#footer {
	min-width: 800px;
	width: 100%;
	height: 20px;
	float: left;
	/*background-color: #8A1F03;
	background-color: #FDEFE1;
	background-color: #FCE7D4;*/
	background: #E2C9C6 url(images/footerback.gif) top left no-repeat scroll;
	/*padding-left: 5px;
	padding-right: 5px;*/
	padding-bottom: 3px;
	}

#footer ul, ul.locations {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#footer li, .locations li {
	/*color: white;
	border-bottom: 1px solid #E1BBA8;*/
	color: #8a1f03;
	border-bottom: 1px solid #8a1f03;
	text-align: left;
	font-size: 85%;
	line-height: 2em;
	}
	
#footer li.last, .locations li.last {
	border: none;
	}

#footer li a, .loocations li a {
	text-decoration: none;
	/*color: #8D1D00;*/
	color: #7D0D00;
	}

#footer li a:hover, .loocations li a {
	text-decoration: underline;
	}

#footer .copyright {
	font-size: 70%;
	color: #8a1f03;
	text-align: center;
	margin: 0 auto;
	}

/* Flash pop up area */

#greyback {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	/*opacity: .5;
	filter:alpha(opacity=50);*/
	width: 100%;
	height: 100%;
	/*background-color:#8A1F03;
	background: #8A1F03 url("images/sageback.png") top left scroll;*/
	background-color: #E2C9C6;
	z-index: 500;
	}

#flash {
	position: relative;
	top: 0;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	z-index: 550;
	}

#flash a {
	color: white;
	}

/* small nav on right side of page */

#smallnav {
	display: block;
	float:right;
	clear:right;
	width: 175px;
	min-height: 100px;
	text-align:left;
	margin-right: .5em;
	margin-left: .5em;
	}

* html body #smallnav {
	height: 100px;
	}

#smallnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(images/smallnav-back.gif) top center scroll repeat-y;
	width: 175px;
	}

#smallnav ul li {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	min-height:2em;
	width: 140px;
	padding: 0 20px 0 15px;
	}

* html body #smallnav ul li {
	height: 2em;
	}

#smallnav ul li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #8A1F03;
	text-decoration:none;
	}

#smallnav ul li a:hover {
	color: #9FA617;
	}

/* Special List */

ul.special {
	list-style: none;
	}

ul.special li {
	display: block;
	line-height: 1.5em;
	width: auto;
	}

ul.special li.even {
	background-color: #FCE7D4;
	}

table.special {
	border: 1px solid #8A1F03;
	padding: 2px;
	font-size: 88%;
	/*width: 95%;*/
	background-color: white;
	margin-bottom: 1em;
	margin-left: 1em;
	}

table.special a {
	text-decoration: none;
	display: block;
	height:100%;
	width:100%;
	}

table.special td {
	line-height: 1.5em;
	padding-left: .3em;
	}
table.special tr:hover {
	outline:1px solid #8a1f03;
	background-color: #FFF8F3;
	}
	
table.special tr.even:hover {
	outline:1px solid #8a1f03;
	background-color: #FFF0E6;
	}

table.special td.location {
	color: #666666;
	font-style: italic;
	}

table.special tr.even {
	background-color: #FCE7D4;
	}
	
/* Services buttons */

#services {
	width: 516px;
	height: 350px;
	background: url(images/service_back.png) top left no-repeat scroll;
	margin: 0 auto;
	}

#services .button {
	margin: 0 auto;
	padding-top: 23px;
	width: 506px;
	display: block;
	text-align: center;
	}

#services .button img {
	margin: 0;
	}