@charset "UTF-8";
/* CSS Document */


body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #464646;
	line-height: 0;
}

h1.rightSidebar {
	text-align: center;
	margin: 20px 0;
	padding: 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #464646;
	line-height: 0;
}

#wrapperPortalTop {
	margin: 0;
	background: #001763;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapperBody {
	background: #f4f4f4;
	margin: 0 auto;
}

#portalHeader {
	background: #000 url(../images/portal_header.jpg) no-repeat center top;
	height: 140px;
	width: 1000px;
	background-color: #001763;
	margin: 0 auto;
}

.horzBar {
	background: url(../images/horzbar.jpg) repeat-x;
	width: 100%;
	height: 11px;
	-moz-box-shadow: 0px -3px 5px #000;
	-webkit-box-shadow: 0px -3px 5px #000;
	box-shadow: 0px -3px 5px #000;
	z-index: 9999;
	position: relative;
	top: 0;
}

.slider {
	width: 650px;
	height: 271px;
	background: #ffffff;
	position: relative;
}

#bodyContent {
	width: 1000px;
	margin: 0 auto;
}

.oneColumn {
	float: left;
	background: #dfdfdf;
	margin: 10px;
	width: 960px;
}

.leftColumn {
	float: left;
	background: #ffffff;
	margin: 10px;
	width: 600px;
}

.rightColumn {
	float: right;
	background: #ffffff;
	margin: 10px;
	width: 266px;
}

#bodyBottom {
	border-top: 5px solid #011763;
	float: left;
	width: 100%;
	background: #e2e2e2;
	margin: 10px 0 0;
	padding: 0;
}

#footerContainer {
	background: #000;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.footer {
	background: #000;
	width: 1000px;
	margin: 0 auto;
	padding: 5px;
	text-align: right;
	color: #ffffff;
}

p.copyright {
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
}

.sideBox {
	background: #162662;
	width: 266px;
	height: 163px;
	float: right;
	margin-top: 20px;
}

p.sideBarTitle {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}

p.sideBarCopy {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

input.textField {
	border: 1px solid #333333;
	height: 22px;
	width: 211px;
	margin-bottom: 5px;
	margin-left: 10px;
}

p.formLabel {
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	padding: 0;

	margin-left: 10px;
	margin-bottom: 0;
}

.sideBarButtons {
	width: 100%;
	background: #0f0f0f; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#0f0f0f'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#363636), to(#0f0f0f)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #363636,  #0f0f0f); /* for firefox 3.6+ */ 
	margin: 110px 0;
	padding: 0;
	height: 40px;
	text-align: center;
}

.formBtn {
	background-color: transparent;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	border: 0;
}

#twoColumn {
	float: left;
	width: 100%;
}

#twoColumn .left {
	width: 150px;
	float: left;
	position: relative;
	margin: 10px;
	text-align: center;
}

#twoColumn .right {
	width: 770px;
	float: right;
	position: relative;
	margin: 10px;
}

#contactList ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}

#contactList li {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	list-style: none;
	margin: 0;
	width: auto;
}

#bodyBottomContent {
	width: 1000px;
	margin: 0 auto;
}

#contentBlock {
	width: 300px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentBlock .title {
	background-color: #011763;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	text-align: center;
	color: #ffffff;
	width: 100%;
}

.moreInfo {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #162662;
}

.moreInfo:hover {
	text-decoration: underline;
}
