@charset "UTF-8";
/* CSS Document */
@import "includes/reset.css";

/* CSS Styles */
body {
	background: url(images/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
#bg {
	background: url(images/bg-img.jpg) top center no-repeat;
}
#container {
	width: 996px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	position: relative;
}
#social {
	position: absolute;
	right: 0;
	top: 10px;
}
#header {
	background: url(images/header.png) no-repeat;
	height: 380px;
	position: relative;
}
#header ul {
	position: absolute;
	top: 244px;
	left: 20px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	padding: 10px 14px;
	font-size: 16px;
}
#header ul li a:hover {
	color: #FF9;
}
#content {
	background: url(images/content.png) repeat-y;
	padding: 0 39px 0 33px;
}
#content .left {
	width: 570px;
	float: left;
	position: relative;
	margin-top: -50px;
}
#content .right {
	margin-left: 600px;
	padding: 1px 0 0 65px;
}
#content .right ul {
}
#content .right ul  li {
	line-height: 28px;
	background: url(images/bullet.jpg) no-repeat 0 50%;
	padding-left: 17px;
}
#content .right h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
#content .tips {
	margin-left: 0;
	float: right;
	margin-top: 50px;
	margin-left: 20px;
}
#quote {
	background: #74acbc url(images/quote1.jpg) no-repeat;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	line-height: 26px;
	font-size: 19px;
	font-style: italic;
	margin-bottom: 20px;
	border:solid 1px #399;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;


}
#quote div {
	background: url(images/quote2.jpg) no-repeat bottom right;
	padding: 20px 40px;
}
#quote li {
	display: none;
}
#quote span {
	display: block;
	position: absolute;
	margin-top: 21px;
	color: #399;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	background: url(images/quote3.jpg) no-repeat;
	padding-left: 28px;
}
#footerWrapper {
	background: #8dbad1;
}
#footer {
	width: 996px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat;
	padding: 52px 0 100px 0;
	font-size: 14px;
}
#footer p {
	padding: 0 40px 0 30px;
}
#footer .right {
	float: right;
}
#footer a {
	text-decoration: none;
	color: inherit;
}
#footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}
p {
	line-height: 26px;
	margin: 5px 0 20px;
}
i {
	font-style: italic;
	color: #399;
}
b, strong {
	font-weight: bold;
}
img.leftalign {
	float: left;
	margin-right: 10px;
}
img.rightalign {
	float: right;
	margin-left: 10px;
}
.icon1, #gallery-name {
	background: url(images/icon1.jpg) no-repeat;
	padding-left: 65px;
	line-height: 31px;
}
.icon2 {
	background: url(images/icon2.jpg) no-repeat;
	padding-left: 65px;
	line-height: 42px;
	margin-left: -65px;
}
a {
	color: #399;
}
a:hover {
	color: #36F;
}
div.hr {
	border-bottom: 2px solid #88b8cf;
}
div.hr hr {
  display: none;
}
.photo-gallery, .video-gallery {
  position: absolute;
  text-indent: -9999px;
  height: 45px;
  width: 93px;
}
.photo-gallery {
  left: 520px;
  top: 275px;
}
.video-gallery {
  left: 613px;
  top: 270px;
}