@font-face {
    font-family: 'autour_oneregular';
    src: url('fonts/autourone-regular-webfont.eot');
    src: url('fonts/autourone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/autourone-regular-webfont.woff2') format('woff2'),
         url('fonts/autourone-regular-webfont.woff') format('woff'),
         url('fonts/autourone-regular-webfont.ttf') format('truetype'),
         url('fonts/autourone-regular-webfont.svg#autour_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aaarghnormal';
    src: url('fonts/Aaargh-webfont.eot');
    src: url('fonts/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Aaargh-webfont.woff') format('woff'),
         url('fonts/Aaargh-webfont.ttf') format('truetype'),
         url('fonts/Aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background-image:url(../images/topBar.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
a { 
	outline : none;
}
a img {
	outline : none;
	border: none;
}
a:link {
	color: #267ACD;
	text-decoration:none;
	outline : none;
}
a:visited {
	color: #267ACD;
	text-decoration:none;
	outline : none;
}
a:hover {
	color: #E98D28;
	text-decoration:underline;
	outline : none;
}
a:active {
	color: #E98D28;
	text-decoration:underline;
	outline: none;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#logoContainer {
	width:208px;
	display:block;
    margin-left: auto;
    margin-right: auto;
}
#nav {
	font-family: 'aaarghnormal';
	color:#333;
}
#nav a:link, a:visited  {
	color:#333;
	text-decoration:none;
}
#nav a:hover {
	color:#999;
	text-decoration:none;
}
#brochureLink a:link {
	color: #267ACD;
	text-decoration:none;
	outline : none;
}
#brochureLink a:visited {
	color: #267ACD;
	text-decoration:none;
	outline : none;
}
#brochureLink a:hover {
	color: #E98D28;
	text-decoration:underline;
	outline : none;
}
#brochureLink a:active {
	color: #E98D28;
	text-decoration:underline;
	outline: none;
}
#headerPic IMG, #homeGalleryNav1 IMG, #homeGalleryNav2 IMG, #homeGalleryNav3 IMG, #homeGalleryNav4 IMG {
	display:block;
    margin-left: auto;
    margin-right: auto;
}
h1 {
	font-family: 'autour_oneregular';
	font-size:36px;
	text-align:center;
	font-weight:normal;
	line-height:36px;
	margin:0px;
}
h2 {
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	text-align:left;
}
h3 {
	font-size:18px;
	color:#666;
	font-weight:normal;
	line-height:20px;
}
#content {
	font-family: 'autour_oneregular';
	color: #333333;
	line-height: 24px;;
	font-size: 14px;
	text-align:justify;
}
.pCaps p::first-letter {
	font-size: 36px;
}
#twoColumn1, #twoColumn2 {
	font-family: 'autour_oneregular';
	color: #333333;
	border: none;
	font-size: 14px;
	text-align:left;	
}
@media only screen and (min-width: 761px) {
	#threeColumn {
	-webkit-column-count: 3;
	-webkit-column-gap: 20px; /* Saf3, Chrome*/
	-moz-column-count: 3;   
	-moz-column-gap:20px;; /* FF3.5+ */
	column-count: 3;        
	column-gap: 20px; /* Opera 11+*/
	}
	
	#twoColumn {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px; /* Saf3, Chrome*/
	-moz-column-count: 2;   
	-moz-column-gap:20px;; /* FF3.5+ */
	column-count: 2;        
	column-gap: 20px; /* Opera 11+*/
	}
	#spacer {
		display: block;
	}
}
@media only screen and (min-width: 575px) and (max-width: 760px) {
	#threeColumn {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px; /* Saf3, Chrome*/
	-moz-column-count: 2;   
	-moz-column-gap:20px;; /* FF3.5+ */
	column-count: 2;        
	column-gap: 20px; /* Opera 11+*/
	}
	#twoColumn {
	-webkit-column-count: 2;
	-webkit-column-gap: 20px; /* Saf3, Chrome*/
	-moz-column-count: 2;   
	-moz-column-gap:20px;; /* FF3.5+ */
	column-count: 2;        
	column-gap: 20px; /* Opera 11+*/
	}
	#spacer {
		display: block;
	}
}
@media only screen and (min-width: 1px) and (max-width: 574px) {
	#threeColumn {
	-webkit-column-count: 1;
	-webkit-column-gap: 20px; /* Saf3, Chrome*/
	-moz-column-count: 1;   
	-moz-column-gap:20px;; /* FF3.5+ */
	column-count: 1;        
	column-gap: 20px; /* Opera 11+*/
	}
	#twoColumn {
	-webkit-column-count: 1;
	-webkit-column-gap: 20px; /* Saf3, Chrome*/
	-moz-column-count: 1;   
	-moz-column-gap:20px;; /* FF3.5+ */
	column-count: 1;        
	column-gap: 20px; /* Opera 11+*/
}
	#spacer {
		display: none;
	}
}
#model {
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid; 
	-o-column-break-inside:avoid; 
	-ms-column-break-inside:avoid; 
	column-break-inside:avoid;
	text-align:center;
}
#modelTitle {
	font-size:22px;
	line-height:normal;
}
#modelSpecs {
	font-size:15px;
	color:#666;
	line-height:normal;
}
#modelLinks {
	line-height:normal;
	font-size:16px;
}
#modelLinks a {
	
}
#homeGalleryNav1, #homeGalleryNav2, #homeGalleryNav3, #homeGalleryNav4 {
	padding: 6px 0px 6px 0px;
}
#preFooter1 {
	font-family: 'autour_oneregular';
	color: #333333;
	line-height: 2em;
	font-size: 28px;
	text-align:center;
	padding: 5% 0;
}
#keepInTouch {
	padding: 5% 0;
}
#phone {
	font-size: 34px;
}
#preFooter2 {
	padding-bottom:80px;	
}
#preFooter2 IMG {
	display:block;
    margin:auto;
	vertical-align:bottom;
}
#footer {
	text-align:center;
	background-color:#000;
	color: #CCC;
	font-family: 'autour_oneregular';
	line-height: 1.3em;
	font-size: 18px;
	width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
}
#footer a {
	color:#FFF;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#copyright {
	font-size: 14px;
	line-height: 1em;
}
span.avoidwrap { 
	display:inline-block; 
}
@media only screen and (min-width:510px) and (max-width: 610px) {
#preFooter2 {
	padding-bottom:105px;	
}
#footer {
	height:105px;
}
}

