﻿/* GENERAL STYLES */
/* Rich text editor styling start */
#holderBody {
	background: #fff;
}

#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: #EFEFF6;
	font-family: 'lucida grande', 'lucida sans', lucida, verdana;
	font-size:12px;
	text-align: center;
	color:#333366;
	}

/* 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;
}

/* eServices */
#eService
{

}

#rightColumn
{
	width: 230px;
	float: right;
}

/* header */
#header {
width: 775px;
height: 131px;
border-bottom:1px #333366 solid;
padding: 0;
display: block;
}

/* 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:775px;
    height: 30px;
    margin: 0;    
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}

#naviList li {
    width:90px;
    float:left;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}

#naviList li table, 
#naviList li table td
{
	width:100%;
	vertical-align:middle;
	height:30px;
	margin:0px;
	padding:0px;
	margin-top:-3px;
}


#naviList .selected {
	font-weight: bold;
}

#naviList a{
    padding: 0px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#naviList a:hover{
    color:#ddd9cc;
}
/* Pull */
#nav ul, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#ffffff;
    display: block;
}

#nav .current {
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: white;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.5em 0;
}

#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
}



/* BREADCRUM */
#umbBreadcrum {
    list-style:none;
    padding: 0;
    margin: 0;
    color: #aaa;
    font-size: smaller;
}

#umbBreadcrum li {
    float:left;
    margin: 0 3px 3px 0;  
    padding: 0;
}

/* BOXES */
a {
color:#003399;
}

#textContent {
	width: 600px;
	border-left: 1px solid #ddd;
	float: right;
	padding-left: 10px;
	min-height: 280px;
	/*_height: 280px;*/
}

#bottomInfo {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
	clear:left;
}

#container {
	margin: 10px auto;
	width: 782px;
        background: #fff;
}

#main {
	width:782px;
	margin:0;
	padding:0;
	text-align:left;
}

#bottom {
	clear: both;
	border-top: 1px solid #333366;
	width:765px;
	margin:5px 0;
	padding:5px 0;
	text-align:center;
	font-size: x-small;
}

#content {
	float: left;
	padding-top:15px;
	padding-left:17px;
	padding-right:25px;
	padding-bottom:15px;
}

#content img {
margin:0 0 0 0;
}


#main {

	background-image:url(wizard/background_top.gif);
}
#bottomShadow {
	background-image:url(wizard/background_bottom.gif);
}

/* custom MPS Styles */
/* GENERAL STYLES */
.inPageHeader
{
background: url(/media/2150/menuback.png);
color:#fff;
font-size:large;
width:90%;
padding-left:15px;
padding-bottom:2px;
padding-top:2px;
border-bottom:2px solid gray;
border-right:2px solid gray;
}

.imageCaption
{
	font-size:smaller;	
	width:475px;
	margin-bottom:25px;
	margin-top:-25px;
}

.paragraphBody
{
width:90%;
}

.indentedParagraphBody
{
margin-left:40px;
width:80%;
}

.imgicon
{
margin:0px; 
padding-left:5px;
}

h1.Level1Header
{
  font-weight: bold;
  font-size: x-large;
  color: #00ff00;
}

h2.Level2Header
{
  font-weight: bold;
  font-size: large;
  color: inherit;
}

h3.Level3Header
{
  font-weight: bold;
  font-size: medium;
  color: inherit;
}

div.summaryContainer {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

div.floatLeft,
div.floatLeft P
{
	float: left;
	clear: left;
	display: inline;
}


div.floatRight,
div.floatRight P
{
	display: inline;
}

div.floatLeft P,
div.floatRight P
{
	width:inherit;
}
div.clearBoth
{
	clear:both;
}
div.clearNone
{
	clear:none;
}

div.center
{
	text-align:center	

}

img.summaryImage
{
	margin:10px;	
}

img.floatLeft
{
	
	float:left;
}

img.floatRight
{
	float:right;	
}


/* GENERAL STYLES */
h1
{
	font-size:22px;
	font-weight: bold;
	color:#333399;
}
h2
{
	font-size:18px;
	color:#006666;
}
h3
{
	font-size:15px;
        font-weight: bold;
        text-decoration: underline;
}

h4
{
	font-size:14px;
        font-weight: bold;
        margin-left: 20px;
}

h5
{
	font-size:13px;
        font-weight: bold;
}

h6
{
	font-size:11px;
        text-decoration: underline;
}





/* EDITOR PROPERTIES */
h1 {
font-size:22px;
	font-weight: bold;
	color:#333399;
}

h2 {
	font-size:12px;
	font-weight: bold;
		color:#006666;
}

h2 {
font-size:18px;
}

h3 {
font-size:15px;
        font-weight: bold;
        text-decoration: underline;
}

h4 {
font-size:14px;
        font-weight: bold;
        margin-left: 20px;
}

h5 {
font-size:12px;
        font-weight: bold;
}

h6 {
font-size:11px;
        text-decoration: underline;
}

div.imageCaption
{
	font-size:x-small;
}
