/* CSS Document for Prescott Medical Communications Group */

/*
Title:			main.css
Browser(s):		All
Designer:		Nathan McCance
Modified:		2010-07-27
*/

/* Basic Resets */

* {
	margin: 0; /* GLOBAL RESET */
	padding: 0;
}

body{
	margin:0;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Sans-Serif; /*change font*/
	color:#7f776a; /*change font color*/
	background: #74a08d; /*background color*/
}

div, p, ul, img{
	padding: 0px;
	margin: 0px;
	border: none;
}

ul{
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

/* Page Structure */

#page {
	position: relative;
	margin: 25px auto;
	width: 648px;
	height: 508px;
	background-color: #ffefd5;
	border: 1px solid #000;
}

#masthead {
	height: 100px;
}

#who div#masthead, #careers div#masthead, #contact div#masthead {
	height: 80px;
}

#header {
	height: 108px;
	background: #e9e6b4 url('i/bg_header.jpg') no-repeat top left;
	position: relative;
}

#front-nav {
}

#content {
	height: 386px;
	box-shadow: inset 0 0 50px 5px rgba(179, 161, 131, .75);
	-webkit-box-shadow: inset 0 0 50px 5px rgba(179, 161, 131, .75);
	-moz-box-shadow: inset 0 0 50px 5px rgba(179, 161, 131, .75);
}

#who div#content {
	background: transparent url('i/bg_who.jpg') no-repeat 30px 30px;
}

#careers div#content {
	background: transparent url('i/bg_careers.jpg') no-repeat 30px 30px;
}

#contact div#content {
	background: transparent url('i/bg_contact.jpg') no-repeat 30px 30px;
}

#footer-nav {
	clear: both;
	position: absolute;
	bottom: 0px;
}

/* Basic Styles */

a {
	outline: none;
	text-decoration: none;
	color: #74a08d;
}

a img {
	border: none;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
	font-weight: normal
}

/* Masthead Styles */

#who div#masthead h1, #careers div#masthead h1, #contact #masthead h1 {
	position: relative;
	top: 24px;
	left: 50px;
}

#who div#masthead h1 a, #careers div#masthead h1 a, #contact div#masthead h1 a {
	display:block;
	width:250px;
	height:32px;
	background: transparent url('../images/logo_small.png') no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

#masthead h1.front {
	position: relative;
	top: 30px;
	left: 50px;
}

h1.front a {
	display:block;
	width:316px;
	height:38px;
	background: transparent url('../images/logo.png') no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

h2.celebrate {
	display: block;
	width: 70px; height: 94px;
	text-indent: -9999px;
	background: transparent url('../images/prescott-10-years.gif') no-repeat top left;
	position: absolute; top: -10px; right: -10px;
	box-shadow: inset 0 0 7px #999;
	-webkit-box-shadow: 0 0 7px #999;
	-moz-box-shadow: 0 0 7px #999;
	-ie-box-shadow: 0 0 7px #999;
	-o-box-shadow: 0 0 7px #999;
	z-index: 50;
}

/* Header Styles */

p.intro {
	position: relative;
	top: 30px;
	left: 210px;
	width: 409px;
	height: 53px;
	background: transparent url('../images/p_intro.png') no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

/* Content Styles */

#content h2 {
	margin-left: 250px;
	padding: 45px 0 0 0;
	color: #74a08d;
}

#content h3 {
	margin-left: 250px;
	padding-top: 10px;
}

#content p {
	margin: 10px 30px 0 250px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#content a:hover {
	text-decoration: underline;
}

/* Navigation Styles */

#front-nav {
	float: left;
	display: inline;
	margin-top: 50px;
	margin-left: 300px;
}

#front-nav li {
	float: left;
	display: inline;
	margin-right: 20px;
}

#front-nav li a {
	float: left;
	display: block;
	width: 94px;
	height: 94px;
	text-indent: -9999px;
	background-color: #fff;
	border: 1px solid #74a08c;
}

#front-nav li a:hover {
	box-shadow: inset 0 0 10px #999;
	-webkit-box-shadow: inset 0 0 10px #999;
	-moz-box-shadow: inset 0 0 10px #999;
}

#front-nav li a.who {
	background: transparent url('i/bg_btn_who.jpg') no-repeat bottom left;
}

#front-nav li a.careers {
	background: transparent url('i/bg_btn_careers.jpg') no-repeat bottom left;
}

#front-nav li a.contact {
	background: transparent url('i/bg_btn_contact.jpg') no-repeat bottom left;
}

#front-nav li a.who:hover {
	background: transparent url('i/bg_btn_who.jpg') no-repeat top left;
}

#front-nav li a.careers:hover {
	background: transparent url('i/bg_btn_careers.jpg') no-repeat top left;
}

#front-nav li a.contact:hover {
	background: transparent url('i/bg_btn_contact.jpg') no-repeat top left;
}

/* Footer Styles */

#footer-nav {
	width: 100%;
	padding: 15px 0;
	color: 
}

#footer-nav p.copyright {
	float: right;
	display: inline;
	margin-right: 20px;
	color: #B2A083;
	font-size: 1.1em;
}

#footer-nav ul#nav {
	float: left;
	display: inline;
	margin-left: 10px;
}

#footer-nav ul#nav li {
	display: inline;
	margin-left: 10px;
	font-size: 1.1em;
}

#footer-nav ul#nav li a {
	color: #B2A083;
	text-transform: uppercase;
}

#footer-nav ul#nav li a:hover {
	color:#505457;
}

/* CLEARFIX */
#footer-nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

* html #footer-nav {
	height: 1%;
}
