/*

- ID LIST - 
 #content
 #employ_info
 #main_quote
 #call
 #services
 #contact
 #submit


- CLASS LIST -
	.screen_read

*/

/* html5doctor.com Reset Stylesheet v1.6.1 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}




/* -------------------- */
/* -- SITE SPECIFIC -- */
/* -------------------- */


/* -- GENERAL -- */

	body {
		font: 12px arial, sans-serif;
		color: #333;
		background: #f5f5f5 url(../images/bg_gradient.gif) repeat-x;
	}
	
	blockquote {
		font-style: italic;
	}
	
	blockquote span {
		
	}
	
	#content {
		position: relative;
		margin: 0 auto;
		width: 980px;
		height: 1350px;
		background: url(../images/bg.jpg) no-repeat;
	}
	
	.screen_read {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.accepted {
		color: green;
	}
	
	.required {
		color: red;
		font-style: italic;
	}

	
/* -- HEADER -- */

	
	header img {
		margin: 25px 0 0 35px;
	}
	
	header nav ul {
		position: absolute;
		top: 172px;
		right: 33px;
		list-style: none;
	}
	
	header nav ul li {
		float: left;
		margin-left: 7px;
		padding-left: 7px;
		border-left: 1px solid #333;
	}
	
	header nav ul li:first-child {
		margin-left: 0;
		padding-left: 0;
		border: 0;
	}
	
	header nav ul li a {
		color: #333;
		text-decoration: none;
	}
	
	header nav ul li a:hover {
		color: #e08700;
	}
	
	
/* -- EMPLOYMENT INFO IN MAIN PHOTO BOX -- */

	#employ_info {
		position: absolute;
		top: 250px;
		right: 120px;
		width: 350px;
		height: 190px;
	}
	
	#employ_info p {
		font-size: 22px;
		font-weight: bold;
		color: #fbf7e5;
		text-align: center;
		margin-top: 20px;
	}
	
	#employ_info h1 {
		color: #fbf7e5;
		font-size: 16px;
		text-align: center;
		margin-top: 25px;
	}


/* -- MAIN BLOCKQUOTE -- */

	#main_quote {
		position: absolute;
		top: 525px;
		left: 47px;
		width: 562px;
		font-size: 13px;
		line-height: 18px;
		font-weight: bold;
		color: #000;
	}
	
	
/* -- CALL BUTTON -- */

	#call {
		position: absolute;
		top: 520px;
		right: 47px;
		background: url(../images/call.png) top left no-repeat;
		width: 262px;
		height: 68px;
	}
	
	#call img {
		margin: 73px 0 0 5px;
	}
	
	
/* -- TESTIMONIALS -- */

	#testimonials {
		position: absolute;
		top: 715px;
		left: 45px;
		width: 255px;
	}

	#testimonials blockquote {
		line-height: 20px;
		margin-bottom: 30px;
	}
	
	#testimonials a {
		color: #333;
		float: right;
		font-style: italic;
		text-decoration: none;
	}
	
	#testimonials a:hover {
		color: #e08700;
	}
	
	#testimonials a span {
		font-size: 14px;
	}
	
	
	#content h2 {
		font-size: 20px;
		text-align: center;
		font-weight: normal;
	}
	

/* -- SERVICES -- */

	#services {
		position: absolute;
		top: 715px;
		left: 355px;
		width: 275px;
	}
	
	#services ul {
		padding-left: 20px;
	}
	
	#services ul li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	
	#services p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 25px;
	}
	
	
/* -- CONTACT -- */

	#index #contact {
		position: absolute;
		top: 715px;
		left: 683px;
		width: 245px;
	}
	
	#contact h2 {
		font-size: 20px;
		text-align: center;
		font-weight: normal;
	}
	
	#contact h3 {
		font-size: 20px;
		text-align: center;
		font-weight: normal;
	}
	
	#contact p {
		text-align: center;
		font-size: 11px;
		margin-bottom: 10px;
	}
	
	#contact ul {
		margin-top: 20px;
	}
	
	#contact input, #contact textarea {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 5px;
		background: #f4f2f0;
		border: 1px solid #ae7a15;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		outline: 0;
		resize: none;
	}
	
	#contact input#submit {
		width: 126px;
		height: 38px;
		margin: 10px auto 0;
		border: 0;
		background: transparent;
	}
	
	
/* -- FOOTER -- */

	#index footer {
		position: absolute;
		top: 1150px;
		width: 100%;
		text-align: center;
	}
	
	footer ul {
		margin: 15px 0 5px;
		list-style: none;
	}
	
	footer ul li {
		display: inline;
		margin-left: 7px;
		padding-left: 7px;
		border-left: 1px solid #333;
	}
	
	footer ul li:first-child {
		margin-left: 0;
		padding-left: 0;
		border: 0;
	}
	
	footer ul li a {
		color: #333;
		font-size: 13px;
		text-decoration: none;
	}
	
	footer ul li a:hover {
		color: #e08700;
	}
	
	footer p {
		font-size: 11px;
	}	


/* ----------------------- */
/* -- SKELETON SPECIFIC -- */
/* ----------------------- */


	#skeleton #content {
		background: url(../images/skeleton_bg.jpg) no-repeat;
	}
	
	#skeleton section {
		position: absolute;
		top: 640px;
		left: 45px;
		width: 610px;
	}
	
	#skeleton section img {
		float: left;
		margin-right: 15px;
	}
	
	#skeleton section p + hr {
		margin: 25px 0;
	}
	
	#skeleton h2 {
		font-size: 28px;
		text-align: center;
		font-weight: normal;
	}
	
	#skeleton section p {
		line-height: 18px;
	}
	
	#skeleton footer {
		position: absolute;
		top: 975px;
		width: 100%;
		text-align: center;
	}
	
	#skeleton footer#alt {
		top: 1165px;
	}
	

