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



/* GLOBAL SETTINGS */


body {
	background: #222222 url(../assets/images/bg.jpg) repeat;
	color:#ccc;
	font-family: Arial, 'Helvetica Neue', 'Helvetica', 'Liberation Sans', FreeSans, sans-serif;
	margin: 0;
	padding:0;
}


/* LINKS */

a:link {color:#fff; text-decoration:none;}
a:visited {color:#fff; text-decoration:none;}
a:active {color:#fff; text-decoration:underline;}
a:hover {color:#fff; text-decoration:underline;}


/* TYPOGRAPHY */


h1, h2, h3, h4, p {font-family: Arial, 'Helvetica Neue', 'Helvetica', 'Liberation Sans', FreeSans, sans-serif;}

h1 {
	font-size:28pt;
	font-weight:bold;
}

h2 {
	font-size:18pt;
	font-weight:bold;
}

h3 {
	font-size:16pt;
	margin-bottom: 20px;
	margin-top:20px;
	font-weight:bold;
	color:#999999;

}


p {
	font-size:12pt;
	line-height:1.5;
}





/* LAYOUT */

.wrapper {
	margin:0;
	padding:0;
}

.page {
	margin:0 auto;
	width:960px;
	padding-bottom:20px;
}
	
.hr {
	background:#333 url(../assets/images/hr.gif) top center repeat-x;
	width:960px;
	height:2px;
	padding:0;
	margin:0;
}

.header {
	border-bottom: 1px solid #666;
	padding:10px 0 10px 0;
}

.footer {
	margin-top:25px;
	padding:10px 0 10px 0;
}

.onethird {
	width:300px;
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:30px;
}

.content {}

.contentTitle {
	margin-top:30px;
	margin-bottom:15px;
}

.content h2 {
	color:#fff;
	margin-bottom:20px;
	margin-top:30px;
}

.content p {
	margin-top:20px;
	color:#999999;
}

.feature {
	height:320px;
	overflow:hidden;
	padding: 6px 0 6px 0;
}

.galleryFeature {
	padding: 6px 0 6px 0;
}

.alpha {margin-left:0 !important;}
.omega {margin-right:0 !important;}


.topfade {background:url(../assets/images/topfade.png) top center no-repeat; width:960px; height:116px; padding:0; margin:0;}
.bottomfade {background:url(../assets/images/bottomfade.png) top center no-repeat; width:960px; height:75px; padding:0; margin:0;}

.logo {
	float:left;
}

.nav li {
	float:right;
	margin-top:42px;
}


.copyright {float:left; width:500px; font-size:10pt; color:#444; margin-top:15px; margin-bottom:25px;}
.credit {float:right; width:300px; text-align:right; font-size:10pt; color:#444; margin-top:15px; margin-bottom:25px;}
.credit a:link, .credit a:visited {color:#444; text-decoration:none;}
.credit a:active, .credit a:hover {color:#999; text-decoration:underline;}

.content ul {margin-top:10px;}

.content li {list-style:disc; margin-left:40px; line-height:1.5;}


/* IMAGES */
img.teaser {
	width:260px;
	margin-top:10px;
	padding:16px;
	border-top:4px solid #444;
	border-right:4px solid #000;
	border-left:4px solid #444;
	border-bottom:4px solid #000;
	background: #fff;
}



/* FOCUS GALLERY*/

ul#focusgallery {border: 0px;}
	
ul#focusgallery li {list-style-type:none;}

ul#focusgallery li img{
	width: 960px;
	border:0;
	padding:0;
}


.contactA {width:400px; float:left}
.contactB {width:500px; float:right;}


.testimonial {
	width:450px;
	float:left;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:30px;
	margin-top:30px;
}

/* COMMON */

.primary {}
.accent {}
.clear {clear:both;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.white {color:#fff;}
.black {color:#000;}
.bumpdown {margin-top:20px;}
.pad10px {padding:10px;}
.formfield {font-size:16px; font-weight:bold; vertical-align:top;}
