/*** 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/bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.0em;
	color: #303030;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

#holder {
	background: url(./gfx/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

a:link, a:visited, a:active {
	background: transparent;
	color: #cc0000;
	text-decoration: underline;
	outline: none;
}

a:hover {
	background: transparent;
	color: #ff0000;
	text-decoration: underline;
	outline: none;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 img {
	vertical-align: top;
}

img {
	border: 0;
	padding: 0;
}

p, ul {
	margin-top: 0;
}

hr {
	border: none 0;
	border-top: 1px dashed #cc0000;
	width: 100%;
	height: 1px;
	margin: 10px 0px 20px 0px;
}

table {
	border: 0;
	padding: 0;
 	font-size: 1.0em;
}

table td.left {
	text-align: right;
	vertical-align: middle;
	padding: 0px 2px 2px 0px;
}

table td.right {
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 2px 2px;
}

table td.center {
	text-align: center;
	vertical-align: top;
	padding: 6px 0px 10px 0px;
}


/*** Styles for page header ***/

#header {

	border: 0;
	height: 240px;
	padding: 0px 20px;
	overflow: hidden;
}

#title {
	position: absolute;
	top: 10px;
	left: 265px;
	width: 509px;
	height: 46px;
	border: 0;
	z-index: 1000;
}

#elm {
	position: absolute;
	top: 110px;
	left: 260px;
	width: 190px;
	height: 90px;
	border: 0;
}

#dea {
        position: absolute;
        top: 120px;
        left: 480px;
        width: 81px;
        height: 66px;
        border: 0;
}

#est {
	position: absolute;
	top: 110px;
    left: 590px;
	width: 110px;
	height: 90px;
	border: 0;
}


/*** Nav styles ***/

ul#nav {
	background: transparent;
	position: absolute;
	top: 65px;
	left: 280px;
	width: auto;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul#nav li {
	background: transparent;
	float: left;
}

ul#nav li a:link, #nav li a:visited {
	background: #efefef;
	font-size: 1.0em;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 10px;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	display: block;
}

ul#nav li a:hover, #nav li a:active {
	background: #fafafa;
	font-size: 1.0em;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 10px;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	display: block;
}

.last {
	border-right: 1px solid #cc0000;
}


/*** Styles for the Content section ***/

#content {
	background: transparent;
	width: auto;
	height: auto;
	margin: 0px 20px 60px 150px;
	vertical-align: top;
}

.head {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #606060;
}

.note {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 0.9em;
	font-weight: normal;
	color: #303030;
}

.alert {
	background: transparent;
	color: #cc0000;
}

.notice {
	width: auto;
	height: auto;
	background-color: #efefef;
	font-size: 1.0em;
	margin: 0 30px 20px 30px;	
	padding: 12px;
	border: 1px solid #cc0000;
}


/*** Styles for the footer ***/

#footer {
	clear: both;
	bottom: 0;
	left: 0;
	background: url(./gfx/footer.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;
	text-align: center;
	border: 0;
	padding: 20px 0px 0px 0px;
	margin: 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;
}

#em {
	position: relative;
	top: 12px;
	left: 20px;
	width: auto;
	padding: 0;
	border: 0;
}

#em .left {
	width: 40%;
	height: 20px;
	padding: 0px 2px 1px 0px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}

#em .right {
	width: 60%;
	height: 20px;
	padding: 0px 0px 1px 2px;
	vertical-align: middle;
	text-align: left;
}

#em .center {
	width: 100%;
	height: auto;
	vertical-align: top;
	text-align: center;
}

.xorg {
	display: none;
}

/*** Styles for text inputs and button ***/

.textline {
	background: #ffffff;
	border: 2px solid #00c000;
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 1.0em;
	color: #303030;
	font-weight: normal;
	width: 280px;
	height: 30px;
}

.textbox {
	background: #ffffff;
	border: 2px solid #00c000;
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 1.0em;
	color: #303030;
	font-weight: normal;
	width: 500px;
	height: 200px;
}

.textline:focus, .textbox:focus {
	border: #eb440c 2px solid;
}

.select {
	background: #ffffff;
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 1.0em;
	color: #000000;
	font-weight: normal;
	width: 215px;
	height: 22px;
}

.button {
	background: #ffffff;
	border: 2px solid #00c000;
	font-family: arial, sans-serif, verdana, helvetica;
	font-size: 0.9em;
	color: #303030;
	text-decoration: none;
	width: 140px;
	height: 30px;
	cursor: pointer;
}

.button:hover, .button:active {
	border: #eb440c 2px solid;
}
