/* CSS Document */

html {
}

body {
	height: 100%;
	width:100%;
	margin:0px;
	padding:0px;
	top:0;
	font-family: Arial;
	line-height: 160%;
	font-size: 11px;
	color: #000000;
	background-color:#EAEAEA;
	text-align:left;
}

#homelogos {
	border: 1px solid #afb0b4;
	padding: 0 3px 0 3px;
}

.clr {
	clear: both;
}

ul {
	vertical-align:top;
	padding:0;
}

li {

}

/*
label {
	margin-top:20px;
	padding-top:20px;
}
*/

form .invalid {
	border-color: red;
}

form label.invalid {
	border-color: transparent;
	color: red;
}

.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;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#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
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
   border: 1px solid #cccccc;
   padding: 0px;
   height: 21px !important;
   height: 23px;
   overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: Arial;
	font-size: 11px;
	color: #c64934;
}

div#logo {
	position:relative;
	height:81px;
	width:998px;
	margin-bottom:1em;
	padding-top:1em;
	padding-left:25px;
}

div#mainsiteshadow {
	position:absolute;
	left:50%;
	margin-left:-510px;
	top:0px;
	width:1020px;
}

div#mainSite {
	margin-top:0;
	top:0;
	position:relative;
	width:1020px;
	background-image:url(../images/maincont.png);
	background-repeat:repeat-y;
}

#header {
	position:relative;
	width:998px;
}

#maincontent {
	width: 998px;
	position:relative;
	min-height:500px;
	height:auto !important;
	padding-bottom:50px;
}

#footer {
	position:relative;
	width:1004px;
	height:40px;
	background-image:url(../images/footershadow.png);
	top:0;
	margin-top:0;
}

#footertext {
	border-top: #999999 solid 1px;
	font-family:Arial;
	font-size:10px;
	color:#999999;
	text-align: center;
	padding-top:7px;
	width:968px;
}

#menuBar #reflexGroup {
	float:right;
	position:relative;
	text-align:right;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFFFFF;
	padding-top:4px;
	padding-right:15px;
}

#menuBar {
	margin-bottom:1em;
	width:998px;
	background-color: #005596;
	height:26px;
}

.menuLink {
	height:25px;
	border-right:#FFFFFF solid 2px;
	background-color:#005596;
}

a.mainlevel:link, a.mainlevel:visited {
	display:block;
	height:25px;
	font-family: Arial;
	font-size: 11px;
	line-height:24px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: center;
	font-weight:normal;
	color: #ffffff;
	padding-right:14px;
	padding-left:15px;
	padding-top:1px;
}

a.mainlevel:hover {
	background-color:#ffffff;
	text-decoration: none;
	color: #005596;
	width:auto;
	height:25px;	
	font-size: 11px;
	line-height:24px;
}

a.mainlevel#active_menu {
	background-color:#ffffff;
	color:#005596;
	width:auto;
	height:25px;
	font-size: 11px;
	line-height:24px;
}

a.mainlevel#active_menu:hover {
	color: #005596;
}

#sidemenu {
	margin-top:30px;
    
}

#sidemenu ul {
    list-style: none;
}

#sidemenu ul li a{
	width:180px;
	height:20px;
	cursor:pointer;
	color:#000000;
	margin-left:15px;
	font-weight:bold;
}


#sidemenu ul li a:link, #sidemenu ul li a:visited {
	display:block;
	font-family: Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	height:20px;
}


#sidemenu ul li.active a, #sidemenu ul li a:hover {
	display:block;
	height:16px;
	color:#005596 !important;
	width:auto;
	margin-left:4px;
	border-left: 3px solid #FF0000;
	text-indent:8px;
	background-image: url(../images/submenubar.gif);
	background-repeat: no-repeat;
	height:20px;
	font-weight:bold;
}


.level2 {
	width:160px;
	height:15px;
	cursor:pointer;
}

a.level2 {
	display:block;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	padding-left: 25px;
	height:15px;
}

a:hover.level2 {
	display:block;
	height:15px;
	color:#005596;
	padding-left:25px;
	width:auto;
}

.level2 .active {
	display:block;
	height:15px;
	color:#005596;
	padding-left:25px;
	width:auto;
}

#isoFrontPage {
	margin-top:35px;
	height:150px;
	width:120px;
}

#iso {
	height:150px;
	width:120px;
}

.docmantable td {
	text-indent:5px;
	border-bottom:#000000 1px solid;
	border-collapse:collapse;
	height:24px;
}

.docmantable td.thh {
	font-size:12px;
	line-height:28px;
	height:28px;
	background-color: #999999;
	border-right:#FFFFFF 1px solid;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	text-indent:5px;
}

ul.docmanul {
	vertical-align:top;
	padding-top:-20px;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

td{
    vertical-align: top;
}


table.content_table {
  	width: 100%;
	padding: 0px;
	margin: 0px;
}

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


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

.message {
	position:absolute;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	margin-left:335px;
	padding-top:25px;
	float:left;
	z-index:99;
	width:333px;
}

#maincontent #system-message .message,
#maincontent #system-message .notice {
        display: none;
	float: none;
	margin-left: 20px;
	position: static;
	width: auto;
	padding-top: 5px;
}

