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

body {
	background: #191818 url(../images/bg_main.jpg) repeat-x left top;
	position: relative;
	color: #999;
	font: normal 11.5px/1.5 'Lucida Grande', sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}

h1.logo a {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 285px;
	height: 72px;
	display: block;
	background-image: url(../images/logo.gif);
	overflow: hidden;
	text-indent: -2000em;
	background-repeat: no-repeat;
}

h2 {
	overflow: hidden;
	text-indent: -2000em;
	height: 1%;
}

h3 {
	font: normal 175%/1.5 Arial, sans-serif;
	color: #aaabab;
	margin: 0 0 8px 5px;
}

h3.flash { margin: 0 0 8px 0; padding: 0; }

h4 {
	color: #990033;
	margin: 10px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
#wrapper #content #secondaryContent li {
	font-size: 13px;
	line-height: 18px;
	padding-right: 5px;
	margin-right: 15px;
}


h5 {
	font: normal 240%/1 Georgia, serif;
	color: #fff;
	margin: 10px 0 35px 0;
	padding: 0;
}

p { margin-bottom: 25px; }

a {
	text-decoration: none;
	color: #990033;
}
a:hover { text-decoration: underline; }
:focus { outline: 0 }


#wrapper {
	width: 920px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#masthead {
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: 100%;
}

#banner {
	width: 100%;
	height: 260px;
	position: absolute;
	top: 150px;
	left: 0;
	
}

#content {
	width: 920px;
	position: relative;
	margin-top: 200px;
	padding: 0;
	overflow: hidden;
}

#mainContent {
	width: 465px;
	float: left;
	overflow: hidden;
}

#secondaryContent {
	width: 400px;
	overflow: hidden;
	float: right;
}
#secondaryContent img {
	border:none;
	}

#mainNav {
	position: absolute;
	top: 61px;
	right: 0;
	width: 400px;
	height: 36px;
	overflow: hidden;
	list-style: none;
}


#mainNav li {
	min-height: 36px;
	float: left;
	list-style: none;
}
	
#mainNav li a {
	position: relative;
	display: block;
	height: 36px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -2000em;
}
  
#m_home a {width: 90px; background-position: 0 0; }
#m_home a:hover { background-position: 0 -36px; }
#m_home a.selected { background-position: 0 -36px; } 

#m_portfolio a { width: 118px; background-position: -90px 0; }
#m_portfolio a:hover { background-position: -90px -36px; }
#m_portfolio a.selected { background-position: -90px -36px; }

#m_about a { width: 100px; background-position: -207px 0; }
#m_about a:hover { background-position: -207px -36px; }
#m_about a.selected { background-position: -207px -36px; }

#m_contact a { width: 81px; background-position: -309px 0; }
#m_contact a:hover { background-position: -309px -36px; }
#m_contact a.selected { background-position: -309px -36px; }


.thumb {
	width: 132px;
	margin: 0 10px 20px 10px;
	padding: 0;
	float: left;
}

.thumb a img {
	border: 3px solid #0d0c0c;
}

.thumb a:hover img {
	border: 3px solid #990033;
}

.thumb p {
	margin: 0 0 0 5px;
	padding: 0;
}

.vcard { 
	margin: 40px 0 35px 0;
	padding-top: 40px;
	border-top: 1px solid #404040; }
	
.vcard h5, .vcard p {
	margin: 0;
	padding: 0;
	line-height: .7em;
}

.vcard p { line-height: 1.5em; margin-bottom: 20px;}

.vcard .tel, .vcard a {
	font: normal 18px/1.5 Georgia, serif;
}

.vcard a {
	color: #990033;
	font-weight: normal;
	border: none;
}
	
#footer {
	border-top: 2px solid #404040;
	padding: 5px 0;
	clear: both;
}

#footer p { 
	font-size: 10px; 
	color: #404040;
	width: 500px;
	float: left;
	}
	
#footer img { 
	float: right;
	padding-top: 6px; }
	
p strong {
	font: normal 130%/1.5 Arial, sans-serif;
	color: #3cb8d7;
	margin: 10px 0 0 0;
	}
	
form h3 {
	font-size: 120%;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
}

form p { font-size: 10px; }

.pile {
	padding-left: 120px;
	background: url(../images/dfwfmag.jpg) no-repeat 0 0;
	margin-top: 80px;
}
.clear {
	clear: both;
}
