html, body, div, span, object, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, address, code, img, small, strong, 
dl, dt, dd, ol, ul, li, fieldset, form, label {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:#url(images/bg/new_bg.png) repeat;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

a img,:link img,:visited img { border:none }

a {outline:none;}

.hide {
	display:none;
	}

.clear {
	clear:both;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.transparent {
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
	}
	
body {
	background:#url(images/bg/new_bg.png) repeat;
	font-family:Verdana, arial, sans-serif;
	color:#fff;
	text-align:center;/*center in older browsers*/
}
	
/* ----------------------------------------------------- typography */

p {
	padding:10px 50px 5px 30px;
	text-align:left;
	font-size:14px;
	line-height:1.3em;
}

p.center {
	text-align:center;
}

h2 {
	font-size:20px;
	padding:10px 30px;
	text-align:left;
}

h3.center {
	text-align:center;
}

h3 {
	font-size:18px;
	padding:10px 0px;
	text-align:center;
	line-height:20px;
}

h4 {
	font-size:15px;
	text-align:left;
	padding:10px 50px 5px 30px;
}

/* std links */
a:link, a:visited {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

/* links within text */
#content a:link, #content a:visited {
	color:rgb(252,238,32);
	font-size:14px;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;	
}


ul {
	padding:10px 100px 10px 30px;
	font-size:14px;
	margin-left:50px;
}

ul li {
	list-style-type:disc;
	line-height:1.3em;
	text-align:left;
	padding:10px 0px;
}

ul#answers {
	padding:10px 100px 10px 0px;
}

ul#answers li {
	list-style-type:none;
}

blockquote {
	margin:0px 200px 0px 100px;
	padding:10px;
	border:1px solid #fff;
}
	
	
/* ----------------------------------------------------- layout */	
	
#container {
	width:960px;
	margin:0 auto;
} 

#header {
	width:960px;
	height:100px;
	position:relative;
	background:url(images/bg/header_2.jpg) no-repeat;
}

#phone-number {
	width:100px;
	font-size:12px;
	position:absolute;
	font-style:italic;
	top:77px;
	left:180px;
}

/* navigation */
#home {
	position:absolute;
	width:75px;
	top:76px;
	left:528px;
}

#about {
	position:absolute;
	width:75px;
	top:76px;
	left:610px;
}

#faq {
	position:absolute;
	width:75px;
	top:76px;
	left:694px;
}

#links {
	position:absolute;
	width:75px;
	top:76px;
	left:777px;
}

#contact {
	position:absolute;
	width:75px;
	top:76px;
	left:866px;
}

#content {
	background:rgb(129,150,163);
	overflow:hidden;
}

img#home-image {
	width:300px;
	float:left;
	padding:10px 50px 10px 30px;
}

#places {
	clear:both;
	padding:10px 50px 30px 50px;
}



/* ------------------------------------------------ footer */

#footer {
	width:960px;
	background-color:rgb(67,67,67);
}

#footer ul {
	padding-top:20px;
}

#footer li {
	display:inline;
}

#footer a:link, #footer a:visited {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:0px 8px 10px 8px;
}

#footer a:hover {
	text-decoration:underline;
}

#footer p#copyright {
	font-size:10px;
	text-align:center;
	padding:10px 0px 20px 0px;
}
	

