/*------------------------------------------------------------*
**  Anchor Tag Styles
**------------------------------------------------------------*/
a:link{
	color: #084273;
	text-decoration: none;
}

a:visited{
	color: #4F9D9D;
	text-decoration: none;
}

a:hover{
	text-decoration: overline underline;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container {
	width: 990px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	z-index: 2000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#Container #Top .logo {
	position: absolute;
	left: 10px;
	top: 50px;
	z-index: 999;
}
#Container  .red {
	font-weight: normal;
	background:#FFFFCC;
	border:1px solid #D43C3C;
	padding-left:3px 3px 3px 22px;
	margin-bottom:7px;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#utility{
	font: 65% Verdana,sans-serif;
	position: absolute;
	top: 50px;
	right: 32px;
	color: #F5f7f7;
	z-index: 1212;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: overline underline;
}

#search{
	font: 65% Verdana,sans-serif;
	left: 600px;
	z-index: 1212;
	width: auto;
	float: right;
	padding: 2px 4px 2px 2px;
}

#search a{
	color: #ffffff;
}

#search a:hover{
	text-decoration: overline underline;
}

#Top{
	padding-right: 5px;
	padding-left: 5px;
	height: 200px;
	margin-bottom: 5px;
}
#Top h1{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 555;
}

#crumbs {
	padding:4px 2px 2px 4px;
	color:#D44E19;
	overflow:hidden;
	width:auto;
	position: absolute;
	top: 245px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#crumbs a {
	color:#D44E19;
}

#crumbs span {
	color:#2f2e2e;
}

/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 4px;
}

/*------------------------------------------------------------*
**  BreadLine
**------------------------------------------------------------*/
div#BreadLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#333333;
	padding-top: 4px;
	text-decoration: none;
	height: 28px;
	border:1px solid #666666;
	padding-bottom: 4px;
}
/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
	width: 990px;
	clear: both;
	float: left;
	padding-bottom: 0px;
}
div#MainText img{
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
div#MainText h1{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #084273;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
div#MainText h4{
	text-align:center;
}
/* Container Left Start*/
div#MainText-left {
	width: 150px;
	margin-top: 2px;
}
/* Container Right Start*/
div#MainText-right {
	clear: both;
	float: right;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414141;
	line-height: 18px;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #EFEFEF;
}
div#Footer p{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
}
div#Footer a{
	color: #D44E19;
	text-decoration: none;
}
div#Footer a:hover{
	color: #084273;
	text-decoration: none;
}


/*------------------------------------------------------------*
**  White Footer
**------------------------------------------------------------*/
div#WhiteFooter {
	width: 100%;
	clear: both;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
div#WhiteFooter p{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
	text-align:center;
}
div#WhiteFooter a{
	color: #D44E19;
	text-decoration: none;
}
div#WhiteFooter a:hover{
	color: #084273;
	text-decoration: none;
}
div#WhiteFooter img{
	margin-top: 9px;
	margin-right: 18px;
	margin-bottom: 5px;
	margin-left: 18px;
}

/*------------------------------------------------------------*
**  Menu
**------------------------------------------------------------*/
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: black;
background-color: #FF7000;
text-decoration: none;
padding: 2px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
width: 175px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

.mbkmenu ul{
	margin: 0;
	padding: 0;
	font: normal 14px Verdana;
	list-style-type: none;
	border-bottom: 1px solid white;
	overflow: hidden;
	width: 100%;
	letter-spacing: 2px;
}

.mbkmenu li{
display: inline;
margin: 0;
}

.mbkmenu li a{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: white;
	background: #333333;
	padding-top: 6px;
	padding-right: 56px;
	padding-bottom: 6px;
	padding-left: 55px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}

.mbkmenu li a:visited{
}

.mbkmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mbkmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
