@charset "UTF-8";
/* CSS Document */

@import url("cocfreset.css");

html
{
	background-image: url(../images/backgroundstripe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	_overflow-x:hidden;
	_overflow-y:auto;
	!overflow-x:hidden;
	!overflow-y:auto;
	overflow-x:hidden;
	overflow-y:auto;
	overflow-x:-moz-scrollbars-none;
}
body
{
	margin: 0;
	padding: 0;
}
#hiddenlogo
{
display: none;
}
#wrapper
{
	width: 982px;
	margin: 0 auto;
}


/* UNIVERSAL FONT CONTROLLER */
.mycf, #footer, .searchcf, #social, #quicklinks h3, #quicklinks h3 a, #quicklinks h4, #quicklinks li, .addthis_toolbox
{
	font-family: 'Arial Narrow', sans-serif;
}
#middlecontentarea h1, #middlecontentarea h2, #quicklinks h2
{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}
#middlecontentarea h3, #middlecontentarea p, #middlecontentarea li, #middlecontentarea td
{
	font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333333;
}
#middlecontentarea ul, #middlecontentarea ol
{
	font-family: Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}


/* BEGIN TOP CONTENT */
#top
{
	background-image: url(../images/topbackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 982px;
}
.mycf
{
	position: absolute;
	top: 10px;
	margin-left: 866px;
	!margin-left: 559px;
	_margin-left: 559px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-style: oblique;
	letter-spacing: 1.1px;
	text-shadow: #000000 2px 2px 2px;
}
.mycf a, .mycf a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.searchcf
{
	position: absolute;
	top: 76px;
	margin-left: 794px;
	!margin-left: 487px;
	_margin-left: 487px;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1.1px;
	text-shadow: #000000 2px 2px 2px;
}
.searchcf form
{
	margin-top: 2px;
	margin-bottom: 2px;
	!margin-bottom: 0;
	_margin-bottom: 0;
}
.searchcf a
{
	color: #ffffff;
	text-decoration: underline;
}
.searchcf a:hover
{
	color: #87a9cb;
}
#topmenu
{
	height: 20px;
	background-image: url(../images/topmenuleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 144px;
}
#social
{
	position: absolute;
	top: 164px;
	margin-left: 765px;
	background-image: url(../images/sharebackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 214px;
	padding-top: 2px;
	padding-left: 8px;
	font-size: 11px;
	color: #666666;
	font-style: oblique;
	vertical-align: middle;
	line-height: 33px;
}

/* BEGIN MAIN CONTENT AREA */
#sidemenu
{
	position: absolute;
	top: 185px;
}
#maincontent
{
	background-image: url(../images/maincontentback.jpg);
	background-repeat: repeat-y;
	background-position: left 0px;
	width: 982px;
	margin: 0;
	padding: 0;	
}
.maincontenttop
{
	background-image: url(../images/maincontenttop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 982px;
	margin: 0;
	padding: 0;
	height: 12px;
	display: block;
}
.maincontentbottom
{
	background-image: url(../images/bottomcontentshadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 982px;
	margin: 0;
	padding: 0;
	height: 7px;
	display: block;
}
#middlecontentarea
{
	margin-left: 144px;
	width: 622px;
	padding-top: 5px;
	padding-bottom: 32px;
	min-height: 524px; /* sets min-height value for all standards-compliant browsers */
	height: expression( this.scrollHeight < 525 ? "524px" : "auto" ); /* sets min-height for IE */
}
#middlecontentarea h1, #middlecontentarea h2, #middlecontentarea h3, #middlecontentarea p
{
	padding-right: 24px;
	padding-left: 24px;
	line-height: 22px;
}
#middlecontentarea h1
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004990;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
#middlecontentarea h2
{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#middlecontentarea h3
{
	font-size: 12px;
	background-color: #f6f6f6;
	width: 50%;
	padding: 8px;
	float: left;
	border: 3px solid #e5e5e7;
	margin-top: 11px;
	margin-right: 19px;
	margin-bottom: 8px;
	margin-left: 24px;
}
#middlecontentarea p, #middlecontentarea ol, #middlecontentarea ul
{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 22px;
}
#middlecontentarea p a, #middlecontentarea li a, #middlecontentarea ul a, #middlecontentarea li a
{
	color: #004990;
}
#middlecontentarea p a:hover, #middlecontentarea li a:hover, #middlecontentarea ul a:hover, #middlecontentarea li a:hover
{
	color: #003d84;
	text-decoration: underline;
}
#middlecontentarea ol, #middlecontentarea ul
{
	padding-left: 48px;
	margin-bottom: 22px;
	margin-top: 0px;
}
#middlecontentarea li, #middlecontentarea td
{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 4px;
	margin-left: 36px;
	margin-top: 4px;
	font-weight: normal;
	text-transform: none;
}
#middlecontentarea ol li
{
	list-style-type: decimal;
}
#middlecontentarea ul li
{
	list-style-type: square;
}
#middlecontentarea a[href$=".pdf"]
{
	padding: 11px 0px 11px 24px;
	background: url(../images/pdf.gif) no-repeat left center;
}
.imageright, .imageleft
{
	margin-bottom: 8px;
	margin-top: 5px;
}
.imageright
{
	float: right;
	margin-left: 12px;
}
.imageleft
{
	float: left;
	margin-right: 12px;
}
.addthis_toolbox
{
	font-size: 10px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 18px;
	text-indent: 2px;
	margin-top: 12px;
	margin-left: 168px;
	margin-bottom: 8px;
}
.addthis_toolbox a
 {
 	color: #666666;
}


/* BEGIN FOOTER */
#footer
{
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}
#footer a
{
	color: #666666;
	text-decoration: none;
}
#footer a:hover
{
	color: #333333;
	text-decoration: underline;
}


/* QUICK LINKS */
#quicklinks
{
	top: 214px;
	margin-left: 778px;
	width: 188px;
	position: absolute;
}
#quicklinks h2
{
	font-size: 14px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 5px;
}
#quicklinks h3, #quicklinks h3 a, #quicklinks h4
{
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: .5px;
}
#quicklinks h3, #quicklinks h3 a
{
	color: #333333;
	text-transform: uppercase;
	margin-top: 8px;
}
#quicklinks h4
{
	color: #666666;
}
#quicklinks ul
{
	margin-left: 1px;
}
#quicklinks li
{
	margin-left: 24px;
	font-size: 11px;
	color: #333333;
	font-style: oblique;
	line-height: 17px;
	list-style-type: square;
	font-weight: bold;
	letter-spacing: .5px;
}
#quicklinks a[href$=".pdf"]
{
	background-image: url(../images/pdf-small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 40px;
}
#quicklinks li a
{
	color: #333333;
}
#quicklinks h3 a:hover, #quicklinks li a:hover
{
	color: #000000;
	text-decoration: underline;
}
