﻿/* CSS Document */
img {
	border: none;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	/*background-color: #D1D1D1;*/
	background: transparent url('../images/skin/core/back.jpg') repeat 0 0;
}
.clear {
	clear: both;
}
#pagesurround {
	background-repeat: repeat-y;
	background-color: #660000;
	background-image: url('../images/skin/summer/site-s_04.jpg');
	width: 780px;
	margin: 0 auto;
	padding-right: 130px;
	position: relative;
	box-shadow: 0px 0 15px #1F1F1F
}
#header-banner {
    background-color: #660000;
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    color: white;
}
    #header-banner a {
        color: white;
    }
#header {
	height: 159px;
	background: transparent url('../images/skin/summer/site-s_01.jpg') no-repeat 0 0;
}
#contentwrapper {
    margin: 0 0 0 175px;
	background: transparent url('../images/skin/summer/site-s_03.jpg') no-repeat 0 0;
}
#navcol {
	width: 150px;
	float: left;
	background: transparent url('../images/skin/summer/site-s_02.jpg') no-repeat 0 0;
	height: 397px;
}
#menu {
	margin: 40px 0 0 20px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul a {
	width: 125px;
	min-height: 17px;
	display: block;
	text-align: center;
	border: 2px solid #660000;
	text-decoration: none;
	color: #330000;
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFCCCC;
}
#menu a:hover, #menu a:active {
	color: #CCCCCC;
	background-color: #660000;
}
#social-toolbar {
	margin-top:20px;
}
#social-toolbar > div {
	float: left;
    margin-right: 10px;
}
#footmenu ul {
	text-align: center;
}
#footmenu li {
	list-style-type: none;
	display: inline;
}
#footmenu a {
	text-decoration: none;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
}
#footmenu a:hover {
	/*color: #CCCCCC;
	background-color: #660000;*/
	text-decoration: underline;
}
#content {
	padding:20px 20px 0 20px;
}
#footer {
	margin-top: 20px;
	margin-left: 175px;
	clear: both;
	padding-bottom: 5px;
}
#banner {
	width: 120px;
	position: absolute;
	top: 0;
	right: 5px;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	z-index:5;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.maroon {
	color: #fef4e9 !important;
	border: solid 1px #4D1313;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#DF8181), to(#660000));
	background: -moz-linear-gradient(top,  #DF8181,  #660000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF8181', endColorstr='#660000');
}
.maroon:hover {
	background: #420000;
	background: -webkit-gradient(linear, left top, left bottom, from(#B35050), to(#420000));
	background: -moz-linear-gradient(top,  #B35050,  #420000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B35050', endColorstr='#420000');
}
.maroon:active {
	color: #FFE5E5 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#DF8181));
	background: -moz-linear-gradient(top,  #660000,  #DF8181);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#660000', endColorstr='#DF8181');
}
img.shadow{
	-moz-box-shadow:3px 3px 6px #888888;
	-webkit-box-shadow:3px 3px 6px #888888;
	box-shadow:3px 3px 6px #888888;
}
.caption {
	display: block;
	margin-top: 10px;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
}

hr {
	color: #660000;
	width: 95%;
}

a:link,a:active,a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover		{
	text-decoration: underline;
	color : #420000;
}

.page-title {
	text-align: center;
	/*color: #000066;*/
}
h1.heading,h2.heading,h3.heading,h4.heading {
	text-align: center;
}
.heading {
	color: #000066;
	font-weight: bold;
}

A.mAd:link,A.mAd:active,A.mAd:visited {
	color : #FFFFFF;
}
A.mAd:hover		{
	text-decoration: underline;
	color : #FFFF00;
}

table {
	font-size: 12px;
}
table th {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.squirrel-rates-container table td,
.squirrel-contactus-container table td {
	vertical-align: text-top;
}

.squirrel-contactus-container input.full-width {
	width: 100%;
}

.squirrel-contactus-container input[type="button"]:disabled,
.squirrel-contactus-container input[type="button"]:disabled:hover {
	color: #636363;
	cursor: default !important;
}

.squirrel-contactus-container textarea.full-width {
	width: 100%;
}

.input-validation-help-message {
	display: none;
	color: red;
}

select.invalid ~ .input-validation-help-message,
textarea.invalid ~ .input-validation-help-message,
input.invalid ~ .input-validation-help-message {
	display: block;
}

/* Fail and Success Widgets */
.fail, .success{
	color:#FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:10px 10px 10px 40px;
	font-weight:bold;
	margin:10px 0;
	display:none;
	text-align:left;
	background-position: 5px 4px;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:16px;
}
.fail span, .success span{
	text-decoration:underline;
}
.fail p, .success p{
	margin-top:5px;
}
.fail a, .fail a:visited, .success a, .success a:visited{
	color:#FFFFFF !important;
}
.fail ul, .success ul, .fail p, .success p{
	font-weight:normal;
}
.fail {
	border:2px solid #660000;
	background-image:url('../images/icons/warning.png');
	background-color: #FFCCCC !important;
	color: #330000 !important;
}
.success {
	border:2px solid #008837;
	background-image:url('../images/icons/accept.png');
	background-color:rgb(98, 155, 55);
}
span.try-again {
	background: transparent url('../images/icons/repeat.png') no-repeat center right;
	padding:5px 26px 5px 0;
	font-weight:bold;
}
span.try-again:hover {
	cursor:pointer;
	text-decoration:underline;
}

/* Input Decorations */
label{
	/*color:#59a5bf;*/
	font-weight: bold;
}
input[type=text], select, textarea {
	border:1px #ced6ec solid;
	background-color:#dbedf3;
	color: #000;
	padding:2px;
	-moz-border-radius:5px;
	-webkit-border-radus:5px;
	border-radius:5px;
}
input.invalid, select.invalid, textarea.invalid {
	background: #f8dbdb !important;
	border-color: #e77776;
}
/*input.valid, select.valid, textarea.valid {
	background-color:#9AEC82 !important;
	border-color: #45A640;
}*/