@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	color:#666;
}
.nav{
	padding:10px 0;	
}
.masthead{
	margin-top:20px;	
}
.sidebar{
	margin-top:20px;
}
.main-content{
	margin-top:20px;	
}
.footer-container{
	margin-top:20px;
	background-color:#414141;
}
.footer{
	margin:1px;
	padding:20px 10px;
	background-color:#414141;
	border:#fff 1px solid;
	color:#acacac;
	text-align:center;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.contact-callout{
	margin-top:30px;
	text-align:center;	
}
.photo-gallery{
	margin-top:20px;
	padding:20px 10px 10px 10px;
	background-color:#efefef;
	border:#d1d1d1 1px solid;
	text-align:left;
}
.ss-container{
	margin-bottom:15px;
	text-align:center;	
}
/*************************************************************************************
***XHTML******************************************************************************
*************************************************************************************/
h1{
	color:#55617e;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2{
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2.h2-finance-callout{
	margin:15px 0px 0px 0px;
	padding:40px 0px 40px 9px;
	color:#55617e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	text-transform:uppercase;
}
h3{
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.ul-finance-callout h3{
	color:#ffb217;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
h4{
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p{
	font-size:14px;
}
/*************************************************************************************
***LISITS*****************************************************************************
*************************************************************************************/
.sidebar ul{
	margin:0px 0px 0px 6px;
	padding:0;
	list-style-type:none;
}
.sidebar ul li{
	margin:0;
	padding:0px 0px 10px 0px;
}
.main-content ul{
	margin:0px 0px 0px 30px;
	padding:0;
}
.main-content ul li{
	margin:0;
	padding:5px 0px 5px 0px;
}
.main-content form ul{
	margin:10px;
	padding:0;
	list-style-type:none;
}
.main-content form ul li{
	margin:0;
	padding:0px 0px 10px 0px;
}
.main-content ul.ul-finance-callout{
	margin:15px 0px 50px 0px;
	padding:0;
	list-style-type:none;
}
.main-content ul.ul-finance-callout li{
	margin:0;
	padding:0px 0px 0px 40px;
	background-image:url(../images/star.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.main-content .photo-gallery ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.main-content .photo-gallery ul li{
	margin:0;
	padding:0;
	display:inline;
}
.main-content .ul-site-map{
	margin:0;
	padding:0;
	list-style-type:none;
}
.main-content .ul-site-map li{
	margin:0;
	padding:6px 0px 6px 0px;
	border-bottom:#ccc 1px dotted;
}
/*************************************************************************************
***FORMS******************************************************************************
*************************************************************************************/
.sidebar fieldset{
	padding:0 5px;
	border:#cbc6c6 1px solid;
	color:#414141;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/fieldset-bg.png);
}
.sidebar fieldset.fieldset-join-email{
	padding:0 5px;
	border:#cbc6c6 1px solid;
	color:#414141;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/fieldset-bg.png);
	background-position:top;
}
.sidebar fieldset legend{
	background-color:#fff;	
}
.sidebar fieldset input{
	vertical-align:middle;
}
.sidebar input, .sidebar select{
	padding:2px;
	color:#999;
}
.main-content fieldset{
	padding:0 5px 15px;
	border:#cbc6c6 1px solid;
	color:#414141;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.main-content fieldset input{
	width:80%;
}
.main-content fieldset input.submit-bttn{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:5px;
	background-color:#55617e;
	border:1px solid #999999;
	color:#FFFFFF;
	font-style:normal;
	width:auto;
}
.main-content label span{
	display:block;
	font-size:13px;
}

/*************************************************************************************
***DATEPICKER*************************************************************************
*************************************************************************************/
/*SEE http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePicker.html FOR DETAILS*/
table.jCalendar {
	background: #333;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #666;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #9CF;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background-image:url(../images/cal-pop-bg.jpg);
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
	border:#fff double;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	padding-bottom:5px;
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	color:#fff;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/cal-icon.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 202px;
	float: left;
}
/*************************************************************************************
***IMAGES*****************************************************************************
*************************************************************************************/
.photo-gallery img{
	padding:2px;
	margin:10px 20px;
	background-color:#fff;
	border:#333 1px solid;
}
img.img-specials{
	margin-bottom:15px;	
}
/*************************************************************************************
***GOOGLE SEARCH**********************************************************************
*************************************************************************************/
.main-content .gsc-tabHeader.gsc-tabhActive{
	display:none;
}
.main-content .gs-result .gs-title, .main-content .gs-result .gs-title * {
	margin-top:20px;
	text-decoration:none;
}
.main-content .gs-result .gs-title b, .main-content .gs-result .gs-title b * {
	font-style:italic;
}
.main-content .gs-result .gs-snippet {
	line-height:22px;
	font-size:12px;
	color:#555;
}
.main-content .gsc-resultsHeader {
	border-bottom:none;
}
.main-content .gs-result a.gs-visibleUrl, .main-content .gs-result .gs-visibleUrl {
	color:#525e7c;
	font-style:oblique;
}

/*************************************************************************************
***LINKS******************************************************************************
*************************************************************************************/
a:link{
	text-decoration:none;
	color:#55617e;
}
a:visited{
	text-decoration:none;
	color:#55617e;
}
a:hover{
	text-decoration:underline;
	color:#900;
}
a:active{
	text-decoration:none;
	color:#55617e;
}

.nav a:link{
	margin:0 5px;
	text-decoration:none;
	color:#fff;
}
.nav a:visited{
	margin:0 5px;
	text-decoration:none;
	color:#fff;
}
.nav a:hover{
	margin:0 5px;
	text-decoration:none;
	color:#ffcc00;
}
.nav a:active{
	margin:0 5px;
	text-decoration:none;
	color:#fff;
}

.footer a:link{
	text-decoration:none;
	color:#acacac;
}
.footer a:visited{
	text-decoration:none;
	color:#acacac;
}
.footer a:hover{
	text-decoration:none;
	color:#ffcc00;
}
.footer a:active{
	text-decoration:none;
	color:#acacac;
}
.main-content div.gs-title a:link{
	border-bottom:#069 1px dotted;
	text-decoration:none;
	color:069;
}
.main-content div.gs-title a:visited{
	border-bottom:#069 1px dotted;
	text-decoration:none;
	color:069;
}
.main-content div.gs-title a:hover{
	border-bottom:#900 1px dotted;
	text-decoration:none;
	color:#900;
}
.main-content div.gs-title a:active{
	border-bottom:#069 1px dotted;
	text-decoration:none;
	color:069;
}
