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



/*Global Elements*/

body {
	background: #ffffff;
	color: #585858;
	font-size:.8em;
	line-height: 2em;
	}

a {
	color:#585858;
	}

a:hover {
	color: #b5121b;
	}

h1 {
	font-size: 1.5em;
	line-height: 2em;
	color: #e7e7e7;
	}

h2 {}

h3 {
	font-weight:bold;
	font-size:1.3em;
	line-height:1.5em;
	color: #b5121b;
	}
	



/*Global Classes*/

.border {
	border: solid 2px #e7e7e7;
	}

.emphasis {
	font-weight:bold;
	}

.footerBreak {
	margin-right:185px;
	}


.caption {
	font-size: 9px;
	line-height: 2em;
	color: #585858;
	font-style: italic;
	}
	

/*Global Divs*/

#redheader {
	background:#b5121b;
	width:100%;
	height:15px;
	}

#pano {
	
	background:#fff;
	width:100%;
	height:100%;
	padding-top:20px;
	min-height:900px;
	margin:2% 0;
	}

#pano div {

}

#container {
	margin:0 auto;
	width:800px;
	padding-bottom:60px;
	}

#header {
	margin-top:8%;
	}

#subheader_home {
	margin-top:2%;
	
	}
	
#subheader {
	margin-top:2%;
	margin-left: 78px;
	}

#main {
	height:300px;
	width:800px;
	margin-top:4%;
	}
	
#main_gallery {
	height:300px;
	width:800px;
	margin-top:4%;
	}

#clients, #considering, #curious {
	width:28%;
	height:80%;
	background:white;
	display:inline-block;
	float:left;
	margin:2%;
	}

#clients:hover, #considering:hover, #curious:hover {
	cursor:pointer;
	}
	
#submain {
	position:relative;
	width:800px;
	height: 90px;
	}	

#submain1, #submain2, #submain3 {
	position:absolute;
	font-size:14px;
	height:90px;
	width:100%;
	color: #666666;
	}
	
#submain div div {
	margin:1%;
	}	

#footer {
	height:40px;
	width:800px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:0.8em;
	letter-spacing:0.2em;
	color:#e7e7e7;
	float:left;
	margin-top: 15px;
	}
	
#footer_home {
	height:40px;
	width:800px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:0.8em;
	letter-spacing:0.2em;
	color:#e7e7e7;
	float:left;
	margin-top: 75px;
	}


/*Contact Page*/

#map {
	display:inline-block;
	float:left;
	margin-top:2%;
	}

#contactInfo {
	display:inline-block;
	float:right;
	margin-top:15%;
	width:30%;
	}
	
/*Client Page*/

#contact_list {
	float:left;
	margin-top:15px;
	margin-left:105px;
	}

#ftp_login {
	display:inline-block;
	float:left;
	margin-top:15px;
	width:150px;
	margin-left: 65px;
	margin-right: 10px;
	}
	
	
/*About Page*/

#left_column_about {
	float:left;
	margin-top:15px;
	margin-left:105px;
	width:400px;
	}

#right_column_about {
	display:inline-block;
	float:left;
	margin-top:15px;
	width:200px;
	margin-left: 65px;
	}
	
/*Feed Burner*/

div.feedburnerFeedBlock ul li span.headline {
	line-height: 2em;
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	color: #cccccc;
	margin:12px 0 0 0;
	}
	
div.feedburnerFeedBlock ul {
	margin-left:0;
	padding-left:0;
	list-style-type: none
	}
	

div.feedburnerFeedBlock p.date {
	font-size: 9px;
	line-height: 2em;
	margin-bottom:10px;
	}
	
#submain_feed {
	display:inline-block;
	padding-left:20px;
	width:800px;
	height: 90px;
	}	
	
#creditfooter {
    display: none; 
	}
