body {
	background: #F3F2EB url("/images/bg.jpg") repeat-x;
	text-align: center;
	margin: 0px;
	font: 12px Times New Roman, Verdana, sans-serif;
	color: #333;
}
h1,
h2 {
	color: #000;
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	letter-spacing: 2px;
}
h2 {
	color: #8b8b8b;
}
h3 {
}
a {
	color: #294B8A;
	text-decoration: none;
}
a:hover {
	color: #657fae;
	text-decoration: underline;
}
li {
	margin: .5em;
}
img {
	border: 0;
}
/****************************************
UNIVERSAL STYLES
*****************************************/
.clearboth {
	clear: both;
}
.moreLink {
	text-align: right;
	font-weight: bold;
}
.top {
	float: right;
	font-weight: bold;
}

/**********************************
MENU STYLES
***********************************/
#menubar {
	width: 780px;
	height: 25px;
	background: #657FAE;
	font-weight: bold;
	clear: both;
	display: table;
}
/* style the outer div to give it width */
.menu {
	width:780px; 
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:195px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 156px;
	position: relative;
	margin: 0;
}
/* style the links for the top level */
.menu a {
	display: block;
	text-decoration: none; 
	width: 146px; 
	height: 25px; 
	padding-left: 10px; 
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}
.menu ul ul a {
	text-transform: capitalize;
	text-align: left;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a {
	width:156px;
	w\idth:146px;
}
.menu ul ul li {
	border-bottom: solid 1px #EEECDB;
}
.menu ul ul ul li {
	border-bottom: solid 1px #f7f6ee;
}

/* style the second level background */
.menu ul ul a.drop {
	background:#f7f6ee;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#EEECDB;
}
.menu ul ul :hover > a.drop {
	background:#EEECDB;
}
/* style the third level background */
.menu ul ul ul a {
	background:#EEECDB;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#f7f6ee;
}
.menu ul ul ul :hover > a {
	background:#f7f6ee;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:156px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:25px;
	t\op:26px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:156px; 
	top:0;
	width:156px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-156px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0; 
	left:0;
}

/* style the second level links */
.menu ul ul a{
	background:#f7f6ee; 
	color:#000; 
	height:auto; 
	line-height: 1em; 
	padding:5px 10px; 
	width:136px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:156px;
	w\idth:136px;
}


/* style the top level hover */
.menu a:hover {
	background: #4e70ae;
}
.menu ul ul a:hover{
	background: #EEECDB;
}
.menu :hover > a {
	background: #4e70ae;
}
.menu ul ul :hover > a {
	background: #EEECDB;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

/****************************************
HOME STYLES
*****************************************/
#content-home {
	text-align: center;
	width: 800px;
	background: url("/images/bg-content.jpg") repeat-y center center;
	margin: 0 auto;
	padding: 5px 0 15px 0;
}
#home-intro {
	background: url("/images/bg-home-intro.jpg") no-repeat;
	text-align: center;
	width: 360px;
	height: 110px;
	padding: 40px 0 5px 30px;
	margin: 5px 15px 0 30px;
	font-size: 16px;
	float: left;
	border-left: solid 1px #cc7540;
	border-bottom: solid 1px #cc7540;
	_margin: 5px 15px 0 20px;
}
#home-intro h1,
#home-intro h2 {
	color: #790000;
	font-size: 16px;
	letter-spacing: 0px;
}
#home-intro h1 span {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
#home-intro h2 {
	color: #000;
	font-weight: bold;
}
#slogan {
	background: url("/images/bg-slogan.jpg") no-repeat bottom right;
	width: 310px;
	height: 110px;
	padding: 30px 0 15px 0;
	margin: 5px 15px 0 15px;
	float: left;
	border-top: solid 1px #cc7540;
	border-right: solid 1px #cc7540;
}
#slogan p {
	margin: 10px 0 10px 0;
	padding: 10px;
}
#slogan a {
	font-size: 16px;
	background: #294B8A;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	border-top: solid 2px #657fae;
	border-left: solid 2px #657fae;
	border-right: solid 2px #333;
	border-bottom: solid 2px #333;
}
#slogan a:hover {
	background: #657fae;
	color: #FFF;
	text-decoration: none;
}
/************ COLUMN LAYOUT ********
#home-cox2 {
	padding: 10px 15px;
	float: left;
	width: 365px;
	text-align: left;
}
#home-info {
	padding: 10px 15px;
	float: left;
	width: 365px;
	text-align: left;
}
***************/
#home-cox2 {
	padding: 10px 15px 10px 15px;
	clear: both;
	text-align: left;
}
#home-info {
	padding: 10px 15px;
	clear: both;
	text-align: left;
}
#home-news  {
	padding: 10px 15px;
	clear: both;
	text-align: left;
	display: none;
}
.teaser {
	margin: 5px;
	padding: 5px;
	width: 365px;
	float: left;
	background: url("/images/bg-teaser.jpg") no-repeat;
}
.teaser p {
	margin: 0;
	padding: 5px;
}
.teaserImage {
	text-align: center;
	height: 35px;
}
.teasers h1 {
	background: #EEE;
	margin: 10px;
	padding: 5px;
}
.teasers h2 {
	display: none;
}
.teasers h3 {
	margin: 0;
	padding: 5px 0 0 0;
}


