/* Layout Style Sheet :: ourbutton.com */
/* Author :: Alex Stanhope for 247 Creative */
/* Copyright :: The Author, All rights reserved */

body {
	background: #fff;
	text-align: center;
    font-family: Arial, Tahoma, Verdana, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

html {
	height: 100%;
}

/* Formatting Styles */

img {
	border: 0px;
}

br.clear {
	clear: both;
	height: 0.01em;
}

.bold {
	font-weight: bold;	
}

.right {
	text-align: right;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #333;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.image_left {
	float: left;
	padding: 0px 10px 0px 0px;
}

.copy_right {
	float: left;
}

.content_right_image {
	float: right;
	width: auto;
	height: auto;
}

.content_left_image {
	float: left;
	width: auto;
	height: auto;
}

div.message {
	background: url(../images/layout/bg_message.gif) top left no-repeat;
	width: 460px;
	height: 30px;
	margin: 20px 0px 20px 0px;
}

/* Container Styles */

#container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	text-align: left;
	background: #fff url(../images/layout/bg_body_towns.gif) top left repeat-x;
}

#container_content {
	position: relative;
	width: 760px;
	height: auto;
	margin: 0px auto;
	z-index: 1;
}

/* Header Styles */

div#masthead {
	position: relative;
	width: 750px;
	height: 55px;
	margin: 0px auto 10px auto;
}

#logo {
	float: left;
	width: 220px;
	height: 45px;
	padding-top: 10px;
}

#login {
	float: right;
	width: 145px;
	height: auto;
	margin: 0px;
}

/* Main Navigation Styles */

#navbar {
	position: relative;
	width: 750px;
	height: 35px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	background: #fff;
	z-index: 200;
}

/* Main Navigation Menu Styles */

#main_navigation {
	background: url(../images/layout/buttons_nav.gif) top left no-repeat;					
	width: 750px;		
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#main_navigation li span { 
	display: none;
}

#main_navigation li {
	float: left;
	list-style: none;
}

#main_navigation li, #main_navigation a { 
	height: 35px;
	display: block;
}

#main_navigation_01 {
	margin-top: 0px; 
	width: 95px;
}

#main_navigation_02 {
	margin-top: 0px; 
	width: 146px;
}

#main_navigation_03 {
	margin-top: 0px; 
	width: 110px;
}

#main_navigation_04 {
	margin-top: 0px; 
	width: 109px;
}

#main_navigation_01 a:hover { background:url(../images/layout/buttons_nav.gif) -750px 0px no-repeat; }
#main_navigation_02 a:hover { background:url(../images/layout/buttons_nav.gif) -845px 0px no-repeat; }
#main_navigation_03 a:hover { background:url(../images/layout/buttons_nav.gif) -991px 0px no-repeat; }
#main_navigation_04 a:hover { background:url(../images/layout/buttons_nav.gif) -1101px 0px no-repeat; }

#navbar .input {
	width: 187px;
	height: 22px;
	padding: 3px 5px 3px 50px;
	text-align: left;
	background: transparent url(../images/layout/bg_input_search_buttons.gif) top center no-repeat;
	border: none;
	font-weight: bold;
	color: #444;
}

/* Content Styles */

#content {
	clear: both;
	width: 750px;
	height: 100%;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

#towninfo {
	position: relative;
	width: 750px;
	height: 150px;
	margin: 0px auto;
	background: #fff url(../images/layout/bg_town_info.jpg) top left no-repeat;
}

#towninfo_inner {
	position: relative;
	width: 700px;
	padding: 15px 20px 20px 20px;
}

#buttons {
	margin: 15px auto;
	width: 750px;
}

/* Button Styles */

div.button {
	float: left;
	width: 230px;
	font-weight: bold;
	margin: 0px 0px 15px 15px;
}

div.orangefull {
	position: relative;
	width: 750px;
	font-weight: bold;
	margin: 15px 0 !important;
}

div.button_top {
	background: #dc0800 url(../images/layout/bg_button_top.gif) top left no-repeat;
	width: 230px;
	height: 20px;
}

div.orangefull .button_top {
	width: 750px !important;
}

.orange div.button_top {
	background: #de5c00 url(../images/layout/bg_button_top_orange.gif) top left no-repeat !important;
}

.orangefull div.button_top {
	background: #de5c00 url(../images/layout/bg_button_top_orange_full.gif) top left no-repeat !important;
}

