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

body,html {
	background-color: #15274d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center; /* for IE */
}

a {
	text-decoration: none;
	color:#0000FF;
}

a:visited {
	text-decoration: none;
	color:#0000FF;
}

a:active {
	text-decoration: none;
	color:#0000FF;
}

a:hover {
	text-decoration: none;
	color:#FF0000;
}

#TemplateContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	background: #FFFFFF;
}

#TemplateHeader {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#TemplateMenu {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#TemplateContentHeader {
	position: relative;
	width: 960px;
	height: 131px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/Template_mainheader.jpg);
	vertical-align: bottom;	
}

#TemplateContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#MainColumnLeft {
	width: 600px;
	clear: both;
	float: left;
	background: #0000FF;
	padding: 18px;
}

#MainColumnRight {
	width: 360px;
	clear: both;
	/* float: right; */
	background: #00FF00;		
}

.TemplateText {
	margin-right:100px;
	/* padding-right: 300px; */
	font-size: 10pt;
	line-height: 150%;
}

#TemplateFooter {	
	background: #15274d;
	clear: both;
}

.TemplateFooterText {
	font-size: 11px;
	color: #808080;
}

.TemplateFooterText a {
	color: #FFFFFF;
}

.TemplateFooterText a:visited {
	color: #FFFFFF;
}

.TemplateTitle {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-left: 17px;
	padding-top: 20px;
	font-size: 20pt;
	font-weight: bold;
	color: #15274d;
	text-align: right;
}

.TemplateSubTitle {
	font-size: 16pt;
	font-weight: bold;
	color: #15274d;
}

.TemplateSmallSubheader {
	font-weight: bold;
	color: #15274d;
	font-size: 11pt;	
}

#TemplateContentLeft {

	/* Position of the Element Relative to the Container */
	float: left;
	
	/* Actual Positioning Dimensions */
	width: 640px;
	padding-top: 20px;
	padding-left: 20px; 
	padding-right: 10px;
	padding-bottom: 20px;
	
	font-size: 10pt;
	line-height: 150%;
	text-align: left;
	
	background: #FFFFFF;
	
	/*border: 1px solid #000000;
	border-collapse: collapse; */

}

#TemplateContentRight {
	/* left: 10px; */
	width: 260px;
	float: right;
	top: 10px;  
	padding-right: 20px;
	
	background: #FFFFFF;	
	/*border: 1px solid #000000;
	border-collapse: collapse;*/
	
}

#TemplateTables {
	background: #000000;
}

.TemplateParagraphNoMargin blockquote {
	margin: 0;
}

#MainPageContent {
	padding: 20px;
	font-size: 10pt;
	line-height: 150%;
}

#MainPageJobPanel {
	margin: 11px;
	padding: 11px;
	font-size: 11px;
	line-height: 150%;
	background-color: #d9e2ec;
}

#MainPageJobPanel li {
	margin: 3 3 3 0px;
}

#MainPageJobPanel ul {
	margin: 0px;
}

.MainPageHeaderText {
	font-size: 16px;
	font-weight: bold;
	color: #15274d;
}

.MainPageHeaderTextBlue {
	font-size: 15px;
	font-weight: bold;
	color: #15274d;
}

#MainPageSearchBox {
	margin: 11px;
	padding: 11px;
	font-size: 11px;
	line-height: 150%;
	/* background-color: #d9e2ec; */
}

#MainPageContactBox {
	margin: 11px;
	padding: 11px;
	font-size: 11px;
	/* line-height: 150%; */
	background-color: #d9e2ec;
	table-layout: auto;
	vertical-align: top;
	display: none;

}

#MainPageJobsBox {
	margin: 11px;
	padding: 11px;
	font-size: 12px;
	line-height: 240%;
	background-color: #d9e2ec;
	table-layout: auto;
	vertical-align: top;

}

.MainPageSearchBoxHolder {
		vertical-align: top;
}

/* Quicklinks Classes */

.QuickLinks {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #275695;
}

.QuickLinks a:link {
	text-decoration: none;
}

.QuickLinks a:visited {
	text-decoration: none;
}

.QuickLinksHeading {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
