@import "global/base.css";

/*
	--------------------------------------
	Body Settings
	--------------------------------------
*/

* { margin: 0; }
html,body { height: 100%; }
body { 
	background: #fff url(../images/body.jpg) top left repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	}

/*
	--------------------------------------
	Main Wrapper
	--------------------------------------
*/

.wrap {
	width: 1000px;
	height: 98%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/*
	--------------------------------------
	Header
	--------------------------------------
*/

.header {
	width: 1000px;
	height: 98px;
	background: url(../images/header.jpg) center top no-repeat; 
	z-index: 2;
}

/*
	--------------------------------------
	Footer
	--------------------------------------
*/

.footer { 
	height: 36px;
	text-align: center;
	background: url(../images/footer.jpg) bottom left repeat-x;
}

.footer, .footer a { color:#fff; }
.footer ul { margin: 0; padding: 0; margin-top: 2px; }	
.footer li { display: inline; margin: 0; padding: 0 10px; }

/*
	--------------------------------------
	Navigation Bar
	--------------------------------------
*/

.navbar {
	width: 1000px;
	height: 27px;
	position: relative;
	
	color:#fff;
	line-height: 27px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;

	background: url(../images/navbar.jpg);
	margin-top: -18px;
	
	z-index: 50;
}

.navtxt {
	width: 1000px;
	height: 27px;
	position: relative;
	left: -22px;
}

.nav, .nav ul {
	list-style: none;
	list-style-type: none;
}

.nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px 0 15px; 
}

.nav a:hover {
	color: #fff;
	background: #c14d4c;
	text-decoration: none;
}

.nav li {
	float: left;
	text-align: left;
	color: #fff;
}

.nav li ul {
	position: absolute;
	left: -999em;
	width: 130px;
}

.nav li ul li {
	border: 1px solid #6b7076; /* border color of nested drop-down menus */
	border-top: 0;
	background: #850100; /* background color of nested drop-down menus */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	position: relative;
}	
.nav li ul li a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	text-align: left;
	letter-spacing: 0;
	display: block;
	width: 150px;
}
.nav li ul li a:hover {
	background: url(../images/ddbg.jpg) repeat;
}

.nav li ul ul {
	margin: -2.3em 0 0 148.5px;	
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	margin-left: -1px;
	left: auto;
}

/*
	--------------------------------------
	Splash Image
	--------------------------------------
*/

.splashimg {
	height: 204px;
}

/*
	--------------------------------------
	Breadcrumbs
	--------------------------------------
*/

.seperator {
	width: 1000px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-indent: 10px;
	position: relative;
	background: #3379a1;
	top: -3px;
	padding: 0;
}

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

/*
	--------------------------------------
	Column Settings
	--------------------------------------
*/

.twocol {
	width: 1000px;
	position: relative;
	top: -2px;
}

.column.first { 
	position: relative;
	top: 20px;
}

.column.last {
	position: relative;
	top: 20px;
}

.margin_fix { margin: 0 25px; width: 950px;}

.margin_ind { margin: 0 25px; }

.onecol {
	width: 1000px;
	height: 40%;
	position: relative;
	top: -2px;
	/* left: -20px;*/
}

.column {
	position: relative;
	top: 20px;
}

/*
	--------------------------------------
	Text Hacks
	--------------------------------------
*/

h1 {
	color: #cb1c1a;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 9px;
}	

h2 {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	text-indent: 5px;
}

/*
	--------------------------------------
	Content Area Backgrounds
	--------------------------------------
*/

.bg1 { background: url(../images/content.jpg) top center no-repeat; }
.bg2 { background:url(../images/content_onecol.jpg) top center no-repeat; }

/*
	--------------------------------------
	Misc PHP Script Hacks
	--------------------------------------
*/

.searchwrap {
	width: 203px;
	height: 24px;
	float: right;
	position: relative;
	top: 72px;
	left: -15px;
}
	
.search_left {
	width: 177px;
	position: relative;
	float: left;
	top: 2px;
	left: -5px;
}

.search_right {
	width: 26px;
	position: relative;
	float: right;
}

.search_box {
	width: 177px;
	height: 14px;
	color: #fff;
	border: inset 1px #aaa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../images/search_bg.jpg) center top repeat-x;
	margin: 0 auto;
}

.phpdig_headline { color: #cb1c1a; }
.phpdigHighlight { color: #004E7C; background-color: #f3f3f3; font-weight: bold; }

/*
	--------------------------------------
	IE6 Hacks
	--------------------------------------
*/

* html .onecol { left: -23px; }
* html .search_right { top: -20px; }
