/* CSS Document */
/* ==================================================================

 *  http://www.simonsandwoodard.com

 *  owner: Planeteria Web Design

 *  author: Leigh Nouveaux (lcockrell@planeteria.com}

 *  created: 7/4/2007

 * ================================================================== */
 
/* ==================================================================
	Layout Template Classes
		The following classes are inserted into the body tag to
		select appropriate layout.
	
 	? template1 – Unique for the home page
	? template2 – 3 columns (left nav, content, sidebar)
	? template3 – 2 columns (left nav, content)
	? template4 – 3 columns (sidebar, content, sidebar)
	
	All navigation styles are contained in the file 'navigation.css'.
	If a particular element falls within a nav container, such as an h2,
	it's attributes might be defined there.
		
 * ================================================================== */

/****************************************************************/
/* – --------------------[ Defaults ] */
/****************************************************************/

* {padding:0; margin:0; border:0;}
 

body {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 76%;
	margin: 15px auto 0;
	color:#3e3900;
	text-align: center;
	padding: 10px 0 20px 0;
}

p { margin:0 0 .8em 0;
	line-height:1.75em;
	}

img {border: 0;}
#pop_up_site_plan {
	border-top-style: 0;
	border-right-style: 0;
	border-left-style: 0;
	padding: -10px 0 -20px 0;
	margin-top: -15px;
}

strong {
	color:#b45425;
	}

/****************************************************************/
/* – --------------------[ headings ] */
/****************************************************************/

h1, h2, h3, h4, h5, h6
{
	color: #b45425;
	background-color:transparent;
	line-height:1.2em;
	background-color: transparent;
	font-family: Arial, helvetica, sans-serif;

}
h1
{
	font-size:100%;
	float: left;
	display: none;
}
h2
{
	font-size:130%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: .2em;
	font-weight:normal;
	
}
h3
{
	font-size:100%;
	color: #563907;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding:.4em 0 .1em  0;
}
h4
{ font-size:100%;
}
h5
{
	font-size:1em;
	font-weight: bold;
}
h6
{ font-size:100% }



/****************************************************************/
/* – --------------------[ Lists ] */
/****************************************************************/


ul, dl {
	margin:1.2em 0 1.2em .6em;
	padding:0;
	list-style:none;
	list-style-position: inside;
}

dt {
	font-weight: bold;
	margin-top: -6px;
}
dd {margin: 0 0 1.2em 0;}

#content_middle ul li,
#content_right ul li {
	line-height: 1.2em;
	margin-bottom: 8px;
	list-style-position: outside;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: list-item;
	margin-left: 8px;
	padding-left: 16px;
}


	.template2 #content_left ul li {
	line-height: 1.2em;
	margin-bottom: 10px;
	list-style-position: outside;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display: list-item;
	margin-left: 4px;
	padding-left: 18px;
	}






div#content ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
}


/****************************************************************/
/* – --------------------[ Links ] */
/****************************************************************/


a:link {
	color: #b45425;
	background-color:transparent;
	text-decoration:underline;
}

a:visited {
	color: #b45425;
	background-color:transparent;
	text-decoration:underline;
}

a:hover {
	color: #cf8b2c;
	background-color:transparent;
	text-decoration:underline;
}

a:active {
		color: #cf8b2c;
	background-color:transparent;
	text-decoration:none;
	 outline: none ;/*gets rid of the claret on linked images when they're clicked*/
}

a:focus {
outline: none ;/*gets rid of the claret on linked images when they're clicked*/
}
	
/* ==================================================================
 * Misc
 * ================================================================== */

img.right {
	float: right;
	margin: 0 0 20px 20px;
	
}

img.left {
	float: left;
	margin: 0 15px 20px 0;
}

img.border {
	border:1px solid #000;
	}

.clear {
	clear: both;
}

#rule {
	margin:10px 0;
	border-bottom:1px dotted #7b97cc;
	clear:both;
	}
	
		/****************************************************************/
		/* – --------------------[ Pullquote ] */
		/****************************************************************/
		
#pullquote {
		font-size:1em;
		font-style:italic;
		line-height:1.5em;
		color: #563907;
		margin: 30px auto 0px;
		font-family: Arial, Georgia,"Times New Roman", Times, serif;
		/*letter-spacing: 0.02cm;*/
		font-weight: bold;
			}
			
			
			
			
			
	.template2 #pullquote { width:268px; }	
			
	.template3 #pullquote { width:160px; }			
			
			
			
			
		
	.symbolQuoteOpen {
		display:block;
		color: #b45425;
		background-color:transparent;
		font-family: Georgia,"Times New Roman", Times, serif;
		font-size: 60px;
		margin-left:-2px;
		padding-top:26px;
		margin-bottom: -40px;
			}
			
			
	.symbolQuoteClose {
		display:block;
		color: #b45425;
		background-color:transparent;
		font-family: Georgia,"Times New Roman", Times, serif;
		font-size: 60px;
		margin-top:1px;
		text-align: right;
		margin-right: -2px;
		clear:both;
				}			
			
			
	.quote_credit {
		float: right;
		text-align: right;
		font-style:normal;
		font-size:0.8em;
		line-height: 1.2em;
		display: block;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
		clear:both;
		margin-top: -10px;
		}
		
		/****************************************************************/
			
	
