/* CSS Document */
@import url("reset.css");

html, body { 
	height:100%; 
}

body{
	background: #111;
	font-family: "PT Sans", "Arial", sans-serif;
	font-size:13px;
}

header{
	width: 100%;
	height:90px;
	background:#fff;
	border-bottom:2px solid #9b0632;
	text-align:center;
}

header img{
	margin: 15px auto 0;
	width:880px;
	height:70px;
}

footer{
	color:#fff;
	font-size:12px;
	height:55px;
	background: #000;
	border-top: #3c3c3c;	
}

footer span.copyright{
	width:880px;
	margin:0 auto;
	display:block;
	padding: 23px 0 0 370px;
}

section.main{
	width:880px;
	margin:0 auto !important;
	padding:0 !important;
	position:relative;
	background:url(../images/content-bg.png) top left repeat-y;
	border:1px solid #111;
}

aside, article{
	text-align:center;
}

aside{
	width:220px;
	height:100%;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
section.sidebar-contact{
	position:absolute;
	bottom:30px;	
}

article{	
	width:650px;	
	margin-left:220px;
	text-align:left;
	color:#fff;
	margin-bottom:25px;
}

nav{
	text-align:left;	
}

aside a{
	clear:both;
	display:block;
	font-size:18px;	
	color:#fff;
	text-decoration:none;
	margin:18px 0 0 15px;
	letter-spacing: -.03em;
	font-weight:normal;
}

aside a:hover{
	color:#76bd83;
	text-decoration:none;
}

a{
	color:#000;
	font-weight:bold;	
	text-decoration:none;
	font-size:13px;
}

a:hover{
	text-decoration:underline;
}

a.selected{
	font-weight:bold;	
}

aside hr{
	width:80%;	
	margin:20px auto;
}

aside h3{
	font-family: "PT Sans", sans-serif;
	font-size:18px;
	color:#000;
}

h1.h1{
	font-size:24px;
	padding:15px 0 5px 35px;	
}

p{
	margin: 10px 0 10px 0;	
	line-height:1.5em;
	clear:both;
}


.phone{
	font-size:27px;	
	margin-top:5px !important;
	display:inline-block;
}

.email{
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:0em;
	display:inline-block;
	margin-top:5px;
}

article > h2{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	text-align:center;	
	margin-bottom:10px;
}

h3.headline{
	color:#f00;
	font-size:26px !important;	
	text-align:center;
	margin:10px 0 0;
}

table.photos{
	margin:15px auto 0;
}

table.photos td{
	width:170px;
	vertical-align:top;
	height:150px;
	text-align:center;
	font-size:26px;
	color:#fff;
	padding-bottom:15px;
}

td.center-column{
	width:200px !important;	
}

td.center-column span.phone{
	color:#f00;
	font-weight:bold;
}

p.intro {
	width:580px;
	text-align:left !important;
	margin:0 auto;
	padding:10px 0px;
	overflow:auto;
}

section.feature {
	border:1px solid #eee;
	background:#76bd83;
	width:560px;
	text-align:left !important;
	margin:0 auto;
	color:#000;
	padding:10px;
	overflow:auto;
}
section.spaced{
	margin: 15px auto 0;	
}

section.next{
	text-align:center;
	margin:0 auto !important;
	width:100%;	
}

footer span.copyright{
	width:800px;
	margin:0 auto;
		
}

section.feature h1{
	font-size:18px;	
	text-align:left !important;
	color:#000;
	font-weight:bold;
}

section.feature h2{
	font-size:16px;	
	text-align:left !important;
	color:#000;
	font-weight:bold;
}

section.right ul, section.left ul{
	margin:10px 0;
	list-style:disc !important;	
	width: 265px;
}

section.right{
	float:right !important;	
}

section.left{
	float:left !important;	
}

ul li{	
	margin-left:25px;
	clear:both;
	margin-bottom:5px;
	line-height:1.5em;
}