/* Fonts ======================================================================================== */

/*
 * Web Fonts from fontspring.cominquire
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */

@font-face {
    font-family: 'MuseoSlab500Regular';
    src: url('Museo_Slab_500-webfont.eot');
    src: url('Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo_Slab_500-webfont.woff') format('woff'),
         url('Museo_Slab_500-webfont.ttf') format('truetype'),
         url('Museo_Slab_500-webfont.svg#MuseoSlab500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Page Basics ================================================================================== */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
color : #000; 
text-align: center;
background: #111;
}

button, 
input, 
select, 
textarea { 
font-family : 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
color : #333; }

/*  Headings  ================================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family: 'MuseoSlab500Regular',Times New Roman,serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 { 
color: #fff;
margin-bottom : 0.0em;
font-size : 3.0em; /* 36 / 13 */
line-height : 1.2;
text-shadow: 2px 2px 5px rgba(0,0,0,.6);
}


h2 { 
color: #C1D6E9;
margin-bottom : .5em;
font-size : 1.5em; 
line-height : 1.2;
text-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

h3 { 
color: #FFF;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #ccc;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */]

line-height : 1.25;
font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif; margin:0 0 0.2em 0; }

	footer h4 { 
		color: #fff; font-size:2.4em; letter-spacing:0.2px; border-top: 2px solid #333;
	}

h5 { 
color: #bbb;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #aaa;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-family:  'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #333;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.5em; /* 33 / 13 */
line-height : 1.2;
letter-spacing: -1px;
}

p.handwritten {
font-family:  'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-size: 1.5em; /* 24 / 16 */
}

ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

.small { 
font-size : 0.5em; /* 8 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #ff6600;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #ff7700; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #ff9900;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
float:left;
font-family:  MuseoSlab100, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em; 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input, select{
float:left;
display:block;
width:97%;
margin:0 0 20px 0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}
input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}
	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#ddd;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}

select { cursor:pointer; }

textarea{
width:97%;
height:100px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:1.3em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }

form i { color:#F00; }
form#inquire ol { list-style-type:none; margin:0; padding:0; }
form#inquire input.button { border:0; font-weight:normal; font-size: 2.0em; width: 50%;}
form#inquire label { background:#072942; color:#fff; padding:0.4em; margin:0 0 0.5em 0; text-align:left; }
form#inquire label, form#inquire input, form#inquire select { font-size:1.3em; font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif; }

h2.errormessage { background:#F00; color:#fff; padding:0.4em; font-size:1.2em;}

/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
		position: fixed;
		top: 0;
		background: #0e417a;
		border-bottom: 1px solid #000;
		z-index: 20;
	}

		header {
			clear: both;
			width: 90%; /* 1000px / 1250px */
			max-width: 75em; /* 1200px / 16 */
			margin: 0 auto;
			padding: 5px 0px 5px 0px;
			color: #000;
		}
 
 
			#toplogo {
				width: 30%; /* 300px / 1000px */
				float: left;
				margin-top:0.8em;
			}
 
 
			nav {
				width: 70%; /* 700px / 1000px */
				float: right;
				font-family:  AvenirBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
				font-size: 1em;
				text-shadow: 2px 2px 5px rgba(0,0,0,.2);
				/* margin-top:3.1em; */
				margin-top: 2.0em;
				margin-bottom: 1.1em;
			}
			
			
				nav a:link, nav a:visited { color: #aaccdd; text-decoration: none; }
				nav a:hover { color: #ffffff; text-decoration: underline; }


				nav ul#menu {
					float: right;
					list-style: none;
					padding: 0px;
					margin: 0px;
				}

					nav ul#menu li{
						display: block;
						float: left;
						text-align: center;
						position: relative;
						padding: 5px;
						margin: 0 0 0 10px;
						line-height: 1.5em;
						-webkit-transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
						-o-transition: all 0.3s ease;
						transition: all 0.3s ease;
					}

					nav ul#menu li a {
						padding: 4px 8px 2px 8px;
						display: block;
						color: #aaccdd;
						outline:0;  
						text-decoration:none; 
					}

					nav ul#menu li.activeNav a {     
						color: #FFF;  
					} 


					nav ul#menu li:hover a {     
						color: #FFF;   
					} 

	#introcontainer {
		width: 100%;
		border-top: 1px solid #224466;
		background:  #092b46 url(../images/cds-group.jpg) no-repeat bottom;
			background: url(../images/cds-group.jpg) no-repeat bottom;
			background-color: #092b46;
		margin-top:5.8em;
		}

		@media only screen and (max-width: 540px) {
			#introcontainer img {
				max-width: 80%;
			}
		}
		
		#intro{
			clear: both;
			width: 80%; /* 1000px / 1250px */
			height: 700px;
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 50px 0 0 0;
			color: #333;
			line-height: 1.5em;
			text-align: center;
		}
		
		
			@media only screen and (max-width: 440px) {
			#intro .introtop {
				margin-top: 35px; }
			}
		
		#introinterior{
			clear: both;
			width: 80%; /* 1000px / 1250px */
			height: 700px;
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 50px 0 0 0;
			color: #333;
			line-height: 1.5em;
			text-align: left;
		}
		
			#introinterior p {
				color: #FFF;
				font-size: 1.3em;
				letter-spacing: 0px;	
			}
			
			#introinterior.reviews {
				height: 1100px;
			}
			
			#introinterior blockquote {
				color: #FFF;
				font-size: 1.3em;
				letter-spacing: 0px;	
			}
			
				#introinterior blockquote cite {
					color: #999;
					font-size: 1.1em;
					letter-spacing: 0px;
					display: block;
					margin-top: 5px;
					margin-bottom: 20px;
				}
					#introinterior blockquote cite::before {
					content: "\2014 \2009";
					}
		
			@media only screen and (max-width: 440px) {
				#introinterior .interiortop {
					margin-top: 95px;
				}
			}
		
			#introinterior .interiorcol {
				margin-left: 1px;
			}
			
			#introinterior .interiorcol.bios {
				margin-right: 1px;
			}
			
			#introinterior .interiorcol.bios  p {
				color: #FFF;
				font-size: 0.8em;
				letter-spacing: 0px;
				margin-top: 5px;
				margin-right: 30px;
				font-size: 1.4em;
			}
			
			#introinterior .interiorcol.bioclearfix {
				clear: both;
			}
			
			@media only screen and (max-width: 740px) {
				#introinterior {
					height: 1100px; }
			}
			
		
	#listcontainer {
		
		width: 100%;
		border-top: 1px solid #224466;
		background:  #092b46 url(/images/cds-group.jpg) no-repeat center bottom;
			background: url(/images/cds-group.jpg) no-repeat center bottom;
			background-color: #092b46;
		margin-top:5.8em;
		}

		
		#list{
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 50px 0 0 0;
			color: #333;
			line-height: 1.5em;
			text-align: center;
		}
		
	#mapcontainer {
		width: 100%;
		border-top: 1px solid #224466;
		}

		
		#map{
			clear: both;
			width: 100%;
			height: 690px;
			overflow: hidden;
			font-size: 0.8125em; /* 13 / 16 */
			padding: 90px 0 0 0;
			color: #333;
			line-height: 1.5em;
			text-align: center;
		}
		
		
	#submitcontainer {
		width: 100%;
		border-top: 1px solid #224466;
		background:  #092b46 url(/images/cds-group.jpg) no-repeat bottom;
			background: url(/images/cds-group.jpg) no-repeat bottom;
			background-color: #092b46;
		margin-top:5.8em;
		}

		
		#submit{
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 50px 0 0 0;
			color: #333;
			line-height: 1.5em;
			text-align: center;
		}
			
	#footercontainer {
		display: block;
		width: 100%;
		background: #191919 left top;
		padding: 10px 0 0 0;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0px 0px 10px 0px;
			color: #ccc;
		}


		footer a:link, footer a:visited { color: #eee; text-decoration: none; }
		footer a:hover { color: #eee; text-decoration: underline; }


	#smallprintcontainer {
		display: block;
		width: 100%;
		background: #111;
		padding: 15px 0 2px 0;
	}

		#smallprint {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.6875em; /* 11 / 16 */
			max-width: 109.09em; /* 1200px / 11 */
			margin: 0 auto;
			padding: 0px 0px 0px 0px;
			color: #ccc;
			text-align: center;
		}


		#smallprint a:link, #smallprint a:visited { color: #ccc; text-decoration: none; }
		#smallprint a:hover { color: #eee; text-decoration: underline; }

