/* CSS Document */
@charset "UTF-8";

* {	padding: 0; margin: 0; border: 0; }
hr { border: 0; color: #00F; background-color: #00F; height: 2px; }
a { text-decoration: none; }
a:link, a:visited { text-decoration: none; }
body { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; background: #FFF url(res/bgBody.jpg) no-repeat center center; 	font-size: 14px; }
.container { clear: both; width: 960px; height:auto; margin: 0 auto; overflow:hidden; background-color: #f9f9f9; }
.container .topWrapper {
	background-image: url(res/tbg.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 960px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.container .topWrapper .leftTop {
	clear:both;
	float: left;
	position: relative;
	margin-left: 15px;
}
.container .topWrapper .leftTop #logo {
	height: 200px;
	width: 200px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	position: relative;
}
.container .topWrapper .leftTop #topPunch {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	clear:both;
	float: left;
	margin: 5px;
	font-size: 16px;
}
.container .topWrapper #banner {
	background-color: #999;
	float: right;
	height: 250px;
	width: 600px;
	border: 5px solid #FFF;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.container .navigation {
	clear: both;
	float: left;
	position: relative;
	z-index: 9;
	font-weight: bold;
}
.container .wrapp {
	clear: both;
	width: 960px;
	position: relative;
	height: 800px;
	background-image:url(res/barbg.png);
	background-repeat:repeat-y;
	z-index: 2;
}
.container .wrapp .content {
	float: left;
	width: 640px;
	position: relative;
	font-family: "Century Gothic", optima, "Lucida Grande", Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	/*background:url(res/lbar.png) repeat #EAEAEA;*/
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 810px;
}
.container .wrapp .leftWrap {
	float: right;
	width: 240px;
	height:inherit;
	position: relative;
	height: 790px;
	padding-top: 10px;
	padding-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-left: 20px;
}
.container .wrapp .leftWrap .qAppoint {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	background-image: url(res/maroonBarBg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
	padding-top: 20px;
	width: 240px;
	float: left;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container .wrapp .leftWrap .qAForm {
	position: relative;
	border: 1px solid #000;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 363px;
	width: 238px;
	overflow: hidden;
	background-image: url(res/charcoalBg.png);
	background-repeat: repeat-y;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
.container .wrapp .leftWrap .qAForm form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	display: block;
	clear: both;
	float: right;
	position: relative;
	font-style: italic;
	margin-right: 20px;
}
.container .wrapp .leftWrap .qAForm form .txt {
	display: block;
	clear: both;
	float: left;
	width: 195px;
	position: relative;
	margin-left: 20px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #C6FFFF;
}
.container .wrapp .leftWrap .qAForm form textarea {
	width: 195px;
	margin-top: 5px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #C6FFFF;
}
.container .wrapp .leftWrap .qAForm form .butt {
	color: #FFF;
	background-color: #903;
	text-align: center;
	display: block;
	height: 25px;
	width: 75px;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}



.container .wrapp .leftWrap .qContact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	background-image: url(res/brownBarBg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 50px;
	width: 240px;
	margin-top: 20px;
	padding-top: 20px;
	float: left;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.container .wrapp .leftWrap .qCdeatail {
	height: 220px;
	width: 238px;
	padding-top: 20px;
	margin-bottom:10px;
	border: 1px solid #000;
	float: left;
	position: relative;
	overflow: hidden;
	background-image: url(res/charcoalBg.png);
	background-repeat: repeat-y;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	display: block;
	color: #CCC;
	padding-bottom: 10px;
}
.container .clear {
	margin: 15px;
	clear: both;
	float: left;
	color: #689E2E;
	width: 930px;
}

.container .botWrapper {
	clear: both;
	float: left;
	height: 260px;
	width: 956px;
	position: relative;
	margin-left: 4px;
}
.container .botWrapper .services {
	float: left;
	height: 260px;
	width: 220px;
	position: relative;
	margin-right: 7px;
	margin-left: 7px;
	background-image: url(res/ser.gif);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.container .botWrapper .services h2 {
	text-align: center;
}
.container .botWrapper .services img {
	float: left;
	height: 150px;
	width: 180px;
	margin-top: 3px;
	margin-right: 18px;
	margin-bottom: 3px;
	margin-left: 18px;
	border: 2px solid #FFF;
	position: relative;
}
.container .botWrapper .services p {
	font-size: 13px;
	text-align: left;
	float: left;
	position: relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.container .footer {
	float: left;
	height: 30px;
	width: 960px;
	position: relative;
	clear: both;
	margin-top: 15px;
	background-image: url(res/bbar.png);
	background-repeat: repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	display: block;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	padding-top: 10px;
}
.container .footer a, .container .footer a:link, .container .footer a:visited, .container .footer a:focus, .container .footer a:hover, .container .footer a:active {
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}

.container .end {
	clear: both;
	height: 20px;
	width: 940px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 4px;
	background-color: #EAEAEA;
	font-size: 12px;
	padding-right: 20px;
	text-align: right;
}
.container .context {
	text-align: justify;
	padding: 20px;
	clear: both;
	float: left;
	width: 920px;
	position: relative;
	font-family: "Century Gothic", optima, "Lucida Grande", Helvetica, sans-serif;
	font-size: 15px;
}
