/* CSS Document */
/* ONLYLSA.CSS - MAIN CSS FILE */

/* FIXES & HACKS */
*{margin:0px; padding:0px;}
html, body {margin:0px; padding:0px; border:0px; font-family:verdana; font-size:12px; color:#4e5e6e; text-align:left; background-color:#D6EAF3}
.clearfix:after {
	content: ".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-block;}

* html .clearfix {height:1%;}
.clearfix {display:block;}
/* 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 */
/* END FIXES & HACKS */

div#maincontainer{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
	width:917px;
	height:auto;
	background-color:#D6EAF3;
}

/* MAIN PAGE AREAS */

div#header {
position:relative;
	width:917px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:141px;
	z-index:10;
}

div#bodyarea {
	position:relative;
	width:917px;
	background-image:url(images/body.jpg);
	background-repeat:repeat-y;
	z-index:2;
}

div#footer {
position:relative;
	width:917px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:86px;
}

/* CONTENT AND MENU AREAS */

div#topmenu {
	float:right;
	margin-right:15px;
	margin-top:112px;
	display:inline;
	z-index:10;
}

div#secMenuTitle{
	position:absolute;
	left:30px;
	top:20px;
	font-size:12px;
	color:#2d7f72;
}


div#sidemenuholder {
	float:left;
	width:275px;
	margin-left:20px;
	margin-top:50px;
	display:inline;
}

div#bodyimage {
	position:absolute;
	width:583px;
	height:238px;
	margin-left:300px;
	margin-top:200px;
	z-index:1;
}

div#bodycontent {
	float:left;
	margin-left:35px;
	margin-top:20px;
	display:inline;
	width:576px;
	background-image:url(images/bodytoplines-trans.png);
	background-repeat:no-repeat;
	z-index:4;
}
div#homeconttitle h1{
	text-align:center;
	margin-left:35px;
	margin-top:5px;
	width:500px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#2d7f72;
}

div#contentbody{
	margin-left:25px;
	margin-top:20px;
	width:500px;
}

div#seccontent {
	float:left;
	margin-left:35px;
	margin-top:20px;
	display:inline;
	width:576px;
	background-image:url(images/bodytoplines-trans.png);
	background-repeat:no-repeat;
}

div#secconttitle h1{
	text-align:center;
	margin-left:35px;
	margin-top:5px;
	width:500px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#2d7f72;
}

div#product {
	float:left;
	margin-left:35px;
	margin-top:20px;
	width:576px;
	background-image:url(images/bodytoplines2-trans.png);
	background-repeat:no-repeat;
	z-index:10;
}

div#prodcontent{
	position:relative;
	margin-left:35px;
	margin-top:10px;
	width:325px;
	display:inline;
}

div#prodconttitle h1{
	text-align:center;
	margin-left:35px;
	margin-top:5px;
	width:325px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#2d7f72;
}

div#content2body{
	margin-left:35px;
	margin-top:20px;
	height:280px;
	width:325px;
	overflow-y:scroll;
}

div#faqbody{
	position:relative;
	margin-left:55px;
	margin-top:20px;
	margin-bottom:10px;
	width:460px;
	z-index:12;
}

div#prodresults {
	position:relative;
	width:190px;
	height:90px;
	left:10px;
	top:50px;
	display:inline;
	z-index:10;
}

div#buttons {
	clear:both;
	position:relative;
	margin-top:70px;
	margin-left:-5px;
	width:576px;
	height:76px;
	z-index:1;
	/*border:#000099 1px solid;*/
}
div#buttonback{
	position:relative;
	background:url(images/bodybottomline-trans.png) no-repeat;
	width:576px;
	height:76px;
}
div#buttonsInside {
	position:absolute;
	right:20px;
	top:-15px;
	/*border:#990099 1px solid;*/
	z-index:2;
	height:76px;
}

div#ratesInfo{
	position:absolute;
	left:10px;
	width:300px;
	top:10px;
	font-family:Arial;
	font-size:8px;
	color:#999;
	height:56px;
}
.prodbutts{margin-right:20px;}

div#buttontable table{ /* needs fixing */
	margin-left:50px;
	/*margin-bottom:30px;*/
}

div#footerleft {
	float:left;
	margin-left:20px;
	margin-top:20px;
	display:inline;
}
div#footercenter {
	float:left;
	margin-left:150px;
	margin-top:20px;
	display:inline;
}

div#footerright {
	float:right;
	margin-right:20px;
	margin-top:20px;
	display:inline;
}



/* ------------ MAIN MENU STYLES ----------------*/

#mainSiteMenu, #mainSiteMenu a:link, #mainSiteMenu li a:link, 
#mainSiteMenu {
	/*position: absolute;
	top: 10px;
	left: 10px;
	width: 7em;*/
	z-index: 1;
	font: 1em Verdana;
}

#mainSiteMenu li a.subMenu {
   /* background-repeat: no-repeat;
	background-image: url(../images/down.gif);
	background-position: bottom right;*/

}

#mainSiteMenu ul li a.submenu {
	/*background-repeat: no-repeat;
	background-image: url(../images/right.gif);
	background-position: center right;*/
	width:14em;
		
}

#mainSiteMenu ul li a{
	text-align:left;
}

#mainSiteMenu li ul{
	position: absolute;
	top: 2em;
	left: 0px;
	width: 10em;
}

#mainSiteMenu li ul ul {
	position: absolute;
	left: 10em;
	top: 5px;
	width: 14em;
}

#mainSiteMenu {
	/*position: absolute;*/
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: wrap;
}

#mainSiteMenu ul {
	position: relative;
	z-index: 2;
	display: none;
	padding: 0;
	margin: 0;
	list-style:none;
}

#mainSiteMenu ul.click {
	display: block;
	background-color:cee6e3;
	border: 1px #53918a solid;
}
#mainSiteMenu ul.click li { /* drop down background */
    background-color:#cee6e3;
	border-top: 1px #53918a solid;
	width: 10em;
}
#mainSiteMenu li a.click {/*top menuItem*/
    background-color:cee6e3;
	color:#53918a;
	border: 1px #53918a solid;
}

#mainSiteMenu ul li a.click {
	background-color:#DCE2ED;
	color: #f00;
}

#mainSiteMenu li { /* TOP LEVEL */
	position: relative;
	background-color: ;
    z-index:1;
	/*border: 1px solid black;*/
	padding: 0;
	margin: 0;
	/*color: #000000;*/
	float: left;
	width: 6.7em;
	display: block;
}

#mainSiteMenu ul li a:hover { /* drop down - item roll-over background*/
	background-color: #cee6e3;
	color:#DC9E10;
	text-align:left;
}

#mainSiteMenu li a:hover {
	background-color:cee6e3;
	color:#53918a;
	font-weight:bold;
}


#mainSiteMenu li a { /*top menu text*/
    position: relative;
    z-index: 1;
    display: block;
	background-color:transparent;
	padding: 2px;
	margin: 0;
	text-decoration: none;
	color:#666666;
	text-align:center;
}

/* ------------  STYLES   -------------------- */

.buttonlables {
	font-family:Verdana;
	font-style:italic;
	font-size:12px;
	color:#2d7f72;
	text-align:center;
}
.centerfoot_t{
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
	color:#2d7f72;
	text-align:left;
}

.centerfoot_b{
	font-family:Verdana;
	font-style:italic;
	font-weight:bold;
	font-size:10px;
	color:#2d7f72;
	text-align:right;
}