/*  TABLET QUERIES	============================================================================= */

@media only screen and (max-width: 960px) {
	nav {  margin-top:1em;}
	nav li  { width:25%;    }
	nav ul#menu li a {  padding:0; }
}

@media only screen and (max-width: 768px) {
header, #submit, #intro, #list, footer { width: 90%; }
}

@media only screen and (max-width: 700px) {
	nav ul#menu li a {  font-size:0.7em; }
}

@media only screen and (max-width: 480px) {
header {
			width: 93.75%; /* 450px / 480px */
		}

		nav { margin:0; }
		nav ul#menu li a { padding: 0.5em 0.5em 0.3em 0.5em; border-radius:8px; background:#0b2c48; }
		
		h1  { font-size:1.7em; }
		
		#maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
		.company { margin-bottom:1.5em; }
		
		#mapmsg { left:1.4em; font-size:1.3em; width:64%; margin-top:3em; }
		
		/* Get Listed */
		form#inquire input.button { font-size:1.2em; }
		form#inquire label, form#inquire input, form#inquire select { font-size:1em;  }
		.whitefeature { margin-bottom:2em; }
		
		
		footer {
			width: 93.75%; /* 450px / 480px */
		}
}

@media only screen and (max-width: 480px) {
	#toplogo { width:100%; text-align:center; margin:0.2em 0; }
		nav { width:97%; }
		
		#introcontainer { margin-top:8em; }
		#listcontainer { margin-top:7em; }
		#submitcontainer { margin-top:8.4em; }
}
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GRID COLUMN SETUP   ============================================================================= */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}

