/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #F8FFEC;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #9CA943;
	text-decoration: underline;
}

a:visited{
	color: #666600;
	text-decoration: underline;
}

a:hover{
	color: #5C743D;
	text-decoration: none;
}


h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 114%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 106%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #D5EDB3;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #D5EDB3;
}
#masthead img {
	float: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#masthead      #siteName    {
	font-family: Verdana,Arial,sans-serif;
	font-size: 114%;
	clear: right;
}
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	.threecol {
	}
	.threecol .colmid {
		right:10%;			/* width of the right column */
	}
	.threecol .colleft {
		right:70%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:70%;			/* width of center column content (column width minus padding on either side) */
		left:100%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:20%;			/* Width of left column content (column width minus padding on either side) */
		left:10%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:9%;			/* Width of right column content (column width minus padding on either side) */
		left:80%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

#navBar{
		width:19%;			/* Width of left column content (column width minus padding on either side) */
		left:10%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	margin: 0px;
	padding: 0px;
	background-color: #5C743D;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-position: left;
}

#headlines{
		width:9%;			/* Width of right column content (column width minus padding on either side) */
		left:81%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	width:70%;			/* width of center column content (column width minus padding on either side) */
	left:99%;			/* 100% plus left padding of center column */
}


/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	color: #5C743D;
	text-align: left;
}



/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	border: 1px solid #5C743D;
	margin: 2px;
	background-color: #F4F4F2;
}
#globalNav img.GlobalNavImgButton {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	margin-right: -200px;
}
#globalNav #Mibnet-feed-menue li {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	clear: left;

}
#globalNav .GlobalNavImgButton {
	display: inline;
	clear: none;
}
#globalNav #Mibnet-feed-menue li a img {
	border: 0;
}
#globalNav #Mibnet-feed-menue li a {
	border: 0;
}
#Mibnet-feed-menue, #Mibnet-feed-menue ul {
	display: none;
	position: absolute;
	border: 1px solid #5c743d;
	float: none;
	background-color: #f4f4f2;
	margin: 0px;
	padding: 1px;
	list-style-type: none;
	list-style-position: inside;
	z-index: 10;
}
#Mibnet-feed-buttonAndFrame {
	display: inline;
	margin: 0;
	padding: 0;
	float: none;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #99CC66;
	color: #993300;
	text-align: left;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 2px 0px 0 10px;
	font-size: 80%;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature h1 {
	padding-top: 25px;
}


.feature img{
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link {
	display: block;
	color: #D5EDB3;
}
#navBar ul a:visited {
	display: block;
	color: #CCFFCC;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	color: #D5EDB3;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #D5EDB3;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color: #D5EDB3;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #D5EDB3;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.story h3 {
	text-align: center;
}
.ImageOnNewLine {
	clear: left;
}
.UlOnNewLine {
	clear: left;
}
.featureOnNewLine {
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navBar #sectionLinks h3 {
	background-color: #99CC66;
	color: #5C743D;
}
#navBar .relatedLinks h3 {
	color: #5C743D;
	background-color: #99CC66;
}


.featureTableHeader {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #334d55;
	border-right-color: #334d55;
	border-bottom-color: #334d55;
	border-left-color: #334d55;
}

#content .feature table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #334d55;
	border-right-color: #334d55;
	border-bottom-color: #334d55;
	border-left-color: #334d55;
}
#content .feature td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #334d55;
	border-right-color: #334d55;
	border-bottom-color: #334d55;
	border-left-color: #334d55;
}
.featureButton {
	height: 23px;
	background-image: url(/images/buttons/square-green-right.gif);
	color: #993300;
}

.FontForYellowColoredValue {
	color:#333333;
}#content .feature ul.featureOnNewLine li {
	text-indent: 32px;
}
#content .feature #FLVPlayer {
	float: left;
}
