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

/*Eric Meyer CSS Reset */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color:#25241b;
	background-image:url(images/bg3.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:25px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Eric Meyer Reset */

h2 {
	font-size:14px;
	padding-bottom:11px;
	}

#container {
	width:959px;
	margin:auto;
	background-image:url(images/content_bg.gif);
	border: 1px solid #4a4a3e;
}

#homecontainer {
	width:961px;
	margin:auto;
}


#header {
	height:167px;

}

#top_nav {
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	width:959px;
	height:20px;
	background-color:#25241b;
	padding-bottom:2px;

}

a.navtop:link {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

a.navtop:active {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

a.navtop:visited {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

a.navtop:hover {
color: #bba248;
font-weight:bold;
text-decoration:underline;
}

a.insidelink:link {
color:#25241b;
text-decoration:underline;
}

a.insidelink:active {
color:#25241b;
text-decoration:underline;
}

a.insidelink:visited {
color:#25241b;
text-decoration:none;
}

a.insidelink:hover {
color: #bba248;
text-decoration:none;
}

#main_content {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:35px;
	padding-right:50px;
	line-height:20px;


}

#footer1 {
	background-color:#25241b;
	height:25px;
	width:959px;
	clear:both;

}

#footer2 {
	clear:both;
	}

#crealities {
	color:#cfc6a5;
	font-size:9px;
	float:left;
	padding-left:15px;
	padding-top:5px;
	}
	
#copyright {
	color:#cfc6a5;
	font-size:9px;
	float:right;
	padding-right:15px;
	padding-top:5px;
	}

#footer2 {
	margin:auto;
	width:959px;
	padding-top:25px;
	text-align:center;

}

/* SON OF SUCKERFISH */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px;
}

#nav a {
	display: block;
	margin:0 12px; 
}

#nav li { /* all list items */
	float: left;
	margin:0 12px; 
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #25241b;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom:3px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li {
	margin:0;}




/* BOTTOM NAVIGATION LIST */

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

.navbot {
	text-transform:uppercase;
	font-size:9px;
	}

a.navbot:link {
color:#ffffff;
text-decoration:none;
}

a.navbot:active {
color:#ffffff;
text-decoration:none;
}

a.navbot:visited {
color:#ffffff;
text-decoration:none;
}

a.navbot:hover {
color: #bba248;
text-decoration:underline;
}

.whitetext {
	color:#FFFFFF;
	font-size:9px;
	}
	
/* TABLE PADDING */

table.gallerypad td {
padding:10px;
} 

.tablespace {
	padding-bottom:25px;
	padding-left:25px;
	}

.tablespace h1{
	font-size:16px;
	}
	
.imgfltrght {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
	}

.tablefloat {
	float:right;
	padding-left:20px;
	padding-right:40px;
	}


.award {
	float:left;
	padding-right:10px;
	}
	
table.padded-table td { 
	padding-top:5px;
	padding-bottom:10px; 
	padding-left:10px;
	padding-right:10px;
	}
	
.centertext{
	text-align:center;
	}
	
#processleft {
	width:508px;
	float:left;
	}
	
#processright {
	width:350px;
	float:right;
	text-align:right;
	}
	
#bottomtext {
	clear:both;
	padding-top:25px;
	}
	
.render_bump {
	padding-right:15px;}