/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #ffffff url(images/bg-site.gif);
	margin: 0;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, a, ul, li, address {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p {
	margin: 10px 0px 15px 0px;
	font-size: 12px;
	line-height: 1.5;
}

address {
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	float: left;
	margin-top: 15px;
}

h1 { 
	margin: 0 0 20px 0;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px solid #d5d5d5;
	font-size: 20px;
	color: #366634;
}

h2 { 
	font-size: 18px;
	font-weight: bolder;
	color: #366634;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

	h2 a {  
		text-decoration: underline; 
		font-weight: bolder; 
	}
		
	h2 a:hover { 
		text-decoration: none;
	}

h3 { 
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

h4 {
	font: italic bold 18px Georgia, Garamond, "Times New Roman", Times, serif;
	color: #366634;
	text-align: center;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

hr {
	border: none;
	border-top: 1px dotted #d5d5d5;
	height: 1px;
	clear: both;
	margin-bottom: 15px;
}

/* ----------------- GENERAL LINKS ----------------- */
a { 
	color: #366634; 
	text-decoration: underline; 
	font-weight: normal; 
	}
	
a:hover { 
	color: #393;
	text-decoration: none;
	}

/* ----------------- BODY ----------------- */
div#container {
	width: 990px;
	background-image: url(images/bg-content.gif);
	border: 1px solid #666666;
	margin: 15px auto 0px auto;
	padding: 0px;
	position: relative;
}

div#header {
	height: 95px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

div#leftside {
	width: 213px;
	padding: 1px 0px 10px 1px;
	text-align: left;
	float: left;
}

div#content {
	width: 730px;
	text-align: left;
	float: right;
	padding: 20px;
	position: relative;
}

	div#content ul {
		margin: 0px;
		padding: 0px 0px 15px 15px;
	}
	
	div#content li {
		padding: 0px 0px 0px 20px;
		font-size: 12px;
		line-height: 1.2;
		margin-bottom: 5px;
		list-style: none;
		background: url(images/bullet.gif) no-repeat left top;
		height: 15px;	
	}
	
	div#content li.list {
		font-size: 16px;
		height: auto;
		padding: 0px 30px 0px 20px;
	}
	
	div#content img {
		border: 1px solid #dcdbdb;
		padding: 4px;
		margin-bottom: 10px;
	}
	
	div#content img.nobrd {
		border: none;
	}

div#addy {
	padding: 0px 10px;
	clear: both;
	background: #e8faeb url(images/bg-addy.gif) no-repeat;
	width: 970px;
	height: 100px;
}

div#footer {
	padding: 10px 5px 0px 5px;
	clear: both;
	background: url(images/bg-footer.gif) no-repeat;
	width: 980px;
	height: 34px;
}

/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 214px;
}

ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

ul#mainnav li a {
	font-size: 10px;
	font-weight: normal;
	color: #036;
	text-decoration: none;
	display: block;
	width: 180px;
	border: 1px solid #999999;
	padding: 5px 14px 5px 15px;
	margin: 1px 0px;
	background: url(images/navoff.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#mainnav li a:hover {
	background: #ffffff;
}

ul#mainnav li a.current {
	background: #ffffff;
	padding: 5px 14px 5px 5px;
	width: 190px;
}

ul#mainnav li a span {
	color: #627f64;
}

/* ------------------------- UTILITY NAVIGATION ----------------------------- */
ul#utilitynav {
	width: 980px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul#utilitynav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

ul#utilitynav li a {
	color: #cccccc;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: normal;
	border-right: 1px solid #cccccc;
	}

ul#utilitynav li a:hover {
	text-decoration: underline;
}

ul#utilitynav li a.last {
	border-right: none;
}

/* ----------------- COPYRIGHT ----------------- */
div#copyrightcontainer {
	width: 988px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
}

div#copyrightcontainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

div#copyrightcontainer a:hover {
	text-decoration: underline;
}

div#copyrightcontainer img {
	border: none;
	margin-top: 10px;
}

/* ----------------- ADMIN LOGIN ----------------- */
div#login {
	float: right;
	padding-left: 5px;
}

	div#login a {
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
		font-size: 9px;
	}
	
	div#login a:hover {
		text-decoration: underline;
	}

/* ----------------- IMAGE ELEMENTS ----------------- */
img.right {
	margin-left: 15px;
	float: right;
}

img.left {
	margin-right: 15px;
	float: left;
}

/* ----------------- CUSTOM CLASSES ----------------- */
.center {
	text-align: center;
}

.clear {
	clear: both;
}

span.phone {
	font-size: 28px;
	font-weight: bold;
}

div#contact {
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	float: right;
}

p.info {
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	text-align: left;
	float: left;
	width: 350px;
}

div.agent, div.tips {
	width: 365px;
	float: left;
}

div.box {
	margin: 30px auto;
	width: 450px;
}

div#indexbox1 {
	width: 400px;
	height: 220px;
	float: left;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px dotted #d5d5d5;
	border-right: 1px dotted #d5d5d5;
}

div#indexbox2 {
	width: 316px;
	height: 220px;
	padding: 5px 0px;
	float: left;
	border-bottom: 1px dotted #d5d5d5;
	text-align: center;
}

div#indexbox3 {
	width: 400px;
	height: 435px;
	float: left;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px dotted #d5d5d5;
	border-right: 1px dotted #d5d5d5;
}

div#indexbox4 {
	width: 316px;
	height: 180px;
	padding: 10px 0 0 0;
	float: left;
	border-bottom: 1px dotted #d5d5d5;
	background: url(images/right_bg.jpg) no-repeat 0px -8px;
}

div#indexbox5 {
	width: 316px;
	height: 244px;
	padding: 10px 0 0 0;
	float: left;
	border-bottom: 1px dotted #d5d5d5;
	text-align: center;
}

div#indexbox1 p, div#indexbox3 p, div#indexbox4 p, div#indexbox5 p {
	margin: 0px;
	font-size: 12px;
	line-height: 1.5;
	font: italic 12px Georgia, Garamond, "Times New Roman", Times, serif;
	color: #366634;
}






.larger {
	margin: 0px;
	padding: 0;
	font: italic 17px Georgia, Garamond, "Times New Roman", Times, serif;
	color: #366634;
}
.evenlarger {
	margin: 0px;
	padding: 0;
	font: italic 18px Georgia, Garamond, "Times New Roman", Times, serif;
	color: #366634;
}
.phonenumber {
	margin: 0px;
	padding: 0;
	font: italic 38px Georgia, Garamond, "Times New Roman", Times, serif;
	color: #366634;
}

div#audio {
	position: absolute;
	top: 13px;
	right: 20px;
	width: 142px;
	height: 16px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-left: 50px;
}