@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-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;
	background-image: url(/images/bkg-side.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.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;
}
.twoColLiqRtHdr #footer {
	background-color:#fff;
	height: 120px;
	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 */
}
/* 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;
}
/* 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;
}
.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;
}
.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;
}

/* TYPE HEADINGS */
h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 1px;
	margin-top: 20px;
	letter-spacing: -0.1em;
}

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: 16px;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;

}
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;
	margin-bottom: 1px;
	margin-left: 242px;
	width: 530px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom:30px;
	margin-top: 1px;

}
/* FOOTER */
.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 {
	width: 422px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.twoColLiqRtHdr #container #footer #logos img {
	margin-left: 20px;
}
.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 {
	font-weight:bold;
}
a {
	color: #fc7613;
	text-decoration: underline;
}
a:hover {
	color: #4e266e;
	text-decoration: none;
}

.twoColLiqRtHdr #container #head #links .activeuser {
	color: #4E266E;
	font-weight: bold;
	text-decoration:none;
}
.twoColLiqRtHdr #container #head #links .activeuser a:hover {
	color:#FFFF00;
}

.twoColLiqRtHdr #container #subnav {
	margin-top: 1px;
	width: 240px;
	float: left;
	background-image: url(/images/shade6.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-left: 1px;
	margin-bottom: 30px;
	padding-top: 15px;
}
/* MINTABS IN CONTENT */
.twoColLiqRtHdr #container #main #mintabs {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px
}
#minitabs li {
	display: block;
	float: left;
	list-style-type: none;
}
.twoColLiqRtHdr #container #main ul#minitabs {
	list-style: none;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	position: relative;
	height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.twoColLiqRtHdr #container #main ul#minitabs li {
	
	display: inline;
	margin-right: 2px;
}
.twoColLiqRtHdr #container #main ul#minitabs a {
	background-color:#4e266e;
	font-size:10px;
	font-weight:normal;
	display:block;
	text-decoration: none;
	color: #fff;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4e266e;
	border-right-color: #4e266e;
	border-bottom-color: #000;
	border-left-color: #4e266e;
	background-image: url("/images/shader3.gif");
	background-repeat: repeat-x;
}
.twoColLiqRtHdr #container #main #minitabs #current {
	background-color:#fff;
	color: #fd8c39;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
}
.twoColLiqRtHdr #container #main #minitabs a:hover {
	color: #fd8c39;
	background-image: url("/images/shader2.gif");
	background-repeat: repeat-x;
}
.twoColLiqRtHdr #container #main #minitabs .active {
	color: #fd8c39;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	background-color:#fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-left-color: #c6c6c6;
	background-image: url("/images/shader2.gif");
	background-repeat: repeat-x;
}
.twoColLiqRtHdr #container #main #minitabs .content {
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	list-style-image: none;
	padding: 20px;
}
/* MINTABS2 IN CONTENT */
.twoColLiqRtHdr #container #main #mintabs2 {
		color: #000;
		border-top: 2px solid #000;
		margin: 0px 0px 12px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px
}
#minitabs2 li {
	display: block;
	float: left;
	list-style-type: none;
}
.twoColLiqRtHdr #container #main ul#minitabs2 {
	list-style: none;
	margin: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	position: relative;
	height: 26px;
}
.twoColLiqRtHdr #container #main ul#minitabs2 li {
	display: inline;
	margin-right: 2px;
}
.twoColLiqRtHdr #container #main ul#minitabs2 a {
	font-weight:normal;
	background-color:#ff8800;
	font-size:10px;
	display:block;
	text-decoration: none;
	color: #fff;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff8800;
	border-right-color: #ff8800;
	border-bottom-color: #ff8800;
	border-left-color: #ff8800;
	background-image: url("/images/shader-tab2.gif");
	background-repeat: repeat-x;
}
.twoColLiqRtHdr #container #main #minitabs2 #current {
	background-color:#fff;
	color: #fd8c39;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	display: block;
}
.twoColLiqRtHdr #container #main #minitabs2 a:hover {
	color: #fd8c39;
	background-image: url("/images/shader2.gif");
	background-repeat: repeat-x;
}
.twoColLiqRtHdr #container #main #minitabs2 .active {
	color: #fd8c39;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color:#fff;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #c6c6c6;
	border-right-color: #c6c6c6;
	border-left-color: #c6c6c6;
	background-image: url("/images/shader2.gif/");
	background-repeat: repeat-x;
}
.twoColLiqRtHdr #container #main #minitabs2 .content {
	z-index: 2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	list-style-image: none;
	padding: 20px;
}
}
.suborange {
	font-size: 14px;
	font-weight: bold;
	color: #fd8c39;
	letter-spacing: -1px;
	font-family: Arial;
}
h2 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#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 #main a.button2 {
	background: transparent url('/images/keybutton2.gif') no-repeat scroll top right;
	color: #FFF;
	display: block;
	float: left;
	font: 12px Verdana;
	height: 32px;

	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
		font-weight: bold;
		
}
.twoColLiqRtHdr #container #main a.button2 span {
	background: transparent url('/images/keybutton1.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 18px;
} 
.twoColLiqRtHdr #container #main a.button2:hover {
	color:#996600;
}
.twoColLiqRtHdr #container #main a.button2:active {
	background: transparent url('/images/keybutton2b.gif') no-repeat;
	background-position: bottom right;
	color: #FFF;
	outline: none; /* hide dotted outline in Firefox */

}

