/**
 * $Id$
 * Website Baker template: whf_1
 
 "Trajan Pro",Georgia,Palatino,Palatino Linotype,serif
 
*/

body, #main td, #main th {
	font-family: Georgia,Palatino,Palatino Linotype,serif;
	font-size: 13px;
	color: #353E31;
}
body {
	background: #D1DEBA url(images/backgroundslice.gif) repeat-x scroll center top;
	margin: 0;
}
#mainwrap {
	width: 750px;
	margin: auto;
	padding: 0;
	}

hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-family: "Trajan Pro","Perpetua Titling MT","Copperplate Gothic Light","Felix Titling",Georgia,Palatino,"Palatino Linotype",serif;
	font-size: 22px;
	color: #000;
	margin-top: 10px;
	font-weight: normal;
}
form {
	margin: 0;
}
#main {
	width: 615px;
	float: left;
	background-color: #e1eed3;
}
#main a:link, #main a:visited, #main a:active {
	color: #993300;
	text-decoration: underline;
}
#main a:hover {
	color: #FE2E06;
	text-decoration: underline;
}
.banner, .search_box {
	height: 80px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}

.banner {
	width: 530px;
	padding-left: 20px;
	float: left;
	text-align: left;
}

.highlight {
	background-color: #CEEBAE;
}
.banner a {
	color: #FFF;
}
.banner span {
	color: #D0D0D0;
}
/**************/
/*BOF JK ADDED*/

#topmenuwrap {
	display: table;
	width: 750px;
	margin: 0 auto; 
	position: relative;
	}
#topmenu, 
#topmenu-t {
	/*font-family: "Trajan Pro",Georgia,Palatino,Palatino Linotype,serif;*/
	font-family: "Trajan Pro","Perpetua Titling MT","Copperplate Gothic Light","Felix Titling",Georgia,Palatino,"Palatino Linotype",serif;
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 35px; 
	display: table-row;
	}
#topmenu-t th {
	/*display:none;*/
	}	
#topmenu li, 
#topmenu-t td {
	list-style: none;
	white-space: normal;
	/*float: left; <- we dont need to float as we are using display: table-cell*/
	height: 35px;
	vertical-align: middle; 
	display: table-cell;
	}
#topmenu-t td {
	position: relative;
	}	
#topmenu li li {
	float:left;
	display: block;
	}   
#topmenu li a, 
#topmenu-t td a {
	display: block;
	/*height: 33px;*/
	/*padding: 2px 24px 0 24px;*/
	padding: 2px 12px;
	background-color: #badf85;
	color: #395c2e;
	text-decoration: none;
	}
	
#topmenu li li a,
#topmenu-t td li a {
	/*padding: 2px 2px 0 2px;*/
	padding: 2px 6px;
	text-align: center;
	}	
	
	
#topmenu li a {
	height: 33px;
}	
#topmenu-t td, #topmenu-t li, #topmenu-t li a {	
	height: auto;
	list-style:none !important;
}
#topmenu li a div.valgn, 
#topmenu-t td a div.valgn {
	padding-top: 8px;
	}     	
#topmenu li:hover a, #topmenu li.hover a, 
#topmenu-t td:hover a, #topmenu-t td.hover a {
	background-color: #bef073;
	color: #ff6600;	
	}
#topmenu li a:hover, 
#topmenu-t td a:hover {
	background-color: #bef073;
	color: #ff6600;
	}
#topmenu li.menu-current a, #topmenu li.menu-parent a,
#topmenu-t td.menu-current a, #topmenu-t td.menu-parent a,
#topmenu-t td li.menu-current a {
	color: #ff6600;
	}
/*	
#topmenu li.menu-sibling.menu-last:hover a, #topmenu li.menu-sibling.menu-last.hover a,
#topmenu-t td.menu-sibling.menu-last:hover a, #topmenu-t td.menu-sibling.menu-last.hover a {
	background-color: #bef073;
	color: #ff6600;	
	}*/
#topmenu li.menu-last a:hover, #topmenu li.menu-last.menu-current a, 
#topmenu-t td.menu-last a:hover, #topmenu-t td.menu-last.menu-current a {
	background-color: #fff;
	color: #000;
	} 
#topmenu li.menu-last a, 
#topmenu-t td.menu-last a {
	background-color: #000;
	color: #fff;
	}
#topmenu li ul,
#topmenu-t td ul  {
	display: none; 
	/*width: 10em; /* Width to help Opera out */
	background-color: #badf85;
	text-align: left;
	}
