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

html {
	height: 100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
body {
	margin-left: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #b8e7fa url(../img/bg.png) center;
}

a {
	color: #154e7f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #154e7f;
	font-weight: normal;
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1b88b3;
	font-weight: normal;
}

/* Layout Styling */

#top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 74px;
	background: url(../img/navBg.jpg);
	border-bottom: 1px solid white;
}

#header {
	display: block;
	margin: 0 auto;
	width: 978px;
	height: 216px;
	background: white;
}

#contentWrapper {
	margin: 0 auto;
	width: 918px;
	display: table;
	min-height: 200px;
	background: white;
	padding: 0 30px;
}

#leftColumn {
	float: left;
	width: 240px;
	margin-left: -100%;
	padding: 10px 0 20px 0;
	margin: 0;
}

#content {
	margin: 0;
	margin-left: 260px;
	width: 650px;
	padding: 15px 0 30px 0;
}

#footer {
	margin: 0 auto;
	width: 978px;
	height: 70px;
	background-color: #b8e7fa;
	color: #3477a1;
	line-height: 70px;
	font-size: 10px;
}

#footer a {
	color: #3477a1;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

/* Module Styling */

.module {
	color: #666;
	text-align: left;
	font-size: 11px;
}

.module p, .callout p {
	margin: 0 5px;
}

.module h2, .callout h2 {
	color: #3477a1;
	font-size: 14px;
	margin-right: 15px;
}

.callout {
    margin: 20px 0;
    width: 200px;
    padding: 5px 15px;
	padding-top: 10px !important!;
    text-align: left;
    border: 1px solid #a5e1f9;
    background: #d1eefa url(../img/bgCallout.jpg) repeat-x;
    /* background-repeat: no-repeat; */
}

.callout2 {
    margin: 5px 0;
    width: 90%;
    padding: 10px;
    text-align: left;
    border: 1px solid #a5e1f9;
    background: #d1eefa url(../img/bgCallout.jpg) repeat-x;
    /* background-repeat: no-repeat; */
}

/* Internal Layout Styling */

#headerInternal {
	display: block;
	margin: 0 auto;
	width: 978px;
	height: 128px;
	background: white;
	border-bottom: 1px solid white;
}

#headerSub {
	margin: 0 auto;
	_margin-top: -4px;
	background-color: #b8e7fa;
	border-bottom: 1px solid white;
	height: 40px;
	width: 978px;
	color: #09598a;
	line-height: 40px;
	font-size: 20px;
	font-family: Trebuchet MS, Arial, sans-serif;
	text-indent: 20px;
	font-style: italic;
}

/* Sub Navigation Styling */

.subnav {
	list-style-type: none;
	margin: 5px 0;
	margin-top: 20px;
	padding: 0;
	width: 94%;
	border: 3px solid #b8e7fa;
	border-bottom: 2px solid #b8e7fa;
}

.subnav li a {
	background: white url(../img/navRollBg.jpg) repeat-x bottom left;
	font: normal 13px Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #b8e7fa;
}


* html .subnav li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 226px;
}

.subnav li a:visited, .subnav li a:active {
	color: white;
}

.subnav li a:hover {
	background-image: url(../img/navBg.jpg);
	color: #c1ffc2;
	text-decoration: none;
}

/* Form Styling */

/* form elements */
form {
	margin: 0;
	padding: 0 15px;
	}
.RMform {
	margin:15px 15px 15px 15px; 
	padding: 10px 20px;
	border: 1px solid #E5F0FB; 
	background: #F4F8FD;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 3px 0;
	color: #017895;
	font-size: 15px;
}
input, select {
	padding:3px;
	border: 1px solid #ccc; 
	font: normal 1em Verdana, sans-serif;
	color:#777;	
	margin-right: 5px;
}

.selectOpenings {
	width: 280px;
}

textarea {
	width:400px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #ccc; 
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	font: bold 14px Arial, Sans-serif; 
	padding: 5px; 
	color: #fff;
	background: #24c0d7; 
	border: 3px solid #1780af;
	float: right;
}

input.button2 { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin-left: 0px;
	padding: 2px 3px; 
	color: #fff;
	background-color: #306bc1; 
	border: 1px solid #9375AC;
}

.loginBtn {
	border: 0px;
}

/* Miscelaneous */

.bodyimg {
	border: 1px solid #eee;
	margin: 10px;
	margin-top: 0;
}

.qform {
	font-size: 15px;
}

.qform ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.qform ul li {
	margin-bottom: 6px;
}

#tooltip{
	position:absolute;
	border:1px solid #1086ae;
	background:#1796b9;
	padding:2px 5px;
	color:white;
	display:none;
	}
