/* ==== DEFAULTS -- DO NOT CHANGE ======= */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
strong,b { font-weight: bold; }
em,i { font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: #000; }
hr { display: none; } /* we don't need a visual hr in layout!! damn right mofos */
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */

.fdpoweredby {
	display: none;
	}

/* ======================= */


#lightwindow {
	z-index: 9999999999;
	}

html,body {
	height: 100%;
	}
body {
	font: normal 11px helvetica,arial;
	}	
.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em; /* the bottom margin is the negative value of the footer's height */	
	}		
.left {
	background: url(../images/left_bg.jpg) repeat-x top right;
	color: #f5fafb;
	}	
.center {
	width: 980px;
	}
.right {
	background: url(../images/right_bg.jpg) repeat-x;
	color: #f5fafb;
	}	
#main {
	margin: 0 auto;
	position: relative;
	width: 980px;
	}	
#topNav {
	width: 960px;
	padding: 6px 0 0 0;
	margin: 0 10px;
	height: 12px;
	background: white;
	display: none;
	}
#topNav li {
	float: right;
	display: block;
	margin: 0 0 0 15px;
	}	
#topNav a.red {
	color: #d50000;
	font-weight: bold;
	}	
#topNav a:hover {
	text-decoration: underline;
	}		
#header {
	width: 960px;
	height: 90px;
	margin-top: -5px;
	padding: 0 10px;
	background: white url(../images/headerBg_stripes.jpg) repeat-x bottom left;	
	}	
#header #logo {
	float: left;
	width: 92px;
	border: 0;
	margin-top: 1px;
	}
#header #logo img {
	border: 0;
	}	
#header #message {		
	height: 94px;
	color: black;
	letter-spacing: -1px;
	display: block;
	line-height: 130% !important;
	font: normal 27px helvetica,arial,sans-serif;
	margin-top: -8px;
	float: left;
	position: relative;
	}
#header #message a {
	text-decoration: underline;
	letter-spacing: 0;
	color: #888;
	font-size: .7em;
	font-weight: normal;
	}
#header #message a:hover {
	text-decoration: none;
	}	
#header #message img.dgree_header {
	margin: -30px 10px 0 10px;
	display: block;
	float: left;
	}	
#header #message a {
	border: 0;
	text-decoration: none;
	}
#header #message img {
	border: 0;
	text-decoration: none;
	}		
	
#mainContent {
	background: url(../images/mainContent_bg.jpg) repeat-x;
	width: 980px;
	font-size: 1.1em;
	}	
#mainContent h1 {
	padding: 9px 20px 6px 20px;
	font: normal 25px helvetica;
	color: #d51d1e;
	background: #e5e5e5;
	border-top: 1px solid #bababa;
	text-shadow: 1px 1px 4px #c99a9b;	
	}	
a.more {
	display: block;
	height: 23px;
	background: url(../images/btn_more.gif) no-repeat 0 0px;
	font-size: 1px;
	color: white;
	line-height: 1%;
	margin: 0px 0 10px 0;
	}	
#photoFeature {
	width: 960px;
	margin: -1px 0 0 10px;
	height: 150px;
	position: relative;
	z-index: 0;
	}	
#photoFeature .flash {
	display: block;
	z-index: 1;
	}	
#photoFeature #box {
	position: absolute;
	top: 0;
	left: 0;
	}
	

	
/* ------ COLUMN 1 ------ */
	
		
#c1 {
	border-left: 1px solid #bababa;
	border-top: 1px solid #bababa;	
	padding: 10px 0 1px 0;
	margin: 24px 0 0 10px;
	float: left;
	height: 206px;
	line-height: 110%;
	background: white;
	}	
#c1 ul {
	margin: 0 0 10px 0;
	*margin: 0 0 8px 0;
	overflow: hidden;
	line-height: 110%;
	}
#c1 li {
	padding: 0 0 0 0;
	margin: 0 0 -2px 0;
	*margin: 0 0 -4px 0;
	display: block;
	width: 81px;
	}
#c1 a {
	text-decoration: none;
	display: block;
	padding: 3px 10px 4px 10px;
	*padding: 3px 10px 3px 10px;
	line-height: 100%;	
	}
#c1 a:hover {
	color: #000;
	background: #dedede;
	}	
#c1 a.hireus {
	color: #d50000;
	font-weight: bold;
	}
#c1 a:hover.hireus {
	color: #d50000;
	}
	
	
	
/* === FORM === */

input.textfield:focus {
	color: #000;
	}
input.textfield {
	color: #333;
	margin: 0 0 5px 0;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff !important;
	}		
input.submit {
	display: block;
	}		
textarea, textarea {
	padding: 5px;
	border: 1px solid #ccc;
	font-family: helvetica,arial;
	color: #000 !important;
	}		
textarea:focus {
	border: 1px solid #47ad00;
	color: #000 !important;
	}	


	
/* == FOOTER === */


.footer_spacer {
	width: 900px;
	display: block;
	margin: 0 auto;
	padding; 18px 0 0 60px;
	}		
.footer, .push {
	height: 5em; /* .push must be the same height as .footer */
	}	
.footer {
	margin: 0 auto;
	color: #aaa;
	width: 100%;
	border-top: 1px dotted #999;
	}
.footer ul {
	float: left;
	margin: 0 70px 0 0;
	color: #aaa;
	}		
.footer ul:hover {
	color: #000;
	}
.footer .title {
	display: block;
	padding: 0 0 6px 0;
	font-weight: bold;
	}	
.footer li {
	display: block;
	padding: 0 0 2px 0;
	line-height: 120%;
	}		
.footer a {
	color: inherit !important;
	color: #aaa;
	}	
.footer a:hover {
	text-decoration: underline;
	}	
.footer a:visited {
	text-decoration: none;
	}	