@charset "utf-8";
/* CSS Document */

html, body
{
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			text-align: center;
			background-color: #e2d7c1;
  			margin: 0;
  			padding: 0;
} 

p {
			text-align: left;
			text-indent: 0;
			line-height: 140%;
			font-size: 1em;	
			margin-top: 0;
	}

h1	{
			color: #660000;
			font-size: 1.2em;
			font-weight: lighter;
			}

h2	{
			color: #660000;
			font-size: 1em;
			margin-bottom: 0;	
			} 
			
/* adds padding above some h2 headers. Used on portfolio page to accommodate images*/
		
.h2padding {padding-top: 25px;}

/* adds slightly less padding above some h2 headers*/		

.h2padding2 {padding-top: 17px;}

h3	{
			color: #660000;
			font-size: .85em;
			margin-bottom: .3em;	
			}
			
img {border: 0;}
			
/*applies to horizontal main nav bar, not to general ul. See .content ul for that*/

ul	{
			margin: 0; 
			padding: 0;
			text-align: center;
			}
			
.pseudo_p{
		list-style: none;
		padding-top: 15px;
}
			
/*contains all other divs*/

#container {
			width: 50em;
			margin: 20px auto;
			padding: 30px 50px 12px 50px;
			text-align: left;
			background-color: #fff;
			color: #333;
			line-height: 140%;
			}
			
#header {
			padding: 0;
			height: 126px;
			
			}
			
/*for basic link styling in contact and footer areas - not for horizonal or subnav links */			
a:link	{
		text-decoration: none;
		color: #660000;
		}
		
a:visited {
		text-decoration: none;
		color: #c2ac87;
		}
		
a:hover {
		text-decoration: underline;
		color: #660000;}
		
a:active {
		text-decoration: underline;
		color: #660000;
		}
		
/*folowing are all for horizontal navigation bar*/			
#mainnav 	{	
			border-top: 1px solid #c2ac87;
			border-bottom: 1px solid #c2ac87;
			}
			
#navlist ul
{
	white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navlist a { padding: 0 28px; }

#navlist a:link, #navlist a:visited
{
color: #333;
background-color: #fff;
text-decoration: none;
}

#navlist a:hover, #navlist a:active
{
color: #701010;
background-color: #e2d7c1;
text-decoration: none;
}

/*for the active page background color on main nav bar*/
#navlist #active a { color: #701010; background-color: #e2d7c1; }

/* For pages with no subnav, only image. Differs on pages with subnav menu. CSS is embeddeded on those pages */			
#subnav {
			float: left;
			width: 165px;
			height: 225px;
			margin-top: 67px;
			margin-left: 28px;
			border-left: #c2ac87 thin solid;
			}

/*main content area*/
#content {
			margin-left: 200px;
			margin-top: 0;
			padding: 1em .5em 1em 2em;
			}
			
/*style unordered list in content area*/			
.content_ul {
			text-align: left;
			margin-top: 0;
			margin-bottom: 2em;
			padding-left: 3em;
			list-style: disc;}
			
#content h2 {
			margin: 0 0 .5em 0;
			}
			

			
#footer {
			clear: both;
			margin: 0;
			padding: 1em 1em 1em 1em;
			color: #670000;
			border-top: 2px solid #c2ac87;
			}
			
/*for inline styles in footer*/

#footer ul
			{
			text-align: center;
			}			
#footer li {
			display: inline;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			padding: 5px;
			}
			
/*as needed for floating images*/

.align-left { float:left; margin: 0; } 
			
.align-right { float:right; margin: 0 0 15px 15px; }

.align-bigstock { float:right; padding-top: 200px}

/*styles vertical bar in main horizontal nav bar*/

.bar {
	color: #701010;
	font-size: 12px;
	font-weight: bolder;
	}
	
/*styles vertical bar in footer*/
	
.footerbar {
	color: #333;
	font-size: 12px;
	font-weight: bolder;
	}
	
/*for form field font style*/
input, textarea  {
	font: 12px Arial, Helvetica, sans-serif;
	}
	
/*for quotes on the testimonials page*/
#quote
	{width: 500px;
	padding-left: 1.25em;
}

#quote p {
	color: #660000;
	margin-bottom: 1.5em;
	font-size: 13px;}
			
#quote cite {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	text-align: right;
	}

/*used to center the validation images at the bottom*/

.center	{margin: 0; padding: 0; text-align: center;}