/* CSS Reset */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, {
 font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* HTML Reset */
* {
	margin: 0;
	padding: 0;
}
html {
        background: url(/images/bg_body.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
body {
	font: 100% Verdana, Arial, Helvetica;
	color: #333333;
	line-height: 150%;
	font-size: 12px;
}
/* Hyperlinks */
a:link, a:visited {
	color: #355C6D;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
	color: #E16926;
	text-decoration: none;
}
a img {
	border: 0px;
}
/* Paragraph and Headings */
p {
	margin: 15px 0;
}
h1 {
	font-size: 20px;
	font-family: 'verdana', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	line-height: 100%;
}
h2 {
	font-size: 16px;
	font-family: 'verdana', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #E16926;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
h3 {
	font-size: 14px;
	font-family: 'verdana', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #E16926;
	margin: 15px 0px;
	line-height: 100%;
}
h4 {
	font-size: 14px;
	font-family: 'verdana', 'arial', helvetica, sans-serif;
	font-weight: normal;
	color: #E16926;
	margin: 15px 0px;
	line-height: 100%;
}
h5 {
	font-size: 12px;
	font-family: 'verdana', 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #E16926;
	margin: 15px 0px;
	line-height: 100%;
}
h6 {
	font-size: 12px;
	font-family: 'verdana', 'arial', helvetica, sans-serif;
	font-weight: bold;
	color: #E16926;
	margin: 15px 0px;
	line-height: 100%;
}
/* Other HTML elements */
input, textarea, select {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 238px;
	font-family: 'verdana', 'arial', helvetica, sans-serif;
	font-size: 12px;
}
input.submitbutton{
	cursor:pointer;
	width: 250px;
	color: #41545E;
}
input.submitbutton:hover{
	background: #dddddd;
	color: #41545E;
}
code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
}
select {
	width: 130px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* Website Structure */
/* Header */
#header {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	background: none;
}
#banner {
	margin-bottom:0px;
	float: left;
	display: inline;
}
#banner a {
	margin: 0px;
	padding: 0px;
	line-height: 0%;
	line-spacing: 0%;
	display: inline;
	border: 0px;
	font-size: 0px;
}
/* Navigation Bar*/
#navbar {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #E16926 /* url(/images/navbar.jpg) no-repeat */;
	background-position: top center;
	width: 930px;
	font-size: 12px;
}
#page-bar {
	padding: 0px;
	margin: 0px;
}
#page-bar ul {
	list-style: none;
}
#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	/*border-right: 1px solid #999999;*/
}
#page-bar li:hover {
	background: #000000; /*Hover Colour*/
}
#page-bar .selectedanchor { 
	background: #000000;
	color: #ffffff;
}
#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding: 15px 15px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	text-decoration: none;
}
#page-bar a:hover {
	text-decoration: none;
	display: block;
	color: #ffffff;
}
#page-bar p {
	margin: 0;
	padding: 0;
}
/* Phone Number in Navigation */
#phonenav {
	width: 190px;
	float: right;
	font-size: 10pt;
	color: #555555;
	text-align: right;
	padding-top: 15px;
	margin-right: 10px;
	font-weight: bold;
}
/*Drop Downs */
/*Menu Item Hover*/
.selectedanchor {
	background: #000000;
}
/*Item Hover*/
.anylinkcss a:hover { /*hover background color*/
	background: #000000;
	color: #ffffff;
}
/* Main Drop Down Styling */
.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	/*border: 1px solid #999999;
	border-bottom-width: 0;*/
	font: normal 12px Verdana, Arial;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #E16926;
	width: 210; /* default width for menu */
}
.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	min-width: 100px;
}
.anylinkcss ul li a {
	display: block;
	/*border-bottom: 1px solid #999999;*/
	padding: 5px 5px;
	text-decoration: none;
	color: #ffffff;
}
/* Multi-Column Drop Down Menus */
.anylinkcsscols {
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
}
.anylinkcsscols .column {
	width: 130px;
	float: left;
}
.anylinkcsscols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkcsscols li {
	padding-bottom: 3px;
}
/* Drop Down Shadow */
.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
/* Body */
#content {
	width: 930px;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px;
	background: url(/images/transparency.png) repeat;
}
/* Slider */
#slider-wrapper {
	background: none /*url(/images/slider/slider.png) no-repeat*/;
	width: 930px;
	height: 100%;
	min-height: 100%;
	/*margin:0 auto;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#slider {
	position:relative;
	margin: 0px 0px 0px 0px;
	background:url(/images/slider/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:10px;
	/*bottom: 0px;*/
	top: 10px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/* Page Headings */
