@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding:0;
}

#wrapper {
	width:960px;
	height: 632px;
	text-align:center;
	margin:auto;
	background-attachment: scroll;
	background-image: url(../graphics/bg.jpg);
	background-repeat: no-repeat;
}

#topnavwrap {
	width: 958px;
	height: 54px;
	padding-top: 9px;
	text-align: right;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
	

#topnav {
	width: 139px;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccccc;
	font-weight:bold;
	font-style:italic;
	margin: 0px;
	text-align: left;
	float: right;
}
#topnav ul {
	list-style: none;
	margin:0px;
	padding: 0px;
	border: none;
}

#topnav li {
	margin:0;
	padding: 0px 3px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	display: inline;
	line-height: 1em;
	}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 12px;
}
#topnav a:hover {
	color: #00CCFF;
	text-decoration: none;
	background-image: url(../graphics/grntrianglesm.gif);
	background-position: -2px -3px;
	background-repeat: no-repeat;
	padding:0px 12px;
}
#sel {
	color: #FFFFFF;
	background-image: url(../graphics/bluetrianglesm.gif);
	background-position: -2px -3px;
	background-repeat: no-repeat;
	padding:0px 12px;
}

#borders {
	width:958px;
	height: 530px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
}

#mainwrap {
	width:918px;
	height: 530px;
	vertical-align: top;
}

#menuwrap {
	width:207px;
	height: 530px;
	vertical-align:top;
}
#menuspacer {
	width: 162px;
	margin-left: 9px;
	height: 125px;
	position: relative;
	border-bottom: 1px solid #cccccc;
}
#menutitle {
	width: 152px;
	margin-left: 9px;
	border-left: 1px solid #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
	font-style: italic;
	font-weight: normal;
	padding: 0px 0px 2px 10px;
	position: absolute;
	bottom: 0px;
}
.menusubtitle {
	color: #999;
	font-size: 0.75em;
	text-align: right;
	line-height: 1.5em;
}

#menuline {
	height: 1px;
	background-color:#cccccc;
	margin-left: 9px;
	margin-right: 38px;
	width: 160px;
	padding: 0px;
}

#menumain {
	width: 186px;
	margin-left: 0px;
	padding: 12px 0px 0px 0px;
	background-image:url(../graphics/menuline.jpg);
	background-repeat:repeat-y;
	background-attachment: scroll;
}
#menumain a, #menumain span {
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
	margin-left: 0px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-style: italic;
	background:url(../graphics/menuline.jpg) 0px -2px no-repeat;
	display:block;
	height:18px;
}
#menumain a:hover {
	color: #008FFF;
	background:url(../graphics/menutriagreen.jpg) 0px -2px no-repeat;
}
#menumain span.current {
	color: #333;
	background:url(../graphics/menutriablue.jpg) 0px -2px no-repeat;
}
#menumain span.nojob {
	color: #D9D9D9;
	background:none;
}
		
#contwrap {
	width: 707px;
	height: 530px;
	float: right;
	margin-right: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#title {
	width: 459px;
	height: 40px;
	padding: 5px 0px 0px 8px;
	margin-right: 0px;
	border-left: 1px solid #cccccc;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color: #666666;
	font-style:italic;
	font-weight:normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#maintext {
	width: 385px;
	margin-right: 0px;
	border-left: 1px solid #cccccc;
	padding: 9px 70px 0px 12px;
	font-size: 0.80em;
	line-height: 1.2em;
	color: #999999;
}

#rightwrap {
	width: 235px;
	float: right;
}

#subtitle {
	width: 224px;
	height: 23px;
	border-left: 1px solid #cccccc;
	padding: 17px 0px 0px 8px;
	margin: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color: #666666;
	font-style:italic;
	font-weight:normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#subtext {
	width: 224px;
	border-left: 1px solid #cccccc;
	padding: 12px 0px 0px 8px;
	font-size: 0.80em;
	line-height: 1.2em;
	color: #999999;
	margin: 0px;
}
#subtext a {
	color: #008FFF;
	text-decoration: none;
}
#subtext a:hover {
	color: #CC9900;
	text-decoration: none;
}

#feedbacktext {
	width: 224px;
	border-left: 1px solid #cccccc;
	padding: 12px 0px 0px 8px;
	font-size: 0.70em;
	line-height: 1.1em;
	color: #999999;
}

#pageicons {
	width: 233px;
	text-align: right;
	vertical-align: bottom;
	height: 25px;
	padding-top: 5px;
	margin: 0px;
}

#pageicons a {
	height: 15px;
	background-color: #cccccc;
	color: #666666;
	font-size: 0.8em;
	text-decoration: none;
	margin-left: 2px;
	padding: 3px 4px 2px 4px;
	text-align: center;
}

#pageicons a:hover {
	height: 15px;
	background-color: #999999;
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
	margin-left: 2px;
	padding: 3px 4px 2px 4px;
	text-align: center;
}

.thispage {
	height: 15px;
	background-color: #666;
	color: #ffffff;
	font-size: 0.8em;
	margin-left: 2px;
	padding: 3px 4px 2px 4px;
	text-align: center;
}

#footnav {
	width: 960px;
	height: 18px;
	background-color:#000;
	border-top: 1px solid #000;
	text-align: center;
	padding-top: 0px;
}

#footnav ul {
	list-style: none;
	margin:0px;
	padding: 0px;
	border: none;
	line-height: 1.1em;
}

#footnav li {
	margin:0;
	padding: 0px 15px 0px 0px;
	font-size:0.8em;
	font-weight: bold;
	font-style:italic;
	display: inline;
	}

#footnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding:0px 12px;
}
#footnav a:hover {
	color: #00CCFF;
	text-decoration: none;
	background-image: url(../graphics/grntrianglesm.gif);
	background-position: -2px -3px;
	background-repeat: no-repeat;
	padding:0px 12px;
}
#footnav a.selected {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../graphics/bluetrianglesm.gif);
	background-position: -2px -3px;
	background-repeat: no-repeat;
	padding:0px 12px;
}

#footer {
	width: 960px;
	height: 20px;
	background-color:#fcfcfc;
	text-align: center;
	font-style: italic;
	padding-top: 5px;
	margin: 0px;
}
#footer a, #footer a:visited {
	color: #999999;
	font-size: 0.8em;
	text-decoration:none;
}
#footer a:hover {
	color: #FF9900;
}