/***********************************************/
/* mclwebsite.css                             */
/***********************************************/

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

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	line-height: 1.75;
	font-size:80%;
	letter-spacing: 0.1em;
	margin:0px; 
	padding:5px 5px 5px 5px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
/* color: #334d55;*/
color:#FFF;
 margin: 0px;
 padding: 0px 0px 0px 45px;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

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

h4{
 font-family: Verdana,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;
}

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

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

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

a:hover{
	color: #006699;
	text-decoration: underline;
}

.pdfDoc{ padding-left:18px; background: transparent url(images/pdf_icon.gif) no-repeat center left;}
.winzipDoc{ padding-left:18px; background: transparent url(images/winzip_icon.gif) no-repeat center left;}

/***********************************************/
/* Classes                                  											 */
/***********************************************/
.label {font-weight:bold;}
.errorMsg{color:#FF0000;}
.tradeMarkInfo{font-size:70%;line-height:50%;}

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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

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

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/***********************************************/
/* Layout Divs                                 										 */
/***********************************************/
/* This bit does all the work */
/* The header and footer */
.header {display:block; height:100px; background-image:url(images/banner_web7_100H_1400W.gif); 
background-repeat:no-repeat;	/*border-bottom:15px solid #000055;*/}
.strapline{background-color:#000055; height:25px; color:#FFFFFF;padding-left:160px; font-size:120%; font-style:italic; font-weight:bold;}
.footer {display:block;  background:#fff; color:#000; padding:5px 0px 0px 0px;border-top: 1px solid #cccccc;}

/* This bit does all the work */
#contentContainer {position:relative; display:block; background:#fff; 
border-left:160px solid #eeeeee; border-right:160px solid #fff; overflow:visible;}
#navBar {float:left; position:relative; width:160px; margin-left:-160px;  display:inline; }
#rightBar {float:right; position:relative; width:160px; margin-right:-160px; display:inline;}
.content{padding:0px 10px 0px 10px;}
.clear {clear:both;height:1px;overflow:hidden;}

/***********************************************/
/* Overrides of Classes in layout divs                                  */
/***********************************************/
/*********** #header styles ***********/
/*********** #navBar styles ***********/
#navBar h3{
	padding: 0px 0px 0px 0px;
}

#navBar a {
	display: block;
	border-bottom: 1px dotted #cccccc;
	padding: 2px 0px 2px 10px;
}

#navBar a:hover{
	background-color: #cccccc;
}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#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;}
.currentNav {background-color: #dddddd;}
.pswd {font-size: 75%;}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
/*********** #content styles ***********/
/*********** #rightBar styles ***********/
/*********** #footer styles ***********/
#footer p{
	font-size: 75%;
	color: #cccccc;
}
#footer img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

