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

/* Layout Medium Screens */

#top {
	padding: 0.3em 0;
}

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

#main {
	height: 85px;
}

nav {
	width: 365px;
	top: -47px;
}

nav a {
	font-size: 0.6em;
	margin: 7px 5px;
	padding-right: 8px;
}

#navFooter {
	width: 420px;
	font-size: 0.7em;
}

#nav {
	padding: 0.4em 0 1.3em;
}

#nav a {
	margin: 0 5px;
	padding-right: 12px
}

#nav ul ul {
	padding: 10px 0 3px;
}

nav ul ul li,
#nav ul ul li {
	height: 13px;
}

nav ul ul li {
	width: 110px;
}

#nav ul ul li {
	width: 130px;
}

#logoContainer {
	height: 75px;
}

#logoContainer a {
	background: url(../images/logoMedium.jpg) no-repeat;
	height: 75px;
	width: 159px;
	left: 0px;
	top: 6px;
}

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

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

#page {
	height: 500px;
	border: thin solid #00F;
}

#nav2 {
	display: none;
}

#slider {
	padding: 25px 10px  15px;	
}

article {
	width: 50%;
	padding: 0.5em;
	margin: 1em 10px 1em 0;
}

article h2 {
	font-size: 1.5em;
}

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

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

.capital {
    font-size: 3.2em;
    line-height: 0.8em;
	padding: 0.12em;
	margin-right: 0.08em;
}

article ul {
	font-size: 0.85em;
	padding: 2em 0.1em 0.6em 2.3em;
}
  
article ul li {
  	padding: 0.25em;
 }
 
#sprynamefield {
	left: 6%;
	top: 15%;
}

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

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

#submit {
	right: 20%;
	top: 75%;	
}
 
#name {
	width: 125px;	
}

#email {
	width: 125px;
}

#message {
	width: 250px;
	height: 90px;
}

aside {
	float: left;
	width: 125px;
	margin-left: 15px;
	padding: 0 10px;
}

aside p, aside li {
	margin: 1.5em auto 20px;
	font-size: 0.95em;
}

.small {
	display: none;	
}

iframe {
	width: 125px;
}

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

#dallas, #taa, #arpola, #bristol {
	border-bottom: 4px solid #f2ebdf;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#dallas {
	background: url(../images/aptDallasMedium.jpg) no-repeat;
	height: 188px;
}

#taa {
	background: url(../images/taaLogoMedium.jpg) no-repeat;
	height: 54px;
}

#arpola {
	background: url(../images/arpolaLogoMedium.jpg) no-repeat;
	height: 46px;
}

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

#floorplan {
	background: url(../images/floorplanMedium.jpg) no-repeat;
	height: 108px;
}

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

#footerContainer p {
	font-size: 0.9em;
}

#footerMain {
	padding: 5px 5px 0 135px;
	padding-top: 0.35em;
}

#footerLeft {
	background: url(../images/footerLogoMedium.png);
	height: 92px;
	width: 195px;
}

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

@media screen and (max-width: 600px) {

#form1 {
	top: 18%;
}

#submit {
	top: 70%;	
}
}