/* CSS Document */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	height: auto;
	position: relative;
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
	background-color: #FFFFFF;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}  
body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
#wrapper #top {
	width: 950px;
	position: relative;
	height: 215px;
	padding: 0px;
	text-align: center;
}

#wrapper #bottom {
	position: relative;
	height: auto;
	width: auto;
	top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	color: #333333;

}
#wrapper #bottom #col_left {
	float: left;
	width: 270px;
	position: relative;
	top: 0px;
	text-align: justify;
	margin: 0px;
	background-color: #F7F7F4;
	
}

#wrapper #bottom #col_mid {
	float: left;
	width: 382px;
	position: relative;
	top: 1px;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	left: 0px;
	background-color: #FFFFFF;
	border: 1;
	line-height: 1.7;
	
}
#wrapper #bottom #col_right {
	float: right;
	width: 268px;
	position: relative;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px;
	color: #FFFFFF;
	top: 0px;
	
}
h1 {
	font-family: Calibri, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#copyright {
	font-family: Calibri, Arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EDEBD6;
	background-color: #CCCCCC;
}
/* Menu */

#menu {
	width: 950px;
	height: 30px;
	margin: 0 auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: auto;
	height: 25px;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}

#menu a:hover {
	background-color: #EBEBE2;
	color:#82BC2B;
}

#menu .active a {
	color: #FFFFFF;
	background-color: #0066CC;
}
#wrapper #bottom h2 {
	font-family: Calibri, Arial;
	font-size: 19px;
	font-weight: bold;
	color: #003300;
	margin-top: 10px;
	margin-bottom: 6px;
}
#wrapper #bottom #col_left #contact {
	position: relative;
	height: auto;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-family: Calibri, Arial;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/bg_phone.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	background-position: center;
}
#wrapper #bottom #col_right #menu2 {
	position: relative;
	height: auto;
	width: auto;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#wrapper #top #show_testimonial {
	position: absolute;
	width: 208px;
	height: 158px;
	left: 696px;
	top: 13px;
	font-size: 16px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/testimonials_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 15px;
	font-family: calibri, arial;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
}
#show_testimonial2 {
	position: relative;
	width: auto;
	height: auto;
	top: 10px;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 15px;
	font-family: calibri, arial;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #C9E4A1;
	margin-right: 10px;
	margin-left: 10px;
}

#wrapper #top #logo {
	position: absolute;
	width: 263px;
	height: 177px;
	left: 5px;
	top: 20px;
}

