@charset "UTF-8";
@import url("gallery.css");
/* CSS Document */


/* L A Y O U T */
body {
	font-family:Helvetica, Arial, sans-serif;
	/* font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:14px;
	color: #313131;
	line-height:1.6em;
	background: #949494 url(images/background_holder.gif) center top no-repeat;
	margin:0;
}
#content {
	float:left;
	padding:30px 40px;
	width:904px;
	background:#f1e6d8;
	min-height: 250px;

}
#container { /* Container for page */
	margin: 0 auto;
	width: 984px;
}
#wrapper {
	}
/* H E A D E R */

#header { /* Format the header bar */
	width: 984px;
	float: left;
}
#logo { /* Format the logo */
	margin: 43px 0 0 0;
	width: 297px;
	display: inline;
	float:left;
	background:url(images/logo.gif) no-repeat;

}
#logo h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	border:none
}
#logo a {
	display:block;
	width:297px;
	height:0;
	padding-top:170px;
	color:#000;
	overflow:hidden;
}
#logo img {
	display:none
}

#login { min-height: 250px}


/* F O O T E R */


#footer {
	clear:both;
	font-size:85%;
	text-align:right;
	width:944px;
	margin: 0 auto;
	padding:10px 20px;
	background:#003c70;
	color:#fff;
}

.clearboth {clear:both}


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

a {
	color: #513013;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #513013;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: underline;
	color: #513013;
}
h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
p {
	margin:0 0 10px 0;
	padding:0
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:20px 0 2px 0;
	color:#003c70;
}
h3 {
	margin:0 0 10px;
	color:#003c70;
	border:none;
	font-size:165%
}

.serif {font-family: Georgia, "Times New Roman", Times, serif;}

blockquote {
background: transparent url(images/bq_left.gif) left top no-repeat;
margin: 35px 20px 10px 0px;
padding-left: 35px;
width:375px;
}

blockquote p {
background: transparent url(images/bq_right.gif) right bottom no-repeat;
margin: 0;
padding-right:0px !important;
font-style:italic;
font-size:90%;
color:#5a311f;
}



/* I M A G E S */

.float-right {
float:right; margin:0 0 20px 20px;
}

.float-left {
	float:left;
	margin:0 20px 20px 0;
}



/* P A G E   L A Y O U T */

#column {
	width:515px;
}


/* Headers */

h2#stone {
	text-indent:-9000px;
	background:url(images/headers/stone_02.jpg) no-repeat;
	width:904px;
	height:169px;
	margin:0 0 20px 0;
}

h2#about {
	text-indent:-9000px;
	background:url(images/headers/aboutus.jpg) no-repeat;
	width:238px;
	height:37px;
	margin:0;
}

h2#tile {
	text-indent:-9000px;
	background:url(images/headers/tile_02.jpg) no-repeat;
	width:904px;
	height:169px;
	margin:0 0 20px 0;
}

h2#gallery {
	text-indent:-9000px;
	background:url(images/headers/gallery.jpg) no-repeat;
	width:174px;
	height:39px;
	margin:0 0 20px 0;
}

h2#recentprojects {
	text-indent:-9000px;
	background:url(images/headers/recentprojects.jpg) no-repeat;
	width:304px;
	height:37px;
	margin:0 0 20px 0;

}

h2#historic {
	text-indent:-9000px;
	background:url(images/headers/historic03.jpg) no-repeat;
	width:402px;
	height:37px;
	margin:0 0 20px 0;
}

h2#contact {
	text-indent:-9000px;
	background:url(images/headers/contact.jpg) no-repeat;
	width:238px;
	height:37px;
	margin:0 0 20px 0;
}

/* sidebar */

#about-sidebar {
	float:right;
	margin:0 0 20px 0;
	padding:20px;
	width:311px;
	background:#8b6f4c;
	color:#fff;
}

#about-sidebar h3 {color:#fff;font-size:165%}


#about-sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.4em;
}
#about-sidebar li {
	background:url(images/bullet.jpg) no-repeat left 50%;
	padding:0 0 0 35px;
	margin:0 0 10px 0;
}



#recent-sidebar {
	float:right;
	margin:0 0 20px 0;
	padding:20px;
	font-size:12px;
	width:311px;
	background:#8b6f4c;
	color:#fff;
}

#recent-sidebar h3 {color:#fff;font-size:18px; font-family:Helvetica, Arial, sans-serif; font-weight:normal}
#recent-sidebar h4 {color:#fff;font-size:14px; font-family:Helvetica, Arial, sans-serif; font-weight:normal}



#sidebar-pics {
	float:right;
	margin:0 0 20px 100px;
	width:351px;
}

/* recent projects */

.project {
	float:left;
	width: 240px;
	padding:20px;
	margin:0 18px 20px 0;
	background: #E1D8CB;
	min-height: 250px;
}

.project h3{
font-size:135%;
}

.project-image-thumb {
	width:100px;
	height:100px;
	float:left;
	margin:0 10px 10px 0;
	background-color:#999999;
}


