@charset "utf-8";
/* COA Solutions - main CSS 18.11.08 */
body {
	font: 100% Verdana;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #f0f0f0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.twoColLiqRtHdr #container {
	width: 810px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c6c6c6;
	border-left-color: #c6c6c6;
}
.twoColLiqRtHdr #header {
	background-color: #FFF;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
.twoColLiqRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColLiqRtHdr #mainContent {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 11px;
	padding-right: 15px;
	float: left;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
body, td, th {
	font-family: Verdana;
}
.twoColLiqRtHdr #container #head #rotate {
	float: right;
	width: 556px;
	height: 80px;
	font-family: Arial;
	color: #000000;
	margin-top:0;
	padding: 2px;
	margin-left: 10px;

}
.twoColLiqRtHdr #container #head #rotate a {
	display: block;
	color: #000000;
	border: 1px solid #FFF;
	padding:10px;

}
.twoColLiqRtHdr #container #head #rotate a:hover {
	display: block;
	color: #666;
	border: 1px solid #f0f0f0;
	text-decoration:none;
}
/* Header SECTION */
.twoColLiqRtHdr #container #header #left {
	height: 35px;
	width: 111px;
	float: left;
	background-image: url('/images/coa-main-logo.gif');
	background-repeat: no-repeat;
	padding-left: 31px;
	padding-top: 75px;
	font-size: 9px;
	color: #FC7613;
}
.twoColLiqRtHdr #container #head {
	background-image: url('/images/head-top.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	font-size:11px;
	font-family:Arial;
}
.twoColLiqRtHdr #container #head a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColLiqRtHdr #container #head a:hover {
	text-decoration:underline;
}
.twoColLiqRtHdr #container #head #search {
	float: right;
	width: 256px;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-right: 10px;
}
.twoColLiqRtHdr #container form {
	margin: 0;
	padding: 0;
}
/* Search form */
.twoColLiqRtHdr #container input#sp-q {
	font-family: Arial;
	font-size: 10px;
}
.twoColLiqRtHdr #container input#search_button {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
.twoColLiqRtHdr #container #head #links {
	color:#000;
	width: 510px;
	padding-top: 5px;
	padding-bottom: 5px;
	left: 21px;
	margin-left: 10px;
}
.twoColLiqRtHdr #container #head #links a {
	color:#000;
}
.twoColLiqRtHdr #container #head #links a:hover {
	color:#FFF;
	text-decoration:none;
}
.twoColLiqRtHdr #container #head #access {
	width: 290px;
	float: left;
}
.twoColLiqRtHdr #container #head #logo {
	width: 227px;
	color: #7D388A;
	font-family: Arial;
	font-size: 10px;
	float: left;
	margin-top: 15px;
	margin-bottom: 14px;
}
/* TYPE HEADINGS */
h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 2px;
}
h1.normal {
	font-size: 8px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
h3 {
	color: #4E266E;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c6c6c6;
}
h4 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url("/images/bullet_oge.gif");
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: 3px;
}
h5 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
}
h6 {
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	margin: 0;
	padding-left: 6px;
	padding-top: 3px;
	margin-top: 2px;
	color: #FFFFFF;
	height: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	background-color: #4E266E;
}
.twoColLiqRtHdr #container #main {
	font-family: Verdana;
	font-size: 11px;
	float: right;
	width: 590px;
	margin-right: 2px;
	padding-top: 20px;
	margin-top: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/* FOOTER */