#topmenu li:hover ul, #topmenu li.hover ul,
#topmenu-t td:hover ul, #topmenu-t td.hover ul  {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	}
#topmenu-t td:hover ul, #topmenu-t td.hover ul  {
	left: 0px;
	width: 100%;
	}	
#topmenu li:hover li, #topmenu li.hover li,
#topmenu-t td:hover li, #topmenu-t td.hover li {
	float: none; 
	}
#topmenu li:hover li a, #topmenu li.hover li a,
#topmenu li:hover li.menu-last a, #topmenu li.hover li.menu-last a,
#topmenu-t td:hover li a, #topmenu-t td.hover li a {
	background-color: #badf85;
	color: #395c2e;
	}
#topmenu li li a:hover,
#topmenu li li.menu-last a:hover,
#topmenu-t td li a:hover {
	background-color: #bef073;
	color: #ff6600;
	}  
#topmenu.hide, 
#topmenu-t.hide {
	display:none;
	}
/*********************/
#sidemenuwrap {
	width: 135px;
	background-color: #D1DEBA;
	background-image: url(images/d1deba.gif);
	background-repeat: repeat;
	padding: 8px 0 0 0;
	float: left;
	}
#sidemenu {
	font-family: "Trajan Pro","Perpetua Titling MT","Copperplate Gothic Light","Felix Titling",Georgia,Palatino,"Palatino Linotype",serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	}
#sidemenu li {
	display: block;
	height: 44px;
	margin: 2px 0 4px 0;
	list-style: none;
	white-space: normal;
	vertical-align: middle;
	line-height: 44px; 	
	}	
#sidemenu li a {
	display: block;
	height: 44px;
	padding: 0;
	background-color: #D1DEBA;
	background-image: url(images/mdot_off.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
	text-decoration: none;
	vertical-align:middle;
	}
#sidemenu li a:hover, #sidemenu li.hover a, #sidemenu li.menu-current a, 
#sidemenu li.menu-parent a {
	background-image: url(images/mdot_on.gif);
	background-repeat: no-repeat;
	background-position: right;
	}	
/*EOF JK ADDED*/
/**************/
#col_lft {
	float: left;
	width: 190px;
}
#content {
	float:left;
	text-align: left;
}
#content.col1 {
	padding: 4px 20px 14px 20px;
	width: 575px;
}
#content.col2 {
	padding: 4px 10px 14px 10px;
	width: 405px;	
}
#sidetools {
margin-top: 40px;
	/*background-color: #e1eed3;
	border-right: 6px solid #D1DEBA;
	padding: 10px 6px;*/
	padding: 10px 0;
	text-decoration: none;
}
#sidetools a:link, #sidetools a:visited, #sidetools a:active {
	/*color: #993300;*/
	color: #000;
	text-decoration: none;
}
#sidetools a:hover {
	color: #FE2E06;
	/*color:#000;*/
	text-decoration: none;
}

#sidetools #nwsltr{
	margin: 6px 0;
	text-align:left;
}
#sidetools #fcebk{
	margin: 6px 0;
	text-align:left;
}
#sidetools #jobs{
	margin: 6px 0;
	text-align:left;
}
#sidetools #fcebk a:link, #sidetools #fcebk a:visited, #sidetools #fcebk a:active {
	/*color: #003399;*/
}
#sidetools #news1{
	margin: 28px 0 6px 0;
	text-align:left;
}
#sidetools #news2{
	margin: 6px 0;
	text-align:left;
}
#sidetools .search_submit {
	font-size: 14px;
}
.search_box {
	/*float: right;
	clear: right;
	width: 200px;*/
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 22px;
	height: 22px;
	font-size: 10px;
	font-weight:bold;
	vertical-align: middle;
}
/*##################*/
#search {
	font-family: Georgia,Palatino,Palatino Linotype,serif;
	display:block;
	height: 22px;
	margin-bottom: 20px;
	overflow: hidden;
}
#search input{
   display: block;
   float: left;
   /*width: 122px;*/
   /*width:75px;*/
   width:96px;
   height: 16px;
   /*padding: 4px 3px 3px 22px;*/
   padding: 3px 3px 3px 6px;
   border: none;
   background: transparent url(images/search_bg2.gif) no-repeat;
   color: #444;
   font-size: 1em;
   /*text-transform: capitalize;*/
}

