@charset "UTF-8";
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #333300 url(../images/bg_01.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtr #container {
	width: 901px;
	height: 687px;
	background: url(../images/containerBg.gif) top left no-repeat;
	margin:0 0 0 20px;
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* AP Divs */ 

.homepage #content{overflow:visible;}

#content {
	position:absolute;
	left:347px;
	top:118px;
	width:410px;
	height:350px;
	z-index:1;
	overflow:auto;
	padding:10px 20px 60px;
}

#photo {
	position:absolute;
	left:12px;
	top:228px;
	width:363px;
	height:300px;
	z-index:-1;
}
#phone {
	position:absolute;
	left:535px;
	top:19px;
	width:185px;
	height:41px;
	z-index:3;
	font-size:16px;
}

#fblink{position:absolute;
	top:10px;
	left:732px;}

#fbbutton{position:absolute;
	top:19px;
	left:780px;}

#footer {
	position:absolute;
	left:15px;
	top:582px;
	width:410px;
	height:70px;
	z-index:1;
	padding:10px;
}

/* end AP Divs */

h1 {
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom:10px;
}
h2 {
	font-size: 1.1em;
	line-height: 1.1em;
}
p {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.small {
	font-size:9px;
}
/* navigation */
a:link, a:visited {
	color:#FFF;
	text-decoration:underline;
} 
a:hover {color:#F2DF93; text-decoration:none;}
a:active {color:#A37911;}
.navigation {
	position:absolute;
	left:410px;
	top:87px;
	width:463px;
	height:20px;
	z-index:2;
}

.navigation a {
	background: none;
	border:none;
	color: #FFF
	;
	float: left;
	font: normal 1em Tahoma,sans-serif;
	padding: 0 7px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	height: 20px;
}
.navigation a:visited {
	background: none;
	border:none;
	color: #FFF;
	float: left;
	font: normal 1em Tahoma,sans-serif;
	padding: 0 7px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	height: 20px;
	}
.navigation a:hover { color:#9A9A2A; background:#181800;}
.navigation a.active { color:#9A9A2A; background:#181800;}

/* end nav */
/* headers */
.home {
	text-indent:-3000px;
	background:url(../images/home.gif) top left no-repeat;
	color: #FFF;
	display:block;/*allows width and height to be specified*/
	width:387px;
	height:95px;
	overflow:hidden;
}
.about {
	text-indent:-3000px;
	background:url(../images/about.gif) top left no-repeat;
	color: #FFF;
	display:block;/*allows width and height to be specified*/
	width:387px;
	height:95px;
	overflow:hidden;
}
.services {
	text-indent:-3000px;
	background:url(../images/services.gif) top left no-repeat;
	color: #FFF;
	display:block;/*allows width and height to be specified*/
	width:387px;
	height:80px;
	margin-top:-20px;
	overflow:hidden;
}
.menu {
	text-indent:-3000px;
	background:url(../images/menu.gif) top left no-repeat;
	color: #FFF;
	display:block;/*allows width and height to be specified*/
	width:387px;
	height:95px;
	margin-top:-20px;
	overflow:hidden;
}
.contact {
	text-indent:-3000px;
	background:url(../images/contact.gif) top left no-repeat;
	color: #FFF;
	display:block;/*allows width and height to be specified*/
	width:387px;
	height:95px;
	margin-top:-20px;
	overflow:hidden;
}
/* end headers */
