body  {
	background: #ffffff;
	text-align:left;
	color:#000000;
	background-image:url(/images/backgroundLong.gif);
	margin-top:0px;
	background-position:right top;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h2,h3,h4,h5,h6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#033333;
}

h1 {
	font-family:arial black;
	font-size: 20px;
	color: #00502F;
}

h2 {font-size: 17px;}
h3 {font-size: 12px;}
h4 {font-size: 9px;}

ul {
    line-height: 2em;
    letter-spacing: .1em;
    word-spacing: .3em;
    font-weight: 600;
}
a, a:link, a:visited, a:hover, a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
a {color:#333333;}
a:link {color:#000000;}
a:visited {color:#cbb777;}
a:hover {color:#006600;}
a:active {color:#333333;}

#container {
	margin:0px 20px 0px 0px;
	text-align:left;
	position:relative;
} 
#header {
	height:100px;
	margin:0px;
	white-space:nowrap;
	position:relative;
} 
#header  li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
} 
#header h1 {
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#header h2 {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contentContainer	{
	position:relative;
	padding:0px;
}

#mainContent {
	padding:0px;
	position:relative;
	font-size:10pt;
	color:#333333;
	z-index:90;
	width:75%;
	margin-left:150px;
}

#sidebar1 {
	position:relative;
	float:left;
	width:125px;
	background:#ffffff; 
	background-image:url(/images/nav_bkgrnd.gif);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px 20px 40px 0px;
	text-align:center;
	font-size:10px;
	color:#cbb777;
	z-index:100;
}

#servicesdropdown	{
	position:absolute;
	width:206px; 
	left:69px;
	top:69px;
	height:22px;
	z-index:101;
}

.dropdown {
	z-index:101;
	top: -30px;
	visibility: hidden;
	text-align:left;
	font-size:10pt;
	border: 0px;
}
.dropdown a:link, .dropdown a, .dropdown a:visited, .dropdown a:hover  {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cbb777;
	width:200px;
	display:block;
	padding:2px;
	font-size:10pt;
	text-decoration:none;
}
.dropdown a:link, .dropdown a {color:#333333;}
.dropdown a:visited {color:#333333;}
.dropdown a:hover {
	background-color:#dccfaa;
}

#navImage {
	margin:100px 0px 0px 0px;
	text-align:left;
}
/* FOOTER STYLES */

#footer {
	padding:0px;
	clear:both;
	margin:30px auto;
	text-align:center;
	font-size:10px;
	color:#000000;
}

#footer p, #footer p a, #footer p a:link  {
	font-size:9px;
	margin:1px;
}
/* END FOOTER */

/* NEWS PAGE STYLES */
.newsHolder	{
	border-top:1px solid #cbb777;
	padding-top:3px;
}
.newsDate {
	font-size:9px;
}
/* END NEWS */

/* Miscellaneous */
.picRight {
	float:right; 
	margin:10px 10px 10px 10px;
	font-size:10px;
	color:#00502F;
}

.picLeft {
	float:left; 
	margin:10px 10px 0px 0px;
	font-size:10px;
	color:#00502F;
}

.home {
	color:#00502f;
	font-weight:bold;
}

.textunderline {
	text-decoration:underline;
	text-align: left;
}

.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;
}
.style1 {
	font-size: 10px;
	color: #cbb777;
}

.forceWidth1{
	width:800px;
	clear:both;
}

/* Tips for mainContent:
1. the space between the mainContent and http://www.gencei.com/images is created with the left margin on the mainContent div.  No matter how much content the http://www.gencei.com/images div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #http://www.gencei.com/images space when the content in #http://www.gencei.com/images ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
/* Tips for http://www.gencei.com/images:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #http://www.gencei.com/images p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
