@charset "UTF-8"; 

/* additonal to maintain the footer at the bottom */

html {
	height: 100%;
}
body {
	height: 100%; 
}
#container { 
	min-height: 100%; 
}

* html #container {
	height: 100%;
}

/* Main Layout Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: normal;
	color: #9D9384;
	background-color: #12131D;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg-page.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	text-align: left;
	width: 778px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background-color: #411C0C;
	width: 100%;
	margin: 0px;
	padding: 0;
	height: 141px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#smithstonelogo {
	margin: 110px 0 0 26px;
}
#description {
	width: 220px;
	float: left;
	display: block;
	font-weight: lighter;
	color: #E5DAA8;
	padding: 10px 0px 0px 26px;
	font-size: 0.8em;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1em;
}

#main-navigation {
	margin: 0px;
	padding: 90px 0 20px 0;
	list-style-type: none;
	text-align: left;
	line-height: 2.5em;
	font-size: 0.8em;
	width: 257px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: lowercase;
}

#main-navigation li {
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 36px;
}

#main-navigation li a {
	display: block;
	height: 34px;
	padding: 0 0 0 20px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 217px;
	border-right-width: 1px;
	border-right-style: solid;
}
#buttonabout a {
	background-image: url(images/buttons/1.jpg);
	border-right-color: #D8CCA0;
	color: #9A4100;
}
#buttonservices a {
	background-image: url(images/buttons/2.jpg);
	border-right-color: #401C03;
	color: #C89F44;
}
#buttonagallery a {
	background-image: url(images/buttons/3.jpg);
	border-right-color: #7A3211;
	color: #CBC094;
}
#buttonnews a {
	background-image: url(images/buttons/4.jpg);
	border-right-color: #BC4F01;
	color: #3F1B03;
}
#buttoncontact a {
	background-image: url(images/buttons/5.jpg);
	border-right-color: #CDA246;
	color: #3E1B03;
}

#main-navigation li a:hover {
	border-right-width: 10px;
}

#page-content {
	padding: 0;
	width: 778px;
	background-image: url(images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#page-text {
	margin: 0;
	padding: 25px 0 25px 25px;
	width: 475px;
	float: right;
	background-image: url(images/bg-text.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer {
	margin: -58px 0 0 0px;
	padding: 20px 0 0;
	height: 35px;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.2em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #191A29;
	display: block;
	text-align: center;
	background-color: #020000;
}

#footerwrap {
	width: 778px;
	margin: 0px auto;
}	

#holderA, #holderB {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 58px;
	display: block;
}

/* Main Layout Text Styles */

#page-text h1 {
	margin: 0px 0px 10px;
	font-size: 1.2em;
	font-weight: lighter;
	text-transform: none;
	color: #DA9F31;
}
#page-text h2 {
	margin: 15px 0px 5px;
	font-size: 0.9em;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #C59D43;
	letter-spacing: 0.1em;
}
#page-text h3 {
	margin: 15px 0px 0px;
	font-size: 0.9em;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 1.5em;
	color: #B94E00;
}
#page-text h4 {
	color: #C55301;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.6em;
}
#page-text h5 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #1A070D;
	margin: 0px;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.5em;
}
#page-text h6 {
	text-align: right;
	border-top: 1px solid #411C0C;
	margin: 15px 0px 10px 0px;
	padding: 5px 0px;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1em;
}
#page-text hr {
	border: 0;
	color: #FFFFCC;
	background-color: #FEFECC;
	height: 1px;
	width: 100%;
	text-align: center;
	margin: 5px 0 10px 0;
	_margin: 0;
	padding: 0;
}
#page-text p {
	color: #D0C598;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.6em;
}
#page-text a {
	text-decoration: none;
	color: #1A070D;
	font-weight: bold;
}
#page-text a:hover {
	color: #FFCC33;
}
#page-text  ul, #page-text ol{
	margin: 0 20px 25px 0;
	padding: 0 0 0 40px;
	font-size: 0.85em;
	line-height: 1.3em;
}
#page-text li {
	margin: 0px 0px 5px;
}
#page-text li a {
	color: #FFFFCC;
}





/* Form Items */

form {
	margin: 0px;
}
#contactform label{
	margin: 6px 0px 2px 0px;
	_margin: 6px 0px -20px 0px;
	padding: 6px 2px 0px 6px;
	background-color: #B94E00;
	font-size: 0.75em;
	font-weight: bold;
	color: #DACEA0;
	display: block;
	height: 18px;
	width: 127px;
	line-height: 1em;
} 


#contactform input{
	padding: 2px;
	margin :  -26px 0px 2px 140px;
	_margin : -23px 0px -30px 140px;
	border: 1px solid #B94E00;
	background-color: #D1C79A;
	color: #000;
	height: 18px;
	float:left;
	_float:none;
}

#contactform textarea{
	padding: 2px;
	margin :  -26px 20px 10px 140px;
	_margin : -5px 20px 10px 140px;
	border: 1px solid #B94E00;
	background-color: #D1C79A;
	color: #000;
	float:left;
	_float:none;
	clear: right;
}

#contactform p{
clear: both;
}
 
#contactform  #Submitbutton{
	clear: both;
	color: #391902;
	background-color: #C29A43;
	border: 5px solid #B94E00;
	margin: 0px;
	padding: 4px 10px;
	height: 36px;
}





/* Footer Text Styles */

#footer a {
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}




/* Page Navigation */

#page-navigation {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 175px;
	list-style-type: none;
}
#page-navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 2px solid #DAEADF;
	border-bottom: 1px solid #DAEADF;
}

#page-navigation li {
	margin: 0px;
	border-bottom: 1px solid #DAEADF;
	line-height: 0.8em;
	background-color: #A0A490;
}

#page-navigation li a {
	font-size: 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px 10px; 
	width: 155px;
}

#page-navigation li a:hover {
	color: #006699;
	background-color: #ABAF98;
}
.treat-bold {
	font-weight: bold;
}
.treat-white {
	color: #FFFFFF;
}
.treat-italic {
	font-style: italic;
}
.treat-larger {
	font-size: 1.4em;
}
.treat-smaller {
	font-size: .8em;
}
.float-left {
	margin: 0px 15px 0px 0px;
	float: left;
}
.float-right {
	margin: 0px 0px 0px 15px;
	float: right;
}
.padbottom {
	margin: 0px 0px 15px;
}

.emphasisarea {
	background-color: #663300;
	padding: 6px;
	border: 1px solid #FFFFFF;
}
#projecthistory ul  {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 475px;
	list-style-type: none;
}
#projecthistory  li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 475px;
}
#projecthistory li a {
	display: block;
	padding: 5px;
	width: 465px;
}
.activeline /* Text Element Styles */
 a{
	background-color: #181A28;
}