.yellow div.button_top {
	background: #deb900 url(../images/layout/bg_button_top_yellow.gif) top left no-repeat !important;
}

.micro div.button_top {
	background: #004ade url(../images/layout/bg_button_top_micro.gif) top left no-repeat !important;
}

div.button_content_top {
	padding: 0px 10px;
	width: 210px;
	color: #fff;
	height: 32px;
	text-align: center;
	vertical-align: top;
}

div.orangefull .button_content_top, div.orangefull .button_content_bottom {
	width: 750px !important;
	padding: 0 !important;
}

div.button_content_bottom {
	padding: 0px 10px;
	width: 210px;
	color: #fff;
	height: 15px;
	text-align: center;
}

div.button_main {
	background: #dc0800 url(../images/layout/bg_button_content.gif) repeat-y;
	width: 230px;
	height: 100%;
	margin: 0px;
}

div.orangefull .button_main {
	width: 750px !important;
}

.orangefull div.button_main {
	background: #de5c00 url(../images/layout/bg_button_content_orange_full.gif) repeat-y !important;
}

.orange div.button_main {
	background: #de5c00 url(../images/layout/bg_button_content_orange.gif) repeat-y !important;
}

.yellow div.button_main {
	background: #deb900 url(../images/layout/bg_button_content_yellow.gif) repeat-y !important;
}

.micro div.button_main {
	background: #004ade url(../images/layout/bg_button_content_micro.gif) repeat-y !important;
}

div.button_bottom {
	background: #dc0800 url(../images/layout/bg_button_bottom.gif) top left no-repeat;
	width: 230px;
	height: 20px;
}

div.orangefull .button_bottom {
	width: 750px !important;
}

.orange div.button_bottom {
	background: #de5c00 url(../images/layout/bg_button_bottom_orange.gif) top left no-repeat !important;
}

.orangefull div.button_bottom {
	background: #de5c00 url(../images/layout/bg_button_bottom_orange_full.gif) top left no-repeat !important;
}

.yellow div.button_bottom {
	background: #deb900 url(../images/layout/bg_button_bottom_yellow.gif) top left no-repeat !important;
}

.micro div.button_bottom {
	background: #004ade url(../images/layout/bg_button_bottom_micro.gif) top left no-repeat !important;
}

/* Showbox Styles */

div.content {
	float: left;
	width: 250px;
	margin: 0 0 10px 0;
}

.border {
	border: 2px solid #ccc;
	border-width: 0 2px 0 0;
	margin-right: 20px !important;
}

.contact{
	width: 300px !important;
}

/* Footer Styles */

#footer {
	clear: both;
	width: 760px;
	height: auto;
	margin: 0px auto 0px auto;
	background: #fff url(../images/layout/bg_footer.gif) top center no-repeat;
	padding: 70px 0px 20px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
}

/* Advertising Styles */

#advertising {
	position: absolute;
	top: 350px;
	left: 0px;
	width: 100%;
	height: 600px;
	overflow: hidden;
	display: block;
	text-align: right;
	z-index: 0;
}

#advertising_inner {
	margin-left: -60px;
	position: absolute;
	left: 50%;
	width: 120px;
	height: 600px;
	visibility: visible;
	z-index: 0;
}
	
.skyscraper {
	position: absolute;
	top: 0px;
	left: 450px;
	display: block;
}

/* Text Styles */

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #a20101;
	margin: 0px 0px 10px 0px;
}

h2, .important  {
	font-size: 1.3em;
	font-weight: bold;
	color: #a20101;
	margin: 0px 0px 15px 0px;
}

.showbox h1 {
	color: #004ade !important;
}

.showbox h2 {
	font-size: 1.4em;
	color: #004ade !important;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

.showbox h3 {
	font-size: 1.3em;
	margin: 10px 0px !important;
	line-height: 1.5em;
	font-weight: normal;
	padding: 10px 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
	font-style: italic;
}

.button h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	line-height: 1.1em;
	text-transform: capitalize;
}

.showbox h4 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 0 -10px 0 !important;
}

.button h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin: 0 !important;
}

.button p {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal !important;
}

#sidebar h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #a20101;
	margin: 0px;
	padding: 7.5px 0px 5px 30px;
}

h3.search {
	background: url(../images/layout/bullet_search.gif) top left no-repeat;
}

h3.testimonials {
	background: url(../images/layout/bullet_testimonials.gif) top left no-repeat;
}