#search a#search_go{
   display: block;
   float: left;
   width: 24px;
   height: 22px;
   background: transparent url(images/search_go2.gif) no-repeat;
   text-indent: -9999px;
}
/*##################*/

#footer_empty {
	clear: both;
	height: 1px;
}
#footer {
	clear: both;
	height: 20px;
	border-top: 2px solid #D1DEBA;
	padding: 10px 20px;
	text-align:center;
}
#footer p {
	margin:0;
	padding:0;
}
	.pullout {
		font-family: Arial,Helvetica,sans-serif;
		font-size:12px;
		width:268px;
		border: 1px solid #a8b49b;
		background: #ceebae;
		float:right;
		margin: 12px 0 12px 12px;
	}
	.pullout p, .pullout h4 {
		font-family: Arial,Helvetica,sans-serif;
		font-size:12px;
	}
	.pullout p {
		padding: 0px 14px 0px 0px;
		text-align:left;
	}
	.pullout h4{
		display:block;
		background:#bde98e;
		border-bottom: 1px solid #a8b49b;
		margin:0;
		padding: 2px 20px;
		text-align:center;
	}
	.pullout .iblock td.bllt{
		vertical-align: middle;
		padding: 0 8px;
	}
.img_rgt {
	float: right;
}
.timgblock {
	width: 100%;
	margin-bottom: 20px;
}
.timgblock td.timglft {
	width: 120px;
}
.timgblock td.tprgt {
	padding: 0 0 0 20px;
	text-align: left;
	vertical-align: top;
}
.timgblock td.tprgt h4{
	margin: 0;
	padding: 0;
}
.timgblock td.tprgt p {
	margin:0;
	padding:0;
}
.timgblock td.tprgt ul {

}
.cont_rgt {
	float:right;
	border: 1px solid #ff0000;
	padding: 2px;
	width: 138px;
}
.cont_rgt .inbrdr{
	border: 1px solid #353E31;
	padding: 1px;
}





#media_bay_wrap{
	padding: 10px 20px;
}
#media_bay{
float:right;
border: 1px solid #a8b49b;
background: #ceebae;
padding: 4px
}
#media_bay h4{
		display:block;
		background:#bde98e;
		border-bottom: 1px solid #a8b49b;
		margin:0;
		padding: 2px 20px;
		text-align:left;
	}
#media_bay p{
	padding:0;
	margin:0;
}

#media_bay a[href$='.pdf'] {
    display:inline-block;
    padding-left:34px;
    line-height:32px;
    background:transparent url(/templates/whf_1/images/icons/mbay/pdfg.gif) center left no-repeat;
    }

#media_bay a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:34px;
    line-height:32px;
    background:transparent url(/templates/whf_1/images/icons/mbay/excel2g.gif) center left no-repeat;
	
    }

#media_bay a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-left:34px;
    line-height:32px;
    background:transparent url(/templates/whf_1/images/icons/mbay/pwrpoint2g.gif) center left no-repeat;
    }

#media_bay a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-left:34px;
    line-height:32px;
    background:transparent url(/templates/whf_1/images/icons/mbay/word2g.gif) center left no-repeat;
    }

#media_bay a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-left:34px;
    line-height:32px;
    background:transparent url(/templates/whf_1/images/icons/32/zip.gif) center left no-repeat;
    }
/*Sitewide*/
    xa[href^="http:"] {
    display:inline-block;
    padding-right:14px;
    background:transparent url(/templates/whf_1/images/icons/icons/ExternalLink.gif) center right no-repeat;
    }

    xa[href^="mailto:"] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/templates/whf_1/images/icons/MailTo.gif) center left no-repeat;
    }
	    a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    /*background:transparent url(/templates/whf_1/images/icons/pdf.gif) center left no-repeat;*/
	background:transparent url(/templates/whf_1/images/icons/mini/p_pdf.gif) top left no-repeat;
    }

    a[href$='.xls'], a[href$='.csv'], a[href$='.xlt'], a[href$='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    /*background:transparent url(/templates/whf_1/images/icons/xls.gif) center left no-repeat;*/
	background:transparent url(/templates/whf_1/images/icons/mini/p_xls.gif) top left no-repeat;
    }

    a[href$='.ppt'], a[href$='.pps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/templates/whf_1/images/icons/mbay/ppt.gif) top left no-repeat;
    }

    a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'], a[href$='.wps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/templates/whf_1/images/icons/mini/p_doc.gif) top left no-repeat;
    }

    a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/templates/whf_1/images/icons/mini/p_zip.gif) top left no-repeat;
    }
