@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 735px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 10px;
	padding-right: 10px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-bottom: 40px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 15px 0px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 315px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 15px 5px 15px;
} 
.twoColFixLtHdr #footer {
	padding: 5px 0 0 0;
	background-color: #FFFFFF;
	position: relative;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
}
.pnormal {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}
.pitalics {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	font-weight: lighter;
	font-style: italic;
	font-variant: normal;
}
.pitalicsorange {
	color: #EB652A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	font-weight: lighter;
	font-style: italic;
	font-variant: normal;
}
.pcaps {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	font-weight: lighter;
	font-style: normal;
	font-variant: small-caps;
}
.pgreen {
	font-size: 0.95em;
	color: #277671;
	line-height: 1.2em;
	font-style: normal;
	font-weight: lighter;
}
.porange {
	font-size: 0.95em;
	color: #EB652A;
	line-height: 1.2em;
	font-style: normal;
	font-weight: lighter;
}
#apDiv2 {
	position:relative;
	left:355px;
	top:1px;
	width:294px;
	height:16px;
	z-index:1;
}
.menu {
width : 745px;
height : 32px;
position : relative;
z-index : 100;
border-right : 1px solid #000;
font-family : arial, sans-serif;
}
* html .menu {
width : 746px;
width : 745px;
}
.menu ul {
padding : 0;
margin : 0;
list-style-type : none;
}
.menu ul ul {
width : 149px;
}
.menu li {
float : left;
width : 149px;
position : relative;
}
.menu a, .menu a:visited {
display : block;
font-size : 12px;
text-decoration : none;
color : #fff;
width : 138px;
height : 30px;
border : 1px solid #000;
border-width : 1px 0 1px 1px;
background : #09c;
padding-left : 10px;
line-height : 29px;
font-weight : bold;
}
* html .menu a, * html .menu a:visited {
width : 149px;
width : 138px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background : #d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
}
.menu ul ul a.drop:hover {
background : #c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul :hover > a.drop {
background : #c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
background : #e2dfa8;
}
.menu ul ul ul a:hover {
background : #b2ab9b;
}
.menu ul ul {
visibility : hidden;
position : absolute;
height : 0;
top : 31px;
left : 0;
width : 149px;
border-top : 1px solid #000;
}
* html .menu ul ul {
top : 30px;
top : 31px;
}
.menu ul ul ul {
left : 149px;
top : -1px;
width : 149px;
}
.menu ul ul ul.left {
left : -149px;
}
.menu table {
position : absolute;
top : 0;
left : 0;
border-collapse : collapse;
}
.menu ul ul a, .menu ul ul a:visited {
background : #d4d8bd;
color : #000;
height : auto;
line-height : 1em;
padding : 5px 10px;
width : 128px;
border-width : 0 1px 1px 1px;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
width : 150px;
width : 128px;
}
.menu a:hover, .menu ul ul a:hover {
color : #000;
background : #b7d186;
}
.menu :hover > a, .menu ul ul :hover > a {
color : #000;
background : #b7d186;
}
.menu ul li:hover ul, .menu ul a:hover ul {
visibility : visible;
}
.menu ul :hover ul ul {
visibility : hidden;
}
.menu ul :hover ul :hover ul {
visibility : visible;
}
#apNAV {
	position:relative;
	left:0px;
	top:0px;
	width:735px;
	height:8px;
	z-index:2;
}
#apHorNav {
	position:relative;
	left:0px;
	top:40px;
	width:715px;
	height:40px;
	z-index:3;
	background-color: #7197AC;
	padding-left: 20px;
}
#apTopNav {
	position:relative;
	left:418px;
	top:8px;
	width:361px;
	height:45px;
	z-index:4;
}
#WLSearchBoxDiv {
	position:relative;
	top:10px;
	width:250px;
	height:31px;
	z-index:5;
	left: 67px;
}
#apDiv1 {
	position:relative;
	left:0px;
	top:30px;
	width:735px;
	height:235px;
	z-index:1;
	background-image: url(images/ETHS_main1.jpg);
}
a {
	font-size: 1em;
	color: #CD6632;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3C9090;
}
a:hover {
	text-decoration: underline;
	color: #71BCBE;
}
a:active {
	text-decoration: none;
	color: #CD6632;
}
h1 {
	font-size: 1.5em;
	color: #69737A;
	line-height: 1.1em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	color: #277671;
	line-height: 1.1em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	color: #EB652A;
	line-height: 1.4em;
	font-weight: lighter;
}
h4 {
	font-size: .9em;
	color: #333333;
	line-height: 1.2em;
	font-weight: lighter;
}
h5 {
	font-size: 0.9em;
	color: #FFF;
	line-height: 1.2em;
	font-weight: lighter;
}
h6 {
	font-size: 0.8em;
	color: #69737A;
	line-height: 1.4em;
	font-weight: lighter;
}
#apDiv3 {
	top:1163px;
	width:735px;
	z-index:5;
	background-color: #7197AC;
	left: 191px;
}


.oneColFixLtHdr #container {
	width: 735px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 10px;
	padding-right: 10px;
} 
.oneColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-bottom: 40px;
} 
.oneColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixLtHdrrrr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 15px 0px;
	background-color: #FFFFFF;
}
.oneColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 31px 0px 5px 0px;
} 
.oneColFixLtHdr #footer {
	padding: 15px 0 0 0;
	background-color: #FFFFFF;
} 
.oneColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.calheader {
	font-size: 1.2em;
	color: #7197AC;
	line-height: 1em;
	font-weight: bold;
}

