/* CSS for www.fauxwithflair.com created by Web Wise Concepts Oct 2009 ********************/

html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}
#outerHeader {
	margin: 0 auto;
	background:#f8f8f8;
}
#header {
	height: 30px;
	width: 900px;
	margin: 0 auto;
}
.headerp { display: none; }
#outerStrap {
	background: url(../images/outerStrapBG.jpg) repeat-x;
	min-height: 181px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#strap {
	background: url(../images/logo.jpg) right no-repeat;
	width: 900px;
	margin: 0 auto;
}
#outerContent {
	background: #fff;
	min-height: 300px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}
#content_wrapper {
	width: 900px;
	padding-top: 1px;
	margin: 0 auto;
	font-size: 85%;
}
#content_main {
	width: 490px;
	margin: 0 auto 0 200px;
	padding: 5px;
}
/* Side Panels ---------------------- */
.content_sub {
	width: 180px;
	margin-top: 14px;
	background: #f8f8f8;
}
#sub1 {
	width: 180px;
	float: right;
	color: #4e4845;
	margin-top: 14px;
	padding: 0 0 10px 5px;
	width: 190px;
}
#sub2 {
	float: left;
	width: 180px;
	padding: 0 5px 10px 5px;
	background: #f8f8f8;
}
.content_sub img { margin: 0 0 5px 3px; }
.content_sub h3, h4 {
	padding: 5px 0;
	margin-top: 10px;
	text-align: center;
	font-size: 100%;
}
.content_sub p {
	padding: 5px;
	line-height: normal;
}
#sub2 ul {
	padding: 0 0 8px 0;
	margin-left: 25px;
	line-height: normal;
}
#sub2 li { padding: 2px 0 5px 0; }
/* Column control ---------------------------- */

.twocol #content_main {
	margin-right: 0;
	margin-left: 190px;
	width: auto;
}
/* footer ---------------------------------- */
#footer {
	clear: both;
	font-size: .8em;
	color: #999;
	line-height: normal;
}
#footer p {
	float: right;
	padding-top: 1em;
	width: auto;
}
#footer a { color: #4682b4; }
/* text elements -------------------------- */

h1, h2, h3 {
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 150%;
	margin: 25px 0 8px 15px;
}
h3 {
	font-size: 120%;
	margin: 20px 15px 5px 15px;
	font-variant: small-caps;
	letter-spacing: .25em;
}
p {
	padding:6px 10px;
	font-size: .8em;	
}
cite{ 
	line-height: normal; 
	font-size: .9em;
}
/* Generic ----------------------------- */
.norm p {
	text-align: left;
	padding: 0 3px 3px 3px;
	font-size: .8em;
	line-height: normal;
}
.ctr, .contact{
	text-align: center;
	line-height: 1.2;
}
.contact {font-size: 1em;}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
img { border: none; }
.smit {
	font-style: italic;
	font-size: 9px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}
.change {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #996600;
}
.topspace { margin-top: 25px; }
/* Lists --------------------------------- */
ul { margin: 15px 10px; }
ol { margin: 25px 0; }
ol li {
	padding: 3px 5px;
	line-height: normal;
}
ul li { padding: 3px 0; }
ul.list {
	margin: 5px 10px 25px 20px;
	text-align: left;
}
#content_main ul.list { margin-left: 5em;}
ul.list li {
	font-size: .785em;
	line-height: normal;
}
ul#services {
	padding-left: 45px;
	border: none;
}
/* Links --------------------------------- */
a, a:link { 
	text-decoration: none; 
	border: none;
	color: #006600;
	}
a:link {
	color: #006600;
	font-weight: bold;
	}
a:hover{
	color: #d4d4d4;
	background: #006600;
	}
/* header navigation ----------------------------- */

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .625em;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 420px;
	background: #d4d4d4;
}
#header li {
	float: left;
	padding: 0 8px 0 6px;
	margin: 0;
	text-align: center;
}
#header li#lsst {
	padding-right: 0;
}
#header a {
	float: left;
	display: block;
	background: #006600;
	padding: 3px 8px 3px 6px;
	font-weight: bold;
	color: #fff;
	margin-left: 3px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a { float: none; }
/* End IE5-Mac hack */


#header #current a, #header #current a:hover  {
	background: #acbea8;
	color: #ccc;
}
#header a:hover, #header a:focus {
	background: #acbea8;
	color: #006600;
	padding: 3px 6px 3px 8px;
}
/* FAQ Styles -------------------------------- */
#switchcontent { padding: 10px 15px; }
.showstate { /*Definition for state toggling image */
	cursor:pointer;
	margin-top: 2px;
	margin-right: 3px;
}
#exp_con { margin: 5px; }
.questions {
	font-size: 90%;
	font-weight: bold;
	padding: 2px 5px;
	margin-top: 15px;
}
/* Vertical Marquee --------------------------- */
#marqueecontainer {
	position: relative;
	width: 175px; 
	height: 150px; 
	overflow: hidden;
	border: none;
	padding: 4px;
	margin: 25px 0;
	background: url(../images/side_bkg.jpg) no-repeat;
}
#marqueecontainer h4 {
	text-align: center;
	font-size: .9em;
	padding: 5px 0;
}
#marqueecontainer p {
	font-size: 9px;
	line-height: normal;
}
#marqueecontainer ul.list { list-style-type: none; }

#storycontainer {
	position: relative;
	overflow: scroll;
	width: 175px;
	height: 350px;
	border: none;
	padding: 4px;
	margin-top: 25px;
	}
/* Image Hover/Zoom ------------------------------- */
span.zoom a:hover img {
	width: auto;
	height: auto;
	padding: 5px;
	overflow: visible;
	background-color: #fff;
	border: 1px solid #006600;
	z-index: 100;
	position: absolute;
	left: 500px;
	top: 250px;
}
img#award {
	float: left;
	margin: 5px 10px 0 0;
	width: auto;
}

/* Gallery container -------------------------------- */
.gallerycontainer { 
	position: relative;
	margin: 0 25px; }
.gallerycontainer .thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}
.gallerycontainer .thumbnail:hover { background-color: transparent; }
.gallerycontainer .thumbnail:hover img { border: 1px solid #006600; }
.gallerycontainer .thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #d4d4d4;
	padding: 5px 3px 5px 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.gallerycontainer .thumbnail span img { /*CSS for enlarged image*/
	border: none;
	padding: 2px;
}
.gallerycontainer .thumbnail:hover span { /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	font-size: .625em;
}
/****** Form styles ******/
form {
	padding:10px;
	border:1px solid #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
fieldset {
	width: 75%;
	margin: 10px 5%;
	padding: 10px 20px 10px 25px;
	border: 1px dashed #006600;
}
legend {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 10px;
	color: #ccc;
	background-color: #006600;
}
label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;
	font-style: italic;
}
input {
	width:300px;
	margin: 5px 4px 10px 4px;
	padding: 4px;
	border: 1px dashed #06600;
	color:#333;
	background-color: #ddd;
}
input#submit, input#reset {
	width: 100px;
	margin: 10px;
	border: 2px outset #999;
	color: #333;
	background-color: #ddd;
}
textarea {
	width:400px;
	padding:4px;
	height:200px;
	display:block;
	border:1px solid #ff8040;
	color: #333;
	background-color: #ddd;
}

