@charset "utf-8";
/* CSS Document */
@import url("fonts/fonts.css");

body {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: flamalightitalic, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3374a1;
	position: relative;
}
h2 {
	font-size: 1.2em;
	color: #385c17;
	font-family: flamaregular, Arial, Helvetica, sans-serif;	
}
.clearfix {
	clear: both;
}
#header {
	background: url(../images/header.png) repeat-x top center;
	height: 133px;
	z-index: 100;
	position: relative;
}
#head_container {
	width: 1265px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 337px;
	margin-left: 103px;
}
#phone {
	background: url(../images/phoneicon.png) no-repeat center left;
	font-family: flamaregular, Arial, Helvatica, sans-serif;
	font-style: normal;
	color: #fff;
	float: left;
	width: 160px;
	padding-left: 30px;
	margin: 34px 0 0 368px;
	line-height: 22px;
}
#contactus {
	float: left;
	width: 113px;
	margin-top: 30px;
}
#main {
	position: absolute;
	width: 2500px;
	left: 50%;
	margin-left: -1250px;
	top: 102px;
	background: url(../images/pagebg.gif) repeat-y center;
}
#main_container {
	width: 1265px;
	margin: 0 auto;
	height: 700px;
	position: relative;
}
#main_left {
	width: 632px;
	top: 0;
	left: 0;
	height: 100%;
	position: absolute;
	z-index: 25;
	background: url(../images/LeftTopOverlay.png) no-repeat top right;
}
#main_right {
	width: 775px;
	top: 0;
	right: 0; 
	height: 100%;
	position: absolute;
	z-index: 50;
	background: url(../images/RightOverlay.png) no-repeat top right;
}
#slideshow-container {
	width: 565px;
	margin: 42px 0 0 150px;
	position: relative;
}
#slideshow, #slideshow2, #contact {
	height: 419px;
	width: 557px;
	padding: 3px;
	border: 1px solid #3477a4;
	position: absolute;
	top: 0;
	left: 0;
}
#slideshow {
	background: white url(../images/slides/pic1.jpg) no-repeat center center;
}
#slideshow2 {
	background: white url(../images/slides/pic2.jpg) no-repeat center center;
	display: none;
}
#contact {
	background: white url(../images/slides/contactus.jpg) no-repeat center center;
}
#thumbs {
	position: absolute;
	top: 450px;	
}
#thumbs ul {
	margin: 0;
	padding: 0;
}
#thumbs li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.thumb {
	border: 1px solid white;
	margin: 0 15px;
	cursor: pointer;
}
#content {
	margin: 52px 0 20px 166px;
	width: 350px;
}
#content ul {
	margin: 0 0 0 17px;
	padding: 0;
	list-style-image: url(../images/bullet.png);
}
#content li {
	margin-bottom: 20px;
}
#content_bottom {
	background: url(../images/LeftBottomOverlay.png) no-repeat top right;
}
#team {
	margin: 46px 0 0 182px;
	padding-top: 20px;
	width: 350px;
	min-height: 240px;
}
.readmore {
	text-align: right;
}
#slideshow {
}
#footer {
	background: url(../images/footer.png) repeat-x top center;
	height: 101px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1250px;
	width: 2500px;
	z-index: 100;
}
#footer_container {
	width: 1265px;
	margin: 0 auto;
	font-family: flamaregular, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #ffffff;
	text-align: center;
	padding-top: 72px;
}
@media screen and (max-width: 1264px) {
	#head_container {
		width: auto;
		margin: 0;
	}
	#logo {
		float: left;
		width: 337px;
		margin-left: 0;
	}
	#phone {
		background: none;
		width: auto;
		padding-left: 0;
		float: none;
		margin-left: 0;
		padding-top: 18px;
		color: white;
		display: block;
	}
	#contactus {
		width: auto;
		margin-left: 0;
		margin-top: 0;
		float: none;
		display: block;
	}
	#main {
		background: none;
		width: auto;
		position: relative;
		left: 0;
		margin-left: 0;
		top: 0;
	}
	#main_container {
		width: auto;
		margin: 0 auto;
		height: auto;
		position: relative;
	}
	#main_left {
		width: auto;
		display:block;
		position: relative;
		z-index: 25;
		background: none;
	}
	#main_right {
		width: auto;
		top: auto;
		right: auto;
		display: block;
		position: relative;
		z-index: 50;
		background: none;
	}
	#content {
		margin: 0 50px;
		width: auto;
	}
	#content_bottom {
		background: none;
	}
	#team {
		margin: 0;
		padding-top: 0;
		width: auto;
		min-height: 0;
	}
	#slideshow-container {
		width: auto;
		margin: 0 20px;
		position: relative;
	}
	#slideshow, #slideshow2 {
		background-size: 100% auto;
		width: 100%;
	}
	#contact {
		background: none;
	}
	#footer {
		display: none;
	}
}
@media screen and (max-width: 593px) {
	#logo {
		float: none;
	}
	#phone {
		color: #3374a1;
		display: block;
		text-align: center;
		margin-top: 0;
	}
	#contactus {
		display: block;
		text-align: center;
		margin-top: 6px;
	}
	#main {
		margin-top: 50px;
	}
}