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

/* Layout Small Screens */

#top {
	padding: 0.25em 0;
}

#top p {
	font-size: 0.75em;
}

#main {
	height: 75px;
}

#logoContainer {
	height: 65px;
}

#logoContainer a {
	background: url(../images/logoSmall.jpg) no-repeat;
	height: 65px;
	width: 138px;
	left: 30px;
	top: 6px;
}

#logoContainer a:hover {
	left: 33px;
	top: 3px;
}

nav {
	display: none;
}

#lower {
	font-size: 1em;
	padding: 0.4em 0;
}

#page {
	height: 300px;
	border: thin solid #F0F;
}

#nav {
	display: none;
}

#nav2 {
	position: static;
	padding: 8px 0;
	background: #000;
	display: block;
}

#nav2 a {
	margin: 15px;
	background: url(../images/arrow.png) no-repeat right center;
	font-size: 0.9em;
	display: block;
	padding: 9px;
	border: 1px solid #A6ABC5;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

#nav2 .sub {
	text-transform: capitalize;
	padding-left: 30px;	
}

#nav2 a:hover {
	color: #c01f2c;
	background-color: rgba(255,255,255,.15);
}

#slider {
	padding: 15px 10px;	
}

article {
	float: none;
	position: static;
	width: auto;
	margin: 5px;
}

article h2 {
	font-size: 1.4em;
}

article p {
	font-size: 0.8em;
	line-height: 1.25em;
	padding: 0.3em;
	text-indent: 1.5em;
}

#firstLine p {
	margin-top: 0.7em;
}

.capital {
    font-size: 3em;
    line-height: 0.7em;
	padding: .15em;
	margin-right: .07em;
}

article ul {
	font-size: 0.8em;
	padding: 1.5em 0.1em 0.6em 2.3em;
}
  
article ul li {
  	padding: 0.2em;
}
 
#sprynamefield {
	left: 6%;
	top: 13%;
}

#spryemailfield {
	left: 6%;
	top: 25%;	
}

.textarea {
	right: 6%;
	top: 40%;	
}

#submit {
	right: 20%;
	top: 77%;	
}
 
#name {
	width: 105px;	
}

#email {
	width: 105px;
}

#message {
	width: 200px;
	height: 70px;
}

#form1 {
	top: 25%;
}

#submit {
	top: 65%;	
}

aside {
	float: none;
	width: 216px;
	margin: 0 auto;
	padding: 0 7px;
}

aside p, aside li {
	margin: 1em auto 0;
	font-size: 0.75em;
	line-height: 1.25em;
}

aside p:last-child {
	padding-bottom: 10px;
}

.large {
	display: none;	
}

.small {
	float: none;
	display: block;
	margin: 10px auto;
}

iframe {
	width: 216px;
}

figcaption {
	font-size: 0.70em;
	padding: 3px 0;
}

#dallas, #bristol {
	margin-bottom: 5px;
}

#dallas {
	background: url(../images/texas.jpg) no-repeat;
	height: 150px;
	border-bottom: 3px solid #f2ebdf;
	padding-bottom: 3px;
}

#taa {
	display: none;
}

#arpola {
	display: none;
}

#bristol {
	background: url(../images/bristolSmall.jpg) no-repeat;
	height: 87px;
}

#floorplan {
	display: none;
}

#footerContainer {
	padding: .5em 10px;
}

#footerContainer p {
	font-size: 0.8em;
	padding-top: 0;
}

#footerMain {
	padding: 5px 5px 0 85px;
}

#footerLeft {
	background: url(../images/footerLogoSmall.png);
	height: 55px;
	width: 117px;
}

#footerRight .name {
	font-size: 1.8em;
}