/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	

}
body{
	color: #555555;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background: #fff;
/*	background: #000 url(../images/back01.jpg) repeat; */
	}


	
a, .contact-link{
	color: #cc0000;
	font: 86% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-decoration: none;
	cursor: hand;
	}
	
a:hover {
	color: #C9BC72;
}
p {
	width: 800px;
	margin-left: 40px;
	color: #444444;
	line-height: 160%;
	text-align: justify;
	}
p.lilajax
	{
	width: 275px;
	margin-left: 5px;
	font: 60% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #eeeeee;
	line-height: 160%;
	text-align: left; /*set to left, center, or right */
	}
	
	p.lilajax2
	{
	width: 275px;
	margin-left: 5px;
	font: 60% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #eeeeee;
	line-height: 160%;
	text-align: right; /*set to left, center, or right */
	}
p.iframe
	{
	width: 620px;
	margin-left: 40px;
	color: #000;
	line-height: 160%;
	text-align: left; /*set to left, center, or right */
	}
.p1	{
	margin-left: 0px;
	color:#000;
	font: 120% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 200%;
	}


#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}

.floatright { float: right; 
		margin: 0px 10px 0px 10px;
		padding: 0px 0px 0px 0px;
		border-style: none;
		
}

.floatleft { float: left;
			margin: 10px 10px 0px 10px;
			border-style: none;
			
}

#services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	
}


#banner {
background: #000 url(../images/banner_bg1.gif) repeat;

}

/* ######### CSS for Ajax Shade Tabs. Remove if not using ######### */



.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



