/******        UNDO        *****/

a { text-decoration: none; }
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

/******        SITE        *****/

body {
	color: #000;
	margin: 0px auto;
	width: 980px;
	background-attachment: fixed;
	background-image: url(../../images/page-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 2px none #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
	font: .9em Verdana, Geneva, sans-serif;
}
#header {
	background-image: url(../../images/header-logo.jpg);
	background-position: center top;
	position: relative;
}
#header.no-slideshow {
	border-bottom: 8px solid #000;
}
#header .contact {
	float: right;
	height: 52px;
	width: 206px;
	position: relative;
	top: 30px;
	right: 27px;
}

#slideshow {
	height: 300px;
	border-top: 8px solid #121212;
	border-right-color: #121212;
	border-left-color: #121212;
	border-bottom: 8px solid #121212;
	position: relative;
}
#slideshow > div { 
    position: absolute; 
}
#nav {
	width: 100%;
	background-color: #59A1BA;
}
#content {
	background-color: white;
	background-image: url(../../images/page-tear.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#info {
	padding: 30px;
	float: left;
	width: 640px;
}
#info.full {
	background: #FFF;
	float: none;
	width: 920px;
}

#info h1 {
	font-size: 24px;
	color: #237CA3;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#info h2 {
	color: #8F740C;
	padding-bottom: 15px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}
#info h3 {
	color: #40939E;
	text-transform: uppercase;
}
#info h4 {
	font-size: 13px;
	color: #F57D50;
	font-weight: bold;
	text-transform: uppercase;
}
#info p {
	margin-bottom: 10px;
	line-height: 1.4em;
}
#info ul {
	margin-right: 5px;
	margin-left: 40px;
}
#info ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 8px;
}
#info ol li{
	margin-bottom: 8px;
}
.home-col-1 {
	width: 305px;
	float: left;
	background-image: url(../../images/home-col-1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 175px;
}
.home-col-2 {
	width: 305px;
	float: left;
	margin-left: 30px;
	background-image: url(../../images/home-col-2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 175px;
}


#sidebar {
	padding: 30px;
	float: left;
	width: 220px;
	line-height: 1.4em;
}
#sidebar p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
	color: #333;
}
#sidebar h1 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #237CA3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#sidebar h3 {
	color: #59A1BA;
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar a {
	color: #59A1BA;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#footer {
	font-size: 12px;
	color: #80B8CA;
	padding: 20px 30px;
	background-color: #59A1BA;
}
#footer .split {
	padding-top: 18px;
	border-top: 1px solid #000;
	margin-top: 13px;
}
#footer p {
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #EAF5FB;
}
#info a {
	color: #4796B4;
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}
#content #info li{
	list-style-type: none;
	list-style-image: url(../../images/bullet.gif);
}

/******        UTILITY       *****/
.clear {
	clear: both;
}
.text-small {
	font-size: 80%;
}
.text-black {
	color: #000;
}
.image_r {
	float: right;
	margin: 0px 0px 0px 10px;
}
.image_l {
	float: left;
	margin: 0px 10px 0px 0px;
}
.px-60-pd-5 {
	float: left;
	width: 50px;
	padding: 5px;
	font-size: 10px;
}
.px-120-pd-5 {
	float: left;
	width: 110px;
	padding: 5px;
	font-size: 10px;
}
.underline {
	border-bottom: 1px solid #66B3D2;
}
a.button {
	color: #CF0128;
	text-decoration: none;
	background: #FED1C0;
	font-size: 10px;
	padding: 5px;
	border: 1px solid #F8A586;
	text-transform: uppercase;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

a.button:hover {
	background: #F8A586;
}
/******        BUTTONS       *****/
.bt-1 {
	height: 88px;
	width: 261px;
	background-image: url(../../images/bt-southview.png);
	background-position: top;
	float: left;
}
.bt-1:hover {
	background-position: bottom;
}
.bt-2 {
	height: 88px;
	width: 261px;
	background-image: url(../../images/bt-chasingmustang.png);
	background-position: top;
	float: left;
	margin-left: 30px;
}
.bt-2:hover {
	background-position: bottom;
}
.bt-3 {
	height: 88px;
	width: 261px;
	background-image: url(../../images/bt-wintertime.png);
	background-position: top;
	float: left;
}
.bt-3:hover {
	background-position: bottom;
}

#footer ul.MenuBarHorizontal {
	margin-left: -8px;
}
#footer ul.MenuBarHorizontal a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	padding: 3px 8px;
	font-size: 11px;
	margin: 0;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	border-radius: 6px;
}

