/* page styles */

body {
	font-family:Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:16px;
	font-weight:normal;
	font-variant:normal;
	color:#333;
	background-color:#fff;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	margin:0px;
	padding:0px;
}

input, textarea, select, option {
	font-family:Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
	line-height:14px;
	font-variant:normal;
	color:#333;
}

form {
	font-family:Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
	line-height:15px;
	font-weight:normal;
	font-variant:normal;
	color:#333;
	margin:0px;
	padding:0px;
	border:0px;
}

input, textarea { padding:3px; }

.formbutton { padding:0px; }

h1 {
	display:block;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	position:absolute;
	top:128px;
	left:200px;
	right:0;
	margin:0;
}

h2 {
	font-size:13px;
	font-weight:bold;
	margin:15px 0 10px 0;
}

ul { margin:0; }
li { margin:5px 0; }



/* global text styles */

a, a:visited, a:active { text-decoration:none; color:#333; font-weight:bold; } /* standard links */
a:hover, a:visited:hover { text-decoration:underline; color:#333; }

.text_white, a.text_white, a.text_white:visited, a.text_white:active { color:#fff; text-decoration:none; } /* white text */
a.text_white:hover, a.text_white:visited:hover { color:#fff; text-decoration:underline; }

.text_red, a.text_red, a.text_red:visited, a.text_red:active { color:#ff0000; text-decoration:none; } /* red text */
a.text_red:hover, a.text_red:visited:hover { color:#ff0000; text-decoration:underline; }


/* div styles */

#pagetitlearea { height:160px; background-image:url(../images/stac-title.jpg); background-repeat:no-repeat; background-position:center top; position:relative; }

#title_image { position:absolute; left:20px; top:0; width:170px; height:136px; background-image:url(../images/stac.jpg); text-indent:-1000px; position:relative; z-index:5; }
#title_link { position:absolute; top:0; left:9px; width:150px; height:127px; background-image:none; }
#title_link:hover, #title_link:visited:hover { text-decoration:none; background-image:url(../images/stac-hover.jpg); }

#footer { text-align:center; color:#aaa; font-size:10px; border:0px; border-top:3px solid #e9e9e9; padding:3px 0px 20px 0px; margin:20px auto; width:960px; }
a.footertext, a.footertext:visited, a.footertext:active, a.footertext:hover, a.footertext:visited:hover { color:#aaa; font-weight:normal; }
.footerlinks, a.footerlinks, a.footerlinks:visited, a.footerlinks:active, a.footerlinks:hover, a.footerlinks:visited:hover { color:#333; font-size:11px; font-weight:normal; }

#menu { border:0; height:32px; line-height:32px; margin:0; position:absolute; top:76px; left:190px; right:0; }

#menu ul {
	padding:0;
	list-style:none;
	white-space:nowrap;
	margin:0;
}

#menu ul li {
	display:inline;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:active {
	float:left;
	width:auto;
	line-height:32px;
	height:32px;
	margin:0;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-size:13px;
	white-space:nowrap;
	padding:0 25px;
}

#menu ul li a:hover, #menu ul li a:visited:hover {
	background-image:url(../images/menu-hover.jpg); background-repeat:repeat-x; color:#fff; text-decoration:none;
}

#menu ul li:hover { background-image:url(../images/menu-hover.jpg); background-repeat:repeat-x; color:#fff; text-decoration:none; }

#menu ul li a.menu_selected, #menu ul li a.menu_selected:active, #menu ul li a.menu_selected:visited, #menu ul li a.menu_selected:hover, #menu ul li a.menu_selected:visited:hover { background-color:#e7e7e7; text-decoration:none; color:#333; background-image:none; cursor:default; }

#preloader { position:absolute; top:-5000px; left:-5000px; }

#contentarea { width:960px; margin:0 auto; position:relative; }

#mainpage { margin:0 20px 20px 20px; position:relative; }

#homelogo { position:absolute; top:-25px; right:90px; width:180px; height:185px; background-image:url(../images/home-logo.gif); background-position:center center; background-repeat:no-repeat; }
#homeimage { position:absolute; top:-35px; right:7px; width:400px; height:220px; background-image:url(../images/home-image.jpg); background-position:center center; background-repeat:no-repeat; }