#business_name {
	padding: 20px 30px 20px 30px;
	background: #E16926;
	width: 870px;
}
/* Home Left */
#home_left {
	width: 590px;
	float: left;
	padding: 20px 30px 30px 30px;
	background: none;
	margin: 0px;
	clear: left;
}
/* Home Right */
#home_right {
	width: 250px;
	overflow:hidden;
	padding: 20px 30px 30px 0px;
	background: none;
	margin: 0px;
	float: right;
	clear: right;
}
/* Contact Left */
#contact_left {
	width: 590px;
	float: left;
	padding: 20px 30px 30px 30px;
	background: none;
	margin: 0px;
	clear: left;
}
/* Contact Right */
#contact_right {
	width: 250px;
	overflow:hidden;
	padding: 20px 30px 30px 0px;
	background: none;
	margin: 0px;
	float: right;
	clear: right;
}
/* Main Pages */
#page ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
#page {
	width: 870px;
	min-height: 100%;
	overflow: hidden;
	padding: 20px 30px 30px 30px;
	background: none;
	margin: 0px;
}
/* Photo Gallery */
#page_photogallery {
	width: 870px;
	min-height: 100%;
	overflow: hidden;
	padding: 30px;
	background: none;
	margin: 0px;
}
#gallery-container {
	width: 870px;
	padding: 30px 30px 0px 30px;
	background: url(/images/content-bg.png) repeat;
	margin: 0px 0px 0px 0px;
	min-height:100%;
}
/* Photo Gallery Thumbnails */
#thumbnail-all {
	margin: 0 auto;
	background: none;
	width: 164px;
	height: 100%;
}
#image-description {
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	background: none;
	color: #41545E;
	width: 140px;
	/*border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;*/
}
#image-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	height: 100%;
	/*border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;*/
	background: none;
	text-align: center;
}
#image-title:hover {
	background: none;
}
#thumbnail {
	margin: 0px;
	text-align: center;
	color: #151515;
	width: 160px;
	height: 120px; /* needed if you force the width of the thumbnail */
	background: none;
	overflow: hidden;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}
#image-title a {
	color: #355C6D;
}
#image-title a:hover {
	color: #E16926;
}
#thumbnail img {
	margin: auto;
	display:block;
	/*min-height: 160px;*/
	/*min-width: 160px;*/ /*this will force the width of the thumbnail making it a square */
}
#thumbnail img:hover {
	margin: auto;
	display:block;
}
/* Blog Page */
#blog_container {
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}
#blog_title {
	padding: 10px;
	background: #bbbbbb;
}
#blog_body {
	padding: 10px;
	background: #dddddd;
}
/* Footer*/
#footer {
	margin: 0 auto;
	width: 870px;
	font-size:10px;
	background: #E16926;
	color:#F1BC97;
	padding:10px 30px;
}
/* Footer Links */
#footer a:link, #footer a:visited {
color:#F1BC97;
text-decoration:none;
}
#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:none;
}
/* Float Properties*/
.clearfloat:after {
content:"."; 
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfloat {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}
*+html .clearfloat {
	height:1%;
	}
.clearfloat {
	display:block;
	}
