/* GENERAL STYLES */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 100% /*IE*/;
}
BODY {
	background: #2e6194 url(wizard/body-bg.png) repeat-x top;
	font-size:100%;
	text-align: center;
	color:#000;
	font-size: 75%;
}
A { color:#003366; }
A IMG { border: none; }

#content OL, #content UL {
	margin-left: 2.5em;
	padding-left: 0;
	line-height: 1.4em;
}

#content UL LI, #content OL LI {
	padding: 0.25em 0;
}

/* HEADERS */
h2 {
	font-size:1.5em;
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
}
/* header */
#header {
	width: 775px;
	height: 75px;
	border-bottom: 1px #003366 solid;
	padding: 0;
	display: block;
}

/* Navigation */
#secondLevelNavigation {
	position: relative;
	top: 0;
	float: left;
	width: 150px;
	list-style:none;
	padding: 0;
	margin: 10px !important;
	border-top: 1px solid #ddd;
	background: #2c5f92 url(wizard/pullBackground.png) repeat-x top left;
	text-align: center;
	border-right: 1px solid #6b84ac;
	border-left: 1px solid #a5b8cb;
}
#secondLevelNavigation LI {
	margin: 0;
	border-top: 1px solid #a5b8cb;
	border-bottom: 1px solid #6b84ac;
}

#secondLevelNavigation LI .selected {
	font-weight: bold;
}
#secondLevelNavigation A {
	display: block;
	padding: 5px 1em;
	text-decoration: none;
}
#secondLevelNavigation a:hover {
	background-color: #2c5f92;
	color: White;
}

#naviHolder {
	float: left;
	padding:0;
	width: 775px;
	margin: 0;  
	z-index: 10; 
	font-size: 13px;
	height: 30px;
}

#naviList {
	list-style:none;
	margin: 0;    
	padding: 0;
}

#naviList LI {
	width:95px;
	float:left;
	border-left:#ccd5de solid 1px;
	border-right:#6b84ac solid 1px;
}

#naviList .selected {
	font-weight: bold;
}

#naviList A {
	padding: 8px 0;
	text-align: center;
	text-decoration:none;
	color:#ffffff;
	display: block;
}

#naviList A:hover{
	color:#ccd5de;
}

/* Pull down menu */
#nav UL, #nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav DIV {height: 100%;}
#nav A {
	padding: 5px 0;
	text-align: center;
	text-decoration:none;
	color:#ffffff;
	display: block;
}

#nav .current {
	font-weight: bold;
}

#nav A {
	text-decoration: none;
}

#nav A:hover {
	background-color: #2c5f92;
	color: White;
}

#nav LI LI A {
	display: block;
	font-weight: normal;
	color: #003061;
	padding: 7px 0;
}

#nav LI {
	min-height: 30px;
	float: left;
	position: relative;
	width: 127px;
	text-align: center;
	cursor: default;
	border-left:#ccd5de solid 1px;
	border-right:#6b84ac solid 1px;
	z-index: 10;
	letter-spacing: 0.05em;
}


#naviHolder LI UL {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
         z-index: 10;
	font-weight: normal;
	background: url(wizard/pullBackground.png);
	padding: 0;
	border-right: 1px solid #6b84ac;
	border-left: 1px solid #a5b8cb;
}
#naviHolder LI>UL{
	top: 100%;
	left: 0;
}

#naviHolder LI LI {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	border-top: 1px solid #a5b8cb;
	border-bottom: 1px solid #6b84ac;
	letter-spacing: 0em;
}

#naviHolder LI:hover UL, LI.over UL {
	display: block;
}

/* 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 */
#textContent, #fullContent {
	margin-top: 10px;
	margin-right: 10px;
	min-height: 280px;
	_height: 280px;
	width: 600px;
	float: right;	
}
#fullContent {
	width: 760px;

}
#bottomInfo {
	border-top: 1px solid #ccc;
	margin-top: 2em;
	padding-top: .5em;
	color: #aaa;
	font-size: smaller;
}

#container {
	margin: auto;
	width: 782px;
}

#main {
	width:782px;
	margin:0;
	padding:0;
	text-align:left;
}

#bottom {
	clear: both;
	border-top: 1px solid #2c5f92;
	width:775px;
	margin: .5em 0 0 0;
	padding: .5em 0;
	text-align:center;
	font-size: x-small;
}

#content {
	position: relative;
	width: 100%;
	float: left;
}

#content IMG {
	margin: .75em;
}

#main {

	background-image:url(wizard/side-shadow-eee.png);
}
.bottomShadow {
	background: transparent url(wizard/bottom-shadow.png) no-repeat bottom right;
}
.contBotShadow {
	background: transparent url(wizard/cont-bot-shadow.png) no-repeat bottom right;
}
.contBotFullShadow {
	background: transparent url(wizard/cont-bot-full-shadow.png) no-repeat bottom right;
}

/* Rich text editor styling start */
#holderBody, .mceContentBody{
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
}
.mceContentBody #Intro #IntroContent {
	width: 755px;
}
/* Rich text editor styling end */

/* EDITOR PROPERTIES */
h1 {
color: #fff;
font-size: 1.25em;
font-weight: bold;
letter-spacing: 0.25em;
text-align: center;
margin-right: 2px;

background: #e4edf6 url(wizard/head-ul-inner.png) no-repeat top left;

/*
border-top: solid 1px #ddd;
background: transparent url(wizard/block-bg.png) no-repeat top left;*/
}

h3 {
margin: .5em;
color: #069;
font-size: 1.2em;
border-bottom: solid 1px #eee;

}

h4 {
color: #fff;
font-size: 1.1em;
margin: .5em;
background: #e4edf6 url(wizard/head-ul.png) no-repeat top left;
text-align: center;

}

