body {
	background-image: url('/images/bg.png');
	background-repeat: repeat-x;
	margin-top: 20px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1,h2,h3 {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	color: #19333F;
	margin: 0px;
	padding: 0px;
	font-size: 26px;
	margin-bottom: 10px;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #193340;
	font-size: 20px;
}
#home_blurbs h3 a {
	color: #193340;
	text-decoration: none;
}
#home_blurbs h3 a:hover {
	color: #58C6E5;
}
p {
	font-size: 14px;
	color: #788F9A;
	line-height: 22px;
}
a {
	color: #0094C5;
}
a:hover {
	color: #58C6E5;
}
.intro {
	color: #788D99;
	font-size: 20px;
	line-height: 30px;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
}
#footer {
	font-size: 10px;
	text-align: right;
}
#nav {
	font-size: 20px;
	color: #3E5F6E;
}
#nav a {
	color: #3E5F6E;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav a.active {
	color: #91AA9D;
}
#nav ul {
	margin-top: 20px;
	list-style-type: none;
}
#nav ul li {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.splash {
	margin-bottom: 20px;
}
.tour {
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	padding: 2px;
	background-color: #EEEEEE;
}
.last {
	margin-right: 0px;
}
.corner {
	background-color: #6BB0CC;
}
.click {
	margin-top: -20px;
	margin-bottom: 20px;
	
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: white;
	
	text-align: center;
}
.click a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 10px;
}
.corner a:hover {
	background-color: #4A859A;
}
.tour-info {
	margin-top: 10px;
	text-align: center;
	font-style: italic;
}
h1#logo {
	margin: 0px;
}
h1#logo a {
	display: block;
	width: 300px;
	height: 72px;
	text-indent: -9999px;
	background:url('/images/logo.png') 0 0 no-repeat;
	text-decoration: none;
}
p.big {
	color: #999;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
}
.list h3 {
	font-size: 20px;
	color: #0099CC;
}
.samples h3 {
	font-size: 20px;
	color: #0099CC;
}
.samples h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}
.thumb {
	border: 1px solid #999;
	margin-bottom: 10px;
}
.hidden {
	display: none;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.tour-nav p {
	font-size: 14px;
}
.tour-nav a {
	color: #888888;
	text-decoration: none;
}
.tour-nav img {
	padding-left: 10px;
	padding-right: 10px;
}
.tour-nav a.active {
	color: #444;
}
.tour_thumb {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #eee;
}
.tour_first {
	margin-right: 10px;
}
.three {
	margin-right: 50px;
}
.three2 {
	margin-right: 15px;
}
#contact_form label {
	width: 200px;
	float: left;
	color: #788F9A;
}
#contact_form .bold {
	font-weight: bold;
}
#contact_form .bold label {
	color: #19333F;
}
#contact_form textarea {
	display: block;
		margin-bottom: 10px;
}
#contact_form input {
	margin-bottom: 10px;
	display: block;
}
#contact_form input, #contact_form textarea {
	border: 2px solid #ccc;
	padding: 5px;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	
}
#contact_form {
	width: 600px;
	margin: auto;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;}
button.positive, .buttons a.positive{
	color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active, td.positive{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;}
.buttons a.negative, button.negative{
	color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active, td.negative{
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}
.error {
	padding: 10px;
	border: 2px solid #E39191;
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #19333F;
}
.notice {
	padding: 10px;
	border: 2px solid #A3BAA3;
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #19333F;
}
.no_margin {
	margin-bottom: 0px;
}
.feature_list {
	color: #19333F;
	font-size: 16px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
.top {
	margin-top: 10px;
}