/* Rich text editor styling start */
#holderBody {
	background: #fff;
color:#000;
}

#holder {
/*	border: 1px solid #ccc;*/
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* Rich text editor styling end */

body,html {
	margin:0;
	padding:0;
	background-color: #FFF;
	color:#000;
	font-family: 'lucida grande', 'lucida sans', lucida, verdana, sans-serif;
	font-size:12px;
	text-align: center;
	}

/* HEADERS */
h2 {
/*	font-size:30px;*/
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBox {
	width: 200px;
	float: right;
	padding: 10px;
	margin: 5px;
	border: 1px dotted #ddd;
}

#newsBox .newsDate {
	border-top: 1px solid #ddd;
}

#leftTextBox {
	width: 188px;
	float: left;
	padding-left:15px;
	padding-bottom: 15px;
	margin: 0px;
}

#rightTextBox {
	width: 188px;
	float: right;
	padding-bottom: 15px;
	margin: 0px;
}

.leftBox {
        background: #FFF;
color:#000;
}

.leftBox img {
width:180px;
}

.boxText {
padding:5px;
}

.boxText p {
margin-bottom:0;	
}

.leftBox h2 {
font-size:14px;
}

#rightBox {
        background: #FFF;
color:#000;
/*	border-top: 1px solid #ddd;*/
}

/* header */
#header {
width: 990px;
height: 90px;
/*border-bottom:1px #333366 solid;*/
padding: 0;
display: block;
/*background:#FFF;*/
}

/* Navigation */
/*
#secondLevelNavigation {
    float: left;
    width: 110px;
    list-style:none;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
}

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}
*/
#naviHolder{
    float: left;
    padding:0;
    width:990px;
/*    height: 30px;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
margin-top:-70px;
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}

#naviList li {
    width:95px;
/*    height:95px;*/
    height: 100px;
    float:left;
    margin: 5px;
    padding-top:50px;
    padding-bottom:10px;
padding-left: 0px;
padding-right: 0px;
    vertical-align:middle;
/*    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;*/
}

#naviList li.logo {
	width: 218px;
    padding:0px;
        height:178px;
margin-top:0px;
}
logo {
/*	width: 210px;
        height:200px;*/
height:140px;
/*margin-top:-40px;*/
}

#logobox {
	width: 210px;
        height:170px;
}

#naviList .selected {
background: #FFF;
color:#000;
font-weight: bold;
}
html>body #naviList .selected {
position: relative;
left: -8px;
top: -8px;
}

#naviList a{
    padding: 0px 0;
    text-align: center;
    text-decoration:none;
/*    color:#006882;*/
    color:#404040;
    background-color:#FFF;
    display: block;
}

#naviList a:hover{
/*    color:#ddd9cc;*/
/*color:#001720;*/
color:#006882;
background-color:#FFF;
}
/* Pull */
#nav ul, #nav {
position:absolute;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#006882;
    background-color:#FFF;
    display: block;
}

#nav .current {
	font-weight: bold;
color:#006882;
}

#nav a {
	text-decoration: none;
    color:#006882;
    background-color:#FFF;
}
/*
#nav a:hover {
	color: white;
}
*/
#nav li li a {
	display: block;
	font-weight: normal;
    color:#006882;
	background-color: #FFF;
	padding: 0.5em 0;
}

#nav li {
position:absolute;
top:0;
left:0;
/*	float: left;
	position: relative;*/
	width: 10em;
	text-align: center;
		cursor: default;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}

li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
        height:
list-style:none;
	font-weight: normal;
/*	background: url(wizard/pullBackground.png);*/
	padding: 2em 0;
	border-bottom: 1px solid #888477;
}

li>ul {
	top: auto;
	left: auto;
}
/*
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
*/
li:hover ul, li.over ul {
	display: block;
}

#naviList li li{
margin:0;
padding:0;
width:87px;
height:16px;
}
div.pseudoouter{
/*position:absolute;
overflow:hidden;
height:100px;
top:0;*/
}
div .pseudotable{
/*display:table;
overflow:hidden;
top:0;*/
}
div .pseudocell {
display:table-cell;
vertical-align:middle;
}
div .pseudoinner{
/*display:inline;*/
}
#nav ul, #nav {
list-style: none;
}
/* BREADCRUM */

