﻿BODY
{
margin:10px; 
padding:0;
font-size: medium;
background-image: url('../template_dwt/borders/bkg.gif');
text-align:left;
}

/* Colors:

Dark Green: 005B48
Lighter Green: AAB494  (like left bar)
Lightest Green: D5DACB
Maroon: 56002B
*/


a:visited
{
	color: #56002B;
}

/*---------------------------------------------------------MAIN TABLES */

/*-------------------------------------------------------------WIDTH OF PAGE */
.container
{
	width: 777px;
	background-color: #fff;
	border-left: 1px solid #56002B;
	border-right: 1px solid #56002B;
	border-top: 1px solid #56002B;
	margin-top: 5px;
}

.containerfooter
{
	width: 777px;

}


table.maintable
{
	TABLE-LAYOUT:FIXED;
	WIDTH:777PX;
	BORDER-COLLAPSE:COLLAPSE;
	PADDING:0px;
}

/*-------------------------------------------------------------RIGHT SIDE BAR */
td.rightsidebar
{
	WIDTH:18PX;
	background-color:#AAB494;
	PADDING:0px;
}

/*-----------------------------------------------------LEFT SIDE BAR FOR MENU */
td.leftsidebar
{
	WIDTH:159PX;
	PADDING:0px;
	background-color: #AAB494;
}

.leftsidetop
{
	position:absolute;
	top:100px;
	WIDTH:0px;
	background-image: url('../teamplate_dwt/borders/left-top.gif');
	background-repeat: no-repeat;
}

.spacer
{
	clear:both; /*clears float from menu*/
}

/* OLD BUTTONS

.buttons a 
{
color: #FFF;
background-color: #005B48;
padding: 1px 0;
font: 70% Verdana, sans-serif;
width: 158px;
text-decoration: none;
display: block;
width: 100%;
margin:1px 0;
text-align: left;
line-height: 170%;
}


.buttons a:hover 
{
color: #FFF;
text-decoration: none;
}


.buttons a:visited 
{
color: #FFF;
text-decoration: none;
}
*/





td.leftsidebar div.leftbox
{
	background-color:#D5DACB;
	color: #005B48;
	margin: 0px;
	width: 99%;
}

td.leftsidebar div.leftbox p
{
	text-align:left;
	font-family: Verdana, arial, helvetical, sans-serif;
	padding:8px;
	font-size:70%;
}

td.leftsidebar div.leftbox h1
{
	text-align:center;
	font-family: Verdana, arial, helvetical, sans-serif;
	padding:8px;
	font-size:75%;
	font-weight:bold;
}



.buttons .submenu{
display: block;
background-color:#53876D;
width:100%;
color: #fff;
line-height: 150%;
font-size: 60%;
border-left: 10px solid #005B48;

}

.buttons .hide{
display: none;
}

.buttons  .show{
display: block;
}


/*--------------------------------------------------MAIN PART OF TEXT PAGE */
td.mainpage
{
	WIDTH:598PX;
	background-color: #fff;
	vertical-align:top;
}



td.mainpage p
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:80%;
	padding:0 15px 0 20px;
	margin-top: 10px;
	text-align:left;
}


td.mainpage p.returntotop
{
	font-size:60%;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	text-align:RIGHT;
	padding-bottom: 10px;
}


td.mainpage ul 
{ 
	list-style-image: url('../template_dwt/borders/bullet-small.gif');
	font-family:Verdana, Arial,Helvetica, Sans-Serif;
	font-size:80%;
	padding:0 0 0 5em;
	margin:0 5em 0 0;
	text-align:left;
}

td.mainpage ul ul
{ 
	list-style-image: url('../template_dwt/borders/bullet-small.gif');
	font-family:Verdana, Arial,Helvetica, Sans-Serif;
	font-size:100%;
	padding:0 0 0 2em;
	margin:0 0 0 0;
	text-align:left;
}

td.mainpage ul ul ul
{ 
	list-style-image: url('../template_dwt/borders/bullet-small2.gif');
	list-style-type:disc;
	font-family:Verdana, Arial,Helvetica, Sans-Serif;
	font-size:90%;
	padding:0 0 0 2em;
	margin:0 0 0 0;
	text-align:left;
}

td.mainpage ul ul ul
{ 
	list-style-image: url('../template_dwt/borders/bullet-small2.gif');
	list-style-type:disc;
	font-family:Verdana, Arial,Helvetica, Sans-Serif;
	font-size:100%;
	padding:0 0 0 2em;
	margin:0 0 0 0;
	text-align:left;
}

td.mainpage ol 
{ 
	list-style: decimal;
	font-family:Verdana, Arial,Helvetica, Sans-Serif;
	font-size:80%;
	padding:0 0 0 5em;
	margin:0 5em 0 0;
}


td.mainpage ol ul 
{ 
	list-style-image: url('../template_dwt/borders/bullet-small.gif');
	padding:0 0 0 3em;
	margin:0 3em 0 0;
	font-size: 100%;
}



td.mainpage p.question
{
	color:#56002B;
	font-size:100%;
	font-weight:bold;
}

td.mainpage p.answer
{
	padding:0 15px 0 30px;
}


/*----------------------------------------------------------FOOTER -------- */
td.footer
{
	WIDTH:100%;	
	background-color: #fff;
	border-bottom: 6px solid #56002B;
	border-top: 6px solid #56002B;

}

td.footer p
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:70%;
	color:#005B48;
	text-align:center;
	padding: 5px;
}

td.footer a:visited
{
	text-decoration:underline;
	color: #005B48;
}