.twoColLiqRtHdr #container #main a.button2:active span {
    background: transparent url('/images/keybutton1b.gif') no-repeat;
	background-position: bottom left;
    padding: 8px 0 10px 18px; /* push text down 1px */
}
.twoColLiqRtHdr #container #head input#sp-q {
	font-family: Arial;
	font-size: 10px;
}
.twoColLiqRtHdr #container #head input#search_button {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
.twoColLiqRtHdr #container #head .formfield1 {
	font-size: 11px; color: #663366;
}

.twoColLiqRtHdr #container #main #files {
	padding-top:15px;
}
.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;
}
.twoColLiqRtHdr #container #subnav .coasolutions,.twoColLiqRtHdr #container #subnav .coaevents {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColLiqRtHdr #container #subnav .coaevents a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: block;
	margin-left:3px;
	margin-bottom: 6px;
	padding-bottom:4px;
	padding-right: 2px;
	padding-left: 2px;

}
.twoColLiqRtHdr #container #subnav .coaevents .date {
display:block;
color:#666;
font-weight:normal;
border-bottom:1px solid #f0f0f0;
}
.twoColLiqRtHdr #container #subnav .coaevents a:hover {
	color: #FC7613;
}
.twoColLiqRtHdr #container #subnav .coaevents a:active {
	color: #666;
}
.sHead {
	font-size: 14px;
	font-weight: bold;
	color: #4e266e;
	letter-spacing: -1px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-right: 8px;
}
.twoColLiqRtHdr #container #subnav .section {
	margin-bottom: 10px;
	background-image: url(/images/section.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.newtitle {
	display: block;
	color: #FFF;
	background-image: url("/images/newhead.gif");
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	height: 29px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.newtext {
	font-weight: normal;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: normal;
}
.date {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	color: #4e266e;
	font-size: 10px;
	font-weight: bold;
}
.twoColLiqRtHdr #container #main p {
	line-height: 14px;
}
.twoColLiqRtHdr #container #subnav .section.poll {
	font-size: 11px;
}
.subHead {
	font-size: 16px;
	font-weight: bold;
	color: #4E266E;
	letter-spacing: -1px;
}
.orange {
	color: #FC7613;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
}
p {
	margin-left: 5px;
	margin-right: 5px;
}
.twoColLiqRtHdr #container #main ul li {
	padding-bottom: 6px;
}
.twoColLiqRtHdr #container #main .dl {

}
.twoColLiqRtHdr #container #main a.dl {
	display:block;
	text-decoration:none;
	height: 36px;
	border: 1px solid #c6c6c6;
	padding-left:5px;
	padding-top:3px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
	background-image:url('/images/shader.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	color:#666;

}
.twoColLiqRtHdr #container #main a:hover.dl {
	color:#4e266e;
	border: 1px solid #995FC9;
	background-image:url('/images/shadero.gif');
	background-repeat:repeat-x;
	background-position:bottom;

}
.twoColLiqRtHdr #container #main .dl .head {
	font-size: 12px;
	color: #333;
}
.twoColLiqRtHdr #container #subnav .section #quotes {
	font-family: Verdana;
	font-size: 11px;
}
.mh {
	font-size: 12px;
	font-weight: bold;
	color: #4e266e;
}
.twoColLiqRtHdr #container #subnav .section .newdl {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
.twoColLiqRtHdr #container #subnav .section .newdl li a {
	text-decoration: none;
	padding-bottom:8px;
}
.twoColLiqRtHdr #container #subnav .section .newdl li a:hover .mh {
	color:#fc7613;
}
.twoColLiqRtHdr #container #subnav .section .newdl li a {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	display:block;
}
.twoColLiqRtHdr #container #subnav .section .link {
	font-size: 11px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 20px;
	text-decoration: underline;
	padding-left: 12px;
}
