/* 
v 1.0
Author: Jon Marus
Jmarus.com Styles

*/

/* ============================================================ */
/* Link Styles */

a {
	text-decoration: none;
	color: #1895C4;
}

a:hover {
	color: #85C418;
	text-decoration: none;
}

/* ============================================================ */
/* Document Settings */

body {
	margin: 0px;
  	padding: 0px;
  	line-height: 0px;
  	font-size: 12px;
  	font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
  	  	
  	background: url("../img/bg.gif"); 
	background-position: 0% 0%;
	background-repeat: repeat-x;
}


/* ============================================================ */
/* Layout */

#hdr {
	margin: 30px 10px 10px 50px;
	height: 60px;
}

#left_col {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 125px 10px 10px 50px;
	padding: 4px;
	width: 140px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
}

html>body #left_col {
    width: 150px; /* ie5win fudge ends */
}
        
#mid_col {
	margin: 35px 220px 20px 220px;
    padding: 4px 10px 0px 10px;
    height: 550px;
}

#right_col {
	position: absolute;
	top: 0px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 125px 50px 10px 10px;
	padding: 4px 4px 4px 10px;
	width: 140px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
}

html>body #right_col {
    width: 140px; /* ie5win fudge ends */
}

#ftr {
	position: relative;
	bottom: 10px;
	font-size: 11px;
	text-align: center;
	margin: 10px 220px 10px 220px;
    padding: 4px 10px 0px 10px;
}

/* ============================================================ */
/* Divs */

#content {
	padding: 0px 0px 0px 0px;
	line-height: 20px;
    color: #555;
}

#mid_hdr {
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #1895C4;
}

#ftr_hdr {
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 00px;
	text-align: right;
	border-bottom: 1px solid #1895C4;
}

#indent {
	font-size: 13px;
	margin: 0px 0px 0px 30px;
}

/* ============================================================ */
/* Lists */

#navcontainer {
	margin-bottom: 15px;
}

#navlist_left {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, sans-serif;
	width: 138px;
	background: #eee;
}

#navlist_left li {
	margin: 0px;
	list-style: none;
	text-align: left;
}

#navlist_left li a {
	display: block;
	padding: 4px 2px 4px 5px;
	background: #eee;
	text-decoration: none;
	border-left: 2px solid #DDD;
	border-right: 2px solid #DDD;
}

#navlist_left li a:link { color: #1895C4; }
#navlist_left li a:visited { color: #1895C4; }

#navlist_left li a:hover {
	border-color: #1895C4;
	color: #0E5C78;
	background: #E3E3E3;
}

#login_button {
	padding: 2px 0px 2px 80px;
}

#login_field {
	padding: 2px 0px 2px 10px;
}

/* ============================================================ */
/* Table Classes */

.td_hdr {
	color: #0E5C78;
	border-bottom: 1px solid #1895C4;
}

/* ============================================================ */
/* Classes */

.sub_hdr {
	color: #1681A9;
}