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

/*---------------------------------------TEXT-----------------------------------------------*/
h1,h2,h3,h4,h5{
	font-weight: normal;
	color: #58585a;
	text-decoration: none;
	font-size: 15px;
	display: inline; 
}
a {
	
	color: #58585a;
	text-decoration: underline;
}
a:hover {
	
	color: #00ccff;
	text-decoration: underline;
}

.headline{

	font-weight: bold;
	color: #58585a;
	text-decoration: none;
	font-size: 20px;
}

.headlinelink {
	font-weight: bold;
	color: #58585a;
	font-size: 20px;
	text-decoration: none;
}
.headlinelink:hover {
	text-decoration: none;
	color: #c2d043;
	font-size: 20px;
	}

.subheadline{
	font-weight: bold;
	color: #58585a;
	text-decoration: none;
	font-size: 15px;
}

.subheadlinelink {
	font-weight: bold;
	color: #58585a;
	font-size: 15px;
	text-decoration: none;
}
.subheadlinelink:hover {
	text-decoration: none;
	color: #c2d043;
	font-size: 15px;
	}
.testimonial{
	
	font-weight: normal;
	color: #58585a;
	text-decoration: none;
	font-size: 18px;
	display: inline; 
}	
.bullet{
	font-family: "Gill Sans MT Condensed";
	font-weight: bold;
	color: #58585a;
	text-decoration: none;
	font-size: 15px;
}

/* INDEX PAGE */
html, body {
	height: 90%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #58585a;
	text-decoration: none;
	font-size: 15px;
	background-image: url(images/background.jpg);
}
img {border:none}
.whole_page {
	width: 1000px;
	/* [disabled]max-width: 1000px; */
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;/*change pixels to height of footer*/
	background-color: #FFF;
	background-image:url(images/divbackground.png);

	box-shadow:0px 3px 15px #58585a;
}
			
.header{clear:both;}

.menu_row{clear:both;}

.top_row{clear:both;
/*padding top,right,bottom,left*/
padding:30px 10px 10px 10px;
margin-left:31px;
}

.center_page{clear:both;
padding-bottom: 78px;/*change pixels to height of footer*/
overflow:auto;}

.center_left{float:left;
			clear:left;
			width:25%;
			text-align:center;}
			
.center{float:left;
		width:75%;
		}
			

.center_right{	float:left;
				width:25%}
				
.about_left{float:left;
			clear:left;
			width:75%;
			text-align:left;}
			
.about_right{float:left;
			width:25%;
			text-align:center;}
			
.contact_left{float:left;
			clear:left;
			width:50%;
			text-align:left;}
			
.contact_right{float:left;
			width:47%;
			text-align:left;
			padding-right:3%;}


.footer_row	{
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear: both;
	width: 1000px;
	margin: auto;
	overflow: visible;
	
	}


/* BEGIN MENU CSS */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	
	position: relative;	
	z-index: 5;		
}

.menu li:hover {
	z-index: 10000;	
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;	
	position: absolute;
	z-index: 10;
	left: 0;	
	top: 0;		
}

.menu li:hover>ul {
	visibility: visible;	
	top: 100%;	
}

.menu li li:hover>ul {	
	top: 0;
	left: 100%;
}


.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	
	min-height: 0;
}


.menu ul {
	/*background-image: url(empty.gif);*/
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;	
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

.menu, .menu ul li {
	color: #333333;
	/*background-color: #ffffff;*/
	/* [disabled]background:url(images/menubgd.jpg); */
}

.menu ul {
	width: 15em;
}

.menu a {
	text-decoration: none;
	font-weight: bold;
	color: #58585a;
	padding: .18em 1.3em;
	display: block;
	position: relative;
	}

.menu a:hover, .menu li:hover>a {
	color: #00ccff;
}

.menu li li {	
	border: 1px solid #8dc63f;
}
.menu ul>li + li {	
	border-top: 0;
}

.menu li li:hover>ul {	
	top: 5px;
	left: 90%;
}
