@charset "utf-8";
/* CSS Document */
/* hide from ie on mac \*/
html {
	height: 100%;
}
/* end hide */
body {
	margin:0px; padding:0px;
	background-color:#ffffff;
	height:auto;
}
body.section3 #menu li.recruitment{
	background:#ffffff;
	margin: 0px;
	padding-top:6px;
	border-style:solid;
	border-top:hidden;
	border-color:#d9d8d8;
	border-bottom:hidden;
}
#main {
	background-color:#ffffff;
	height:800px;
	
}
#header {
	background-image:url(images/headerBackground.png);
	background-color:#d9d8d8;
	background-repeat:repeat-x;
	padding-top:43px;
	padding-left:10px;
	height:123px;
    border-bottom-style:solid;
	border-bottom-color:#a7a6a6;
	border-bottom-width:medium;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:326px;
	height:84px;
	position: relative;
	top:-2px;
}

#slogan {
	position:relative;
	top:-12px;
}
#slogan h1 {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#8d8c8c;
	font-size:24px;
	text-transform:uppercase;
}
#chapter h1{
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	position: relative;
	left:645px;
	top:-112px;
}
#chapter h2{
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#e4dd8d;
	font-size:18px;
	text-transform:uppercase;
	position: relative;
	left:676px;
	top:-135px;
}

#menu {
	background-color:#d9d8d8;
	position:relative;
	left:0px;
	top:-173px;
}

ul#menu {
	margin:0px;
	padding:0px;
	position:absolute;
	right:1034px;
	top: 173px;
	width: 187px;
}

ul#menu li {
	list-style-type:none;
	margin-top:8px;
	border-bottom-style:solid;
	border-bottom-color:#a7a6a6;
	border-bottom-width:thin;
	text-align:right;
}
ul#menu li a {
	text-decoration:none;
	margin-right:6px;
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:22px;
	font-stretch:ultra-condensed;
	font-weight:400;

}

.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:200px;
height:540px;
padding:14px;

}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #a7a6a6;
background:#d9d8d8;
position: relative;
top:-1137px;
left:396px;
font-family:Lucida Sans, Lucida Grande, sans-serif;

}
#stylized h1 {
font-size:16px;
margin-bottom:0px;
margin-top:0px;
color:#73447d;
font-weight:bold;

}
#stylized p{
font-size:12px;
color:#6b6a6a;
margin-bottom:10px;
border-bottom:solid 1px #a7a6a6;
padding-bottom:10px;

}
#stylized label{
display:block;
font-weight:bold;
text-align:left;
width:200px;
float:left;
color:#73447d;
font-size:13px;
}
#stylized .small{
color:#6b6a6a;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:200px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #a7a6a6;
width:200px;
margin:2px 0 25px 0px;
}
#stylized button{
clear:both;
margin-left:35px;
width:125px;
height:31px;
background:#666666 url(images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

ul#menu li a.active, ul#menu li a:hover {
	color:#211e1e;
}
#upcomingEvents {
	background-image:url(images/upevents.jpg);
	background-repeat: no-repeat;
	position: relative;
	top:300px;
	left:5px;
	height:300px;
}


#upcomingEvents h1{
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:16px;
	font-stretch:ultra-condensed;
	font-weight:bold;
	position:relative;
	top:15px;
	left:16px;
}
.events {
	width:190px;
	height:297px;
	padding-top:10px;
	padding-left:0px;
	position:relative;
	top:20px;
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:13px;
	font-stretch:ultra-condensed;
	font-weight:bold;
	text-align:center;

}
.events a {
	text-decoration:underline;
	margin-right:6px;
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:13px;
	font-stretch:ultra-condensed;
	font-weight:bold;
}
#upcomingEvents h2{
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:16px;
	font-stretch:ultra-condensed;
	font-weight:bold;
	position:relative;
	top:-98px;
	left:43px;
}
.events a.active, .events a:hover {
	color:#211e1e;
}
#divider_Bar {
	
	position: relative;
	left:239px;
	top:-585px;
}
.hoverbox
{
	cursor: default;
	list-style: none;
	position: relative;
	top:-310px;
	left: 191px;
	width: 520px;
}
.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}
#footer {
	position:relative;
	top:-1115px;
	left:-2px;
	background-image:url(images/footerBackground.jpg);
	color:white;
	background-repeat:repeat-x;
	width: 1026px;
	height: 50px;
}
ul#footer_Menu {  
    margin:0px; padding:0px;  
    position:absolute;  
    right:10px;
	top:25px; 

}  
ul#footer_Menu li {  
    display:inline;  

}  
ul#footer_Menu li a {
	text-decoration:none;
	color:#CCCCCC;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:7px;

}
ul#footer_Menu li a.active, ul#footer_Menu li a:hover {
	color:#ffffff;

}
#unique {
	background-image:url(images/unique1.jpg);
	background-repeat: no-repeat;
	position: relative;
	top:-299px;
	left:215px;
	height:291px;
	width:530px;
}

#unique h1{
	color:#73447d;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:22px;
	font-stretch:ultra-condensed;
	font-weight:400;
	position:relative;
	top:12px;
	left:16px;
}
.delt {
	width:500px;
	height:206px;
	overflow:scroll;
	overflow-x: hidden;
	padding-top:10px;
	padding-left:15px;
	position:relative;
	top:0px;
	color:#6d6c6c;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:13px;
	font-stretch:ultra-condensed;
	font-weight:500;
	text-align:left;

}

.footer_p {
	text-decoration:none;
	color:#CCCCCC;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:7px;
	position:absolute;
	right:740px;
	top:0px;
}
.container {
	width:1024px;
	height:1200px;
	margin:0 auto;
	border:0px;
}