/* CSS Document */
body {
	margin-top: 0px;
	padding: 0px;
	font-size: 10px;
	background: #9CB094 url(images/bg.gif);
}

td.address{
display: none;}

.style3 {
	font-size:16px;
	font-weight:bold;
}

/* ************************************----------- MAIN MENU AREA -----------************************************ */
td#Menu {
	
	background: #CDCDCD url(images/menu_bg.jpg);
	padding: 0px 0px 0px 30px;
}
html>body table#Menu {/*This hack allows these values to be read by newer Netscape Browser - IE will ignore it and use the values listed above */
	margin-top: 0px;
}

td#Menu a {
	margin: 0px 0px 0 0px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 12px;	
	padding: 0px 5px 0px 5px; 
	line-height:13pt;
 	color: #8A8A8A; 
 	text-decoration: none; 
}
td#Menu a:hover {
	color: #241A88; 	
}
/*----------- 	DROPDOWN LINKS -----------*/
div.Dropdown {
	width: 172px;
	min-width: 172px;
	background: #aebfd4;
	position:absolute;
	visibility: hidden;
	border: solid #91b07e 1px;

}
div#DesignDropdown, div#ExpectDropdown, div#GalleryDropdown {
	position:absolute;
	visibility: hidden;
	margin-top: 10px;/*sets the dropdown position in Mac IE*/
	margin-left: 0px;
	
}
div#DesignDropdown{
	width: 170px;
}
div#ExpectDropdown{
	width: 176px;
}
div#GalleryDropdown{
	width: 134px;
}
/* \*/
div#DesignDropdown{
	width: 160px;
}
/* */
/* \*/
div#ExpectDropdown{
	width: 166px;
}
/* */
/* \*/
div#GalleryDropdown{
	width: 124px;
}
/* */
html>body div#DesignDropdown {
	width: 172px;
}
html>body div#ExpectDropdown {
	width: 178px;
}
html>body div#GalleryDropdown {
	width: 136px;
}

/* \*/
div#DesignDropdown, div#ExpectDropdown,  div#GalleryDropdown,{
	margin-top: 25px;/*sets the dropdown position in all other IE browsers*/
	margin-left: 0px;
}
/* */

html>body div#DesignDropdown, div#ExpectDropdown,  div#GalleryDropdown{
	margin-left: -1px;/*sets the dropdown position in netscape based browsers*/
	margin-top:26px;
}
div.Dropdown a{
	display: block;
	text-decoration: none;
	border-bottom: solid #91b07e 1px;
	padding: 4px 5px;
	color: #003400;
	font-size: 14px;
	width: 100%;
	font: New Baskerville, "Times New Roman", Times, serif;
}
html>body div.Dropdown a{ /* This hack allows the netscape to read the second style while IE ignores it and just uses the first one*/
	width: auto;
}
div.Dropdown a:hover{
	color: #FFFFFF;
	background: #9cb094;
	z-index: 1;
}

/* ************************************----------- LEFT COLUMN -----------************************************ */
td#LeftCol {
	background-color: #9CB094;
}

/* ************************************----------- MAIN COLUMN -----------************************************ */
td#Content {
	background: #ffffff url(images/mainbg.gif);
	margin: 0px 0px 0 0px;
	padding: 10px 10px 10px 10px;
}


td#Content a {
	color: #647284;
	text-decoration: underline;
}

td#Content a:hover {
	color: #384374;
	text-decoration: none;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:15pt;
	COLOR: #000000;
}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:15pt;
	COLOR: #000000;
}

ul {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:15pt;
	COLOR: #000000;
}
ol {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:15pt;
	COLOR: #000000;
}



h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height:14pt;
	font-weight: bold;
	COLOR: #3B612D;
}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:13pt;
	font-weight: bold;
	COLOR: #3B612D;
	margin-bottom: -10px;
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:13pt;
	font-weight: normal;
	COLOR: #3B612D;
}
li {
	line-height: 16px;
}
sup {
	font-size: 12px;
}
hr  {
	width: 75%;
	height: 1px;
	COLOR: #3B612D; 
}
/* ************************************----------- BOTTOM -----------************************************ */
table#Bottom {
	
	background-color: #C2D3E8;
	padding:2px 3px 2px 5px;
	font-size: 12px;
}

table#Bottom a {
	margin: 0px 0px 0 0px;
	font-weight: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;	
	padding: 0px 0px 0px 0px; 
	line-height:11pt;
 	color: #3B612D; 
 	text-decoration: none; 
}
table#Bottom a:hover {
	color: #3B612D; 
	text-decoration: underline; 	
}
td#url {
	font-size: 11px;
}

/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
div#copyright {
	text-align: center;
	font-size: 11px;
	COLOR: #3B612D;
}


/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
p#older_browsers {
	display: none;
}

div#CompanyName {
	display:none;
}