/* CSS Document */

body {
	background: url(../images/bg.gif) repeat-x 0 top;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 941px;
	background-color: #FFFFFF;
	padding: 11px;
	margin: auto;
	-moz-box-shadow:  0px 10px 10px #e8f7ff;
	-webkit-box-shadow:  0px 10px 10px #e8f7ff;
	box-shadow:  0px 10px 10px #c0e6fb;
}

#phone {
	float: right;
	position: absolute;
	width: 938px;
	text-align: right;
	font: bold 20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #2670ba;
}

#header {
	height: 142px;
	width: 938px;
}

#header #logo {
	width: 240px;
	height: 142px;
	display: block;
	background: url(../images/logo-m.png) no-repeat center center;
	float: left;
}

#header #nav {
	float: left;
	margin-top: 90px;
}

#header #nav a {
	font: 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #606060;
	text-decoration: none;
	border-left: 1px solid #9e9e9e;
	height: 33px;
	display: block;
	padding-left: 10px;
	float: left;
	margin-right: 24px;
}

#header #nav a span {
	color: #2670ba;
}

#header #nav a:hover, #header #nav a:hover span {
	color: #3cb7d3;
}

#tour {
	width: 938px;
	height: 437px;
	display: block;
	margin-bottom: 10px;
}

#leftcol {
	width: 637px;
	height: 490px;
	display: block;
	float: left;
}

#rightcol {
	width: 300px;
	float: left;
}

#join {
	width: 293px;
	height: 49px;
	display: block;
	background: url(../images/join-bg.jpg) no-repeat center center;
	float: right;
	padding-top: 114px;
	text-align: center;
}

#gift {
	width: 293px;
	height: 99px;
	display: block;
	float: right;
	background: url(../images/ad-100-gift.jpg) no-repeat center center;
	clear: right;
}

#gift:hover {
	background: url(../images/ad-100-gift-on.jpg) no-repeat center center;
}

#ph2 {
	width: 293px;
	height: 99px;
	display: block;
	float: right;
	clear: right;
text-align:center;
padding-top:25px;
}

#tellafriend {
	width: 273px;
	height: 173px;
	display: block;
	text-align: right;
	background: red url(../images/tell-a-friend-bg.jpg) no-repeat left top;
	float: right;
	padding-right: 20px;
	padding-top: 60px;
	font: 11px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	border-left-style: none;
}
#tellafriend a {
	color: #067791;
	text-decoration: none;
}
#tellafriend a:hover {
	color: #1da4c3;
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #9a9a9a;
	color: #676767;
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: center;
	padding: 8px;
}
#footer a {
	text-decoration: none;
	color: #676767;
}
#footer a:hover {
	color: #bd6900;
}
#vizphp {
	display: block;
	text-align: center;
	margin: 12px;
	color: #878787;
	font: 12px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
#vizphp a {
	color: #878787;
	font: 12px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
}
#vizphp a:hover {
	color: #000000;
}
#maincontent {
	border-top: 1px solid #9e9e9e;
	padding: 25px;
	font: 15px Arial, Helvetica, Geneva, sans-serif;
	color: #676767;
}

.textlink {
	font:bold 15px Arial, Helvetica, Geneva, sans-serif;
	color: #1074bb;
	text-decoration:none;
}

.textlink:hover {
	color:#033e69;
	text-decoration:underline;
}

.redButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a7141e), color-stop(1, #d5242d));
	background: -moz-linear-gradient(top, #a7141e 5%, #d5242d 100%);
	background: -webkit-linear-gradient(top, #a7141e 5%, #d5242d 100%);
	background: -o-linear-gradient(top, #a7141e 5%, #d5242d 100%);
	background: -ms-linear-gradient(top, #a7141e 5%, #d5242d 100%);
	background: linear-gradient(to bottom, #a7141e 5%, #d5242d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7141e', endColorstr='#d5242d',GradientType=0);
	background-color: #a7141e;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #8b171d;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #240000;
}

.redButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d5242d), color-stop(1, #a7141e));
	background: -moz-linear-gradient(top, #d5242d 5%, #a7141e 100%);
	background: -webkit-linear-gradient(top, #d5242d 5%, #a7141e 100%);
	background: -o-linear-gradient(top, #d5242d 5%, #a7141e 100%);
	background: -ms-linear-gradient(top, #d5242d 5%, #a7141e 100%);
	background: linear-gradient(to bottom, #d5242d 5%, #a7141e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5242d', endColorstr='#a7141e',GradientType=0);
	background-color: #d5242d;
}

.redButton:active {
	position: relative;
	top: 1px;
}

.title {
	font-weight: bold;
	font-size: 28px;
	text-align: center;
}

.subtitle {
	font-weight: bold;
	font-size: 20px;
}

.nobullet {
	list-style-type: none;
	margin-left: -15px;
}

.bulletIndent {
	margin-left: 40px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.photoleft {
	float: left;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 12px;
}

.photoright {
	float: right;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 12px;
}

.photo {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.small {
	font-size: 11px;
}

