html {
	font-family:verdana, sans-serif;
	text-align: center;
}

p {
	font-size: 0.7em;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
	color: #095aa3; 
}

img {
	border: none;
	
}

h2 {
	font-size: 1.2em;
	margin-top: 0em;
	padding-top: 0.5em;
}

h3 {
	font-size: 0.9em;
	text-align:center;
	
}
.accessibility {
	display:none;
}

*.logo {
	position:relative;
	float:left;
	width:77%;
	text-align:left;
	
}

*.bigfive {
	position:relative;
	width:25%;
	text-align:right;
	margin-top: 0px;
}

.bigfive ul {
	padding:0px;
	margin:0px;
	list-style-type:none; 
	height:0.7em; 
	
}

.bigfive a {
	text-decoration: none;
	font-size: 0.6em;
	color: #fff;
	
}

.bigfive ul li {
	float:left;
	border-right:1px solid #fff;
	line-height:0.7em;
	padding-right:0.2em;
	padding-left: 0.2em;
}

.bigfive ul li.noborder {
	border-right:none;
} 

.bigfive .tx-macinasearchbox-pi1 {
	background: transparent;
	
}

.bigfive .tx-macinasearchbox-pi1 form {
	background: transparent;
	margin-top:5px;
	margin-bottom:0px;
	
}

#container {
	margin: 0pt auto; 
	position: relative;
	width: 910px;
	
}

#tabs {
	border: none;
	position:absolute;
	top:0px;
	left: 0px;
	margin: 25px -20px;
	z-index: 3;
	width:27px;
	
}

#tabs img {
	margin-bottom:-4px;
}

#tabs ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}


#header {
	background-image: url(../img/banner-back-blue.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 50px;
	margin-bottom: 0px;
}

#topmenu {
	position:relative;
	background-image: url(../img/side-line.jpg);
	background-repeat: y-repeat;
	z-index: 2;
	padding-top: 5px;
	width:100%;
	height:20px;
	border: none;
	overflow: visible;
}

#main {
	margin-top:-20px;
	border: none;
	margin-bottom:0px;
	position:relative;
	background-image: url(../img/side-line.jpg);
	background-repeat: y-repeat;
}

#content {
	position: relative;
	margin-bottom:0px;
	padding-top: 35px;
	padding-bottom: 30px;
	min-height: 250px;
}

#news {
	position: relative;
	float: left;
}



#footer {
	margin-top:-13px;
	text-align: center;
	height: 30px;
	position:relative;
	background-image: url(../img/deadend.jpg);
	background-repeat: no-repeat;
}



/* style the outer div to give it width */
.menu {
	margin-left: 7px;
	margin-right: 6px;
	font-size:0.8em;
	padding-left: 30px;
	background:#095aa3;
	height:23px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:1.8em; 
	background:#095aa3;
}

/* style the sub-level lists */
.menu ul ul {
	width:15em;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:2em;
	line-height:1.8em;
}

/* style the sub level list items */
.menu ul ul li {
	display:block;
	width:12em;
	height:auto; 
	line-height:1em;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	background:transparent;
	padding:0 3em 0 1em; 
	border-right:1px solid #fff;
}

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	background:#5a8cc8; 
	color:#000;
	width:12em;
	height:100%;
	line-height:1em; 
	padding:0.5em 1em;
	border-left:1px solid #fff;
}

* html .menu ul ul a, * html .menu ul ul a:visited  {
	width:14em; 
	/*w\idth:12em;*/
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	left:1px; 
	top:0; 
	width:0; 
	height:0; 
	font-size:1em; 
	z-index:-1;
}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#5a8cc8;
}

/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:#5a8cc8;
}

/* style the sub level 1 background */
.menu ul :hover a.sub1 {
	background:#9ecaff;
}

/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {
	background:#9ecaff;
}

/* style the level hovers */
/* first */
* html .menu a:hover {
	color:#000;
	background:#5a8cc8; 
	position:relative; 
	z-index:100;
}
.menu li:hover {
	position:relative;
}
.menu :hover > a {
	color:#000;
	background:#5a8cc8;
}
/* second */
* html .menu ul ul a:hover{
	color:#000;
	background:#9ecaff;
	position:relative; 
	z-index:110;
}
.menu ul ul li:hover {
	position:relative;
}
.menu ul ul :hover > a {
	color:#000;
	background:#9ecaff;
}
/* third */
* html .menu ul ul ul a:hover {
	background:#9ecaff; 
	position:relative; 
	z-index:120;
}
.menu ul ul ul :hover > a {
	background:#9ecaff;
}
/* fourth */
.menu ul ul ul ul a:hover {
	background:#9ecaff; 
	position:relative; 
	z-index:130;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:2.0em;
	left:0;
	width:14em;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:12em;
	top:0;
	width:14em;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
	visibility:visible; 
	height:auto; 
	padding-bottom:3em; 
	background:transparent;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
}


DIV.tx-mininews-pi1 {
	min-height: 250px;
	/*border: 1px solid #095aa3;*/
}

DIV.tx-mininews-pi1-fp_listrow-first {
	padding-top: 20px;
	margin-left: 20px;
	width: 180px;
	float:left;
}

DIV.tx-mininews-pi1-fp_listrow-normal {
	padding-top: 20px;
	margin-left: 20px;
	float:left;
	width: 180px;
}

DIV.tx-mininews-pi1-fp_listrow-last {
	padding-top: 20px;
	margin-left: 20px;
	float:left;
	width: 180px;
}

P.tx-mininews-pi1-fp_listrowField-title a {
	color: #095aa3;
	text-decoration: none;
	font-size: 1.1em;
	text-align:left;
}

P.tx-mininews-pi1-listrowField-title a {
	color: #095aa3;
	text-decoration: none;
	font-size: 1.1em;
}