div.projects-pagelist {
	clear:left;
	padding:0 0 15px 65px;
	margin-bottom:10px;
	background: url(images/pages_back.jpg) no-repeat left 50%;
}
ul.pagelist {
	margin:0;
	padding:0;
	list-style:none;
}
ul.pagelist li {
	display:inline;
	margin:0 10px 0 0;
}


/* V A R I O U S    L I N K S  */


.morelink {
	margin: 0;
	padding: 0;
	border:none;
	float:left;
	
}
.morelink a {
	color:#000;
}



/* L I S T S */

#footer ul {
	padding:0;
	margin:0;
}
#footer li {
	display:inline;
	margin-right:3px;
	padding-right:3px;
}

#footer li:after {padding-left:3px; content: "   ::" }
#footer li.footernavlast:after {content: none}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#fff;
}

#footer a:hover {
	text-decoration:none;
	background-color:#513013;
}

#sitedesign {
	width:200px;
	float:right;
	text-align:right;
}



/* N A V I G A T I O N */


/* force test nav, delete */
div#nav {
	margin:0;
	padding:0;
	color:#000;
	float:right;
	width:609px;
	margin:26px 15px 0 0;

}

#nav ul { /* all lists */
	padding: 0;
	margin:0;
	list-style: none;
}

/*
#nav a {
	display: block;
	text-transform:uppercase;
	padding-right:10px;
}
*/

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}







#nav li.list1 {
	background:transparent url(images/nav_back.gif) 0px 0px no-repeat;
	width: 81px
}
#nav li.list2 {
	background:transparent url(images/nav_back.gif) -81px 0px no-repeat;
	width: 59px
}
#nav li.list3 {
	background:transparent url(images/nav_back.gif) -140px 0px no-repeat;
	width: 39px
}
#nav li.list4 {
	background:transparent url(images/nav_back.gif) -179px 0px no-repeat;
	width: 159px
}
#nav li.list5 {
	background:transparent url(images/nav_back.gif) -338px 0px no-repeat;
	width: 66px
}
#nav li.list6 {
	background:transparent url(images/nav_back.gif) -404px 0px no-repeat;
	width: 130px
}
#nav li.list7 {
	background:transparent url(images/nav_back.gif) -534px 0px no-repeat;
	width: 75px
}
#nav a {
	display:block;
	width:59px;
	height:0;
	padding-top:145px;
	color:#000;
	overflow:hidden;
}



/* hack for older versions of IE with incorrect box model */

* html #nav a:link, * html #nav a:visited {
	height:145px;
	he\ight:0;
}
#nav a#item1 {
	background: #66CC99 transparent url(images/nav_back.gif) 0px 0px no-repeat;
	width: 81px
}
#nav a#item2 {
	background:transparent url(images/nav_back.gif) -81px 0px no-repeat;
	width: 59px
}
#nav a#item3 {
	background:transparent url(images/nav_back.gif) -140px 0px no-repeat;
	width: 39px
}
#nav a#item4 {
	background:transparent url(images/nav_back.gif) -179px 0px no-repeat;
	width: 159px
}
#nav a#item5 {
	background:transparent url(images/nav_back.gif) -338px 0px no-repeat;
	width: 66px
}
#nav a#item6 {
	background:transparent url(images/nav_back.gif) -404px 0px no-repeat;
	width: 130px
}
#nav a#item7 {
	background:transparent url(images/nav_back.gif) -534px 0px no-repeat;
	width: 75px
}




#nav a#item1:hover {
	background:transparent url(images/nav_back.gif) 0px -145px no-repeat;
	width: 81px
}
#nav a#item2:hover {
	background:transparent url(images/nav_back.gif) -81px -145px no-repeat;
	width: 59px
}
#nav a#item3:hover {
	background:transparent url(images/nav_back.gif) -140px -145px no-repeat;
	width: 39px
}
#nav a#item4:hover {
	background:transparent url(images/nav_back.gif) -179px -145px no-repeat;
	width: 159px
}
#nav a#item5:hover {
	background:transparent url(images/nav_back.gif) -338px -145px no-repeat;
	width: 66px
}
#nav a#item6:hover {
	background:transparent url(images/nav_back.gif) -404px -145px no-repeat;
	width: 130px
}
#nav a#item7:hover {
	background:transparent url(images/nav_back.gif) -534px -145px no-repeat;
	width: 75px
}
* html #nav a:hover {
	height:145px;
	he\ight:0;
}

/* active nav */



#nav a#item1.active {
	background:transparent url(images/nav_back.gif) 0px -145px no-repeat;
	width: 81px
}
#nav a#item2.active {
	background:transparent url(images/nav_back.gif) -81px -145px no-repeat;
	width: 59px
}
#nav a#item3.active {
	background:transparent url(images/nav_back.gif) -140px -145px no-repeat;
	width: 39px
}
#nav a#item4.active {
	background:transparent url(images/nav_back.gif) -179px -145px no-repeat;
	width: 159px
}
#nav a#item5.active {
	background:transparent url(images/nav_back.gif) -338px -145px no-repeat;
	width: 66px
}
#nav a#item6.active {
	background:transparent url(images/nav_back.gif) -404px -145px no-repeat;
	width: 130px
}
#nav a#item7.active {
	background:transparent url(images/nav_back.gif) -534px -145px no-repeat;
	width: 75px
}
