/*** overDiv Style ***/

#overDiv {
	position: absolute;
	visibility: hidden;
}


/*** Global Styles ***/

html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
}


html>body, html>body #holder {
	height: auto;
}

body {
	background: #ffffff url(./gfx/watermark_glass.gif) 50% 50% no-repeat fixed;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 1.0em;
	color: #202020;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

#holder {
	background: transparent url(./gfx/010202.gif) 205px 94px repeat-y;
	position: absolute;
	top: 0;
	left: 0;
}

a:link, a:visited, a:active {
	background: transparent;
	color: #b50000;
	text-decoration: underline;
	outline: none;
}

a:hover {
	background: transparent;
	color: #ff8080;
	text-decoration: underline;
	outline: none;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 img {
	vertical-align: top;
}

img {
	border: 0;
	padding: 0;
}

p {
	margin: 0.90em 0;
	line-height: 120%;
}

p.header {
	margin-top: 2.0em;
}

ul, p.header1st {
	margin-top: 0;
}

hr {
	color: #ffffff;
	width: 100%;
	height: 3px;
	border-top: 1px solid #d91921;
	border-bottom: 1px solid #d91921;
/*	border-top: 1px solid #e80101;
	border-bottom: 1px solid #e80101;	*/
	border-left: 0;
	border-right: 0;
	margin: 25px 0;
}

table {
	width: auto;
 	font-size: 1.0em;
	border: 0;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
}

table td {
	vertical-align: top;
	padding: 2px 4px;
}

table td.left {
	text-align: left;
}

table td.right {
	text-align: right;
}

table td.center {
	text-align: center;
}


/*** Different table border styles, used throughout the site ***/

table.t_red, table.t_red td {
	border: 1px solid #d91921;
/*	border: 1px solid #e80101;		*/
}

table.t_grey, table.t_grey td {
	border: 1px solid #808080;
}

table.t_dark, table.t_dark td {
	border: 1px solid #010202;
}

table.t3d_red td {
	border-top: 1px solid #ffc0c0;
	border-left: 1px solid #ffc0c0;
	border-right: 1px solid #e80101;
	border-bottom: 1px solid #e80101;
}

table.t3d_grey td {
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #010202;
	border-bottom: 1px solid #010202;
}


/*** Styles for page header ***/

#header {
	background: transparent url(./gfx/bg-header.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 0;
	height: 120px;
	padding: 0;
	overflow: hidden;
}

#logocard {
	position: absolute;
	top: 0;
	left: 22px;
	width: 160px;
	height: 295px;
	border: 0;
	z-index: 1000;
}

#logotext {
	position: absolute;
	top: 14px;
	left: 227px;
	width: 526px;
	height: 36px;
	border: 0;
}

#randomimage {
	position: absolute;
	top: 316px;
	left: 22px;
	width: 160px;
	height: 400px;
	border: 0;
	overflow: hidden;
}


/*** Styles for the top nav section (Email, Print, Date etc) ***/

ul#navtop {
	position: absolute;
	top: 36px;
	right: 22px;
	background: transparent;
	height: 24px;
	border: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

ul#navtop li {
	height: 24px;
	padding: 0;
	border: 0;
	float: left;
	display: inline;
}

ul#navtop a:link, ul#navtop a:visited, ul#navtop a:hover, ul#navtop a:active {
	height: 24px;
	text-decoration: none;
	display: block;
}

ul#navtop a:link, ul#navtop a:visited {
	background-position: top;
}

ul#navtop a:hover, ul#navtop a:active {
	background-position: bottom;
}

#navtop_email {
	background: url(./gfx/nav-email.gif);
	width: 26px;
}

#navtop_print {
	background: url(./gfx/nav-print.gif);
	width: 26px;
}

#navtop_logout {
	background: url(./gfx/nav-logout.gif);
	width: 57px;
}

#navtop_date {
	background: transparent;
	width: auto;
	font-size: 14px;
	color: #202020;
	white-space: nowrap;
	padding: 0px 0px 0px 10px;
}


/*** Styles for the main nav section (Home, About, Contact etc) ***/

ul#navmain {
	position: absolute;
	top: 60px;
	margin-left: 218px;
	background: transparent;
	min-width: 770px;
	height: 28px;
	border: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

ul#navmain li {
	background: transparent;
	width: auto;
	height: 28px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0;
	border: 0;
	float: left;
	display: inline;
	list-style-type: none;
}

ul#navmain a:link, ul#navmain a:visited, ul#navmain a:hover, ul#navmain a:active {
	height: 22px;
	text-decoration: none;
	padding: 6px 8px 0 8px;
	display: block;
}