#maincontent #system-message .error {
        display: block;
}

.back_button {
  	float: left;
   	display:block;
  	font-family: Arial;
  	text-align: center;
	text-transform:uppercase;
  	font-size: 14px;
  	font-weight: bold;
  	width: 10px;
  	height:22px;
	padding-top:2px;
	margin-left:3px;
	margin-top:15px;
	vertical-align:middle;
}
.back_button a:link {
	color: #005596;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #005596; 
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color: #005596;	
	text-decoration: none;
}

.imgmap {
	margin-left:20px;
}

table.contentpaneopen {
    width: 99%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	font-family: Arial;
	line-height: 160%;
	font-size: 11px;
	color: #000000;
}

table.contentpaneopenFrontPage {
    width: 99%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	margin-top:35px;
}

.left_content_text
{
    padding-right:15px !important;
    text-align:justify;
}

h2 {
	font-family: Arial;
	line-height: 110%;
	font-size: 15px;
	color: #000000;
	font-weight:bold;
}

h3 {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
}


table.contentpaneopen td {
	padding-left:3px;
 	padding-right:2px;
	text-align:left;
}

/* ??? */
table.contentpaneopen table {
	margin-left:0px;
}

td {
	font-family: Arial;
	line-height: 160%;
	font-size: 11px;
	color: #000000;
	text-align:left;
}

table.contentpane {
    width: 99%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	color:#000000;
	font-family: Arial;
	line-height: 160%;
	font-size: 11px;
}

table.contentpane td {
	padding-left:3px;
 	padding-right:2px;
	text-align:left;
}

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

.button {
 	float: left;
   	display:block;
  	font-family: Arial;
  	text-align: center;
	text-transform:uppercase;
	color:#005596;
	background-color:#FFFFFF;
  	font-size: 11px;
  	font-weight: bold;
  	width: auto;
	padding:3px;
}

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

mod_docman_lister_link {

}

.contentcolumn {
	padding-right: 5px;
}

.contentheadingFrontPage,
.contentheading {
	height: 30px;
	color: #005596;
	font-weight: bold;
	font-size: 15px;
	padding-top:25px;
	padding-bottom:15px;
	line-height:20px;
	text-transform:uppercase;
}

.mod_docman_lister_prefixcontentheadingDown {
	height: 30px;
	color: #005596;
	font-weight: bold;
	font-size: 15px;
	padding-top:25px;
	padding-bottom:15px;
	line-height:20px;
	text-transform:uppercase;
}

.contentheadingNews {
	color: #005596;
	font-weight: bold;
	font-size: 15px;
	padding-top:30px;
	padding-left:5px;
	padding-bottom:15px;
	line-height:20px;
	text-transform:uppercase;
}

.componentheading {
	height: 30px;
	color: #005596;
	font-weight: bold;
	font-size: 15px;
	padding-top:30px;
	padding-bottom:15px;
	line-height:20px;
	text-transform:uppercase;
}

/*
.componentheadingFrontPage {
	height: 30px;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	padding-top:25px;
	padding-bottom:15px;
	line-height:20px;
}
*/

.contentpagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

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

.module {
	padding: 0;
	margin:0;
	padding-left: 2px;
	vertical-align:top;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader
{
	border-bottom: 1px dotted #F1F4F9;
	background: #999999;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-left : 5px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.sectiontableentry1 {
	background-color:#EEEEEE;
	font-weight:bold;
	height:25px;
	text-align:center;
}

.sectiontableentry1 td {
	text-align:center;
}

.sectiontableentry2 {
	background-color:#DDDDDD;
	font-weight:bold;
	height:25px;
}

.sectiontableentry2 td {
	text-align:center;
}


.sectiontablefooter {
	border-top:1px dotted #F1F4F9;
	background :  #999999;
	color: #FFFFFF;
	text-align: right;
	padding-top: 3px;
	padding-left : 5px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.small {
	color: #999999;
	font-size: 11px;
}

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

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

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: 11px;
	text-transform: uppercase;
}

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

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.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: 1px;
}

div.default div.yoo-accordion {
	background-color:#282828;
	padding: 1px;
	width:150px;
}

div.default div.yoo-accordion dt.toggler {
	height: 30px;
	color:#FFFFFF;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	cursor: pointer;
}

div.default div.yoo-accordion dt:hover.toggler, div.default div.yoo-accordion dt.sfhover {
	background-color:#FFCC00;
}

div.default div.yoo-accordion dd span.article {
	padding: 0px;

}

div.default div.yoo-accordion dd.last span.article {
	border-bottom: none;
	color:ffffff;
}

.raquo {
	padding-left:22px
}

.textimage {
	margin-top:30px;
}

#imdexmap img {
	margin-top:30px;
}

.loginform {
	margin-left:3px;
	width:680px;
}

.docmanfullheader {
	font-size:12px;
	text-transform:uppercase;
}

.contentpaneopen table a img {
	border: 1px solid #999999;
	margin-top:5px;
}


#topnav{
    float:right;
    position:relative;
    z-index: 1000;
    margin-right:20px;
}


#news ul{
    margin-left:25px;
}