td.footer a:hover
{
	text-decoration:underline;
	color: #005B48;
}


td.footer a:link
{
	text-decoration:underline;
	color: #005B48;
}


.footerlarge
{
	font-size:100%;
	font-weight:bold;
	color: #56002B;
}

td.footerlinks
{
	WIDTH:100%;	
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	text-align:center;
	padding: 5px;
	color: #005B48;
	font-size:60%;
}

td.footerlinks a:visited
{
	text-decoration:none;
	color: #005B48;
}


td.footerlinks a:hover
{
	text-decoration:none;
	color: #005B48;
}


td.footerlinks a:link
{
	text-decoration:none;
	color: #005B48;
}


#designedby
{
text-align: center; 
color: #56002B;
font-size:90%;
margin: 3px;
}


#designedby a
{
text-align: center; 
color: #56002B;
text-decoration: none;
}

/*-------------------------------------------------------------------HEADER -------- */
table.header
{
	TABLE-LAYOUT:FIXED;
	WIDTH:777PX;
	BORDER-COLLAPSE:COLLAPSE;
	PADDING:0px;
}

table.header td.headertop
{
	HEIGHT:88PX;
	background-image: url('../template_dwt/borders/header.jpg');
	background-repeat:no-repeat;

}

table.header td.headerbottom
{
	background-color: #005B48;
	color:#fff;
	border-bottom: 6px solid #56002B;
	background-image: url('../template_dwt/borders/logo-bottom.gif');
	background-repeat: no-repeat;
}

table.header td.headerbottom div#topmenu
{
	width:100%;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size:65%;
	text-align:right;
	padding: 10px 0px;

}

table.header td.headerbottom #topmenu a {text-decoration:none;color:#FFF;}
table.header td.headerbottom #topmenu a:hover   {text-decoration:none; color:#FFF; }
table.header td.headerbottom #topmenu a:visited {text-decoration:none; color:#FFF; }




/* -------------------------------------------------- HEADINGS FOR STATIC PAGES */

H1
{
font-size:125%;
font-weight: bold;
font-family: Verdana, arial, helvetical, sans-serif;
color:#56002B;
padding:0 15px 0 20px;
margin-top: 0;
text-align:left;
}

H2
{
font-size:110%;
font-weight: bold;
font-family: Verdana, arial, helvetical, sans-serif;
color:#56002B;
padding:0 15px 0 20px;
text-align:left;
}

H3
{
font-size:100%;
font-weight: bold;
font-family: Verdana, arial, helvetical, sans-serif;
color:#56002B;
padding:0 15px 0 20px;
text-align:left;
}

H4

{
font-size:90%;
font-weight: bold;
font-family: Verdana, arial, helvetical, sans-serif;
color:#56002B;
padding:0 15px 0 20px;
text-align:left;
}

H5
{
font-size:80%;
font-weight: bold;
font-family: Verdana, arial, helvetical, sans-serif;
color:#56002B;
padding:0 15px 0 20px;
text-align:left;
}

/* -------------------------------------------------------------- Highlight & Testimonial */

div.highlightbox
{
	border: 1px solid #56002B;
	background-color: #D5DACB;
	margin: 10px 5px 10px 10px;
	float:right;
	width:238px;
}

div.highlightbox h2
{
	padding:3px 3px 0px 3px;;
	color: #56002B;
	font-weight: bold;
	text-align:center;
	font-size: 90%;
}

div.highlightbox p
{
	font-size: 70%;
	color: #56002B;
	font-family: Verdana, arial, helvetical, sans-serif;
	padding:0px 8px 0px 8px;
	margin: 14px 0px;

}

div.highlightbox ul
{
	font-size: 70%;
	color: #56002B;
	text-align:left;
	font-family: Verdana, arial, helvetical, sans-serif;
	padding:0px 8px 0px 30px;
	margin: 14px 0px;
	list-style-image: url('../template_dwt/borders/bullet-greenbox.gif'); /* links to non-existant image because
	it shows the mainpage bullet unless sytle links to another image. */
}


div.testimonialbox
{
	border-left: 10px solid #56002B;
	background-color: #D5DACB;
	margin: 10px 5px 10px 10px;
	float:right;
	width:238px;
}

div.testimonialbox p
{
	font-size: 85%;
	color: #56002B;
	text-align:left;
	font-family: Georgia, Times, 'times new roman', serif;
	font-style: italic;
	padding:0px 8px 0px 18px;
	margin: 14px 0px;
	line-height:1.2;
}




/* -------------------------------------------------------------- hr */

hr
{
	color:#AAB494; background: #AAB494; border: 0; Height:2px;
}


/* --------------------------------------------------Text FOR STATIC PAGES */

.normalsmall
{
font-size:70%;
font-family:Verdana, Arial, Helvetica, Sans-Serif;
color:#000000;
}



.signature
{
font-size:80%;
font-family:Georgia, 'Times New Roman', Times,Serif;
font-style:italic;
color:#000000;
text-align:right;
}


td.mainpage img.right
{
	margin: 0 0 10px 30px;
	float:right;
}

img.rightimg
{
	margin: 0 0 10px 30px;
	float:right;
}

table.directions
{
	TABLE-LAYOUT:FIXED;
	WIDTH:100%;
	BORDER-COLLAPSE:COLLAPSE;
	PADDING:0px;
}

table.directions td.address
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	font-size:80%;
	text-align:left;
	width:33%;
	padding: 0 0 0 15px;
	vertical-align:top;
}

table.directions td.map
{
	width: 67%;
	text-align:center;
}
