/*Basic Elements */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Basic Elements */
html{
	font-size: 62.5%;
}
body{
	background-color: #f5f3f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #615f5f;
}

h1, h2, h3, h4, h5, #topNav, #leftNav, blockquote {
	font-family: Futura, “Century Gothic”, AppleGothic, sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6{
	color: #404040;
}
h1{
	font-size: 2.6em;
}
a {
	color: #283891;
}

#container{
	margin: auto;
	text-align: left;
	background: url(images/bg-container.gif) repeat-y;
	width: 977px;
}

#sidebarLT{
	float: left;
	width: 177px;
}

#logo {
	background-color: #fff;
	margin-top: 18px;
	padding: 5px 10px 10px 17px;
}
#leftNav{
	text-align: right;
	color: #f5f3f4;
	font-size: 1.6em;
	margin: 20px 0 0 0;
	
}
#leftNav a{
	padding: 2px 20px 15px 0;
	color: #fff;
	text-decoration: none;
	display: block;
}

#leftNav a.on{
	background: url(images/nav-on.gif) no-repeat top right;
}
#content{
	float: right;
	background: url(images/bg-content.gif) no-repeat top;
	width: 800px;
}
#topNav {
	width: 780px;
	float: right;
	padding: 80px 0 5px 0;
	border-bottom: 1px solid #d2d2d2;	
}
#topNav li{
	float: right;
	font-size: 1.4em;
	text-transform: uppercase;
	padding: 0 10px 0 5px;
}

#topNav a{
	text-decoration: none;
	color: #404040;
}
#banner{
	float: right;
	margin: 3px 3px 3px 10px;
}
h1{
	margin: 60px 0 5px 25px;
}

#home h2{
	background-color: #d0d2de;
	text-align: right;
	font-size: 2.2em;
	padding: 8px 10px 8px;
	color: #404040;
	margin: 0 3px 0 0;
}
h2{
	font-size: 1.8em;
	margin: 10px 0 5px 30px;
}
h3{
	font-size: 1.6em;
	margin: 10px 0 5px 30px;
}
#sub h3{
	margin: 35px 0 5px 25px;
}
h4{
	font-size: 1.4em;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
h5{
	font-weight: bold;
}

#sub h5{
	font-size: 1.3em;
	margin: 25px 0 5px 30px;
	color: #615f5f;
}	
#sub h5.first{
	margin-top: 10px;
}
#map h4{
	margin: 10px 8px 15px 0;
	font-size: 1.6em;
	font-weight: bold;
}
#map h4 span{
	font-size: .7em;
}
p, address{
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 0 20px 10px 30px;
}

address{
	line-height: 1.6em;
	font-style: normal;
}
p.small{
	font-size: 1em;
}

#homepageBTM{
	background: url(images/bg-homepage-btm2.gif) repeat-y;
	width: 782px;
	margin: 3px 0 0;
	padding: 5px 0 10px 15px;
}

#news{
	float: right;
	width: 350px;
	border-bottom: 3px solid #fff;
	line-height: 1.6em;
}

#news h5{
	font-size: 1.6em;
	margin: 10px 0 10px 15px;
}

#news ul{
	font-size: 1.3em;
	margin: 0 0 15px 15px;
}

#quote{
	float: right;
	width: 350px;
}
blockquote{
	font-size: 1.6em;
	line-height: 1.6em;
	width: 320px;
	padding: 20px 10px 0 10px;
	text-align: center;
	color: #404040;
}

#quote p{
	text-align: right;
	margin: 3px 25px 0 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

p.footer{
	font-size: 1.1em;
	text-align: right;
	padding: 3px 5px;
	margin: 0 5px;
}

.footer a{
	color: #404040;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}
ul.list{
	margin: 20px 0 0 25px;
	font-size: 1.4em;
}

ul.list li, ul.bullets li{
	padding: 3px;
}
ul.bullets{
	margin: 20px 0 0 35px;
	padding: 3px;
	font-size: 1.4em;
	list-style: square;
	list-style-position: inside;
}

.answers {
	padding: 20px 0;
}
.answers h4{
	margin: 15px 0 5px 30px;
}

#map{
	float: left;
	width: 425px;
}
#locMap{
	background: url(images/map.gif) no-repeat;
	width: 335px;
	height: 209px;
	position: relative;
	margin: 0 0 0 30px;
}


#locMap li a{
	background: url(images/map-dot.gif) no-repeat;
	width: 11px;
	height: 11px;
	display: block;
	padding: 2px;
}

#locMap li{
	position: absolute; 
	width: 6px;
	height: 6px;
}
/*\*/ * html #locMap li { letter-spacing: -1px; } /* */

 /*Spokane, WA */
#locMap #loc1{
	top: 10px;
	left: 35px;
}	
 /*Nashville, TN */
#locMap #loc2{
	top: 117px;
	left: 220px;
}	
 /* Grand Rapids, MI*/
#locMap #loc3{
	top: 55px;
	left: 227px;
}	
 /*Charlotte, NC */
#locMap #loc4{
	top: 120px;
	left: 270px;
}	
 /* Denver, CO */
#locMap #loc5{
	top: 89px;
	left: 88px;
}	
 /*Hartford, CT */
#locMap #loc6{
	top: 56px;
	left: 304px;
}	
 /*Salt Lake, UT */
#locMap #loc7{
	top: 77px;
	left: 58px;
}	
 /*Indianapolis, IN */
#locMap #loc8{
	top: 85px;
	left: 220px;
}	
 /* Atlanta, GA */
#locMap #loc9{
	top: 137px;
	left: 245px;
}	
 /*Tucson, AZ */
#locMap #loc10{
	top: 139px;
	left: 65px;
}	
 /* Scottsdale, AZ */
#locMap #loc11{
	top: 127px;
	left: 58px;
}	
 /*Austin, TX */
#locMap #loc12{
	top: 167px;
	left: 160px;
}	
 /* Columbus, Ohio*/
#locMap #loc13{
	top: 83px;
	left: 245px;
}	
 /* */
 /* Columbus, Ohio*/
#locMap #loc14{
	top: 125px;
	left:30px;
}	
 /* */
 /* Sacramento, CA*/
#locMap #loc15{
	top: 87px;
	left: 25px;
}	
 /* */
 
fieldset{
	margin: 20px 0 20px 30px;
}
input, textarea {
	padding: 5px;
	width: 400px;
	font-size: 1.4em;
	margin: 5px 0px 10px 0px;
	border: 1px solid #cacaca;
}
input.short{
	width: 50px;
}

textarea {
	height: 50px;
	font-size: 1.6em;
}

textarea:focus, input:focus {
	border: 1px solid #1868B2;
}

input.submit-button {	
	border: 1px solid #ccc;
	color: #000099;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	padding: 0 0 4px 4px;
	cursor: pointer;
	width: 70px;
}
label {
	text-align: left;
	margin-right: 15px;
	padding-top: 5px;
	font-size: 1.4em;
}
span.required{
	color: #900;
}

#note{
	font-size: 1.4em;
}

.notification_ok p{
	font-size: 1em;
	display: block;
	height: 300px;
}

fieldset p{
	margin-left: 0;
	padding-bottom: 10px;
}

#sidebarRT{
	float: right;
	padding: 0 10px 10px;
	line-height: 1.6em;
	font-size: 1.1em;
	border: 1px solid #ccc;
	margin: 80px 15px 10px 5px;
	width: 375px;
}

#sidebarRT a{
	font-size: 1.1em;
}

img.leftpic{
	float: left;
	padding: 8px 10px 0 0;
}
