.wrapper {
	margin: auto;
	height: auto;
	width: 900px;
}
.wrapper .content .content1 {
	float: left;
	height: auto;
	width: 400px;
}
.wrapper .content .content2 {
	float: right;
	height: auto;
	width: 350px;
}
.wrapper .content .content3 {
	float: left;
	height: auto;
	width: 900px;
	color: #06C;

}



.wrapper .top {
	background-color: #06C;
	height: 50px;
	width: 900px;
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	border-bottom:8px solid #2e0369;
}
.wrapper .content .content3 .footer {
	color: #FFF;
	background-color: #2E0369;
	float: left;
	height: 30px;
	width: 900px;
	padding-left: 5px;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
}

.wrapper .menu {
	background-color: #CCC;
	height: 35px;
	width: 900px;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;

}
.wrapper .header {
	float: left;
	height: 265px;
	width: 900px;
}
.wrapper .content {
	float: left;
	height: 333px;
	width: 900px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}


.wrapper .top .tel {
	float: left;
	height: auto;
	width: 200px;
	margin-left: 5px;
}
.wrapper .top .logo {
	float: left;
	height: auto;
	width: 250px;
	margin-left: 300px;
	font-size: 28px;
	margin-top: 5px;
}
.wrapper .top .Email {
	float: right;
	height: auto;
	width: 200px;
	text-align: right;
	margin-right: 5px;
}
.menu ul{
	height:35px;
	list-style:none;
	margin: 0;
	padding: 0;
	}
	.menu li{
	float:left;
		}
	.menu li a{
	font-family: Verdana;
	color: #06C;
	text-decoration: none;
	padding: 9px 30px 6px;
	display:block;
	font-weight:lighter;
	line-height:37px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;
	font-size: 12px;
		}
		.menu li a:hover, .menu ul li:hover a{
	color:#FFFFFF;
	text-decoration:none;
	height:32px;
	background-color: #06C;
			}
	.menu li ul{
	background:#f7991d;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 3px 0px 3px;
	text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#1E374A url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
.wrapper .content .services1 {
	float: left;
	height: auto;
	width: 210px;
	margin-left: 10px;
	padding-left: 5px;
}
.wrapper .content .services1 p {
	text-align: center;
	font-weight: bold;
	color: #06C;
}
.wrapper .content .services1 {
	text-align: center;
}
.wrapper .content table tr td {
	color: #000;
}
.wrapper .content table {
	font-size: 12px;
	color: #FFF;
}
.wrapper .content .tel_no {
	width: 280px;
	float: left;
	background-color: #2e0369;
	color: #FFF;
}
.wrapper .content .Map {
	float: right;
	height: auto;
	width: 600px;
}
/* #### bootstrap Form #### */
.bootstrap-frm {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.bootstrap-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm h1>span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
}
.bootstrap-frm label>span {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select{
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 12px;
    width: 68%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font: normal 14px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-frm select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 72%;
    height: 30px;
}
.bootstrap-frm textarea{
    height:100px;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

H3 {
	color:#F00;
}
.wrapper .content .tel_no table {
	color: #FFF;
}
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px;

}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;

}

#slideshow IMG.last-active {
    z-index:9;
}
.wrapper .content .president {
	float: right;
	height: auto;
	width: 350px;
	color: #06C;
}
h4 {
	text-decoration: underline;
	color: #fff;
	text-align:center;
	
	height:15px;
	background-color:#2E0369;
}

h5 {
	font-size: 11px;
	color: #FFF;
}
