/* CSS Document */

html, body, form {margin:0; padding:0; border:0}
body {
	font:.75em/1.4 verdana,arial,sans-serif;
	background:#f4f4f4}

/* Universal Properties ----------------------------------------------- */
p, ul, li, h1, h2, h3, form {margin:0 10px 1em; padding:0}

abbr, acronym {cursor:help}
img {border:0}

.invisible {display:none}

/* ---- headers ---- */

h1 {
	font:2em/1.6 Georgia, "Times New Roman", Times, serif;
	color:#944253;
	font-weight:bold;
}

/* ---- container ---- */

#container {width:770px}
	
/* ---- top ---- */

#top {
	width:770px;
	height:121px;
	float:left;
	background:url(../images/topbanner.gif) no-repeat;
}

#top a {color:#FFF}

#top a:hover {text-decoration:none}

#top p {
	color:#FFF;
	text-align:right;
	margin-right:34px;
	margin-top:10px;
}

#logo {
	position:absolute;
	width:212px;
	height:206px;
	top:0;
	left:0;
	background:url(../images/logo.gif) no-repeat;
}

#textsize_buttons {
	position:absolute;
	top:67px;
	left:694px;
	width:42px;
	height:19px;
	background:url(../images/textsize_up.gif) no-repeat;
}

.textsize_title {
	padding-right:50px;
}

/* ---- middle ---- */

#middle {
	width:770px;
	min-height:480px;
	height:auto !important;
	height:480px;
	float:left;
	clear:both;
	background:#FFF url(../images/middle_bg.gif) repeat-y 0 0;
}

#left {
	width:173px;
	height:480px;
	float:left;
}

#left_button a {
	width:171px;
	height:43px;
	display:block;
	margin-top:20px;
	overflow:hidden;
	background:url(../images/button_slideshow.gif) no-repeat 0 0;
}

#left_button a:hover {background-position:0 -43px}

#leftshadow {
	width:4px;
	height:319px;
	background:url(../images/vert_shadow.gif) no-repeat;
	float:left;
}

#right {
	width:543px;
	min-height:480px;
	height:auto !important;
	height:480px;
	float:right;
	background:#FFF url(../images/right_bg.gif) repeat-x 0 0;
	padding-left:50px;
	padding-top:30px;
}

#right p {
	margin-right:30px;
}

#right li {
	list-style-image: url(../images/bullet.gif);
	margin-left:20px;
}

#right li ul li {
	list-style-image:none;
	list-style-type:circle;
	padding-top:10px;
}

#right a:link, #right a:visited {
	color:#944253;
	text-decoration:underline;
}

#right a:hover {
	color:#944253;
	text-decoration:none;
}

.jobposting {
	margin-left:30px;
}

#right table {
	margin-left:10px;
}

/* ---- footer ---- */

#footer {
	width:770px;
	height:41px;
	float:left;
	clear:both;
	border-top:2px solid #8f8071;
	background:#f4f4f4;
}

#footer p {
	margin:10px 5px;
	font-size:.95em;
	color:#5f885f;
	font-weight:bold;	
}

#footer a:link, #footer a:visited {
	color:#5f885f;
	text-decoration:underline;
}

#footer a:hover {
	color:#5f885f;
	text-decoration:none;
}

/* ---- menu ---- */

#menu {
	width:171px;
	margin:0;
	padding:0;
	position:absolute;
	top:240px;
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu li {
	margin:0;
	padding:0;
}

#menu li a {
	height:28px;
	text-decoration:none;
	position:relative;
	margin-top:-1px;
	padding-left:5px;
	line-height:28px;
	font-weight:bold;
	color: #FFF;
	display:block;
	background:url(../images/navbutton_up.gif) repeat-x 0 0;
}
	
#menu li a:hover {
	background:url(../images/navbutton_over.gif) repeat-x 0 0;
}
	
#menu li.selected a {
	background:url(../images/navbutton_selected.gif) repeat-x 0 0;
}

/* ---- validation ---- */

input.validation-failed, textarea.validation-failed {
	border:1px solid #FF0000;
	color:#FF0000}

.validation-advice {
	margin:-1px 0 5px;
	padding:4px;
	background:#FF0000;
	color:#FFF;
	width:352px}
	
.required_ast {color:#FF0000}
