BODY {
	font-size : 100%;
	margin : 0px;
	padding : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #e6ebed;
	color : #808080;
}

A {
	font-size : 8pt;
	text-decoration : none;
	font-weight : bold;
	color : #124ea0;
}
A:HOVER {
	color : #808080;
}

P {
	font-size : 8pt;
	text-align : left;
	padding-left : 20px;
}


UL {
	text-align : left;
}
LI {
	list-style-image : url(images/glass_bullet.gif);
	padding-left : 15px;
	min-height : 14pt;
}

H4 {
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

H1 {
	font : 14pt Georgia,"Times New Roman", Times, serif;
}

H2 {
	background-image : url(images/glass_button.png);
	background-position : left;
	background-repeat : no-repeat;
	height : 45px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	padding-left : 45px;
	text-align : left;
	color : #808080;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	padding-left : 20px;
	text-align : left;
}



TD{
	font-size : 8pt;
}

TD.shadow{
	background-image : url(images/bg_shadow.png);
	background-position : top;
	background-repeat : repeat-y;
	padding-left : 5px;
}

TD#header {
	background-image : url(images/header_01.png);
	height : 181px;
}

TD#slide {
	padding-left : 7px;
}


TD.bottom{
	
}

TD#indexright{
	background-image : url(images/nelsonglass_building.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	width : 315px;
}

TD#footer{
	background-image : url(images/bg_footer.png);
	background-repeat : no-repeat;
	height : 43px;
	text-align : center;
}

TD#header h1 {
	color : #fff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	vertical-align : bottom;
	padding-bottom : 7px;
	padding-left : 20px;
	padding-right : 0px;
	padding-top : 0px;
	margin : 0;
}



TD#menu{
	text-align : left;
	background-image : url(images/bg_menu.png);
	background-repeat : no-repeat;
	height : 46px;
}



TD#menu ul{
	margin-left : 0;
	margin-right : 0;
	padding-right : 0;
	margin : 0 0 0 0;
	padding : 0 0 0 20px;
}

TD#menu li {
	display : inline;
	list-style-type : none;
	height : 33px;
}

TD#menu li a {
	color : #fff;
}

TD#menu li a:hover {
	color : #000;
}


LI#nolink {
	color : #ffbf00;
	font-weight : bold;
}

DIV#formcontainer {
	width : 390px;
	margin-left : 20px;
	margin-top : 20px;
}

DIV#formcontainer form label {
	font-size : 8pt;
	float : left;
	width : 120px;
}
DIV#formcontainer div.clearfix {
	border-top-color : #c0c0c0;
	border-top-style : solid;
	border-top-width : 1px;
	padding-bottom : 5px;
	padding-top : 5px;
}	



.chromestyle{
	width: 100%;
	font-weight: bold;
	padding : 0px 0px 0px 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	/*THEME CHANGE HERE*/
	padding: 4px 0px 0px 15px;
	margin: 0px 0px 0px;
	text-align: left;
	/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	height : 33px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 2px solid #c0c0c0;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	;
	line-height:18px;
	z-index:100;
	width: 150px;
	visibility: hidden;
	background-image : url(images/bg_dropmenu.gif);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 2px solid #c0c0c0;
	/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
	background-color: #fff;
	color : #4b84d3;
}


.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
DIV#footer {font-size:8pt;
					 text-align:center;}











	