/*OETC Shell CSS*/

@import url('http://web.oetc.org/css/src/reset.css');
@import url('http://web.oetc.org/css/src/grid.css');
@import url('http://web.oetc.org/css/src/typography.css');



/* Bluprint UL bump fix
-------------------------------------------------------------- */

ul, ol {
    margin: 0;
    padding:0;
}

#pagewrap {
    margin: 1.5em 0 1.5em 0;
}

/*global*/
a {color: #006837;}

/*Header*/
#header {height: 100px; background: url('http://web.oetc.org/img/oetc/header_bg.png') repeat-x left bottom;}
#logo {padding-top: 15px;}
#description {
	font-family: palatino, helvetica, arial;
	font-style: italic;
	font-size: 13px;
	color: #b3b3b3;
	padding-top: 47px;
}

#social-icons {margin-top: 45px;}
#social-icons img{float: right; padding-right: 3px;}


/*Nav*/
#nav{
	background: #153006;
	height: 47px;
}

#nav ul {
	border-left: 1px solid #0D1D04;
	border-right: 1px solid #29441B;
	float: left;
	height: 47px;
}

#nav ul li {
	list-style: none;
	font-family: arial;
	font-size: 1.2em;
	float: left;
	padding-top: 13px;
	border-left: 1px solid #29441B;
	border-right: 1px solid #0D1D04;
	min-width: 85px;
	text-align: center;
	height: 34px;

}

#nav ul li a{
	text-decoration: none;
	color: #fff;
	text-shadow: #666 0px 0px 1px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	
}

#nav .current_page, #nav li:hover {
	background: url('http://web.oetc.org/img/oetc/nav-activetab-bg.gif') repeat-x 50% 100%;
}

/*Footer*/

#footer {
	background-color: #e6e6e6;	
	height: 150px;
}

#footernav ul{padding-top: 15px;}


#footernav ul li {
	list-style: none;
	font-family: arial;
	float: left;
	padding-right: 10px;
	}

#footernav ul li a {
	text-decoration: none;
	color: #666;
	padding-right: 10px;
	border-right: 1px solid #666;
}

#footernav .copyright  {
	font-family: arial, helvetica, sans-serif;
	color: #666;
	font-size: .7em;
	padding-top: 10px;

}

#footercontact {
	padding-top: 10px;
	font-family: arial, helvetica, sans-serif;
}

#footercontact p.contact {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-weight: bold;
	background-color: #e6e6e6;
	margin-bottom: -2px;
	margin-top: 10px;
	text-align: left;
	line-height: .95em;
	}
#footercontact p {
	color: #4c4c4c;
	font-size: .8em;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	background-color: #c7c7c7;line-height: 2em;
	}
    