
/* ------------------------------------------ */
/* CREDITS */
/* ------------------------------------------ */
/*
COPYRIGHT:
All content copyright (c) 2011 Jessica Sand, Sustainable Design Labs.
Stealing bad. Asking good.

DESIGN BY:
Sustainable Design Labs

URL:
http://www.sustainabledesignlabs.org

EMAIL:
yeehaw@sustainabledesignlabs.org
*/





/* ------------------------------------------ */
/* UNIVERSALS */
/* ------------------------------------------ */

* { margin: 0; padding: 0; }

html, body { height: 100%; }

body {
	font: 62.5% Verdana, Tahoma, Geneva, sans-serif;
	text-align: center;
	margin: 0 auto;
	color:#4c3b2a;
	background:#f1eeeb url('images/template/tile1.gif') 
	}
	
:focus { outline: 0; }



/* ------------------------------------------ */
/* UNIVERSAL TYPOGRAPHY */
/* ------------------------------------------ */

h1, h2, h3, h4, p {
	text-align: left;
	margin-bottom: 1em;
	margin-left: 22px;
	}

h1, h2, h3, h4 {
	font-weight: bold;
	font-family: "Georgia", Palatino, Times, Times New Roman, serif;
	}


h1 {
	font-size: 2em;
	margin-top: 1em;
	font-family: "Georgia", Palatino, Times, Times New Roman, serif;
	font-style: italic;
	line-height: 1.8em;
	}
	
#logo h1 {
	font-size: 0em;
	}
	
#logo h1 a, #logo h1 a:link, #logo h1 a:hover, #logo h1 a:visited {
	background-image: url('images/SaltCreek-logo.gif');
	background-repeat: no-repeat;
	color: #d7d3c1;
	display: block;
	width: 168px; 
	height: 105px;
	text-decoration: none;
	}

h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	}

h3 {
	font-size: 1.4em;
	padding-top: 1.4em;
	}

h4 {
	font-size: 1.2em;
	}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding-bottom: .5em;
	padding-right: 45px;
	}
	
	.photo {
	float:left;
	margin: 7px 7px 0px -60px;
	}
	
.pintrobold {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	}

.pintro {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	}
	
.phome {
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 30px;
	}
	
.phomeheader {
	font-family: "Georgia", Palatino, Times, Times New Roman, serif;
	font-weight:bold;
	font-size: 1.3em;
	}
	
.pcallout {
	font-size: 1.1em;
	line-height: 1.8em;
	padding-right: 20px;
	}

.pcalloutheader {
	font-family: "Georgia", Palatino, Times, Times New Roman, serif;
	font-style: italic;
	font-size: 1.3em;
	padding-top: .5em;
	padding-bottom: 0;
	}
	
.pfooter {
	color: #4c3b2a;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	}

ul {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 60px;
	padding-bottom: 1.6em;
	}
	
li {
	margin-bottom: .5em;
	}

blockquote, q { quotes: none; }

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




/* ------------------------------------------ */
/* NORMAL LINKS */
/* ------------------------------------------ */

a:link, a:visited { 
	outline: none;
	text-decoration: none;
	color: #900b2a;
	}

a:hover, a:active { 
	text-decoration: none;
	outline: none;
	border-bottom: #900b2a 1px dotted;
	color: #900b2a;
	}

a img {
	margin: 2px;
	border: #a8b5ae 1px solid;
	}
	
	a.noborder img {
	margin: 0;
	border:0;
	}
	
	



/* ------------------------------------------ */
/* FOOTER LINKS */
/* ------------------------------------------ */

a.noborder, a.noborder:visited { 
	outline: none;
	text-decoration: none;
	border:0;
	}

a.noborder:hover, a.noborder:active { 
	text-decoration: none;
	outline: none;
	border:0;
	}
	
	
	
	

/* ------------------------------------------ */
/* SITE STRUCTURE */
/* ------------------------------------------ */	
	
.floatleft { float: left; }

.floatright { float: right; }

.clear { clear: both; }

#preload { display: none; }

#wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: auto;
	}
	
#header {
	position: relative;
	width: 100%;
	height: 172px;
	margin: 30px 0px 0px 0px;
	padding: 0;
	}
	
	
#content  { 
	margin: 0 auto;
	position: relative; 
	width: 768px;
	min-height: 100%;
	padding-left: 50px;
	padding-bottom: 200px;
	}
	

.fullwidth {
	position: relative;
	width: 640px;
	float: left;
	padding-left: 64px;
	margin-top: 20px;
	}

.col1 {
	position: relative;
	width: 410px;
	float: left;
	}
	
.col2 {
	position: relative;
	width: 250px;
	float: right;
	padding: 0px 10px 10px 0px;
	margin-right: 10px;
	}
	
.callout {
	position: relative;
	width: 250px;
	float: right;
	padding: 10px 10px 10px 0px;
	margin-top: 7px;
	margin-right: 50px;
	border: 2px #062a28 dotted;
	background-color: #fcf5e2;
	}

		
