/* @override 
	http://ampconline.com/css/styles.css
	http://www.ampconline.com/css/styles.css
*/

/* Designed by Richard Testani
   richtestani.com
*/

/* RESETS */

body, html, p, h1, h2, h3, h4, h5, h6, h7, form, input, fieldset {
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img a {
	border: none;
}


/* LAYOUT */
body {
	background-color: #999;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #1f2e7f url(images/mainbg.png) repeat-x;
	min-height: 600px;
	
}

#content, #headcontent {
	position: relative;
	margin: 0 auto;
	
}

#header {
	position: relative;
	height: 188px;
	background-image: url(images/headerbg.png);
	border-bottom: 3px solid #FF8100;
}

#logo a{
	height: 188px;
	width: 360px;
	margin-left: 30px;
	background: url(images/logo.png) no-repeat center center;
	float: left;
}

#menu {
	position: relative;
	margin-left: 450px;
	top: 80px;
	
}


#centercol {
	width: 900px;
	margin: 0 auto;
	float: left;
	margin-left: 40px;
	display: inline;
}

#leftcol {
	width: 400px;
	float: left;
	margin-left: 50px;
	display: inline;
}

#rightcol {
	width: 400px;
	float: right;
	margin-right: 50px;
	display: inline;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

.mainimg {
	height: 340px;
	margin-bottom: 20px;
}

/* NAV */
#menu ul li {
	float: left;
	
}

#menu ul li a {
	padding: 4px;
}

#footermenu {
	width: 400px;
	margin: 0 auto;
	display: inline;
}

#footermenu li {
	display: inline;
	margin: 0 8px;
}

#footermenu li a {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* LINKS */

a {
	color: #ff8100;
}

a:hover {
	color: white;
}

/* MAIN IMGS */
.homeimg {
	background: url(../images/home_main.jpg) no-repeat;
}

.servicesimg {
	background: url(../images/services_main.jpg) no-repeat;
}

.workimg {
	background: url(../images/work_main.jpg) no-repeat;
}

.contactimg {
	background: url(../images/contact_main.jpg) no-repeat;
}

.aboutimg {
	background: url(../images/about_main.jpg) no-repeat;
}

#leftcol img.leftimg {
	display: block;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid white;
	margin-top: 10px;
}

/* TYPE */
p, ul, span {
	color: white;
	font: normal normal 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


h1,h2,h3,h4,h5,h6,h7 {
	color: white;
	font-variant: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3%;
	padding-top: 1%;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	font-style: normal;
}

#main strong {
	display: block;
	margin-bottom: 10px;
	color: #ff8100;
	list-style-type: none;
	font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main ul li.work {
	list-style-type: square;
	list-style-position: inside;
}



.mainimg div {
	position: relative;
	width: 500px;
	float: right;
	right: 20px;
	top: 40px;
}

#counseling span {
	margin-left: 10px;
	color: #000;
}

.caption {
	display: block;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

/* NAVIGATION */
#mainNav {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

#mainNav li span a {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-right: 3px;
}

#mainNav li a:hover {

	background: url(images/navbg.png) no-repeat left center;

}

#mainNav li span {
	display: block;
	margin-right: 10px;
	padding-right: 10px;
}

#mainNav li span:hover {
	background: url(images/navbg.png) no-repeat right center;
}

/* LISTS */
#main ul {
	margin-bottom: 20px;
	width: 400px;
}

#main ul li {
	font-size: 12px;
	line-height: 20px;
} 

#linklist li{
	margin: 10px 0;
}

/* FORMS */
input[type="text"], textarea {
	font-size: 18px;
	width: 250px;
	color: #000b40;
	font-weight: normal;
	font-style: normal;
}

#rightcol ul li {
	list-style-type: square;
	list-style-position: inside;
}

#rightcol ul li a {
	color: white;
}

#rightcol a:hover {
	color: #ff8100;
}

textarea#message {
	font-size: 18px;
	height: 80px;
	font-variant: small-caps;
}

li input {
	font-variant: small-caps;
	margin-bottom: 10px;
}

label {
	display: block;
}

/* BARS */

#counseling {
	margin-left: 90px;
}

#main #centercol .bar ul {
	width: 100%;
}

#main #centercol .bar ul li {
	list-style-type: square;
	list-style-position: inside;
	font-size: 12px;
}

.bar {
	width: 220px;
	float: left;
	padding: 10px;
}

strong.bartitle {
	display: block;
	width: 100%;
	color: white;
	text-align: center;
	text-shadow: black 1px 1px 2px;
	text-transform: uppercase;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

#gold {
	height: 180px;
	background-color: #927e40;
}

#silver {
	height: 140px;
	background-color: #5d5d5d;
	margin-top: 40px;
}

#bronze {
	height: 100px;
	background-color: #763f25;
	margin-top: 80px;
}

h1 span, div h1 span {
	margin-left: -9999px;
}

h1 img {
	margin-left: 0;
}
