@charset "utf-8";
body {
	background-color: #F8F8F8;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0px;
}
a {
	color: #70A6D9;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #2B689F;
}


#header {
	padding: 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-image: url(../image/headerBg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #logo {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}


#header #menu {
	position: relative;
	float: right;
	/* right: 20px; */
	font-size: 12px;
	color: #666666;
	right: 20px;
}
#header #menu #contact {
	padding-top: 5px;
	padding-bottom: 45px;
	text-align: right;
}


#banner {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bannerBg3.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	overflow: hidden;
}
#home-content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/contentBg2.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: hidden;
}
#home-content  .panel {
	margin: 10px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
}
#home-content  .panel  .heading {
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}
#home-content  .panel  .content {
	font-size: 12px;
	color: #333333;
}
#home-content  .panel  a {
	font-size: 12px;
}
#home-content #panel1 {
	float: left;
	width: 430px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D3D3D3;
	padding-right: 10px;
}
#home-content #panel2 {
	float: left;
	width: 430px;
	padding-top: 20px;

}
#home-content  #panel3 {
	float: left;
	width: 870px;
}



#content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/contentBg2.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: hidden;
}

#content  #copyBlock {
	float: left;
	width: 600px;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content  #copyBlock  .jumpto {
	text-align: left;
	font-size: 12px;
}
#content  #copyBlock  td {
	vertical-align: text-top;
}
#content  #copyBlock  .bio {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}
#content  #copyBlock  .bio  img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 10px solid #333333;
	margin-top: 0px;
	margin-left: 0px;
}
#content  #sideBar {
	float: right;
	width: 248px;
	height: 620px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 1px dotted #CCCCCC;
	margin-right: 10px;
	margin-top: 12px;
}
#content #sideBar2 {
	float: right;
	width: 248px;
	height: 330px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: 1px dotted #CCCCCC;
	margin-right: 10px;
	margin-top: 12px;
}
#content  #sideBar  h4 {
	margin-bottom: 5px;
}
#content   #sideBar   ul {
	padding-left: 0px;
	list-style-type: none;
}



#footer {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/footerBg2.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	overflow: hidden;
}
#footer ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer .list {
	font-size: 12px;
	color: #666666;
	float: left;
	width: 25%;
}
#footer .list a {
	color: #999999;
	text-decoration: none;
}
#footer .list a:hover {
	text-decoration: underline;
}

#footer  .list h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: inline;
}
#contactForm {
	background-color: #EFEFEF;
	padding: 20px;
	border: 1px dotted #CCCCCC;
	margin-top: 20px;
}
#contactForm h3 {
	margin-top: 0px;
}

#contactForm input {
	height: 20px;
	width: 250px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
}
#contactForm p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#contactForm textarea {
	height: 150px;
	width: 90%;
}
#contactForm #contactResponse {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
#contactForm #contactResponse img {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactForm .required {
	color: #FF5555;
}
.faq {
	padding: 10px;
}

.faq-hl {
	background-color: #D3E1ED;
	padding: 10px;
}
.homepage-list-features {
	list-style-image: url(../image/tick.png);
	margin-top: 0px;
	margin-bottom: 0px;
}
.list-blank {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#slideshow {
	position:relative;
	height:320px;
	float: left;
	width: 685px;
}

#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;
}
#calltoaction {
	float: left;
}
#calltoaction  p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
}