/****************************************
LAYOUT STYLES
*****************************************/
#top {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
#bottom {
	width: 100%;
	text-align: center;
	background: url("/images/bg-bottom.jpg") no-repeat center top;
	padding-top: 10px;
}
#header,
#content {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#content {
	width: 800px;
	background: url("/images/bg-content.jpg") repeat-y center center;
}
#logo {
}

#spruce {
}

#content-header,
#content-subheader {
	margin: .5em 0 0 0;
}
#content-header {
	width: 275px;
	float: left;
	background: url("/images/nav-header-bg.jpg") no-repeat right bottom;
	text-align: right;
	padding: 15px 15px 15px 0;
}
#content-header span {
	display: none;
}
#content-subheader {
	width: 475px;
	float: left;
	padding: 15px 0 15px 15px;
}

#subnav {
	width: 290px;
	clear: left;
	float: left;
	margin: 0 0 15px 0;
}
#submenu,
#contact,
#testimonials {
	background: #F3F2EB;
	margin: 25px;
}
#submenu ul,
#contact ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
}
#submenu li,
#contact li {
	margin: 0;
	padding: 0;
}
#submenu li a,
#contact li a {
	width: 95%;
	padding: 3px;
	display: block;
	text-decoration: none;
}
#submenu li a:hover,
#contact li a:hover {
	background: #DBD9D3;
}
#testimonials p {
	margin: 10px;
}
#submenu td,
#contact td,
#submenu input,
#contact input,
#contact textarea,
#testimonials p {
	font-size: 10px;
}
#submenu h3,
#contact h3,
#testimonials h3 {
	background: #D7D6D2;
	font-size: 14px;
	color: #294B8A;
	text-align: right;
	padding: .2em;
	margin: 0 0 3px 0;
}
#testimonials {
	display: none;
}
#headlines p{
	padding: 10px;
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
}

#nonprint,
#profileEmail {
	float: right;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0 7px;
}
#nonprint {
	width: 90px;
}
#profileEmail {
	float: left;
	margin: 0 0 5px 15px;
}
#nonprint p,
#profileEmail p {
	margin: 0;
	padding: 0;
}
#print,
#printpage {
	display: none;
}
#profileImage {
	text-align: center;
	padding: 15px 0 0 0;
}
#detail {
	background: #FFFFFF url("/images/nav-detail-bg.jpg") no-repeat;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	width: 450px;
	padding: 0 15px 25px 15px;
	margin: 0 0 15px 0;
	float: left;
}
#detail td {
	font-size: 11px;
}
#footercontact {
	display: none;
}
#footer {
	clear: both;
	background: url("/images/bg-footer.jpg") repeat-y;
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #666;
}
