@import "reset.css";
@import "text.css";
@import "960.css";

@import "nav.css";

html
{
	min-height: 101%;
}

body
{
	background: #0099CC;
	text-align: center;
}

/**
 *  Anchors
 */
a {
	color: #0065b1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center
{
	text-align: center;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/**
*	Headings
**/
h1,
h2,
h3,
h4,
h5
{color: #000066;}


/**
*	Header Area
**/
#header
{
	height: 120px;
}

#header h1
{
	display: block;
	height: 160px;
	margin-right: 25px;
	width: 160px;
	z-index: 9999;
	float: left;
}

#header h1 a
{
	background: url(/images/logo.gif) left top no-repeat;
	display: block;
	height: 160px;
	text-indent: -9999px;
	width: 160px;
	z-index: 9999;
}

#headerimage
{
	float: left;
	width: 600px;
}

#headerimagecaption
{
	padding: 5px;
	width: 600px;
	height: 20px;
	position: relative;
	margin-top: -30px;
	text-align: right;
}

div.callout
{
}

/**
*	Content Area
**/
#container
{
	background: #FFFFFF;
	text-align: left;
	border-left: 3px solid #000099;
	border-right: 3px solid #000099;
	border-bottom: 3px solid #000099;
}

div#content
{
	background-color: #FFFFFF;
	color: #626366;
	padding: 10px 20px 10px 20px;
	text-align: left !important;
}

#content h1
{
	color: #274a72;
	font-size: 20px;
}

div.block
{
	margin-bottom: 10px;
}

div.break
{
	margin-bottom: 30px;
}

div.partners img
{
	margin: 15px;
}

/**
* List styles
**/
ul.group
{
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 3px;
}

ul.group img.left
{
	border: 2px solid #37577c;
	margin: 0 5px 20px 0;
}

ul.group li
{
	float: left;
	padding: 0 0 0 5px;
	width: 185px;
}

ul.group li h2 a
{
	color: #f07100;
	font-size: 11px;
	line-height: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
}

ul.group li h3 a
{
	color: #37577c;
	font-size: 9px;
	line-height: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
}

ul.group li,
ul.group li h2,
ul.group li h3,
ul.group li p
{
	margin: 0;
	text-align: left;
}

table.staff td
{
	padding-bottom: 20px;
}

#rightbar ul
{
	list-style: none;
	margin: 1em 0 0 0;
}

#rightbar ul li
{
	list-style: none;
	margin: 0 0 1em 0;
}

#leftbar
{
	color: #626366;
	padding: 10px;
	text-align: left;
}

#leftbar ul
{
	list-style: none;
	margin: 15px 0 0 0;
}

#leftbar ul li
{
	list-style: none;
	margin: 0 0 1em 0;
}

#rightbar ul li a,
#leftbar ul li a
{
	color: #626366;
}

#leftbar h3,
#rightbar h3
{
	color: #0065b1;
	font-size: 11px;	
	margin: 0;
	text-transform: uppercase;
}


/**
*	Footer area
**/
#footer
{
	text-align: center;
	border-top: 1px solid #e4e5e6;
}

#footer ul
{
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#footer ul li
{
	float: left;
	margin: 0 10px 0 0;
}

#footer p
{
	color: #274a72;
	padding-right: 10px;
	text-align: right;
}

#footer a
{
	color: #274a72;
}

/**
* Widgets
**/
a.livemark
{
	background: url(/images/livemark.png) center center no-repeat;
	display: block;
	height: 13px;
	text-indent: -9999px;
	width: 13px;
}

a#violator
{
	background: url(/images/violator.png) top right no-repeat;
	display: block;
	float: right;
	height: 134px;
	margin-bottom: -134px;
	text-indent: -9999px;
	width: 134px;
}

/**
* Status messages
**/
div.error
{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.warning
{
	background-color: #FF9900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.success
{
	background-color: #009900;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/**
* Shuttle controls
**/
#shuttleLinks
{
	font-size: .89em;
	color: #666666;
	text-align:center;
	vertical-align: top;
	margin-top: 6px;
}

#shuttleLinks img
{
	padding: 0 2px 0 2px;
	margin-bottom: -4px;
}

#shuttleLinks a:link
{
	text-decoration: underline;
}

#shuttleLinks a:visited
{
	text-decoration: underline;
}

#shuttleLinks a:hover
{
	color: #666666;
	text-decoration: underline;
}

#shuttleLinks a:active
{
	color: #999999;
	text-decoration: underline;
}

#shuttle_previous
{
	float: left;
}

#shuttle_next
{
	float: right;
}

#shuttleLinks #shuttle_previous a,
#shuttleLinks #shuttle_next a
{
	color: #90c845;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

/**
* Titles
**/

/**
* Calendars
**/
div.calendarnav
{
	background-color: #0065b1;
	color: #FFF;
	font-weight: bold;
	height: 20px;
	margin: 0 -7px 10px -10px;
	padding: 5px;
	width: 537px;
}

div.calendarnav a
{
	color: #FFF;
	font-weight: normal;	
}

table.events td a
{
	color: #0065b1;
	text-decoration: underline;
}

/**
* Staff
**/
img.avatar
{
	border: 1px solid #000000;
	margin: 0 10px 10px 0px;
	float: left;
}

/**
* Members
**/
div.dropdown, div.shortdropdown
{
	position: relative;
	text-align: center;	
	width: 172px;
	z-index:999
}

div.shortdropdown
{
	width: 162px;
}

div.dropdown ul, div.shortdropdown ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index:999
}

div.dropdown ul li, div.shortdropdown ul li
{
	margin: 0;
}

div.dropdown ul li ul, div.shortdropdown ul li ul { display: none; }

div.dropdown ul li:hover ul, div.dropdown ul li.sfhover ul, div.shortdropdown ul li:hover ul, div.shortdropdown ul li.sfhover ul
{
	border: 1px #0065b1 solid;
	display: block;
	left: 0px;
	position: absolute;
	text-align: left;
	top: 20px;
	*top: 23px;
	width: auto;
	z-index:999
}

div.dropdown ul li ul li, div.shortdropdown ul li ul li
{
	background-color: white;
	margin: 0;
}

div.dropdown ul li ul a, div.shortdropdown ul li ul a
{
	background-image: none;
	background-color: none;
	border: none;
	display: block;
	min-width: 160px;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	width: auto;
}

div.dropdown ul li ul a:hover, div.shortdropdown ul li ul a:hover
{
	background-color: #0065b1;
	background-image: none;
	color: white;
}

div.dropdown a, div.shortdropdown a
{
	background-image: url(/images/list_toggle.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: white;
	border: 1px #0065b1 solid;
	color: #0065b1;
	min-width: 135px;
	padding: 4px 28px 4px 18px;
	*padding: 4px 28px 4px 14px;
	text-decoration: none;
	width: 155px;
	width: auto;
	white-space: nowrap;
}

div.shortdropdown a
{
	padding: 4px 21px 4px 7px;
}

div.dropdown a:hover, div.shortdropdown a:hover
{
	background-image: url(/images/list_toggle_over.gif);
}

#keyword, #shortkeyword
{
	background: #FFFFFF;
	border: 1px solid #0065b1;
	color: #0065b1;
	float: left;
	font-size: 12px;
	height: 18px;
	margin: 0 0 0 15px;
	padding: 6px 0 0;
	width: 160px;
}

#shortkeyword
{
	margin: 0 5px 0 5px;
	width: 130px;
}

#member_search_button
{
	float: right;
	margin: 0 27px 0 0;
}

#member_search_button_short
{
	float: right;
	margin: 0 17px 0 0;
}

#pager
{
	border-top: 1px solid #CCC;
	margin: 5px 0 0 0;
	padding: 5px 0;
}

#pager a
{
	margin: 0 2px 0 2px;
}

address span.org, address span.email
{
	display: none;
}

ul.selectTree, ul.selectTree ul
{
	border-left: none;
	margin-left: 0;
	list-style: none;
}

#profilenav
{
	clear: both;
	height: 35px;
	margin: 0 0 20px 0;
	width: 545px;
}

#profilenav li
{
	float: left;
	list-style: none;
	margin: 0;
}

#profilenav li a
{
	background-color: #0065b1;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 25px;
	padding: 10px 5px 0 5px;
	text-align: center;
	width: 78px;
}

#profilenav li a:hover
{
	color: #CCC;
	text-decoration: none;
}

#profilenav li a.current
{
	color: #FFF;
	background-color: #000099;
}

table.form td
{
	padding: 5px;
}

table.data
{
	margin-bottom: 20px;
}

thead
{
	background-color: #0065b1;
	color: #FFF;
	font-weight: bold;
}

tr.lightrow td,
tr.darkrow td
{
	color: #000;
}

tr.lightrow td
{
	background-color: #CCCCCC;
}

tr.darkrow td
{
	background-color: #B2B2B2;
}

ul.cols li.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	height: 0;
	width: 0;
}

ul.cols
{
	list-style: none;
	margin-left: -10px;
	margin-right: -10px;
}

ul.cols li
{
	float: left;
	margin: 0;
	padding: 0 5px 5px 5px;
	width: 172px;
}

ul.cols li a
{
	font-size: .89em;
	font-weight: bold;
	white-space: nowrap;
}

#membercount
{
}

td
{
	padding: 5px;
}

table.form td.label
{
	text-align: right;
	vertical-align: top;
}