/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background: url(images/bg-tail.gif) top repeat-x #FBFEF4;;
	text-align:center;
}

html, input, textarea
	{
		font-family: Tahoma, Geneva, sans-serif;
		font-size:0.6875em;
		line-height:1.273em;
		color:#9B9D98;
	}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}
.aligncenter { text-align:center;}
.alignleft { text-align:left;}
.alignright { text-align:right;}


input, select { vertical-align:middle; font-weight:normal;}
a {color:#9DBE2A; outline:none; text-decoration:none;}
a:hover{text-decoration: underline;}
p {padding-top:15px;}
a img { border:0;}
ul { list-style:none;}
img {vertical-align:top;}

h3 { font-size:2.182em; color:#88AC4C; line-height:1.5em; margin-bottom:30px;}

dl dt { background:url(images/marker1.gif) 0 1px no-repeat; padding:0 0 12px 20px; font-size:1.091em; color:#3394AF; }

.link1 { font-size:0.818em;}
.link2 { color:#9B9D98; text-decoration:underline;}
.link2:hover { color:#9DBE2A; text-decoration: none;}

/* ============================= main layout ====================== */
.button1 { position:absolute; margin:56px 0 0 441px;}
.button1 a { display:inline-block; background:url(images/button1-left.png) top left no-repeat; font-size:0.818em; text-decoration:none; color:#7A9DA1;}
.button1 a span { display:inline-block; background:url(images/button1-right.png) top right no-repeat; padding:0 17px; margin:0; }
.button1 a span span { display:inline-block; height:26px; background:url(images/button1-tail.png) top repeat-x; padding-top:11px; margin:0; cursor:pointer;}
.button1 a:hover { text-decoration:none !important;}
.button1 a:hover span span {color:#9DBE2A; }

.list1 { width:100%; overflow:hidden;}
.list1 ul { margin-bottom:-1px;}
.list1 li { background:url(images/divider1.gif) bottom repeat-x;}
.list1 li a { background:url(images/marker1.gif) 0 0 no-repeat; padding-left:20px; font-size:1.091em; line-height:2.167em; color:#288EAB;}

.imgdent1 { margin-bottom:5px;}

.space1 { margin-right:380px;}
.space2 { margin-top:30px;}
.space3 { margin-top:15px;}

.indent1 { padding-top:29px;}

.text1 { font-size:1.091em;}
.text2 { color:#365C5D;}
.text3 { margin-left:11px; font-size:1.091em; color:#365C5D; width:65px; float:left; padding-bottom:17px;}
.text4 { text-decoration:underline;}

/* ============================= header ====================== */
.logo { margin:40px 0 0 0; cursor:pointer;}
#page1 .logo { margin:40px 0 0 378px; cursor:pointer;}
.menu { font-size:0.818em; color:#4A8487; text-decoration:none; text-transform:uppercase;}
.menu:hover { color:#85AA49; }
.menu1 {
	position:absolute;
	margin:116px 0 0 346px;
	left: 24px;
}
.menu2 { position:absolute; margin:92px 0 0 428px;}
.menu3 { position:absolute; margin:66px 0 0 541px;}
.menu4 { position:absolute; margin:66px 0 0 679px;}
.menu5 { position:absolute; margin:66px 0 0 847px;}
/* ============================= content ====================== */
.column-1, .column-2 { width:250px; padding:24px 20px 0 30px; }
.scroll { width:250px; height:300px; overflow:auto; }
.scroll .indent { width:215px; }
.divider { background:url(images/divider1.gif) bottom repeat-x;}
.phone { float:left; width:75px; }

/* ============================= footer ====================== */
#footer .indent { margin:108px 0 0 0; color:#9BC6C4; text-transform:uppercase; float:right; line-height:1.5em; font-size:0.818em;}
#footer a { color:#9BC6C4; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
/* ============================= forms ============================= */
#ContactForm {line-height:1em;}
label { height:30px; display:block;} 
#ContactForm input {width:235px; height:21px; border:1px solid #B6BCBC; background:#D7EAEB; padding:2px 0 0 5px; color:#2A8FAC; font-size:1.2em; line-height:1em;}
#ContactForm textarea {width:235px; height:131px; border:1px solid #B6BCBC; background:#D7EAEB; padding:2px 0 0 5px; overflow:auto; color:#2A8FAC; font-size:1.2em; line-height:1em;}
#ContactForm a { font-size:0.8em;}
#ContactForm a:hover { color:#288EAB; text-decoration:underline;}