@media only screen and (max-width: 509px) {
#preFooter2 {
	padding-bottom:125px;	
}
#footer {
	height:125px;
	font-size: 16px;
}
#copyright {
	font-size: 12px;
}
}
#largeMenu, #smallMenu {
  text-align: justify;
  white-space: normal;
}
#largeMenu:after, #smallMenu:after {
  content: '';
  width: 100%;
  display: inline-block;
}
#largeMenu div, #smallMenu div{
  display: inline-block;
  width:auto;
}
#mobileMenu{
	display:none;
}
@media only screen and (min-width: 888px) {
#nav {
	font-size:1.1em;
}
#largeMenu {
	display:block;
	height:22px;
}
#smallMenu {
	display:none;
}
} 
@media only screen and (min-width: 835px) and (max-width: 887px) {
#nav {
	font-size:1em;
}
#largeMenu {
	display:block;
	height:18px;
}
#smallMenu {
	display:none;
}
} 
@media only screen and (min-width: 717px) and (max-width: 834px) {
#nav {
	font-size:.9em;
}
#largeMenu {
	display:block;
	height:15px;
}
#smallMenu {
	display:none;
}
} 
@media only screen and (min-width: 450px) and (max-width: 716px) {
#nav {
	font-size:.9em;
}
#largeMenu {
	display:none;
}
#smallMenu {
	display:block;
	height:15px;
}
} 
@media only screen and (max-width: 449px) {
#nav {
	font-size:1.2em;
}
#largeMenu {
	display:block;
	height:175px;
	text-align:center;
}
#largeMenu div {
	width:100%;
	text-align:center;
	padding:5px;
}
#smallMenu {
	display:none;
}
} 
hr {
    border: none;
    height: 1px;
    color: #d9d9d9; /* old IE */
    background-color: #d9d9d9; /* Modern Browsers */
}
select {
	font-family: 'autour_oneregular';
	font-size:13px;
	color: #333333;
}
