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

body  {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	line-height:1em;
	background-color: #AB530B;
	background-image: url(/images/pg-bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #FC0;
}
img, div { behavior: url(/scripts/iepngfix.htc) }
#containerstroke{
	padding: 10px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#containerpadding{
	padding: 5px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
#container {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	background-repeat: repeat-x;
} 
#header {
	height: 90px;
	padding: 0;
	width: 780px;
} 
#header h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: lighter;
	color: #332407;
	letter-spacing: 0.05em;
	margin-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#header h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #956815;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 0px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 1px;
	text-align: left;
	padding-top: 0px;
}
#navcontainer{
	padding-top: 1px;
	padding-bottom: 8px;
	margin-bottom: 0px;
}

#navlist
{
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#navlist li
{
	list-style: none;
	margin: 0;
	float: left;
	overflow: none;
}

#navlist li a
{
	margin-left: 0px;
	text-decoration: none;
	margin-right: 0px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CF911D;
	border-right-color: #CF911D;
	border-bottom-color: #CF911D;
	border-left-color: #CF911D;
	display: block;
	background-color: #7C3F09;
}
#navlist li a.firstlink {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CF911D;
}

#navlist li a:link {
	color: #FFFEFD;
}
#navlist li a:visited {
	color: #FFFEFD;
}

#navlist li a:hover
{
	color: #FC0;
	background-color: #7C3F09;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #cf911d;
	border-right-color: #cf911d;
	border-bottom-color: #7C3F09;
	border-left-color: #cf911d;
}
/*drop down code*/


/*
#navlist li a#current
{
	background: #DEFFCA;
	border-bottom-width: 1px;
	border-bottom-color: #DEFFCA;
	margin-right: 0px;
	margin-left: 0px;
}
*/
#contact {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 10px;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #CF911D;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cf911d;
	display: block;
	font-weight: lighter;
}

#sidebarright {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border: 1px dashed #CF911D;
	line-height: 115%;
	font-size: 1.2em;
}
#sidebarright h3 {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	color: #FC0;
}
#sidebarright p {
	margin-bottom: 12px;
	}

/* -- vert nav list*/
#vert-navcontainer
{
	width:100%;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

ul#vert-navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#vert-navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#vert-navlist li a
{
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

#vert-navcontainer>ul#vert-navlist li a { width: auto; }



ul#vert-navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FF0;
	background: #86480c;
}
/* ! -- end vert nav list*/

#mainContent {
	padding: 0;
	margin-top: 10px;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 115%;
	line-height: 120%;
}
#mainContent.go-wide {
	margin-right: 0;
}
#mainContent h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-bottom: 6px;
	color: #FF0;
	font-weight: lighter;
	font-size: 2.2em;
	padding-top: 0;
	line-height: 100%;
}
#mainContent h2 {
	font-size: 1.4em;
	color: #FC0;
}
#mainContent h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F90;
}
#mainContent p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 25px;
	}
#mainContent li {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-bottom: 5px;
	list-style: square;
	}
#mainContent ol, ul {margin-top: 10px; margin-bottom: 25px;} 
#footer {
	border: 1px dashed #CF911D;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
} 
#footer p {
	margin: 0;
	padding-top: 12px;
	padding-right: 200;
	padding-bottom: 14px;
	padding-left: 0;
	color: #CF911D;
	font-size: 0.9em;
}
#footer p a {
	color: #CF911D;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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: 0px;
}
.author {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #FC0;
}
.pricing {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:.1em;
	font-size: .95em;
	font-style: normal;
	color: #FF0;
}
--> 
</style>
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
