@charset "utf-8";
/* CSS Document */

body {
	background-color:#2E78C6;
	background-attachment: fixed;
	background-image: url(../images/backgrounds/bajadesert.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-variant:small-caps;
}
a {
	color:#009;	
}
a:hover {
	color:#FF0000;	
}
a:visited {
	color:#009;	
}
#wrapper {
	position:relative;
	width:950px;
	border:2px solid black;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;	
}
#header {
	position:relative;
	clear:both;
	height:175px;
	padding:0;
	border-bottom:1px solid black;	
}
.location {
	position: absolute;
	bottom:5px;
	text-align:center;
	color:#3657A6;
	width:950px;
}
#topnav {
	position:relative;
	clear:both;
	height:24px;
	border-bottom:1px solid black;
	background-image: url(../images/menutile.jpg);
	background-repeat: repeat-x;
	padding-left:2px;
	padding-top:1px;
}
#content {
	position:relative;
	clear:both;
	min-height:450px;
	padding:8px;	
}
.homeVideo {
	position:relative;
	margin-top:10px;
	text-align:center;	
}
.specializing {
	position:relative;
	text-align:center;
	font-size:1.3em;
	margin-top:10px;
	margin-bottom:10px;
	font-variant: small-caps;
}
#footer {
	position:relative;
	clear:both;
	padding:0;
	border-top:1px solid black;
	background-image: url(../images/footer_logo_3.jpg);
	background-repeat: no-repeat;
	height:165px;
	background-position: 0px 35px;
}

.footerName {
	position:absolute;
	top:53px;
	left:125px;
	color:white;
	font-size:2em;
	line-height:1em;
	font-variant: small-caps;
}
.footertext {
	position: relative;
	margin-top:0;
	text-align:center;
	color: white;
	font-size:1.75em;
	left: -50%; 
}
.footerPhone {
	position:absolute;
	top:55px;
	right:15px;
	color:white;
	font-size:1.25em;
	line-height:1em;
	font-variant: small-caps;
	text-align: right;
}
.footerAddress {
	position:absolute;
	top:100px;
	right:15px;
	color:white;
	font-size:1.3em;
	line-height:1em;
	font-variant: small-caps;
	text-align:right;
}
.footerHours {
	position: absolute;
	top: 145px;
	right: 15px;
	color: white;
	font-size: 1em;
	text-align: right;
}
.footer_social {
	position:relative;
	text-align:center;
	border:1px solid white;	
}
#copyright {
	position:absolute;
	bottom:-5px;
	width:100%;
	padding:5px;
	font-size:0.8em;
	color:#CCC;
	text-align:center;
}
#copyright a {
	color:#CCC;	
}
.inputbox {
	background-color:#F3F3F3;
	border: 2px inset #333;
}
.errorMsg {
	position:relative;
	background-color:yellow;
	width:475px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:1px solid red;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:red;
}
.successMsg {
	position:relative;
	background-color:#ccc;
	width:475px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:1px solid blue;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:black;
}
.contact_info {
	position:relative;
	float:right;
	width:425px;
	text-align:center;
	margin-right:10px;	
	font-size:1.3em;
	font-weight:bold;
}
/*QUOTE PAGE*/
.quotetext {
	position:relative;
	width:47%;
	float:left;
	margin-left:15px;
	border:3px ridge grey;
	background-color: #CCCCCC;
	background-image: url(/service/images/home3BG.jpg);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:5px;
	font-size:1.3em;
}
.quotephone {
	font-size:1.25em;	
}
.quoteform {
	position:relative;
	width:47%;
	float:right;
	margin-right:15px;
	border:3px ridge grey;
	background-color: #CCCCCC;
	background-image: url(/service/images/home3BG.jpg);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:5px;
}
.quotefieldset {
	margin:10px;	
}
#popupWrapper {
	position:relative;
	width:90%;
	margin:auto;
	background-color:white;	
	padding:8px;
	border:2px solid black;
}
.event_div {
	position:relative;
	float:left;	
}
.event_title {
	position:relative;
	font-variant:small-caps;
	margin-left:25px;
	color:blue;
	font-size:1.25em;	
}
.event_date {
	position:relative;
	color:black;
	margin-left:25px;
	font-size:1.1em;	
}
.event_details {
	position:relative;
	margin-left:25px;
	margin-top:15px;
	color:blue;
	font-size:1.1em;	
}
.event_location {
	position:relative;
	margin-left:25px;
	font-size:1.1em;	
}
.event_link a {
	position:relative;
	margin-left:25px;
	font-size:.9em;	
	font-variant:small-caps;
}
.button {
	border:none;	
}
.shadow {
	margin:5px;
	-webkit-box-shadow:  3px 3px 10px #000;
	-moz-box-shadow:  3px 3px 10px #000;
	box-shadow:  3px 3px 10px #000;
	behavior: url(scripts/PIE.htc);
}
.border {
	border: 2px solid black;	
}
.spacer {
	clear:both;	
}
.spacer15 {
	clear:both;
	height:15px;	
}
.sponsorImg {
    position: relative;
    width: 75%;
    margin: auto;
    text-align: center;
}
.sponsorImg img {
	margin:6px auto;
	border:none;	
    width: 100%;
    max-width: 100%;
    height: auto;
}
/* FLEX CONTAINER */
.flex_container {
    display: flex;
    width: 90%;
}
.flex_item_100 {
    width: 100%;
}
/*TEXT*/
.pagetitle {
	font-size:18px;
	color:blue;
	text-transform:uppercase;	
}
.xsmall {
	font-size:9px;	
}
.small {
	font-size:11px;
}
.medium {
	font-size:14px;
}
.large {
	font-size:18px;
}
.xlarge {
	font-size:22px;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.italic {
	font-style: italic;	
}
.red {
	color:red;
}
.blue {
	color:blue;
}
.green {
	color:green;
}
.white {
	color:white;
}
.black {
	color:black;
}
.center {
	text-align:center;	
}
.smallcap {
	font-variant: small-caps;		
} 
.hide {
    display: none;
}
.cap {position: absolute;
left: -1000px; }