.span_1_of_4:nth-child(4n+1) { margin-left:0; }


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 768px) {
	.span_1_of_4 { width: 48%; }
	.span_1_of_4:nth-child(2n+1) { margin-left:0; }
}

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; margin-bottom:1em; 
	}
}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}



/*  COMMUNITY PAGE	============================================================================= */

.company { 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background:#fff; 
	padding:1.5em 0; 
	height:220px; }
.company_img { padding:1.5em 1.5em 0 1.5em; height:60px; vertical-align:middle;  }
.company p { padding:1.5em 1.5em 0 1.5em; }
.company .button { font-size:1.2em; }


/*  FEATURES  ============================================================================= */

.whitefeature {
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	
}
.whitefeature h3 { font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size:2em; color:#072942; margin:0 0 0.2em 0; }

.whitefeature ul {
	font-size: 1.1em;
}

.whitefeature ul li {
	list-style-type: none;
}

.whitefeature ul li a {
	color: #000;
	text-decoration: underline;
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	background: #25A80D url(../images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  AvenirBold, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 2.0em; /* 20 / 13 */
				
}
.button:hover {
	background: #ff9900 url(../images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #ff9900 url(../images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/* =========== overrides ==========*/


#introcontainer h2 {
	margin-top: 0.5em;
	margin-bottom : 1.5em;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;;
}

@media only screen and (max-width: 590px) {
	#introcontainer h1 { 
		margin-bottom: -0.6em;
		margin-top: -0.6em; }
}

@media only screen and (max-width: 480px) {
	#toplogo img {
		width: 88px;
	}
	
	/*
	#introcontainer h2 { margin-top: 2.5em; }
	*/
}

#footercontainer blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
 
	#footercontainer blockquote cite:before {
		content: "\2014 \2009";
	}

#footercontainer a:hover {
	text-decoration: none;
}

#footercontainer .button {
	background: #AF2ED8 url(../images/glass.png) repeat-x 0 50%;
	font-size : 1.2em; /* 20 / 13 */
} 

	#footercontainer .button:hover {
		background: #A949C7 url(../images/glass.png) repeat-x 0 50%;
	}

	#footercontainer .button:active {
		background: #A949C7 url(../images/glass.png) repeat-x 0 50%;
	}

	#footercontainer .button:visited { 
		color : #fff;
	}

#interiorcontainer {
	
	width: 100%;
	border-top: 1px solid #224466;
	background:  #092b46 url(../images/cds-backgd.jpg) no-repeat center bottom;
		background: url(../images/cds-backgd.jpg) no-repeat center bottom;
		background-color: #092b46;
	margin-top:5.8em;
	}
	
	#interiorcontainer #intro {
		height: 1150px;
	}

	@media only screen and (max-width: 440px) {
		#interiorcontainer .formtop {
			margin-top: -3.0em; }
	}

#recaptcha {
	background: #FFF;
	border-radius: 5px;
	width: 360px;
	
}

.recaptchatable #recaptcha_response_field {
	font-size: 1.3em;
}


#introcontainer h2.announcement {
	line-height: 0.8em;
	margin-top: -20px;
	
}

#introcontainer h2.announcement a {
	text-decoration: underline;
}

.samples a {
	text-decoration: underline;
	color: #FFF;
}

.samples table {
	width: 75%;
	color: #FFF;
	font-size: 1.2em;
}

.samples table tr {

}

.samples table td {

}


#footercontainer a.samples {
	text-decoration: underline;
}


@media only screen and (max-width: 660px) {
	#intro h1 {
		font-size: 2.8em;
	}
}

#headcontainer.headcontainerform {
	position: initial;
}

#interiorcontainer.interiorontainerform {
	margin-top: 0px;
}

@media only screen and (max-width: 660px) {
	.submitbtnmed {
		width: 63%;
	}
}

form#inquire input.button { border:0; font-weight:normal; font-size: 2.0em; width: 63%;}



@media only screen and (max-width: 480px) {
	#headcontainer {
		position: initial;
	}
	#introcontainer {
		margin-top: 0em;
		background-size: 410%;
	}
	
	#introcontainer h2 {
		margin-top: 0.2em;
		font-size: 1.3em;
	}
	
	#intro {
		height: 400px;
	}
	
	#intro .introtop {
		margin-top: -50px;
		font-size: 91%;
	}
	
	#intro h1 {
		font-size: 1.8em;
	}
	
	#interiorcontainer {
		margin-top: 0em;
	}
	
	#introinterior {
		margin-top: -3.0em;
	}
	
	.inquiryform {
		margin-top: -3.0em;
	}
	
	#recaptcha {
		width: 280px;
	}
	
	#recaptcha_image img {
		width: 250px;
	}
	
	..recaptchatable td.recaptcha_image_cell {
		width: 280px;
	}
	
}

#introinterior p.prevperf {
	color: #999;
}

#introinterior.taller {
	height: 900px;
}



