/*
some colors: 
nice green: 339966
bright green: 81cc3a
orange:f7911d
purple:9933cc
blue:23bbcf
#6A8CAF;
*/

body, html {
    text-align: center;
    margin: 0;
    padding: 0;
}

#theContainer {
    width: 740px;
    margin: 30px auto 0;
    padding: 0;
    background: #ffffff;
}

#theHeader {
    width: 740px;
    height: 153px;
    background: url('../images/home_awning.jpg') 100% 0 no-repeat;
}

#theLogo {
    float: left;
    display: inline;
    width: 170px;
    height: 153px;
}

#theLocation {
    float: right;
    display: inline;
    background: #6A8CAF;
	border: 1px solid #5A3E1D;
    text-align: center;
    width: 137px;
    height: 123px;
    margin: 14px;
    font-size: 11px;
	color: #c1d4e4;
	text-align: center;
	line-height: 13px;
}

#theLocation h4 {
    font-size: 12px;
    margin: 5px 0;
}

#email_list {
    margin: 25px 125px;
    width: 300px;
    border: 1px solid #6A88AD;
    text-align: center;
    padding: 20px 0;
}
    

#theNavigation {
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 5px;
    border-bottom: 1px solid #ded8d1;
}

#theNavigation a {
    text-decoration: none;
    color: #5A3D1C;
    font-size: 12px;
    line-height: 12px;
}

#theNavigation a:hover {
    color: #6A88AD;
}

#theNavigation a.facebook {
    line-height: 18px;
    width: 100px;
    height: 16px;
    background: url('../images/facebook.png') 0 0 no-repeat;
    float: right;
    display: inline;
    margin: 0 2px;
}

#theNavigation a.facebook:hover {
    background-position: 0 100%;
}

#theNavigation a.twitter {
    line-height: 18px;
    width: 100px;
    height: 16px;
    background: url('../images/twitter.png') 0 0 no-repeat;
    float: right;
    display: inline;
    margin: 0 2px;
}

#theNavigation a.twitter:hover {
    background-position: 0 100%;
}

#theNavigation img.swoosh {
    margin: 0 15px;
    vertical-align: middle;
}

#theNavigation img.phone {
    margin: 8px 10px;
    vertical-align: middle;
}

.thin_border_gray {
    height: 2px;
    width: 100%;
    border-bottom: 1px solid #ded8d1;
}

#elContent {
    width: 740px;
    margin: 15px 0 0;
    padding: 0;
    
}


#theSideNavigation {
    float: left;
    display: inline;
    width: 155px;
    margin: 0 15px 0 0;
}

#theSideNavigation img.large_swoosh {
    margin: 15px 0 20px;
}

#theSideNavigation a {
    display: block;
    text-align: left;
    font-size: 11px;
    line-height: 26px;
    vertical-align: middle;
	color: #6A88AD;
	text-decoration:none;
	padding-left: 5px;
}

#theSideNavigation a:hover {
    color: #5A3D1C;
}

#theSideNavigation a.facebook {
    line-height: 18px;
    width: 100px;
    height: 16px;
    background: url('../images/facebook.png') 0 0 no-repeat;
    margin: 2px auto;
    
}

#theSideNavigation a.facebook:hover {
    background-position: 0 100%;
}

#theSideNavigation a.twitter {
    line-height: 18px;
    width: 100px;
    height: 16px;
    background: url('../images/twitter.png') 0 0 no-repeat;
    margin: 2px auto;
}

#theSideNavigation a.twitter:hover {
    background-position: 0 100%;
}

#theSideNavigation a.b {
    border-bottom: 1px solid #6A88AD;
}

#theContentTitle {
    height: 65px;
}

#theContentTitle h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 50px;
	color: #6A88AD;
}

#theContent {
    float: left;
    display: inline;
    width: 550px;
    margin: 0 15px 0 5px;
}

#theCredo {
    border-top: 1px solid #ded8d1;
    margin: 15px 0;
    text-align: center;
}

#theFooter {
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px auto;
    font-size: 10px;
	line-height: 12px;
    width: 740px;
	color: #B4C3D6;
    text-align: left;
}

#theFooter a {
    font-size: 10px;
	line-height: 12px;
	color: #B4C3D6;
	text-decoration:none;
}

#theFooter a:hover {
    color: #DAE1EA;
}
    
    
    
    
    
    
    
    
    
    
.clearfix:after, #content:after, #elContent:after, .contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
}
