﻿/* RESET CSS ('Cause all browsers are different) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #eeeeee;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
div, span, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #868686;
	font-weight: normal;
}
.clearFix {
	line-height: 0px;
	clear: both;
}

/* END OF RESET CSS ----------------------------------------------------------------------------- */

/* ACTUAL SITE STYLING -------------------------------------------------------------------------- */
.mainRight {
	min-height: 300px;
}

.logoSpaceCont, .tabs {
	background-color: #ffffff;
}

.logoSpace {
	background-color: #7F91A7;
	margin: 0 11px 0px 11px;
	height: 135px;
}

.underMenu_cont {
	min-width: 750px;
}

/* TABS */
.tabs_cont {
	background-color: #ffffff;
}

#tabs {
	background-color: #ffffff;
}

.tabs_ul {
	background: #ffffff;
	padding: 0;
	margin: 0 10px 0px 10px;
}

.tabs_ul li {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	background: #d0d1d3;
	width: 90px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	line-height: 26px;
	overflow: hidden;
	border-top: 2px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.tabs_ul li.selectedTab {
	border-bottom: 2px solid #929497;
	background: #929497;
}

.tabs_ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}

.tabs_ul li.selectedTab a {
	color: #fff;
}

.tabs_ul li a:hover {
	text-decoration: underline;
}

/* TABS END */

/* SEARCH */
.searchForm {
	width: 160px;
	float: left;
	padding-left: 10px;
}
.searchTitle {
	float: left;
	font-size: 11px;
	height: 20px;
	padding-top: 10px;
	padding-right: 10px;
}
.searchField {
	border: 1px solid #666;
	border-right: none;
	height: 14px;
	padding: 0;
	margin: 9px 0 0 0;
	float: left;
	width: 80px;
}
.searchBtn {
	display: block;
	float: left;
	background: url( 'searchbtn.gif' ) no-repeat;
	width: 18px;
	height: 26px;
	overflow: hidden;
	border: none;
	font-size: 0;
	line-height: 0;
	color: #fff;
}
/* SEARCH END */


/* RIGHT TOP LINKS */
#rightTopLinks_cont {
	width: 300px;
	height: 20px;
	padding-top: 10px;
	float: right;
	text-align: right;
}
.pglink {
	padding-right: 10px;
	color: #000;
	font-size: 11px;
}
/* RIGHT TOP LINKS END */


/* CONTENT */
.pageHeader {
	background-color: #fff;
	padding: 10px;
}
.mainCont {
	margin-top: 10px;
	font-size: 13px;
	line-height: 14px;
	min-width: 760px;
}

.contentCont {
	background-color: #fff;
}

.ctr {
	padding: 10px; /*width:90%;*/
}

#content {
	/*min-height:150px;*/
}
.dirty {
	line-height: 0px;
	height: 1px;
	margin: 0;
	padding: 0;
	color: #fff;
}
/* CONTENT END */

/* FOOTER */
.footerLinks_cont {
	float: left;
}
.footerLink {
	padding-right: 20px;
	color: #000;
}
.copyright {
	float: right;
	color: #000;
}
.footerInner {
	padding: 10px 0;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer {
	margin-bottom: 10px;
}
/* FOOTER END */

/*Preformatted Styles for FCK*/
.ctr ul {
	list-style-type: disc;
}
.ctr ol {
	list-style-type: decimal;
}
.ctr ol, .ctr ul {
	margin-left: 10px;
}
.ctr li {
	margin-left: 10px;
	padding-left: 5px;
}
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #48669F;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

h4 {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #000;
}

strong {
	font-weight: bold;
}

pre {
	font-family: Andale Mono, Courier, Courier New, Lucidatypewriter, Lucida Console, Monaco, monospace;
}

address {
	font-style: italic;
}
blockquote {
	margin-left: 15px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
.ctr table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
.ctr table th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.ctr table td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
P {
	margin: 10px 0;
}
.ctr img {
	padding: 5px 12px;
}
div, p {
	color:#333333;
}