@import url(reset_styles.css);
@import url(multi_drop_menus_class.css);
@charset "utf-8";

behavior:url(CSS/csshover.htc);
	
body {
	margin: 20px;
	padding: 0;
	background: #FFF url(../images/header.gif) repeat-x;
	font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333;
}
h3 {
	font-size: 1.4em;
	padding-top: 0.5em;
	color:#399;
}
h2 {
	font-size: 1.7em;
	color:#669;
}
h1 {
	font-size: 2em;
	padding-bottom: 1em;
}
ul, ol {
	line-height: 160%;
}
a {
	color: #097d56;
}
a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 1000px;
	margin: 70px auto 0;
}

/* Header */

#h_logo {
	float: left;
	background: url(../images/Logo.jpg) no-repeat 0 20px;
	width: 188px;
	height: 200px;
}

#h_graphic {
	float: left;
	width: 780px;
	height: 200px;
	background: url(../images/St_George_Chadux.jpg) no-repeat 0 0;
	margin-left:22px;
}
#top_menu {
	margin-left: 210px;
	padding-left: 100px;
	width: 680px;
	/*background-color:#E0E7C9;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform:lowercase;
	letter-spacing: 0.3em;
	/*border-bottom: 3px solid #C7D39C;*/
	border-bottom: 3px solid #ffffff;
}
#top_menu li {
	background-color:#FFFFFF;
	border:none;
}
#top_menu li ul li{
	border:1px solid #C7D39C;
	border-top: none;
}
#top_menu li ul li:first-child {
	border-top:1px solid #C7D39C;
}
#top_menu li .current, #top_menu a:hover {
	color: #000;
	background-color:#C7D39C;
}
/* Content */

#page {
	clear: both;
}

#content {	
	float: right;
	width: 700px;
	padding: 0 10px 20px 20px;
}
.page_title {
	margin: 0;
	font-style:italic;
	color: #063;
}
#page_text {
	margin: 0 0 10px;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
}
p {
	padding-top: 0.5em;
	line-height: 150%;
	font-size: 0.9em;
}
p .details{
	line-height: 100%;
}
.important {
	font-weight:bold;
}
.link{
	font-size: 0.9em;
}

/* Footer */

#footer {
	background: #FFF url(../images/footer.gif) repeat-x;
	clear: both;
	border-top: 1px dotted #000;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 20px 20px;
}

#footer a {
	color: #666;
}
#footer .icon {
	border: none;
	padding-top:15px;
	vertical-align: middle;
}
#left_sidebar {
	margin: 0;
	margin-top: 50px;
	margin-bottom:20px;
	padding: 0;
	float:left;
	width:200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;	
	line-height: 2.2em;
	text-decoration: none;
	background: #FFF;
}
#left_sidebar li {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 15px;
}
#left_sidebar li .current, #left_sidebar a:hover {
	color: #FFF;
	background: transparent url(../images/menu_bkgd.gif) no-repeat center;
}

#left_sidebar li ul li{
	background:#F0F7D9;
	margin-bottom:0;
	border: 1px solid #CCB;
	text-align:left;
}

.job_level {
	color: #F00;
	font-weight: bold;
}
ul {
	font-size: 0.9em;
}
th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-variant:normal;
	font-weight:bold;
	background-color:#E0E7C9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0.3em 0;
	margin-bottom: 5px;
}
form {
	margin-top: 1em;
}
.privacy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bolder;
	color: #000;
}

img.catch_image {padding:3px; border:solid 3px #c2d190;}