.twoColLiqRtHdr #footer {
	height: 98px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.twoColLiqRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColLiqRtHdr #container #footer #flinks {
	font-size: 11px;
	float: right;
	width: 410px;
	color: #fff;
	height: 22px;
	padding-top: 2px;
	padding-right:2px;
	text-align: right;
}
.twoColLiqRtHdr #container #footer #flinks a:link, .twoColLiqRtHdr #container #footer #flinks a:active, .twoColLiqRtHdr #container #footer #flinks a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}
.twoColLiqRtHdr #container #footer #flinks a:hover {
	color: #fff;
	text-decoration: underline;
}
.twoColLiqRtHdr #container #footer #copyright {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000;
	float: left;
	width: 360px;
	height: 22px;
	padding-top: 2px;
	padding-left:2px;
}
.twoColLiqRtHdr #container #footer #qlinks {
	font-family: Verdana, Arial;
	font-size: 11px;
	padding-top: 10px;
	float: left;
	width: 806px;
}
.twoColLiqRtHdr #container #footer #qlinks a:link, .twoColLiqRtHdr #container #footer #qlinks a:visited, .twoColLiqRtHdr #container #footer #qlinks a:active {
	color: #000;
	font-weight:normal;
	text-decoration: none;
}
.twoColLiqRtHdr #container #footer #qlinks a:hover {
	text-decoration: underline;
}
.twoColLiqRtHdr #container #footer #logos {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.twoColLiqRtHdr #container #footer #logos img {
	margin-left: 20px;
}
/* Form button */
.button {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	background-color: #4E266E;
	padding: 4px;
	background-image: url("/images/shader-tab.gif");
	background-repeat: repeat-x;
	border: 1px solid #4E266E;
	font-weight: bold;
}
.twoColLiqRtHdr #container #main a {
	color: #4E266E;
	text-decoration: underline;
}
.twoColLiqRtHdr #container #main a:hover {
	color: #FC7613;
	text-decoration: none;
	text-align: right;
}
#main .convert {
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	letter-spacing:0px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.twoColLiqRtHdr #container #leftCol {
	float: left;
	width: 222px;
	margin-right: 14px;
	margin-top: 10px;
	margin-bottom:30px;
	font-size: 12px;
}
.navList {
	margin-bottom:20px;
}
.navList a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	background-image: url(/images/nav_f1.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 22px;
	padding-top: 5px;
	margin-bottom: 2px;
}
.navList a:hover {
	background-image:url(/images/nav_f2.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
}
#leftCol .sectorList {
	font-size: 11px;
	margin-bottom: 20px;
}
#leftCol .newsList {
	padding-top:6px;
	margin-bottom:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
}
#leftCol .newsList a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}
#leftCol .newsList a:hover {
	color: #FC7613;
}
.date {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #f0f0f0;
	color: #666;
}
#leftCol #pollVote {
	font-size: 11px;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
}
.subHead {
	font-size: 16px;
	font-weight: bold;
	color: #4E266E;
	letter-spacing: -1px;
}
.banners {
	margin-bottom: 20px;
}
.orange {
	color: #FC7613;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
}
/* EVENT CAROUSEL */
.twoColLiqRtHdr #container #main #events {
	background-image: url(/images/event-carousel2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
}
.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 508px; /*Width of Carousel Viewer itself*/
	height: 125px;
}
.stepcarousel .belt {
	position: relative; /*leave this value alone*/
	width:508px;
	top: 0;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 508px;
	margin-top: 18px;
	margin-bottom: 15px;
	height:92px;
}
.twoColLiqRtHdr #container #main .belt .panel .title {
	font-size: 14px;
	font-weight: bold;
	color: #4e266e;
	letter-spacing: -1px;
}
.twoColLiqRtHdr #container #main #mygallery .belt .panel a {
	color: #FCFCFC;
	text-decoration: none;
	display: block;
	overflow:hidden;
	width:508px;
	float:left;
}
.twoColLiqRtHdr #container #main #mygallery .belt .panel a:hover {
	color: #FFF;
}
.twoColLiqRtHdr #container #main #mygallery .belt .panel a .desc {
	font-size: 10px;
}
.twoColLiqRtHdr #container #main #mygallery .belt .panel a .pic {
	float: left;
	margin-right: 10px;
	margin-top:4px;
	margin-bottom:4px;
}
.converted {
	font-size: 11px;
	font-weight: normal;
}
.sHead {
	font-size: 14px;
	font-weight: bold;
	color: #4e266e;
	letter-spacing: -1px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 8px;
}
.twoColLiqRtHdr #container #main #files {
	float: left;
	width: 286px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	padding-right: 10px;
}
.twoColLiqRtHdr #container #main #files .item a {
	display:block;
	margin-bottom:12px;
	height:34px;
	text-decoration:none;
}

.headTitle {
	font-size: 12px;
	font-weight: bold;
}
.headType {
	color: #FC7613;
}
/* SECTOR LIST */
.coasolutions, .twoColLiqRtHdr #container #subnav .coaevents {
	background-image: url('/images/panelmid2.gif');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px;
}
.coasolutions a {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	display: block;
	padding: 4px;
	text-decoration: none;
	border:1px solid #fff;
}
.coasolutions a:hover {
	border:1px solid #f0f0f0;
	color:#FC7613;
	background-image:url('/images/shader.gif');
	background-repeat:repeat-x;
	background-position:left bottom;
}
.navList ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.greyTitle {
	font-weight: bold;
	color: #fc7613;
}
.purpleTitle {
	font-weight: bold;
	color: #4e266e;
}
.small {
	font-size: 10px;
}
.twoColLiqRtHdr #container #leftpane {
	float: left;
	width: 170px;
	padding-top: 20px;
	background-image: url(../images/shade6.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 1px;
	padding-bottom: 20px;
	font-size: 11px;
}
.twoColLiqRtHdr #container #leftpane a {
	font-weight: bold;
	color: #4e266e;
}
.twoColLiqRtHdr #container #leftpane a:hover {
	text-decoration:none;
	color:#fc7613;
}
.section {
	background-image: url(/images/section.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 5px;
	padding-right: 12px;
}
.subHead {
	font-size: 16px;
	font-weight: bold;
	color: #4E266E;
	letter-spacing: -1px;
}
.twoColLiqRtHdr #container #main #contact table tr td table tr td #hrpay {
	position: absolute;
	z-index: auto;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	background-repeat: none;
	background-image: url(/images/box-solutions.gif);
	background-position: left top;
	height: 138px;
	width: 311px;
}
#modules .buttons {
	font-size: 10px;
	padding:1px;
	border:none;
}
