body
{
	margin: 0px;
	padding: 0px;
	background: url(../images/whiteblue.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 12px 0px 12px 0px;
}

kbd
{
	font-weight: normal;
}

div.sectiontitle
{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 102px;
	background: url(../images/swirls.gif);
	background-repeat: repeat-x;
	height: 109px;
}

div.sectiontitle div
{
	width: 400px;
	padding-top: 33px;
	margin-left: auto;
	margin-right: auto;
}

div.header
{
	position: absolute;
	top: 65px;
	left: 20px;
	height: 19px;
	z-index: 50;
}

div.logo
{
	position: absolute;
	top: 0px;
	right: 20px;
	height: 116px;
	z-index: 40;
}

div.side_bar
{
	position: absolute;
	top: 84px;
	left: 20px;
	padding-top: 18px;
	z-index: 30;
	background-color: #6270A0;
}

div.content
{
	position: absolute;
	top: 225px;
	left: 218px;
	right: 220px;
	z-index: 60;
}

div.content img
{
	/* float: left; */
	margin: 4px 14px 10px 0px;
}

div.piccaption
{
	float: left; 
	text-align: center;
	padding-right: 10px; 
	padding-bottom: 10px;
}

div.piccaption p
{
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	font-style: italic;
}

div.rightbox
{
	position: absolute;
	top: 231px;
	right: 20px;
	width: 180px;
	padding: 0px;
	margin: 0px;
	z-index: 70;
	font-size: x-small;
	background-color: #E4E5EE;
}

div.rightbox h2
{
	text-align: center;
	font-size: large;
	background-color: #CACCDE;
	padding: 6px;
	margin: 0px;
}

div.rightbox img
{
	text-align: center;
}

div.rightbox p 
{
	padding: 0px 10px 0px 10px;
}

div.rightbox ul
{
	padding: 0px 10px 0px 20px;
}

div.footer
{
	position: relative;
	text-align: center;
	font-size: x-small;
	padding: 10px;
	margin-top: 200px;
}

div.shortcuts
{
	visibility: hidden;
}

div.menu
{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 180px;
	background-color: #E4E5EE;
	padding-top: 211px;
	text-align: center;
	z-index: 20;
}

/* first level menu items */
div.menu ul
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.menu li
{
	margin: 0;
	border-bottom: solid 1px #FFFFFF;
}

ul.menu li a
{
	color: #293A74;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: solid 7px #CACCDE;
	background-color: #CACCDE;
}

ul.menu li a:hover
{
	background-color: #6270A0;
	display: block;
	border: solid 7px #6270A0;
	color: #FFFFFF;
}

/* second level menu items (and clubmenu items if using the right-hand box)*/
ul.menu ul li a
{
	color: #293A74;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: solid 7px #E4E5EE;
	background-color: #E4E5EE;
}

ul.menu ul li a:hover
{
	background-color: #6270A0;
	display: block;
	border: solid 7px #6270A0;
	color: #FFFFFF;
}

/* third level menu items */
ul.menu ul ul li
{
	border-bottom: dotted 1px #293A74;
}

ul.menu ul ul li a
{
	color: #293A74;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: solid 7px #FFFFFF;
	background-color: #FFFFFF;
}

ul.menu ul ul li a:hover
{
	background-color: #6270A0;
	display: block;
	border: solid 7px #6270A0;
	color: #FFFFFF;
}

/*selected menu items */
div.menu a.selected
{
	color: black;
	font-weight: bold;
	display: block;
}

h1, h2, h3, h4, h5, h6
{
	color: #293A74;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 20px 0px 12px 0px;
}

h1
{
	font-size: large;
	margin: 0px;
}
h2
{
	font-size: medium;
}
h3
{
	font-size: small;
}
h4
{
	font-size: small;
}
h5
{
	font-size: small;
	font-weight: normal;
}
h6
{
	color: black;
	font-size: small;
	font-weight: bold;
}

/* regular lists */
div.content li
{
	padding-bottom: 6px;
	padding-top: 4px;
}

/* inline lists */
ul.inline
{
	margin: 0px;
	padding: 0px;
}

ul.inline li
{
	display: inline;
}

div.project div.project_updates_list
{
	padding: 20px;
	border: 1px dotted #293A74;
}

div.project div.project_update
{
	color: black;
	padding-left: 20px;
}

div.project div.project_update img
{
	float: left;
	margin: 4px 14px 10px 0px;
}

div.project div.project_update span.date
{
	font-weight: bold;
}

form
{
	border: 1px dotted #293A74;
	padding: 0px 10px 10px 10px;
}

p.success
{
	color: black;
	background: #F8D37F;
	padding: 20px;
	text-align: center;
}
div.clearer {
	clear: both; visibility: hidden;
}

/* Flash messages (Andrew) */
div.flash_success {
	color: darkgreen;
	font-weight: bold;
	background: white;
	padding: 10px;
	border: 2px solid green;
	margin: 10px;
}

div.flash_error {
	color: darkred;
	font-weight: bold;
	background: white;
	padding: 10px;
	border: 2px solid red;
	margin: 10px;
}

/* Resource display (Andrew 2006-11-25) */
h3.related_resource {
	font-size: 1.5em;
}

ul.related_resource {
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
	list-style-type: none;
}

ul.related_resource p.members_only {
	height: 50px;
	background: url('../images/members_only.gif') no-repeat;
	padding-left: 70px;
	font-size: 1em;
}

ul.related_resource p.members_only span {
	display: none;
}

/* Custom editor styles (Andrew 2006-11-28) */

p.summary {
	font-size: 0.8em;
	font-weight: bold;
	color: #293A74;
}

p.photo_credit {
	font-size: 0.8em;
	font-style: italic;
	color: #293a74;
}

p.members_only {
	font-size: 0.8em;
	color: #293A74;
	font-weight: bold;
}

span.image_tag_no_float {
	float: none;
}

p.photo_caption {
	margin: 0;
	top: 0;
        font-size: 0.8em;
        font-style: italic;
        color: #293a74;
}

div.breakout_right {
  float: right;
  width: 191px;
  padding: 4px;
  border: 1px solid #003366;
  background: #e4e5ee;
  font-size: 0.8em;
}

