/* ///////////////////////////////////////////////////////////////////////////////// */
/* Bug Fixes */
/* ///////////////////////////////////////////////////////////////////////////////// */

/* Reduced Copy of Base Reset 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, 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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	}

ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal;  vertical-align: top; }


:focus {
	outline: 0;
	}

* {
	margin: 0;
	padding: 0; 
	font: normal 13px/1.2;
	font-family: Arial, Helvetica, Arial Rounded MT Bold, Franklin Gothic Medium, sans-serif;
	color: #292929;
	}
	
/* <http://www.456bereastreet.com/archive/200610/closing_the_gap_between_list_items_in_ie/> */
li a {_display:inline-block;}
li a {_display:block;}

html, 
body {
	height: 100%;
	text-align: center;
	}

body {
	background: #f3f5f9 url(../_gfx/bg.body.jpg) repeat top left;
	font-size: small;
	}
	* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	color: #292929;
	}

div.page {
	background: url(../_gfx/bg.page.gif) top left repeat-x;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -135px; /* the bottom margin is the negative value of the footer's height */
	}
a,
a:link,
a:visited,
a span,
a:link span,
a:visited span,
a span b,
a:link span b,
a:visited span b,
a small,
a:link small,
a:visited small, {
	color: #444682;
	}
	
a:hover,
a:active,
a:focus,
a:hover span,
a:active span,
a:focus span,
a:hover span b,
a:active span b,
a:focus span b,
a:hover small,
a:active small,
a:focus small {
	color: #1448a8;
	outline: none;
	}

img {
	border-style: none;
	}

h1, legend, h2  {
	color: #373964;
	font-size: 1.7em;
	font-weight: 600;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #a0ada9;
	margin-right: 10px;
	font-family: "Arial Rounded MT Bold", Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	}
	
h2  {
	color: #2d2d2d;
	font-size: 1.5em;
	border-style: none;
}

h3, h4, h5, h6 {
	color: #2d2d2d;
	font-size: .9em;
	font-weight: 600;
	font-family: "Arial Rounded MT Bold", Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	}

h3 {
	font-size: 1.3em;
	color: #373964;
	}

p { line-height: 1.4em;
	font-size: 1.1em;
	}

td.content img {
	border: 1px solid #a0ada9;
	padding: 5px;
	margin: 3px;
}

legend {
	font-size: .9em;
	border-bottom-style: none;
	}

.clear {
	clear: both;
	}

.alignRight {
	float: right;
	}

.alignLeft {
	float: left;
	}

/* ///////////////////////////////////////////////////////////////////////////////// */
/* TOP */
/* ///////////////////////////////////////////////////////////////////////////////// */

.top {
	height: 146px;
	display: block;
	position: absolute;
	width: 100%;
	background: url(../_gfx/bg.top.gif) bottom left no-repeat;
}

div.top {
	border-bottom: #090806 10px solid;
}

span.top {
	background: url(../_gfx/gfx.mandh.gif) bottom right no-repeat;
}


/* ///////////////////////////////////////////////////////////////////////////////// */
/* CONTENT */
/* ///////////////////////////////////////////////////////////////////////////////// */

div.content {
	display: block;
	padding-top: 156px;
}

span.content {
	background: url(../_gfx/bg.content.gif) top left no-repeat;
	display: block;
	height: auto;
	_height: 1%;
	padding: 30px;
}

