/*	first photo source style sheets*/

body {
	background: #FFFFFF;
	margin: 0px;
	width: 100%;
	height: 75%;
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 12px;
}
html, html>body {
	width: 100%;
	height: 100%;
}
a {
	color: #003366;
}
a:hover {
	text-decoration: none;
}
bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF9900;
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ECE895;
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
}

gallery_links {
	font-family: trebuchet;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 10px;
}



/* classes */
a.headline {
	text-decoration: none;
}
a.headline:hover {
	color: #FFF;
}


div.tour-paragraphs {
	width: 100%;
	padding: 15px 0px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #5F7342;
}
div.tour-paragraphs p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 12px;
}
img.tour1 {
	float: left;
	border: 2px solid #5F7342;
	margin: 0px 15px 0px 0px;
}
img.tour2 {
	float: right;
	border: 2px solid #5F7342;
	margin: 0px 0px 0px 15px;
}


div#navcontainer {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#nav {
	width: 750px;
	height: auto;
	margin: 0px auto;
	padding: 7px 0px;
	text-align: left;
}
div#nav a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: none;
	color: #000066;
	text-decoration: none;
	padding: 7px 12px;
	font-weight: bold;
}
div#nav a:hover {
	color: #FF9900;
}
div#nav a.first {
	padding: 7px 12px 7px 0px;
}


div#footercontainer {
	width: 100%;
	background:  #000000 repeat-x;
}

div#footer {
	width: 750px;
	height: 50px;
	padding: 20px 0px;
	margin: 0px auto;
}

div#footercol1 {
	width: 213px;
	padding: 0px 20px 0px 0px;
	float: left;
}
div#footercol2 {
	width: 467px;
	padding: 0px;
	float: left;
}

div#footer p {
	color: #FFF;
	font-size: 11px;
}

div#footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}

div#footer a:hover {
	color: #FF9900}

div#footer span.clear {
	display: block;
	height: 1px;
	clear: both;
}

/* here is  the stuff from file: all */
/* 	
	all.css
	meant to be used with all pages except index.htm
*/



/* WRAPPERS */
div#wrapper {
	width: 100%;
	background:  #FFFFFF;
}

div#container {
	width: 750px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}



/* COL CONTAINER */
div#colcontainer {
	width: 750px;
	padding: 0px;
	margin: 0px 0px 20px;
	overflow: hidden;
}
div#colcontainer span.clear {
	display: block;
	height: 1px;
	clear: both;
}
div#colcontainer img {
}
div#colcontainer .border {
}
div#colcontainer .noborder {
	border: 0px;
}


/* REGULAR CONTENT */
div#leftc {
	width: 217px;
	padding: 0px 15px 0px 0px;
	float: left;
	border-right: 1px dotted #5F7342;
}

div#rightc {
	width: 502px;
	padding: 0px 0px 0px 15px;
	float: left;
}

div#singlec {
	width: 750px;
	padding: 0px;
}





/* SPECIFICS */

/* basecamp */
div.basecamp {
	width: 502px;
	margin: 25px 0px;
}
div.basecamp span.clear {
	clear: both;
	display: block;
	height: 1px;
}


/* splits */
div.split2 {
	width: 241px;
	float: left;
	padding: 0px 10px 0px 0px;
}

div.split3 {
	width: 157px;
	float: left;
	padding: 0px 10px 0px 0px;
}



/* subnav */
div#leftc ul.subnav {
	list-style-type: none;;
	margin: 10px 0px;
	padding: 0px;
}
div#leftc ul.subnav li {
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #5F7342;
}
div#leftc ul.subnav li a {
	text-decoration: none;
	color: #222;
	display: block;
	width: 197px;
	padding: 11px 0px 10px 20px;
	font-weight: bold;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div#leftc ul.subnav li a:hover {
	color: #FFF;
}
div#leftc ul.subnav li.last {
}



/* sign-up form | contact form */
div#rightc form {
	background: #D5E8BB;
	padding: 10px;
	font-size: 10px;
	width: 480px;
}

table#contact, table#sign-up-form {
	width: 480px;
	border: 0px;
}

table#contact td, table#sign-up-form td {
	font-size: 11px;
	padding: 5px;
}
table#contact td.labels, table#sign-up-form td.labels {
	text-align: right;
	font-weight: bold;
	width: 150px;
}
table#contact td, table#sign-up-form td.formstuff {
	text-align: left;
}

table#contact table.subform, table#sign-up-form table.subform {
	background: #FFF;
	border: 1px solid #93B468;
	padding: 10px;
	width: 458px;
}
table#contact table.subform td, table#sign-up-form table.subform td {
	padding: 5px;
}
table#contact table.subform td.labels, table#sign-up-form table.subform td.labels {
	width: 130px;
	text-align: right;
	font-weight: bold;
}

/*
	home.css
	all code in here is meant for the index.php page
	sit's all dependent upon containers in all.css
*/


/* Three columns */
div#col1 {
	width: 185px;
	margin: 20px 0px;
	float: left;
	padding: 0px;
}
div#col2 {
	width: 750px;
	margin: 20px 0px;
	padding: 0px 20px 0px 5px;
	float: left;
	border-left: #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
div#col3 {
	width: 230px;
	margin: 20px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
}

div#col1 h1 a, div#col2 h1 a, div#col3 h1 a {
	color: #FF9900;
	text-decoration: none;
}

div#col1 h2, div#col2 h2, div#col3 h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 8px 0px;
	background: none;
	color: #222;
}

div#col1 h3 a, div#col2 h3 a, div#col3 h3 a {
	display: block;
	width: 180px;
	padding: 5px 0px 5px 20px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
}

div#col1 h3 a:hover, div#col2 h3 a:hover, div#col3 h3 a:hover {
	text-decoration: underline;
}

div#col1 p, div#col2 p, div#col3 p {
	font-family: "Trebuchet MS";
	color: #222;
	font-size: 12px;
	line-height: 1.3em;
}

div#col1 ul, div#col2 ul, div#col3 ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0px;
	padding: 3px 0px 0px 20px;
}

div#col3 a.featuredproject {
	display: block;
	background:  #FFFFFF;
	width: 150px;
	height: 75px;
}
div#col3 a.featuredproject:hover {
	background-position: 0px -75px;
}


/* mod what follows carefully */

span.gallery_nav{
	padding: 5px 10px 0px 5px;
	line-height: 1.5;
	size:12pc;
	color:#000033
	}
	
span.sub_gallery_nav{
	padding-left: 20px;
	line-height: 1.25;
	}

a.gallery_nav:link	{
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	}
a.gallery_nav:visited {
	color:##CB7A00;
	font-weight: bold;
	text-decoration: none;
	}
a.gallery_nav:hover	{
	color:#FF9900;
	font-weight: bold;
	text-decoration: underline;
	}

a.sub_gallery_nav:link	{
	color:#888888;
	}
a.sub_gallery_nav:visited {
	color:#888888;
	}
a.sub_gallery_nav:hover	{
	color:#0467CB;
	}
	
