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

 
body  {
	font: 100% Verdana, Arial;
	background: #ae9f7d url(../images/content_BG.jpg) no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container { 
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
}
.twoColFixLt #content { 
	width: 1010px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; 
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
}
.twoColFixLt #mainContent {
	width: 790px;
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: -1px 6px 10px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #bottomContent {
	width: auto;
	height: auto;	
	/***background: url(../images/call_us.png) no-repeat left top;***/
	text-align: center;
} 
.twoColFixLt #rotator	{
	background: url(../images/gallery_bg.png) no-repeat;
	border: none;
	margin: -110px 0 0 0;
	padding-top: 1px;
	width: 400px;
	height: 366px;
	float: right;
}
.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;
}
.copy {
	color:#333;
	padding: 4px 0 4px 0;
	font-size: 10px;
	text-align: center;
}

/* Nav Menu*/

.glossymenu{
margin: 0;
padding: 0 8px 0 4px;
width: 192px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../images/glossyback2.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/glossyback.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
 
[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { 
	width: 190px; 
}
<![endif]
[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { 
	padding-top: 30px; }
.twoColFixLt #mainContent { 
	zoom: 1; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]
