/* CSS Document */

#Table_01 {
	position:absolute;
	top:0px;
	width:800px;
	margin-left: 50%;
	left: -400px;
}
* html #Table_01 { /* IE6 */
	left: -386px;
}

#index-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:587px;
	height:59px;
	background: #002f5d;
}

#index-02_ {
	position:absolute;
	left:587px;
	top:0px;
	width:213px;
	height:59px;
	background: url(../images/index_02.gif) no-repeat;
}

#index-03_ {
	position:absolute;
	left:0px;
	top:65px;
	width:800px;
	height:23px;
	line-height: 32px;
	text-align: right;
	padding-top:14px;
	background: url(../images/navbg.png) no-repeat right bottom;
}

#index-04_ {
	position:absolute;
	left:0px;
	top:91px;
	width:417px;
	height:36px;
	background: url(../images/index_04.gif) no-repeat;
}

#index-05_ {
	position:absolute;
	left:417px;
	top:146px;
	width:373px;
	height:18px;
	text-align: right;
	padding-right: 10px;
}

#index-06_ {
	position:static;
	width:200px;
}
#index-07_ {
	position:static;
	width:600px;
	min-height:465px;
	padding-top:45px;
}
* html #index-07_ { /* min-height fix for IE */
	height:465px;
}
#footer {
	position:absolute;
	margin-top:30px;
	width:800px;
	height:60px;
	line-height:60px;
	background: url(../images/footer.png) no-repeat top;
}
#footer-text {
	position:absolute;
	font-size:10px;
	color:#AAAAAA;
	width:400px;
	line-height:16px;
	left: 321px;
	top: 16px;
}

/* ================================================================= */

html {
	height: 100%;
}
h1 {
	font-size:15px;
	padding:0px;
	margin:0px;
	color:#767a7d;
}
h2 {
	font-size:14px;
	color:#a9b8df;
}
h3 {
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
h4 {
	font-size:11px;
	color:#002f5d;
	margin:0px 0px 12px 0px;
	padding:15px 0px 4px 16px;
	background: url(../images/h4_bg.gif) no-repeat 0px 15px;
}
.h4-nobg {
	font-size:11px;
	font-weight:bold;
	color:#002f5d;
	margin:0px 0px 8px 0px;
	padding:15px 0px 4px 0px;
}
h5 {
	font-size:10px;
	font-weight:bold;
}
hr {
	height:1px;
	border:none;
	border-top:1px solid #CCC;
	padding:0px;
	margin:15px 0px 15px 0px;
}

body {
	margin: 15px;
	margin-bottom: 1px;
	height: 100%;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #ffffff url(../images/mainbg.gif) repeat-y center;
}

.outline {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	line-height: 18px;
	white-space: nowrap;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	TEXT-TRANSFORM: uppercase;
	background:transparent;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 10px;
	padding-right: 8px;
	margin-right: 12px;
	text-decoration: none;
	color: #333;
	background: url(../images/arrow-hov.png) no-repeat;
	background-position: -8px -3px;
}

ul#mainlevel-nav li a:hover
{
	text-decoration:underline;
	color:#a9b8df;
	background-position: -8px -28px;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
li ul li
{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/nav1Link.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}


td {
	text-align: left;
}

/* Joomla Core =============================================== */

a:link, a:visited {
	color: #333; text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color:#a9b8df;
}

table.contentpaneopen-body {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 3px;
	/*background: url(../images/blogbg.gif) no-repeat right bottom;*/
}

table.contentpaneopen-body td {
	/*padding-bottom:10px;*/
}

table.contentpaneopen {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 3px;
}

table.contentpaneopen td {
   	padding-right: 0px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
  	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.contentpaneopen .table1 td, .table1 {
	border: 1px solid #DDD;
	vertical-align:top;
	background-color:#F2F2F2;
	height:24px;
	padding:3px;
}
.table2 td {
	border: 1px solid #cccccc;
	vertical-align:top;
	background-color:#F2F2F2;
	height:24px;
	padding:3px;
}
.contentpaneopen #heading {
	padding-left:5px;
	font-size:10px;
	font-weight:bold;
	color:#777;
	width:25%;
}
.button {
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	background: url(../images/button_bg.png) repeat-x;
	padding: 0px 5px;
	line-height: 18px;
	height: 22px;
	margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	font-family:Verdana, Arial;
	color: #002f5d;
	font-weight: bold;
	font-size: 12px;
	margin:0px;
	padding:5px 0px 15px 24px;
	background: url(../images/ch_bg3.gif) no-repeat 0px 7px;
}
.contentheading-nobg {
	font-family:Verdana, Arial;
	color: #002f5d;
	font-weight: bold;
	font-size: 12px;
	margin:0px;
	padding:10px 0px 15px 0px;
	background-color:#CC6633;
}
.buttonheading {
	padding:4px;
	width:auto;
}
.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable-leftmods {
	width: 100%;
	margin-bottom: 15px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable-ourcomp {
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 0px 6px 0px;
	border-bottom:1px solid #CCCCCC;
	background-color:#F2F2F2;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable, div.moduletable-ourcomp, moduletable-leftmods {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3, table.moduletable-leftmods th, div.moduletable-leftmods h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 5px 7px;
}

table.moduletable-ourcomp th, div.moduletable-ourcomp h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 4px 7px;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
	padding: 2px;
}

.sectiontableheader {
	font-weight: bold;
	background: #f0f0f0;
	padding: 4px;
}

.sectiontablefooter {
	line-height:28px;
}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #b5b5b5;
	font-size: 10px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #b5b5b5;
	font-size: 10px;
}

table.contenttoc {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/arrow-hov.png) no-repeat;
	background-position: 0px -2px;
	vertical-align: middle;
	text-align: left;
	font-size:10px;
	padding-top: 4px;
	padding-left: 26px;
	height: 17px;
	width:159px;
}

