/*
----------------------------------------------------------------
	T Y P O G R A P H Y
---------------------------------------------------------------- */

h1 { 
	text-indent: -1000px;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 17px;
	color: #f9ddba;
	font-weight: normal;
	font-style: italic;
	}
	
h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	font-style: italic;
	color: #f9ddba;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #f9ddba;
	}
	
p {
	font-size: 12px;
	line-height: 18px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	}

/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body { 
	vertical-align: top; 
	background: #3c4053 url(../images/bkg.jpg) repeat-y top center;
	}
	
#home {
	background: none;
	overflow: hidden;
	}

#home #background {
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	}
	
#header {
	height: 392px;
	}
	
#aboutus #header {
	background: url(../images/bkg-aboutus.jpg) no-repeat top center;
	}

#services #header {
	background: url(../images/bkg-services.jpg) no-repeat top center;
	}
	
#experience #header {
	background: url(../images/bkg-experience.jpg) no-repeat top center;
	}
	
#testimonials #header {
	background: url(../images/bkg-testimonials.jpg) no-repeat top center;
	}
	
#contact #header {
	background: url(../images/bkg-contact.jpg) no-repeat top center;
	}
	
#content {
	background: url(../images/bkg-content.jpg) no-repeat top center;
	min-height: 310px;
	}
	
.wrapper { 
	margin: 0 auto;
	}
	
.container { 
	width: 960px; 
	margin: 0 auto;
	}
	
#content .container {
	width: 900px;
	padding: 35px 30px;
	}
	
/* L I N K S */

a:link, a:visited {
	color: #f9ddba;
	}	
	
/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */

#logo {
	float: left;
	display: inline;
	margin: 287px 0 0 27px;
	}

#footer {
	margin: 60px auto 0 auto;
	text-align: center;
	}
	
#footer p {
	font-size: 10px;
	color: #dbdce0;
	}
	
#footer a {
	color: #9fa2ad;
	margin: 0 20px;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#divider {
	display: block;
	margin: 0 auto 30px auto;
	}

#services #content ul {
	list-style: disc;
	margin: 0 40px 0 15px;
	*margin: 0 10px 0 15px; /* IE */
	float: left;
	display: inline;
	}
	
#services #content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 0 0 10px 0;
	}
	
#services #content #lastlist {
	margin: 0 0 0 15px;
	}
	
.quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	font-style: italic;
	}
	
.quote {
	border-bottom: 1px dashed #757888;
	padding: 0 0 24px 0;
	margin: 24px 0 0 0;
	}
	
.first {
	margin: 0;
	}
	
#hidden {
	display: none;
	}
	
#contact strong {
	font-weight: normal;
	color: #f9ddba;
	}
	
#portfolio {
	display: none;
	}

p.footer {
	font-size: 10px;
	color: #868a9a;
	}
	
p.footer a {
	color: #868a9a;
	}
	
sup {
	font-size: 100%;
	margin: 0 10px;
	}

/*
----------------------------------------------------------------
	N A V
---------------------------------------------------------------- */

#menu ul {
	float: right;
	display: inline;
	margin: 346px 24px 0 0;
	width: 653px;
	height: 46px;
	list-style: none;
	}
	
#menu ul li {
	float: left;
	display: inline;
	height: 23px;
	}
	
#menu ul li a {
	text-indent: -2000px;
	background: url(../images/menu.jpg) no-repeat top left;
	display: block;
	height: 23px;
	}
	
#menu #nav-about { width: 71px; margin: 0 20px 0 0; }
#menu #nav-services { width: 65px; margin: 0 19px 0 0; }
#menu #nav-experience { width: 81px; margin: 0 20px 0 0; }
#menu #nav-portfolio { width: 65px; margin: 0 20px 0 0; }
#menu #nav-profiles { width: 101px; margin: 0 19px 0 0; }
#menu #nav-testimonials { width: 87px; margin: 0 19px 0 0; }
#menu #nav-contact { width: 63px; margin: 0; }

#menu #nav-about a { width: 71px; background-position: 0 0; }
#menu #nav-services a { width: 65px; background-position: -91px 0; }
#menu #nav-experience a { width: 81px; background-position: -175px 0; }
#menu #nav-portfolio a { width: 65px; background-position: -276px 0; }
#menu #nav-profiles a { width: 101px; background-position: -361px 0; }
#menu #nav-testimonials a { width: 87px; background-position: -481px 0; }
#menu #nav-contact a { width: 66px; background-position: -587px 0; }

#menu #nav-about a:hover { background-position: 0 -23px; }
#menu #nav-services a:hover { background-position: -91px -23px; }
#menu #nav-experience a:hover { background-position: -175px -23px; }
#menu #nav-portfolio a:hover { background-position: -276px -23px; }
#menu #nav-profiles a:hover { background-position: -361px -23px; }
#menu #nav-testimonials a:hover { background-position: -481px -23px; }
#menu #nav-contact a:hover { background-position: -587px -23px; }

#aboutus #menu #nav-about a { background-position: 0 -23px; }
#services #menu #nav-services a { background-position: -91px -23px; }
#experience #menu #nav-experience a { background-position: -175px -23px; }
#profiles #menu #nav-profiles a { background-position: -361px -23px; }
#testimonials #menu #nav-testimonials a { background-position: -481px -23px; }
#contact #menu #nav-contact a { background-position: -587px -23px; }

#home #menudiv {
	height: 82px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 23px 0;
	background: url(../images/bkg-homenav.png) no-repeat top center;
	_background: #ffffff; /* IE6 */
	}
	
#home #menu {
	width: 909px;
	margin: 0 auto;
	}
	
#home #menu ul {
	float: left;
	display: inline;
	margin: 59px 0 0 111px;
	width: 653px;
	height: 46px;
	list-style: none;
	}
	
#home #logo {
	margin: 0;
	}