ul#navmain a:link, ul#navmain a:visited {
	background: #e80101;
	color: #ffffff;
}

ul#navmain a:hover, ul#navmain a:active {
	background: #ffffff;
	color: #404040;
}

ul#navmain a:link.on, ul#navmain a:visited.on {
	background: #ffc0c0;
	height: 20px;
	color: #404040;
	padding: 4px 6px 0 6px;
	border: 2px solid #ffc0c0;
}

ul#navmain a:hover.on, ul#navmain a:active.on {
	background: #ffffff;
	color: #404040;
	height: 22px;
	padding: 6px 8px 0 8px;
	border: 0;
}


/*** Styles for the sub nav section ***/

ul#navbottom {
	position: absolute;
	top: 88px;
	margin-left: 218px;
	background: transparent;
	min-width: 820px;
	height: 28px;
	border: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}

ul#navbottom li {
	background: transparent;
	width: auto;
	height: 28px;
	font-size: 13px;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0;
	border: 0;
	float: left;
	display: inline;
}

ul#navbottom a:link, ul#navbottom a:visited, ul#navbottom a:hover, ul#navbottom a:active {
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 6px 0 6px;
	border: 2px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: block;
}

ul#navbottom a:link, ul#navbottom a:visited {
	background: transparent;
	color: #404040;
}

ul#navbottom a:hover, ul#navbottom a:active {
	background: #e80101;
	color: #ffffff;
}

ul#navbottom a:link.on, ul#navbottom a:visited.on {
	background: #ffc0c0;
	color: #404040;
}

ul#navbottom a:hover.on, ul#navbottom a:active.on {
	background: #e80101;
	color: #ffffff;
}


/*** Styles for the Content section ***/

#content {
	background: transparent;
	width: auto;
	height: auto;
	margin: 0 20px 80px 205px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #010202;
	padding: 20px 0px 0px 20px;
	overflow: hidden;
}

.head {
	background: transparent;
	font-family: 'myriad web', arial, sans-serif, tahoma;
	font-size: 1.5em;
	color: #c00000;
/*	color: #e80101;				*/
/*	text-shadow: 2px 2px 3px #c0c0c0;	*/
}

.red {
	background: transparent;
	color: #ff0000;
/*	color: #e80101;				*/
}

.note {
	background: transparent;
	font-size: 0.8em;
}

.alert {
	background: transparent;
	color: #cc0000;
}

.box {
	background: transparent;
	padding: 0 10px;
	border: 3px double #d91921;
/*	border: 3px double #e80101;		*/
}

.box_w {
	background: #fefefe;
	padding: 0 10px;
	border: 3px double #e80101;
}

.box_w2 {
	background: #fefefe;
	padding: 0 10px;
	border: 3px double #e80101;
}

img.pdf {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}


/*** Styles for the footer ***/

#footer {
	clear: both;
	bottom: 0;
	left: 0;
	background: #4c4c4e;
	width: 100%;
	height: 24px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	border: 0;
	padding: 4px 0px 0px 0px;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #dedcdc;
	text-decoration: none;
}


#wc3html {
	position: absolute;
	left: 4px;
	bottom: 3px;
	width: 110px;
	height: 22px;
	padding: 0;
	border: 0;
}

#wc3css {
	position: absolute;
	left: 120px;
	bottom: 3px;
	width: 110px;
	height: 22px;
	padding: 0;
	border: 0;
}

#counter, #counter a:link, #counter a:visited, #counter a:hover, #counter a:active {
	background: transparent;
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 18px;
	height: 18px;
	display: block;
	text-decoration: none;
}


/* hide from Mac IE5 */
/* \*/
#footer {
	position: absolute;
}
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
	position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
	position: absolute;
}
/* */


/*** Counter Popup ***/

/*** Styles for popup windows ***/

#popup {
	background: #ffffff;
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: center;
}


/*** Styles for text inputs and button ***/

.textline {
	background: #ffffff;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 1.0em;
	color: #202020;
	width: 210px;
	height: 20px;
	border: 3px double #4c4c4e;
}

.textbox {
	background: #ffffff;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 1.0em;
	color: #202020;
	width: 400px;
	height: 120px;
	border: 3px double #4c4c4e;
}

.select {
	background: #ffffff;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 1.0em;
	color: #202020;
	width: 215px;
	height: 26px;
	border: 3px double #4c4c4e;
}

.button {
	background: #ffffff;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 0.9em;
	color: #202020;
	width: 120px;
	height: 26px;
	border: 3px double #4c4c4e;
	cursor: pointer;
}

.textline:focus, .textbox:focus, .select:focus, .button:focus {
	border: 3px solid #e80101;
}

