html, body {
	background: #03192d;
	color: #3f3d3d;
	font: 62.5% Arial, Verdana, san-serif;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	}

h1, h2 {
	color: #0b447a;
	font-size: 1.3em;
	padding-bottom: 10px;
	}
	
h3 {
	color: #0b447a;
	font-size: 1.2em;
	}
	
ul {
	list-style: none;
	}	
	
a:link, a:visited {
	color: #0b447a;
	}
	
a:hover {
	text-decoration: none;
	}
	
img {
	border: 0;
	}
	
p {
	line-height: 2em;
	padding-bottom: 10px;
	}
	
#wrapper {
	background: url(images/main_bg.jpg) repeat-y;
	margin: 0 auto;
	width: 817px;
	}

/* MISC CLASSES */

.fl-lft {
	float: left;
	}
	
.fl-rt {
	float: right;
	}

.img_right {
	float: right;
	padding: 0 0 4px 8px;
	}
	
.img_left {
	float: left;
	padding: 0 8px 4px 0;
	}
	
.center {
	text-align: center;
	}
	
.clear {
	clear: both;
	width: 100%;
	}
	
.clear_section {
	clear: both;
	height: 20px;
	width: 100%;
	}	
	
/* HEADER */	
	
.header {
	height: 200px;
	width: 100%;
	}
	
#header_index {
	background: url(images/header.jpg) top left no-repeat;
	}
	
/* MAIN MENU */

#main_menu {
margin: 0px;
font: bold 13px Arial;
height: 34px;
width: 717px;
background: black url(images/menu_tile.jpg) center center repeat-x;
}

#main_menu li {
display: inline;
}

#main_menu li a {
float: left;
color: white;
padding: 9px 29px;
text-decoration: none;
}

#main_menu li a.border {
border-right: 1px solid white;
}

#main_menu li a:hover, .current {
color: #fff;
background: transparent url(images/menu_active.jpg) center center repeat-x;
}

.margin_bottom {
	margin-bottom: 10px;
	}

/* CONTENT STRUCTURE */
	
#content {
	padding: 0 50px;
	position: relative;
	font-size: 2em;
	}

.column_left {
	border: 1px solid #c6d2dd;
	float: left;
	margin-right: 10px;
	width: 417px;
	padding: 15px;
	}	
	
.column_left ul {
	margin-bottom: 20px;
	}	
	
.column_left li {
	line-height: 1.5em;
	}	
			
.column_news {
	border: 1px solid #c6d2dd;
	float: right;
	line-height: 1.7em;
	padding: 19px 15px 5px 15px;
	width: 225px;
	}
		
.column_news li {
	margin-bottom: 9px;
	}
	
.column_right {
	border: 1px solid #c6d2dd;
	float: right;
	line-height: 1em;
	padding: 15px 15px 0px 6px;
	width: 234px;
	}
	
#slideshow_wrapper {
	margin-bottom: 5px;
	padding: 10px;
	border-top: 1px solid #ffffff;
	width: 697px;
	height: 313px;
	background: #dedede url(images/player_bg_lg.gif) bottom left repeat-x;
	}
	
#slideshow {
	background: #ffffff; 
	float: left;
	width: 439px;
	height: 313px;
	}
	
.slideshow_info {
	background: #ffffff url(images/player_bg_sm.gif) bottom left repeat-x;
	float: right;
	width: 245px;
	height: 311px;
	border: 1px solid #8f8f91;
	overflow: hidden;
	}
	
.slideshow_info p {
	line-height: 1.7em;
	padding: 0px 15px 15px 15px;
	}
	
.slideshow_info h2 {
	text-align: center;
	padding-bottom: 0px;
	margin: 15px 15px 10px 15px;
	border-bottom: 1px solid #cf7902;
	}
	
	
/* PAGE SPECIFIC CONTENT */

				/* index */
				
.contact_field {
	padding: 0px 0px 0px 10px;
	}
	
#indicates {
	margin-left: 18px;
	}

#contact_form {
	background: #ebebe8;
	padding: 15px 15px 0 0;
	width: 240px;
	}
	
#contact_form h2 {
	margin: 0 0 5px 8px;
	}
	
