@import url("css/reset.css");

@import url("css/typography.css");


/* The Big Stuff */

body { 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b6b998;
	font-size: 62.5%;
	color: #fff;
 }
div#body { 
	text-align: left; 
	margin: 0 auto 0 auto; 
	width: 779px;	
	font-size: 1.2em;
	line-height: 1.4em;
	background: url('images/body.gif') center repeat-y #b6b998;
}
div#header {
	width: 779px;
	background: url('images/header.gif') center bottom no-repeat #b6b998;
	height: 276px;
 }
div#frame {
	background: url('images/frame.gif') left bottom no-repeat;
	padding-bottom: 50px;
 }

/* Header (Logo, mainly)  */

div#header h1 { 
	width: 485px; 
	height: 39px; 
	display: block; 
	text-indent: -999em; 
	background: url('images/logo.gif') top left no-repeat; 
	float: left;
}
div#header h1 a { 
	display: block; 
	width: 485px; 
	height: 39px;
}

/* Links */
a {
	color: #fff;
	text-decoration: underline;
 }
a:hover {
	color: #ffff99;
 }
a:visited {}

/* Navigation */
div#header ul {
	float: right;
	margin: 41px 40px 0 0;
}
*html div#header ul, *div#header ul {
	width: 400px;
	margin-right: 20px;
	position: relative;
}
*div#header ul {
	margin-right: 40px;
}
div#header ul li {
	float: left;
	display: block;
	height: 43px;
/*	line-height: 1em;*/
}
div#header ul li a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
/*	padding: 0 12px 0 12px;
	text-transform: uppercase;
	font-weight: bold; */
}
div#header ul li.home a {
	display: block;
	background: url('images/nav/home.gif') left top no-repeat;
	text-indent: -999em;
	width: 64px;
	height: 43px;
	padding: 0;
}
li.seminars a {
	display: block;
	background: url('images/nav/seminars.gif') left top no-repeat;
	text-indent: -999em;
	width: 90px;
	height: 43px;
	padding: 0;
}
li.objectives a {
	display: block;
	background: url('images/nav/objectives.gif') left top no-repeat;
	text-indent: -999em;
	width: 103px;
	height: 43px;
	padding: 0;
}
li.members a {
	display: block;
	background: url('images/nav/members.gif') left top no-repeat;
	text-indent: -999em;
	width: 89px;
	height: 43px;
	padding: 0;
}
li.links a {
	display: block;
	background: url('images/nav/links.gif') left top no-repeat;
	text-indent: -999em;
	width: 63px;
	height: 43px;
	padding: 0;
}
*html li.links a, *div#header li.links a {
	position: absolute;
	top: 0;
	right: 0;
}

/* Extras (Mainly things that are always hidden.) */
.hide { display: none; }
div.breadCrumb { display: none; }


/* Content */
div#mainCol {
	width:458px;
	float: right;
	margin: 15px 55px 0 0;
	font-size: 1.2em;
}
*html div#mainCol {
	margin-right: 30px;
}
div#homedescription {
	display: block;
	width: 458px;
	height: 197px;
	background: url('images/homecopy.gif') -20px top no-repeat;
}
div#homedescription p, div#homedescription ul {
	display: none;
}

div#subCol {
	width: 196px;
	float: left;
	margin: 0 0 0 35px;
}
*html div#subCol {
	margin-left: 15px;
}
div#emblem {
	display: block;
	width: 196px;
	height: 109px;
	background: url('images/emblem.gif') left top no-repeat;
}
div#emblem span {
	display: none;
}
div#contactinfo a {
	display: block;
	background: url('images/contactinfo.gif') left top no-repeat;
	width: 196px;
	height: 120px;
	margin-top: 80px;
}
div#contactinfo p, div#contactinfo address {
	display: none;
}




/* Footer */
div#footer {
	clear: both;
}


/* Inside */
body.inside div#mainCol {
	font-size: 1em;
}
div#mainCol div.contents {
	width: 180px;
}
div#left {
	float: left;
}
div#right { 
	float: right;
	margin-right: 30px;
}


/* Admin */
body.editing div#mainCol {
	float: left;
	width: 85%;
	margin-left: 7%;
}

/* IE6 Fix */