a.mainlevel:hover {
	background-position: 0px -27px;
/*	background-color:#002f5d;
	color:#FFFFFF;*/
}

a.mainlevel#active_menu {
}

a.mainlevel#active_menu:hover {
}

ul.sublevel {
}

a.sublevel:link, a.sublevel:visited {
	font-size:10px;
	background-color:#FFFFFF;
}

.sublevel {
	display:block;
	height:17px;
	text-indent:10px;
	padding: 2px 3px 0px 0px;
	margin: -12px 0px 0px 25px;
	width:153px;
	background-color:#F2F2F2;
}

a.sublevel:hover {
/*	background-color:#002f5d;
	color:#FFFFFF;*/
}

a.sublevel#active_menu {
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
	margin: 0;
 	padding: 0;
}

.float-left {
	float:left;
	clear:left;
	padding: 3px;
	margin: 2px 8px 4px 0px;
}

.float-right {
	float:right;
	clear:right;
	padding: 3px;
	margin: 2px 0px 8px 8px;
}

.mosimage-nocap {
	float:left;
	clear:left;
	padding: 3px;
	margin: 2px 8px 4px 0px;
	border:1px solid #DDD;
}

.mosimage-nocap_right {
	float:right;
	clear:right;
	padding: 3px;
	margin: 2px 0px 8px 8px;
	border:1px solid #DDD;
}

.mosimage {
	border: 1px solid #DDD;
	margin:8px;
	padding: 3px;
}

.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

.contentdescription {
font-size: 10px;
}

.menutitle {
	font-size:11px;
	margin: 18px 0px 8px 0px;
	color:#002f5d;
}

/* EMAIL & PRINT POPUP WINDOW */
.contentpane {
}
.contentpane-emailPopup { /* bg for email popup */
	background-color:#DADADA;
	padding: 8px;
}
.contentpane table {
	font-size:11px;
}
.contentpane td {
	padding:2px;
}
/*.contentpane p {
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	color:#666;
	background-color:#00CC66;
	background: url(../images/subhead_bg.png) repeat-x;
	line-height:21px;
	padding-left:10px;
}*/

/* END POPUP WINDOW */

/* SELECT LOCATION MENU BUTTON */
.selectloc {
	color:#e1e1e1;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}
.selectloc a:link, .selectloc a:active, .selectloc a:visited {
	display:block;
	width:100%;
	padding: 4px 0px 5px 0px;
	background: url(../images/subhead_bg2.png) repeat-x;
	color:#e1e1e1;
	text-decoration:none;
	text-indent:7px;
}
.selectloc a:hover {
	background-position: 0px -21px;
	color:#fff;
	text-decoration:none;
}
/* END MENU BUTTON */

.vendorLogin {
	width:140px;
	height:150px;
	border: 1px solid #cccccc;
	padding: 25px 70px 10px 70px;
	background-color:#E0E0E0;
}
.pathway {
	font-size:9px;
}
.readon { /*'Read More...' link*/
	line-height:20px;
	font-size:10px;
	padding-left:12px;
	background: url(../images/bg_readm.gif) no-repeat 0px 1px;
}
.readon:link, .readon:active, .readon:visited, .readon a:link, .readon a:active, .readon a:visited {
	text-decoration:underline;
	color:#004677;
}
.readon:hover, .readon a:hover {
	color:#a9b8df;
}
.plainTable1 {
	width:100%;
}
.plainTable1 td {
	vertical-align:top;
	width:50%;
}
.introFont {
	font-size:10px;
}
.introFont-big {
	font-size:11px;
	line-height:15px;
}
.lineHeight {
	line-height:18px;
}
.pagenav {
	color: #bbb;
	font-family: Verdana;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	padding: 3px 5px 3px 5px;
	line-height: 18px;
	height: 22px;
	margin: 1px 2px 5px 0px;
}
.back_button {
	color: #ccc;
	float: left;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: 45px;
	height:18px;
	line-height: 18px;
	padding: 0px;
	margin: 25px 0px 0px 0px;
}
.back_button a:link, .back_button a:active, .back_button a:visited {
	display:block;
	height:18px;
	padding: 0px 5px 0px 5px;
}
.back_button a:hover {
	background-color:#f0f0f0;
}
.heading2 {
	position:absolute;
	width:300px;
	height:26px;
	margin:50px 0px 0px 0px;
	padding-left:30px;
	background: url(../images/navbg2.png) no-repeat left bottom;
}
.searchDiv {
	width:176px;
	height:32px;
	padding-left:9px;
	padding-top:21px;
	margin-top:27px;
}
.searchResultTitles {
	font-size:12px;
	text-decoration:underline;
}
.small {
	color: #AAA;
	font-size: 10px;
}

.highlight {
	color:#333333;
	background-color:#FFFF33;
}
/* ================================================================ */