#contact_form li {
	padding-bottom: 0px;
	}
	
#contact_form li img {
	vertical-align: baseline;
	}

#clients {
	border: 1px solid #c6d2dd;
	clear: both;
	width: 100%;
	}

#client_title {
	float: left;
	font-size: 2.6em;
	font-weight: bold;
	padding: 10px 10px 0 10px;
	color: #0b447a;
	}
	
#client_contact {
	display: inline;
	float: right;
	height: 41px;
	line-height: 1.2em;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	text-align: center;
	}
	
#clients ul {
	float: left;
	padding-top: 5px;
	}
	
#clients li {
	display: inline;
	}
	
					/*About*/
						
#underline {	
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cf7902;
	}	
	
	
					/* Gear Page */

body.gear .column_left {
	width: 685px;
	}	
	
body.gear ul.sub_menu {
	line-height: 2em;
	}	
	
body.gear ul.sub_menu li {
	display: inline;
	background: url(images/dot.gif) left center no-repeat;
	padding-left: 12px;
	margin-left: 2px;
	}	
					/* Rates */
					
body.rates .column_left {
	border: 1px solid #c6d2dd;
	float: left;
	line-height: 2em;
	margin-right: 10px;
	padding: 15px;
	width: 225px;
	}
			
body.rates .column_news {
	border: 1px solid #c6d2dd;
	float: right;
	width: 417px;
	padding: 15px;
	position: relative;
	}		
				
span.rates {
	font-weight: bold;
	}				
	
#hour {
	border: 1px solid #c6d2dd;
	float: left;
	display: inline;
	margin-left: 30px;
	padding-top: 5px;
	height: 55px;
	width: 150px;
	text-align: center;
	}
	
#deposit {
	border: 1px solid #c6d2dd;
	float: right;
	display: inline;
	margin-right: 30px;
	padding-top: 5px;	
	height: 55px;
	width: 150px;
	text-align: center;
	}	
	
#hour #hourbutton {
	margin-left: 14px;
	}	
	
#deposit #depositbutton {
	margin-left: 15px;
	}	
	
#cards {
	clear: both;
	padding: 20px 0 29px 115px;
	}		
	
body.rates .column_news span {
	font-weight: bold;
	}	
	
	
/* base font size and family for the entire widget */
body.rates .column_news .googlecart-widget *,
body.rates .column_news .googlecart-widget {
  font-family: Arial, sans-serif;
  color: #193753;
}
	
	
body.rates .column_news #googlecart-widget,
body.rates .column_news #googlecart-widget-spacer {
	margin-top: 0;
	margin-right: 0;
	float: right;
	margin-right: -160px;
	margin-top: -16px;
	}	
		
 .override #googlecart-widget-head {
 	background: #fff4c6;
	border: 2px solid #c6d2dd;
    width: 140px; 
	height: 20px;
	line-height: 22px;
  }
  
  .override #googlecart-arrow {
  margin: .4em .4em 0 .5em;
}


  .override #googlecart-title {
    font-size: 12px; 
  }
  .override #googlecart-summary {
    font-size: 12px;
  }
  
body.rates .column_news #googlecart-widget .googlecart-widget-title {
  display: block;
  color: #144371;
  font-size: .8em;
  font-weight: bold;
  }
	
	
		
					/* Contact Page */
					
	
					
.looking {
	padding: 15px 0px 15px 0px;
	}

/* FOOTER */
	
#footer {
	background: url(images/footer.jpg) top left no-repeat;
	height: 220px;
	text-align: center;
	width: 100%;
	margin-top: -80px;
	}
	
#footer .spacer {
	font-weight: none;
	padding: 0 4px;
	}
	
#footer ul a:link, #footer ul a:visited {

	}
	
#footer ul {
	color: #0b447a;
	margin-bottom: 5px;
	padding-top: 125px;
	}
	
#footer li {
	display: inline;
	font-size: 2em;
	}
	
#footer p {
	font-size: 11px;
	font-weight: bold;
	}	
	
#footer p a {
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
	}	
	
#footer p a:hover {
	text-decoration: underline;
	}		
	
	