h3.secure {
	background: url(../images/layout/bullet_secure.gif) top left no-repeat;
}

.sidebar_content p {
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	line-height: 1.7em;
	width: 180px;
}

p.stats {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.6em;
	margin: -5px 0px 0px 0px;
	color: #fba345;
}

p.emphasis {
	font-size: 1.4em;
	font-weight: bold;
	margin: -10px 0px 10px 0px;
	color: #a20101;
}

p.emphasis_sml {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	color: #333;
}

.showbox p {
	font-size: 1.2em;
	line-height: 1.7em;
	padding-right: 0 !important;
}

#content p, #content_right p {
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	line-height: 1.7em;
	padding-right: 290px;
}

p.message_text {
	padding: 5px 0px 0px 45px;
	font-weight: bold;
}

p.back {
	margin:15px 0 0 0 !important;
	padding: 0 0 0 20px;
	background: url(../images/layout/bullet_arrow_back.gif) 0% 40% no-repeat;
}

#top {
	clear: both;
	background: url(../images/layout/bullet_arrow_up.gif) 0% 85% no-repeat;
	padding: 20px 0px 0px 20px;
}

p.important {
	background: url(../images/layout/bullet_important.gif) center left no-repeat;
	padding: 2px 0px 2px 35px;
	font-weight: bold;
}

/* List Styles */

li {
	list-style-type: none;
}

ul.standard {
	font-size: 1.2em;
	margin-bottom: 5px;
}

ul.standard li {
	background: url(../images/layout/bullet_tick.gif) top left no-repeat;
	padding: 0px 0px 10px 20px;
	margin-left: -25px;
	line-height: 1.7em;
}

.showbox ul {
	font-size: 1.4em;
	margin: 20px 0px 0px -20px;
}

.showbox ul li {
	list-style-type: none;
	background: #fff url(../images/layout/bullet_arrow.gif) top left no-repeat;
	padding: 0px 15px 0px 20px;
	margin: 0px 0px 5px 0px;
	color: #666;
}

dl.button {
	float: left;
	width: 230px;
	font-weight: bold;
	background-color: #990000;
	color: #fff;
	margin-left: 15px;
}

dl.button dt, dl.button dd {
	text-align: center;
	margin: 5px auto;
}

dl.button dt {
	font-size: 1.3em;
}

dl.button dd {
	font-size: 1.2em;
}

/* Link Styles */

.button a:link, .button a:visited {
	color: #fff;
	text-decoration: none;
}

.button a:hover {
	color: #fff;
	text-decoration: none;
}

a:link, a:visited, #sidebar a:link, #sidebar a:visited {
	font-weight: bold;
	color: #c20000;
	text-decoration: none;
}

a:hover, #sidebar a:hover {
	font-weight: bold;
	color: #c20000;
	text-decoration: underline;
}

.showbox a {
	color: #004ade !important;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

/* Form Element Styles */

fieldset {
	border: 0px;
	margin: 0px;
}

#searchForm {
	position: absolute;
	top: 4px;
	right: 0px;
}

/* AJAX Town Search Styles */

#townlist {
	display: none;
	position: absolute;
	top: 27px;
	left: 35px;
	width: 185px;
	float: left;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#townlist div {
	font-size: 1.1em;
	padding: 2px;
}

#townlist div.townselected {
	background-color: #cccccc;
}

/* Lightbox Styles */

.showbox {
	color: #333;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 340px;
	margin-top: -165px;
	margin-left: -360px;
	padding: 10px;
	border: 10px solid #b8b8b8;
	background-color: white;
	text-align: left;
	z-index: 1001 !important;
	overflow: auto;	
}

#overlay{
	display: none;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 90;
  	width: 100%;
  	height: 100%;
  	background-image: url(../images/layout/alpha.png);
}

.lightbox[id]{ 
	/* IE6 and below Can't See This */    
	position: fixed;   
} 

#overlay[id]{ 
	/* IE6 and below Can't See This */    
	position: fixed;
}

div.boxfooter {
	clear: both;
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
	padding: 10px 0 0 0;
	margin: 0 !important;
}

.showbox p.info {
	float: left;
	font-size: 1.1em !important;
	margin: 0 !important;
	width: 450px !important;
}

.showbox p.close {
	float: right;
	text-align: right;
	margin: 5px 0 0 0 !important;
}

small{
	width:100%;
	font-size:1.1em;
}