/****************************************************************/
/* – --------------------[ Layout ] */
/****************************************************************/

#container {
	margin: 0 auto;
	z-index: 1;
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	width: 960px;
}

	
/*--------------Content is the white area below banner. Contains, content_left, content_middle, content_right--------------*/
#masthead  {
	position: relative;
	top: 0px;
	width: 960px;
	text-align: left;
	}

		.template1 #masthead  {
		position:relative;
		height:215px;
		background-image:url(images/img_home_bkgrd.jpg);
		background-position: 0px 40px;
		background-repeat:no-repeat;
		}

	.template2 #masthead,
	.template3 #masthead,
	.template4 #masthead,
	.template5 #masthead  {
		position:relative;
		height:215px;
		background-image:url(images/img_secpg_bkgrd.jpg);
		background-position: 0px 40px;
		background-repeat:no-repeat;
		}


	.template2 #masthead_img,
	.template3 #masthead_img,
	.template4 #masthead_img,
	.template5 #masthead_img {
		float:left;
		position: absolute;
		top: 70px;
		left: 0px;
		}


#logo_type {
	position: absolute;
	left: 568px;
	top: 88px;
	z-index:100;
}



#content {
	left: 0px;
	top:76px;
	float: left;
	clear: left;
	position: relative;
	left: 0px;
	width: 960px;
	text-align: left;
	padding: 30px 0;
	}


	.template1 #content {
		top:-26px;
		width: 960px;
		margin-bottom: 30 px;
		}
	
	
/*	.template2 #content,
	.template3 #content,
	.template4 #content {
	left: 0px;
	top:76px;
	}
*/	
	

/*Defaults For the Content Divs*/
	#content_left {
		float: left;
		padding: 0 30px 0px 30px;
	}
		
	#content_middle {
		float: left;
		padding: 0 30px 0px 30px;}
	
	#content_right {
		float: left;
		padding: 0 30px 0px 0px;
	}
		
/* End Defaults For the Content Divs*/


	
	
	#home_animation {
		float:left;
		position: absolute;
		top: 70px;
		left: 0px;
		padding-bottom: 30px;
	
	}
	
		.template1 #content_left {
			margin-top:255px;
			width: 520px;
			height: 74px;
			/*padding: 0 30px 30px 0;*/
		}
			
		
		.template1 #content_left img {
			margin-left:32px;
		}

		.template1 #content_right {
		margin-top: 15px;
		width: 315px;
		padding-bottom: 30px;
		}
/*	.template1 #content_right h2 {
	font-size: 110%; font-weight: bold;
	}*/
	
	
	/* END Styles For Template 1*/
	
	
	
	/*Styles For Template 2*/
		
	
	.template2 #content_left {
		width: 489px;
		margin-right: 30px;
		background-image:url(images/img_vert_dot.png);
		background-repeat:repeat-y;
		background-position:right top;
		margin-bottom: 30px;
	}
	

	.template2 #content_right {
		width: 346px;
		margin-bottom: 30px;
		
	}
	
	/* END Styles For Template 2*/
	
	
	
	/*Styles For Template 3*/
		
	.template3 #content_left {
		width: 194px;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	
	.template3 #content_middle {
		width: 265px;
		margin-right: 30px;
		background-image:url(images/img_vert_dot.png);
		background-repeat:repeat-y;
		background-position:right top;
		margin-bottom: 30px;
	}
	
	.template3 #content_right {
		width: 346px;
		margin-bottom: 30px;
	}
	
	/* END Styles For Template 3*/
	
		
	/*Styles For Template 4*/
		
	.template4 #content_left {
		width: 194px;
		background-image:url(images/img_vert_dot.png);
		background-repeat:repeat-y;
		background-position:right top;
		padding-right: 20px;
		margin-bottom: 30px;
	}
	
	
	.template4 #content_middle {
		width: 245px;
		background-image:url(images/img_vert_dot.png);
		background-repeat:repeat-y;
		background-position:right top;
		margin-bottom: 30px;

	}
	
	
	.template4 #content_right {
		width: 346px;
		margin-left: 30px;
		margin-bottom: 30px;
	}

	
	/* END Styles For Template 4*/
	
	
	
		/*Styles For Template 5*/
		
	.template5 #content_left {
		width: 194px;
		padding-right: 0px;
		background-image:url(images/img_vert_dot.png);
		background-repeat:repeat-y;
		background-position:right top;
		margin-bottom: 30px;
	}
	

	
	.template5 #content_right {
		width: 676px;
		margin-bottom: 30px;
	}
	
	/* END Styles For Template 5*/
	

/****************************************************************/
/* – --------------------[ Footer ] */
/****************************************************************/

#footer_wrapper {
	background-color:#fff;
	width:960px;
	height:100%;
	z-index: 100;
	background:url(images/img_horz_dot.png) top left
	repeat-x;
	z-index:100;
	clear: both;
	margin: 0 auto;
}


#footer {
	padding:10px  0px;
	clear: both;
	font-size:0.8em;
	height: 20px;
	text-align: right;
	margin-right: 30px;
}

#copyright {
	
	letter-spacing: 0.05em;
	font-size:0.9em;
	display:inline;
}

