/* ------------------------------------------------------------------------
CSS sheet for American Foundation of Counseling Services, Inc.
Author: Tim Kadec
Date Created: 4/16/2007

All inquiries for this document should be directed to www.virtualtech.com.

--------------------------------------------------------------------------
COLORS

Maroon - #60130B;
Tan - #EEEACE;
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	background: url(images/bodybg.png);
	text-align: center;
	font: normal 11px/17px "lucida grande", verdana, sans-serif;
}
#wrap{
	width: 779px;
	margin: auto;
	text-align: left;
	background-color: #EEEACE;
}
img.maincontentpic, embed{
	float: right;
	margin: 1.5em 9px;
	border: 1px solid #000;
}
p{
	margin: 1.5em 0;
	padding: 0 5px;
}
body > .overlay{
	height: 100%;
	width: 100%;
	background: url(images/topcorner.png) top right no-repeat;
	background-attachment: fixed;
}
body.about > .overlay{
	background: url(images/topcornerstar.png) top right no-repeat;
	background-attachment: fixed;
}
body.gallery > .overlay{
	background: url(images/topcorner.png) top right no-repeat;
	background-attachment: fixed;
}
body.selecting > .overlay{
	background: url(images/topcornerstar3.png) top right no-repeat;
	background-attachment: fixed;
}
	
body > .overlay >.overlay2{
	height: 100%;
	width: 100%;
	background: url(images/bottomcornerstar2.png) bottom left no-repeat;
	background-attachment: fixed;
}
body.about > .overlay > .overlay2{
	height: 100%;
	width: 100%;
	background: url(images/bottomcorner.png) bottom left no-repeat;
	background-attachment: fixed;
}	
body.gallery > .overlay > .overlay2{
	background: url(images/bottomcorner.png) bottom left no-repeat;
	background-attachment: fixed;
}
body.selecting > .overlay > .overlay2{
	background: url(images/bottomcorner.png) bottom left no-repeat;
	background-attachment: fixed;
}
body.resources > .overlay > .overlay2{
	background: url(images/bottomcornerstar4.png) bottom left no-repeat;
	background-attachment: fixed;
}
#resources h4{
	margin: 0px 0px 0px 5px;
}
#resources p{
	margin: 0px 0px 10px 5px;
}
#resources a{
	color: blue;
	text-decoration: none;
}
#resources a:hover{
	text-decoration: underline;
}
.phone{
	color: gray;
	display: block;
}
.italics{
	font-style: italic;
}
.burgandy{
	color: #60130B;
}
.green{	
	float: right;
	margin: 0px 0px -60px 0px;
}
/* -----------------------------------------------------------------------
HEADER ELEMENTS
-------------------------------------------------------------------------*/
h1{
	display: block;
	background: url(images/header.png) no-repeat;
	height: 61px;
	text-indent: -9999px;
	font-size: 75%;
}
h2{
	display: none;
}
h3{
	font-size: 13px;
	text-align: center;
}
img#mainimage{
	display: block;
	height: 221px;
	float: none;
	border: 0;
	margin: 0;
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
ul.navigation{
	display: block;
	float: left;
	width: 100%;
	list-style-type: none;
	background: #60130B;
	margin-bottom: 5px;
}
ul.navigation li{
	float: left;
	text-align: center;
	width: 12%;
	display: block;
	padding: 2px 0;
}
ul.navigation li.long{
	width: 19%;
}
ul.navigation a{
	color: #dedcdc;
	display: block;
	text-decoration: none;
}
ul.navigation a:hover{
	color: #fff;
	font-weight: bold;
}

/* -----------------------------------------------------------------------
GALLERY ELEMENTS
-------------------------------------------------------------------------*/
p.back{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
p.back a{
	text-decoration: none;
	color: black;
}
img.gallerylarge{
	margin: 0px 0px 0px 10px;
}
dl.gallery li a:hover img{
	border: 3px solid #60130B;
}
dl.gallery{
	width: 20%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
dl.gallery img{
	border: 3px solid black;
}
dl.gallery dd{
	padding: 0;
	margin: 0;
}
/* -----------------------------------------------------------------------
SELECTING A BUILDER ELEMENTS
-------------------------------------------------------------------------*/
dl{
	margin: 1.5em 0;
	padding: 0 5px;
}
dl dt{
	font-weight: bold;
}
dl dd{
	padding-left: 10px;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	padding-top: 85px;
	text-align: center;
	font-size: 90%;
	padding-bottom: 5px;
}
#footer ul{
	list-style-type: none;
	display: block;
	width: 75%;
	margin: auto;
}
#footer li{
	float: left;
	width: 32%;
	text-align: center;
	padding-bottom: 4px;
}
#footer p{
	clear: both;
	line-height: 1.2em;

}
#footer a{
	color: #000;
}
ul.sitemap{
	clear: both;
	color: blue;
	margin: 1.5em 0;
	padding: 0 5px;
	list-style-type: none;
}
ul.sitemap a{
	color: blue;
}