/* LARGE BUTTONS */


#content .lgbutton {
  -moz-border-radius: 4px;
  -moz-box-shadow: #545454 0px 0px 4px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #65BAF7;
  background-image: -moz-linear-gradient(0deg, #2F7FB8, #65BAF7);
  background-image: -ms-linear-gradient(0deg, #2F7FB8, #65BAF7);
  background-image: -o-linear-gradient(0deg, #2F7FB8, #65BAF7);
  background-image: -webkit-linear-gradient(0deg, #2F7FB8, #65BAF7);
  background-image: linear-gradient(0deg, #2F7FB8, #65BAF7);
  border-radius: 4px;
  border: 1px solid #4d546a;
  box-shadow: #545454 0px 0px 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-weight: bolder;
  margin: auto;
  padding: 11px 16px;
  text-decoration: none;
  text-shadow: #000000 -1px -1px 3px;
  transition: all 0.5s ease;
}

#content .lgbutton:hover {
  -moz-box-shadow: #454d63 0px 0px 2px;
  background-color: #2F7FB8;
  background-image: -moz-linear-gradient(0deg, #65BAF7, #2F7FB8);
  background-image: -ms-linear-gradient(0deg, #65BAF7, #2F7FB8);
  background-image: -o-linear-gradient(0deg, #65BAF7, #2F7FB8);
  background-image: -webkit-linear-gradient(0deg, #65BAF7, #2F7FB8);
  background-image: linear-gradient(0deg, #65BAF7, #2F7FB8);
  box-shadow: #454d63 0px 0px 2px;
  padding: 11px 16px;
	text-decoration: none;
}



/******     FOOTER NAV STYLE     *****/

#footer ul.MenuBarHorizontal a:hover, #footer ul.MenuBarHorizontal a:focus {
	border-radius: 6px;
	color: #59A1BA;
	background-color: #FFF;
	
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
   -moz-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
     -o-transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 200ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

/*****************************************/
/***              FORM 							   ***/
/*** NOTE DUPLICATES FOR FORM 2 BELOW  ***/
/*****************************************/

#contact-form {
	border: 1px solid #ccc;
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F0F7F9;
}
#contact-form fieldset {
  border: none;
}
#contact-form label {
	display: block;
	font-size: 0.8em;
	float: left;
	width: 90%;
	margin: 0px;
	padding: 0px;
}
#contact-form input[type="text"] {
	border: 1px solid #ccc;
	font-size: 1.1em;
	padding: 4px;
	width: 100%;
  float:left;
  margin: 0 0 6px 0;
}
#contact-form textarea {
	border: 1px solid #ccc;
	margin-left: 0px;
	vertical-align: top;
	width: 90%;
	height: 120px;
	float:left;
}
#contact-form input[type="submit"] {
	width: 120px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#contact-form textarea#msg:focus,
#contact-form input[type="text"]:focus {
	background-color: #E2FAD3;
}

/***            FORM 2							***/

#contact-form2 {
	border: 1px solid #ccc;
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F0F7F9;
}
#contact-form2 fieldset {
  border: none;
}
#contact-form2 label {
	display: block;
	font-size: 0.8em;
	float: left;
	width: 90%;
	margin: 0px;
	padding: 0px;
}
#contact-form2 input[type="text"] {
	border: 1px solid #ccc;
	font-size: 1.1em;
	padding: 4px;
	width: 100%;
  float:left;
  margin: 0 0 6px 0;
}
#contact-form2 textarea {
	border: 1px solid #ccc;
	margin-left: 0px;
	vertical-align: top;
	width: 90%;
	height: 120px;
	float:left;
}
#contact-form2 input[type="submit"] {
	width: 120px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#contact-form2 textarea#msg:focus,
#contact-form2 input[type="text"]:focus {
	background-color: #E2FAD3;
}

#content a.gallery-link {
	background-image: url(../../images/cam-icon-lg.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	display: block;
	background-color: #F0F7F9;
	text-indent: 45px;
	height: 26px;
	padding-top: 7px;
	font-weight: bold;
	color: #3FA9F5;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	-moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
#content a.gallery-link:hover {
	background-image: url(../../images/cam-icon-lg-ov.png);
	text-decoration: none;
	color: #FFF;
	background-color: #3FA9F5;
	
	-moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}