﻿*{margin: 0; padding: 0;}

body
{
	-x-system-font: none;		
	font-size: 100.1%; /* percent % to avoid IE ems bugs and .1 for older Opera versions */
	font-family: 'Lucida Grande' , 'Lucida Sans Unicode' ,Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	color: #666666;
}
.home_bg
{
	background:#E4F0FC url(../images/bg.jpg) repeat-x;
}

p
{
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom:10px;
	text-align:justify;
}
p.testimonials
{
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom:10px;
	background:url(../images/quotes1.png) no-repeat top left;
	padding:0 0 0 20px;
}
p.testimonials em{
	background:url(../images/quotes2.png) no-repeat top left;
}
a
{
	color: #5CB1E3;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:focus
{
	outline: none;
}
img
{
	border: 0;
}

h1
{
	font-size: 1.25em;
	color: #056483;
	padding-bottom:10px;
}
h1 a:hover{
	text-decoration:underline;
}
h2
{
	font-size: 1.15em;
	color: #056483;
}
h3
{
	font-size: 1.5em;
	color: #056483;
}
h4
{
	font-size: 1em;
	color: #660000;
}
h5
{
	font-size: 1em;
	color: #660000;
	border-bottom: 1px #ccc dotted;
}
h6
{
	font-size: 0.8em;
	font-weight: normal;
}
.contact
{
	color: #056483;
	font-weight: bold;
	border-bottom: 1px #ccc dotted;
}
/******************* Web-Layout ***********************/

#top
{
	height: 361px;
	width: 832px;
}

#logo
{
	background: url( '../images/logo.png' ) no-repeat left;
	height: 99px;
	width: 832px;
}



#container
{
	margin: 10px;
	border-bottom: dotted 1px #5CB1E3;
}
#footer
{
	height: 50px;
	text-align: center;
	width: 832px;
	color: #5CB1E3;
	padding-top: 10px;
	font-size:12px;
}



#bottom
{
	margin: 0 0 0 0;
	font-size: 11px;
}
#bottom ul{
	width:100%;
	height:150px;
}

#bottom ul li{
	float:left;
	padding-left:20px;
	list-style:none;
}
#bottom_right
{
	width: 215px;
	height: 150px;
}
#bottom_left
{
	float: left;
	width: 250px;
	height: 150px;
}

#bottom_left li.phone
{
	list-style-type: none;
	display: block;
	margin-top: 5px;
	line-height: 20px;
	text-indent: 25px;
	color: #5CB1E3;
	float:none;
}
#bottom_left ul
{
	padding: 0px;
	margin: 0px;
}
#bottom_center
{
	height: 150px;
	width:292px;
}

#wrapper
{
	font-size: 13px;
	width: 832px;
	margin: 0 auto;
}



/*******************Default.html ***********************/
#homenave
{
	height: 120px;
}
#container_left
{
	width: 600px;
	float: left;
	margin-right: 10px;
}
#container_left table td{
	padding-top:10px;
	text-align:left;
	
}

#container_right
{
	float: right;
	width: 200px;
}
#container_topleft
{
	float: left;
	width: 295px;
}
#container_topright
{
	float: right;
	width: 295px;
}

.auto
{
	margin: auto;
	padding: 0px;
}
span.big
{
	color: #4E7616;
	font-size: 1.8em;
}


.clear_both
{
	clear: both;
}

.italicFont
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 0.8em;
	font-style: italic;
	color: #FF0000;
}
.imageright
{
	clear: right;
	float: right;
	width: 278px;
}


/***************** Fancy menu*******************/
/* Styles for the entire LavaLamp menu */
.lavaLamp
{
	position: relative;
	padding: 10px;
	overflow: hidden;
	margin-top: 36px;
	float: right;
	width: auto;
}
/* Force the list to flow horizontally */
.lavaLamp li
{
	float: left;
	list-style: none;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back
{
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background: url(../images/lava.gif) no-repeat right -30px;
}
.lavaLamp li.back .left
{
	height: 30px;
	margin-right: 9px;
	background: url(../images/lava.gif) no-repeat left top;
}
/* Styles for each menu-item. */
.lavaLamp li a
{
	position:relative;
	overflow:hidden;
	text-decoration:none;
	text-transform:uppercase;
	color:#4E7616;
	outline:none;
	text-align:center;
	height:30px;
	top:7px;
	z-index:10;
	letter-spacing:1px;
	float:left;
	display:block;
	font-family:"Arial" , "Times New Roman" , Times, serif;
	font-size:.88em;
	font-weight:600;
	margin:auto 8px;
}
.lavaLamp li a:hover
{
	text-decoration: none;
}

.clear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}


p span{
	color: #B75615;
}

fieldset{display: none;	border:none;}