#umbBreadcrum {
    list-style:none;
    padding: 0;
    color: #aaa;
    background-color:#FFF;
    font-size: smaller;
}

#umbBreadcrum li {
display:inline;
    margin: 0 3px 3px 0;  
    padding: 0;
float:right;
}

#umbBreadcrum li a {
color:#aaa;
}

/* BOXES */
a {
color:#006882;
background-color: #FFF;
text-decoration:none;
}
/*
#textContent {
	width: 600px;
	border-left: 1px solid #ddd;
	float: right;
	padding-left: 10px;
	min-height: 280px;
	height: 280px;
}

#leftTextContent {
	width: 400px;
	border-left: 1px solid #ddd;
	float: left;
	padding-left: 10px;
	min-height: 280px;
	height: 280px;
}

#bottomInfo {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
}
*/
#container {
	margin: 10px auto;
	width: 990px;
	background: url(/media/17/background.jpg);
	background-repeat:no-repeat;
	background-position:center 100px;
}

#main {
	width:990px;
	margin:0;
	padding:0;
	text-align:left;
}

#bottom {
/*	clear: both;*/
/*	border-top: 1px solid #333366;*/
	width:990px;
	margin:5px 0;
	padding:5px 0;
	text-align:center;
	font-size: x-small;
}

#content {
	float: left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
        width:99%;
height:530px;
margin-top:-60px;
}

#content img {
margin:0 0 0px 0px;
}


#main {

/*background-image:url(wizard/background_top.gif);*/
}
#bottomShadow {
/*	background-image:url(wizard/background_bottom.gif);*/
}
div#searchdiv {
position:relative;
top:45px;
width: 990px;
margin-left: auto;
margin-right: auto;
z-index:1;
}

div#searchform {
float:right;
width: 300px;
}
#searchform input {
color:#000;
border-width:1px;
border-color:#000;
float:right;
}
div#headermenudiv {
float:right;
position:relative;
/*margin-top:-80px;*/
top:27px;
width: 500px;
margin-right:230px;
z-index:1;
}
#headermenudiv a {
color:#000;
}

#headerList {
    list-style:none;
    margin: 0;    
    padding: 0;
}

#headerList li {
    width:55px;
    float:right;
}
ul.sitemaplist {
list-style: none;
padding:0;
padding-left:20px;
margin:0;
position:relative;
display:block;
border-bottom-width:0px;
overflow:hidden;
}
ul.sitemaplist h3 {
padding:0;
padding-top:5px;
margin:0;
}

#naviList .selected, .innercontainer {
border:0px;
/*    position: relative;
    left: -6px;
    top: -106px;
width:100px;
height:100px;*/
/*    background: #ffffff;*/
/*    border: 1px;*/
}

html>body .outerpair1 {
background: url(/media/250/upperrightfade.png) right top no-repeat;
}

html>body .outerpair2 {
background: url(/media/245/lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}

html>body .shadowbox {
background: url(/media/240/shadow.png) bottom right;
}
.innerbox {
background: #FFF;
color:#000;
height:100%;
}
html>body .innerbox {
position: relative;
left: -8px;
top: -8px;
}

.shadowbox img {
border: 0px solid #fff;
vertical-align: bottom;
}

.centeritem {
line-height:100px;
vertical-align:middle;
background:#FFF;
color:#000;
display:block;
height:100%;
}

#middlecolumn {
width:500px;
height:400px;
margin-left:10px;
overflow:auto;
}
#middlecolumntext {
width: 470px;
}

#middlecontainer {
float:left;
/*width:508px;*/
height:428px;
margin-left:33px;
}
#middlecontainer img {
padding-left:-10px;	
}

div#breadcrumbbox {
display:block;
width:594px;
margin-left:400px;
margin-top:-140px;
margin-bottom:140px;
height:28px;
}
div#breadcrumb {
display:block;
width:586px;
height:20px;
}

div#bottom{
position:absolute;
top:675px;
}
div#backbutton{
float:right;
}
iframe.srchpage {
border-width:0;
width:491px;
height:397px;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
