@charset "utf-8";

@import url(layout.css);
@import url(/css/admin.css);
@import url(/css/lightbox.css);
@import url(/css/search.css);

.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1a2023;
	line-height: 18px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #1a2023;
}
.mainMenu {
	font-size: 15px;
	line-height: normal;
	color: #7c8a90;
	text-decoration: none;
}
.HeaderLightGray {
	font-size: 12px;
	line-height: normal;
	color: #484d4f;
}
.mainMenuSelected {
	font-size: 15px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.search {
	width: 100%;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #414a4d;
	border-left-color: #414a4d;
	background-color: #333a3d;
	color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	height: 19px;
	padding-top: 4px;
	line-height: normal;
	vertical-align: bottom;
}

.light {
	color: #FFFFFF;
}
.dark {
	color: #1a2023;
}
.blue {
	color: #238f95;
}
.grey {
	color: #40474b;
}

.whiteHeader {
	font-size: 32px;
	line-height: normal;
	color: #FFFFFF;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.darkHeader {
	font-size: 32px;
	line-height: normal;
	color: #1a2023;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.small {
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
}
.smallHeader {
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-weight:normal;
}
.white-bg-overlay {
	background-image: url(../images/back/content-body-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 12px 23px;
	margin-bottom: 28px;
}

.mainContentLink {
	color: #0d858e;
	text-decoration: underline;
}

.bigText {
	font-size: 15px;
	font-style: italic;
	color: #40474b;
	line-height: 22px;
}
.moreLink {
	font-size: 10px;
	color: #bb6a12;
	text-decoration: underline;
}
.moreLinkDark {
	font-size: 10px;
	color: #1a2023;
	text-decoration: underline;
}

.decoratedList {
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
}
.menu2List {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer {
	font-size: 12px;
	color: #7c8a90;
}
.menu2Link{
	color: #7c8a90;
	line-height: 33px;
	font-size: 15px;
	text-decoration: none;
}
.menu2Link:hover{
	color: #7c8a90;
	line-height: 33px;
	font-size: 15px;
	text-decoration: underline;
}
.decoratedListLink{
	color: #40474b;
	line-height: 26px;
	text-decoration: none;
}
.decoratedListLink:hover{
	color: #40474b;
	line-height: 26px;
	text-decoration: underline;
}
.blueHeader {
	font-size: 32px;
	line-height: normal;
	color: #238f95;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.infoText {
	color: #1a2023;
	font-size: 15px;
	line-height: 24px;
}

a {
	color: #0d858e;
	text-decoration: underline;
}

big {
	font-size: 15px;
	font-style: italic;
	color: #40474b;
	line-height: 22px;
}


h2 {
	font-size: 26px;
	line-height: normal;
	font-weight: normal;
	padding: 0px;
	margin: 12px 0 0 0;
}
h4 {
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	font-weight:normal;
	padding: 0px;
	margin: 0;
}


small {
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
}

H1 {
	font-size: 32px;
	line-height: normal;
	color: #FFFFFF;
	padding: 0;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight:normal;
}