#footer {
	position: relative;
	width: 100%;
	margin: 60px 0px 0px 0px;
	padding: 0;
	clear: both;
	}






/* ------------------------------------------ */
/* NAVIGATION MENU */
/* ------------------------------------------ */	


	
#navigation {
	position: relative;
	width: 768px;
	padding: 0;
	margin: -2px 0px 0px -9px;
	height:47px;
	overflow: hidden;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	display: inline;
	float: left;
	width: 145px;
	font-size: 0px;
	line-height: 0px;
	}
	
#navigation li a {
	display: block;
	padding-top: 47px;
	overflow: hidden;
	color: #900b2a;
	text-decoration: none;
}
	
li.navabout a, li.navabout a:link {
	display: block;
	background: transparent url('images/template/about.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navabout a:hover {
	display: block;
	background: transparent url('images/template/about2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navaboutcurrent a, li.navaboutcurrent a:link, li.navaboutcurrent a:hover {
	display: block;
	background: transparent url('images/template/about2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
	cursor: default;
}


li.navspecialties a, li.navspecialties a:link {
	display: block;
	background: transparent url('images/template/specialties.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navspecialties a:hover {
	display: block;
	background: transparent url('images/template/specialties2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navspecialtiescurrent a, li.navspecialtiescurrent a:link, li.navspecialtiescurrent a:hover {
	display: block;
	background: transparent url('images/template/specialties2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
	cursor: default;
}

li.navcandidates a, li.navcandidates a:link {
	display: block;
	background: transparent url('images/template/candidates.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navcandidates a:hover {
	display: block;
	background: transparent url('images/template/candidates2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navcandidatescurrent a, li.navcandidatescurrent a:link, li.navcandidatescurrent a:hover {
	display: block;
	background: transparent url('images/template/candidates2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
	cursor: default;
}


li.navcompanies a, li.navcompanies a:link {
	display: block;
	background: transparent url('images/template/companies.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navcompanies a:hover {
	display: block;
	background: transparent url('images/template/companies2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navcompaniescurrent a, li.navcompaniescurrent a:link, li.navcompaniescurrent a:hover {
	display: block;
	background: transparent url('images/template/companies2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
	cursor: default;
}

li.navcontact a, li.navcontact a:link {
	display: block;
	background: transparent url('images/template/contact.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navcontact a:hover {
	display: block;
	background: transparent url('images/template/contact2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
}

li.navcontactcurrent a, li.navcontactcurrent a:link, li.navcontactcurrent a:hover {
	display: block;
	background: transparent url('images/template/contact2.gif') no-repeat 0 0;
	text-decoration: none;
	border-bottom:0;
	cursor: default;
}







/* ------------------------------------------ */
/* HOME PAGE - STRUCTURE */
/* ------------------------------------------ */	

	

.footerhome {margin-left: -20px; }



/* ------------------------------------------ */
/* CONTACT PAGE- FORM */
/* ------------------------------------------ */	



.pform {
	font-size: .9em;
	text-align: left;
	}

.required {
	font-weight: bold;
}
	
form {
	width: 400px;
	max-width: 400px;
	text-align: left;
	margin-left: 2.4em;
	padding-bottom: 2em;
	font-size: 1.3em;
	}
	
label {
	float: left;
	margin: 1.6em 0 0.25em 0;
	font-size: .8em;
	width: auto;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	}
	
	.longlabel { float: left; margin: 0px 0px 0px 0px; padding: 0; }
	.checklabel { margin: -0px 0px 0px -60px; float:left; padding: 0; }

.full {
	width: 340px;
	float: left;
}

.left {
	width: 180px;
	float: left;
}

.sectionwrap {
	width: 340px;
	float: left;
	clear: right;
}

.left input {
	width: 160px;
}

.right {
	width: 160px;
	float: left;
}

.right input {
	width: 160px;
}

.right select {
	width: 170px;
}

fieldset {
	margin: 0;
	border: 0;
	padding-bottom: 1em;
	padding-top: 1em;
}
	
input {
	display: block;
	float: left;
	background-color: #ffffff;
	font-size: 1em;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	}
	
#firstname,
#phone  {
	margin-right: 8px;
	padding:.5em;
	clear:left;
	border: 1px solid #a4a08c;
	}

#email {
	padding:.5em;
	clear:left;
	border: 1px solid #a4a08c;
	width: 340px;
	float: left;
	}

.emailadd {
	float: left;
}
	
#lastname {
	padding:.5em;
	border: 1px solid #a4a08c;
	}
	
select {
	float: left;
	display: block;
}

	
#details {
	display: block;
	clear: left;
	background-color: #ffffff;
	font-size: 1em;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	border: 1px solid #a4a08c;
	width: 350px;
}

#firstname:focus,
#lastname:focus,
#phone:focus,
#email:focus,
#details:focus {
	border: 1px solid #a9200e;
}

button {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color: #900b2a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	padding: .5em;
}

	.contactus { font-size: .8em; }


