html,body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
body {
	font-size: 87%;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	line-height: 130%;
	color: #555555;
	background-color: #DAB766;
	background-image: url(images/back_wht.gif);
	background-repeat: repeat-y;
	background-position: center;
}
UL { list-style: disc; line-height: 18px; }
A:link { color: #4F70BC; text-decoration: underline;}
A:visited { color: #3366CC; text-decoration: underline;}
A:hover { color: #CC6600; text-decoration: underline;}
A:active { color: #33CCFF; text-decoration: underline; }
.text1 {
	color: #DAB766;
	font-weight: bold;
	font-size: 130%;
}
.text2 {
	font-weight: bold;
}
.text3 {
	color: #DAB766;
	font-weight: bold;
}
.text4 {
	font-size: 87%;
}
.text5 {}
.navLinks {
	margin: 0px 0px 0px 25px;
}
.navTab {
	margin-top: 5px;
	magin-bottom: 25px;
}
.photo {
	float: right;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
.quote {
	margin: 10px 50px 10px 50px;
	line-height: 130%;
	font-style: italic;
}
.application {
	float: right;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 0px;
	background-color: #E1E1E1;
	padding: 10px 10px 10px 10px;
	width: 150px;
	text-align: center;
}

#container {
	position: relative;
	width: 715px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 25px 25px 0px 0px;
	height: inherit;
}
#nav {
	float: left;
	position: relative;
	width: 220px;
	margin: 0px 25px 25px 0px;
	font-size: 85%;
}
#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav ul li {
    position: relative;
	float: left;
	list-style: none;
    text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 5px 25px;
	width: 170px;
}
#nav ul li a {
	text-decoration: none;
    display: block;
}
#nav ul li#active {
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#nav ul li a:hover{
    color: #CC6600; 
	text-decoration: underline;
	display: block;
}
#header {
	float: left;
	position: relative;
	margin: 0px 0px 15px 0px;
	border-bottom: dotted #999999 1px;
	padding: 0px 0px 20px 0px;
	width: 465px;
}
#headerLogo {
	float: left;
	position: relative;
}
#headerCall {
	float: right;
	position: relative;
}
#headerContact {
	float: right;
	margin-top: 10px;
	vertical-align: bottom;
	position: relative;
	font-size: 87%;
	clear: right;
	width: 178px;
	text-align: right;
}
#main {
	float: left;
	width: 465px;
	position: relative;
	margin: 0px 0px 15px 0px;
}
#footer {
	width: 670px;
	text-align: center;
	border-top: dotted #999999 1px;
	clear: both;
	margin: 25px 25px 5px 25px;
	position: relative;
	padding: 20px 0px 0px 0px;
}
#footerLinks {
	position: relative;
	line-height: 180%;
	font-size: 87%;
}

#footerDesign {
	width: 670px;
	text-align: center;
	border-top: dotted #999999 1px;
	clear: both;
	margin: 0px 25px 15px 25px;
	position: relative;
	padding: 10px 0px 20px 0px;
}
#footerDesign {
	font-size: 87%;
}
#footerDesign a {
	text-decoration:none;
}
#footerLogo {
	margin-top: 15px;
	position: relative;
}

/*  Bubble  */

#bubbleCont {
	width: 465px;
	height: auto;
	float: left;
	padding-bottom: 10px;
	}
.bubble {
	float: left;
	width: 314px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	}
.bubbleR {
	float: right;
	width: 314px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	}
.bubble p {
	margin-top: 0px;
	margin-right: 10px;
	}
.bubbleBtm {
	width: 280px;
	display:block;
	height:auto;
	float:left;
	padding:0px 20px 40px 14px;
	background: url(images/bubble.gif) left bottom;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#555555;
	font-family:Helvetica, Arial, sans-serif;
	text-align: left;
}
.bubbleTop {
	display:block;
	float:left;
	width:314px;
	height:20px;
	background: url(images/bubble.gif) left top;
}