table.content {
	border-collapse: collapse;
	border-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* ------------------------------------------------------------ */
/* NAVIGATION */


.content td.leftSide { 
	width:220px; 
	padding:0; 
}

.content td.leftSide ul.nav {  
	margin: 0 10px 25px; 
	padding: 0; 
	width:136px; 
	list-style: none; 
	line-height: 12px; 
	border-top: #000 solid 1px;
}

.content td.leftSide ul.nav li { 
	position: relative;
	margin: 0; 
	padding: 0;
	border-bottom: #000 solid 1px; 
}

.content td.leftSide ul.nav a, 
.content td.nav a:link, 
.content td.nav a:visited { 
	text-align: left; 
	display: block; 
	padding:6px 0 6px 11px ; 
	color: #000; 
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold", Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

.content td.leftSide ul.nav a:hover, 
.content td.nav a:active { 
	background: #fff;
	color: #1448a8;
}


/* ------------------------------------------------------------ */
/* SUB-NAVIGATION */

.subnav { 
	margin: 0; 
	padding: 0;
	width:200px;
	position: absolute;
	left: 135px; /* Set 1px less than menu width */ 
	top: 0; 
	display: none; 
	background: #f3f5f9; 
	border: 1px solid #000; 
	border-bottom: 2px solid #000; 
	border-right: 2px solid #000;
	z-index: 99999;
}

/* Holly Hack. IE Requirement \*/
* html .nav li { float: left; height: 1%; }
* html .nav li a { height: 1%; }
/* End */

.nav li:hover ul, .nav li.over ul { display: block; }
.subnav li { 
	border-style: none;
	list-style: none;
	padding:5px;
	margin:0;
}

.subnav li a, .subnav li a:link {
	margin: 0;
	padding: 4px 15px 4px 20px;
	font-size: 13px;
	color:#000;
	border-bottom-style: none;
}

.subnav li a:hover, .subnav li a:active { 
	color:#000;
}

/* ------------------------------------------------------------ */
/* NEWS BOXES */

div.topBox {
	padding:0;
	margin: 0 0 15px 0;
	height: 435px;
	width: 458px;
	float: left;
	}


div.topBox img {
	margin: 0;
	border-style: none;
	}	


div.neuBox {
	border: 1px solid #CCCCCC;
	float: left;
	width: 45%;
	margin: 0 10px 10px 0;
	padding: 10px;
	background: #fff;
	height: 200px;
	overflow-y: auto;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	}

div.fullWidth {
	width: 95%;
	height: 40px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

div.fullWidth,
div.fullWidth a {
	color: #a70027;
	font-size: 1.2em;
	font-family: "Arial Rounded MT Bold", Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	line-height: 40px;
	text-decoration: none;
}
	
div.neuBox h1 {
	font-size: 15px;
	text-transform:none;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
/* ------------------------------------------------------------------- */
/* NORMAL FORM AREAS */	


div.form {
	display: block;
	margin: 15px 0 0 0;
	padding: 3px;
	border:1px #7e9091 solid;	
	background: #fff;
	width: 480px;
	}

div.form form {
	display: block;
	margin: 0;
	padding: 5px;
	border:1px #1448a8 solid;	
	background:#fff;
	}
	
div.form h2 {
	font-size: 1.4em;
	}
	
div.form h1, div.form h2, div.form p {
	margin:5px 15px;
	}
	
div.form div.row {
	clear: both;
	height:20px;
	padding: 5px;
	}

div.form div.row span {
	height: 20px;
	}

div.form div.triplerow span {
	height: 70px;
	}


div.form div.row span.label, div.form div.triplerow span.label {
	float: left;
	width: 170px;
	text-align: right;
	padding: 0 5px;
	font-size: 12px;
	line-height: 22px;
	}
	
div.form div.row span.label small, div.form div.triplerow span.label small {
	float: left;
	font-size: .9em;
	}

div.form div.row span.formw, div.form div.triplerow span.formw {
	float: left;
	text-align: left;
	} 
	
div.form div.row span.formw input, div.form div.row span.formw select, div.form div.row span.formw textarea, div.form div.triplerow span.formw input, div.form div.triplerow span.formw select, div.form div.triplerow span.formw textarea {
	margin: 0 4px;
	padding: 0;
	}
	
div.form small {
	position: relative;
	left: 140px;
	font-size: 11px;
	text-transform: lowercase;
	}


div.form a, div.form a:link, div.form a:visited {
	color: #b39b58;
	}
	
	
	
/* ------------------------------------------------------------------- */
/* Register Button */	


.form input,
.form input[type="text"],
.form input[type="password"],
.form input[type="select"],
.form input[type="file"],
.form textarea {
	line-height: 22px;
	font-size: 1em;
	resize: none;
	border: 1px solid gray;
	padding: 0 4px;
	background-color: #fff;
	}

#registerButton,
:link#registerButton,
:visited#registerButton {
	float:left;
	color: #b35500;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
	border:1px #7e9091 solid;	
	background:#fff5e2;
	margin-right: 5px;
	margin-bottom: 5px;
}
	
	
:hover#registerButton,
:active#registerButton,
:focus#registerButton {
	background:#fff; 
	color: #661212;
}
	

/* ///////////////////////////////////////////////////////////////////////////////// */
/* FOOTER */
/* ///////////////////////////////////////////////////////////////////////////////// */

.push {
	height: 135px;
}

.footer {
	height: 125px;
	position: relative;
	display: block;
	background: #4a5eb0 url(../_gfx/bg.footer.gif) top left repeat-x;
	text-align: center;
	font-family: "Arial Rounded MT Bold", Franklin Gothic Medium, Arial, Helvetica, sans-serif;
}

table.footer {
	height: auto;
	border-collapse: collapse;
	border-style: none;
	width: 100%;
	margin: 0 auto;
}

.footer,
table.footer tr td {
	color: white;
	font-size: 11px;
	color: #f0f2f6;
	text-transform: lowercase;
}

table.footer tr td {
	padding-left: 40px;
	width: 20%;
	text-align: left;
	font-family: "Arial Rounded MT Bold", Franklin Gothic Medium, Arial, Helvetica, sans-serif;
}

table.footer tr td a,
table.footer tr td a:link,
table.footer tr td a:visited {
	display: block;
	color: #d3dbff;
	padding: 2px 0;
}

table.footer tr td h1 {
	display: block;
	color: #fff;
	border-style: none;
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 1.1em;
}

div.footer {
	border-top: #090806 10px solid;
}

span.footer {
	height: 1%;
}

.footer small {
	display: block;
	text-align: left;
	padding: 15px 0 0 40px;
}

.footer small,
.footer small a {
	color: #d3dbff;
	font-size: 9px;
	text-transform: none;
}

.footer a:hover,
.footer a:active,
.footer a:focus, 
table.footer tr td a:hover,
table.footer tr td a:active,
table.footer tr td a:focus {
	color: #fff;
	cursor: pointer;
}
