
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	background: #ffffff;
	min-width: 800px;
}

.bold {font-weight: bold}
.italic {font-style: italic}
.floatleft {float: left}
.floatright {float: right}
.clear {clear:both}


a img {border: none}


/*Links
--------------------------------------------------------------------*/

a {text-decoration: none; color: #171717; border-bottom: 1px dotted #cccccc}
a:hover {text-decoration: none; color: #171717; border-bottom: 1px dotted #171717}


/*structure
--------------------------------------------------------------------*/
#header {
	margin: 0;
	padding: 30px;
}

h1 {color: #171717; font-size: 32px; line-height: 24px; letter-spacing: -1px; margin: 0; padding: 0; margin-top: 10px; margin-bottom: 10px; font-weight: normal}
h2 {color: #829ba4; font-size: 20px; line-height: 16px; letter-spacing: -1px; margin: 0; padding: 0; font-weight: normal}

h3 {color: #829ba4; font-size: 16px; line-height: 18px; letter-spacing: -1px; margin: 0; margin-bottom: 5px; padding: 0; }

.bracket {font-weight: normal; color: #cccccc}

p {  
	margin: 0; 
	padding: 0;
}

p.main { 
	clear: both;
	margin: 0; 
	padding: 0; 
	font-size: 11px; 
	line-height: 13px; 
	text-align: right;
}

.left-col {
	float: left; 
	margin: 0;
	padding: 0;
	width: 40%;
}

.right-col {
	float: right;
	margin: 0;
	padding: 0;
	width: 50%;
}

#container {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

#images {
	margin: 0;
	padding: 0 30px;
	list-style: none;
	text-align: center;
	border: none;
}

#images li {
	float: left;
	width: 10%;
	overflow: hidden;
}

#images li a {
	display: block;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	height: 125px;
	overflow: hidden;
}

#images li a img {
	display: block;
	vertical-align: bottom;
	height: 100%;
}
#images li a img.portrait { width: 100%; height:auto}


#nav {
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style: none;
	text-transform: uppercase;
	font-size: 10px;
}

#nav li {float: right; margin: 0; margin-left: 10px; padding: 0}

#nav a {text-decoration: none; color: #171717; border-bottom: 1px dotted #cccccc}
#nav a:hover {text-decoration: none; color: #171717; border-bottom: 1px dotted #171717}


.fadehover {position: relative;}
img.b {position: absolute; top: 0; top: 0;}

.right { right: 0}
.left {left: 0}

#footer {
	clear: both;
	position: relative;
	margin: 0;
	padding: 30px;
	left: 0;
	top: 0;
}

#footer p {margin-bottom: 3px;}




.contact-black { color: #171717}

#links {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 14px;
}

#links li {
	display: inline;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

#harris {clear: both; margin: 0; margin-top: 20px; padding: 0; position: relative; width: 196px; height: 16px;}
#harris span  {position: absolute; top: 0; left: 0; width: 196px; height: 16px; background: url(images/harris-logo.gif) no-repeat;}

.backtotop {text-transform: uppercase; font-size: 10px; padding-bottom: 20px; margin-top: 30px}
