@charset "utf-8";
/* CSS Document */

html {overflow: auto;}

body {
	margin: 0px;
	padding: 0px;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* Header */

#header {
	position: fixed;
	height: 210px;
	width: 100%;
	background: url(/media/img/core/body_bg.jpg) repeat-x;
	z-index: 1;
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

.title {
	position: absolute;
	left: 150px;
	top: 0px;
}

.rss_feed {
	position: absolute;
	left: 896px;
	top: 123px;
}

/* Search */

#search {
	position: absolute;
	left: 700px;
	top: 10px;
	height: 90px;
	width: 255px;
	color: #FFFFFF;
	font-size: x-small;
}

/* Member Login */

#login {
	position: absolute;
	top: 70px;
	height: 30px;
	color: #FFFFFF;
	font-size: x-small;
}

/* Navigation */

#navigation {
	position: absolute;
	left: 170px;
	top: 117px;
	width: 785px;
}

.nav_td {
	background: url(/media/img/core/btn_off.jpg) repeat-x;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	cursor: pointer;
}

.nav_td_selected {
	background: url(/media/img/core/btn_on.jpg) repeat-x;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
}

#navigation td:hover {background: url(/media/img/core/btn_on.jpg) repeat-x;}

/* Content */

#content {
	position: absolute;
	top: 220px;
	left: 0px;
	z-index: 0;
	width: 965px;
}

#news_content {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 0;
	width: 965px;
}

.content {padding: 5px;}

.column_right_bg {background: url(/media/img/core/column_bg.jpg) no-repeat;}

.google_map_container {margin: 20px;}

/* Footer */

#footer {
	position: fixed;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background: url(/media/img/core/footer_bg.jpg) repeat-x;
	z-index: 1;
}

/* Alignment and Generic Display Classes */

h1 {
	padding: 0px;
	margin: 0px;
	font-size: large;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: medium;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-size: small;
}

p {
	margin: 10px 0px;
	padding: 0px;
}

.nowrap {white-space: nowrap;}

.staff_photo, .google_map {border: 1px solid #FF6699;}

.news_photo {
	border: 1px solid #FF6699;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.pad_list {padding-top: 15px;}

.pad_link {padding-top: 220px;}

.empty {
	height: 1px;
	width: 1px;
	z-index: -1;
}

.errorlist {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#errors li {display: inline;}

.hr {background: #CCCCCC;}

.hide {display: none;}
.show {display: block;}

.floatRight {float: right;}

.text_blue {color: #5ABBEF;}
.text_pink {color: #FF6699;}
.text_red {color: #FF0000;}
.text_white {color: #FFFFFF;}
.text_black {color: #666666;}
.text_small {font-size: x-small;}
.text_italic {font-style: italic;}
.text_bold {font-weight: bold;}
.text_normal {font-weight: normal;}

/* Django Generated Styles and Formatting - Also for all Form Elements */

form {
	margin: 0px;
	padding: 0px;
}

input {
	width: 180px;
	color: #666666;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	color: #666666;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

select {
	color: #666666;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

.input_small {	
	width: 80px;
	color: #666666;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

.input_search {
	width: 180px;
	color: #666666;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}

.button_search {
	width: 80px;
	font-weight: bold;
	font-size: x-small;
}

.button {
	width: 85px;
	font-weight: bold;
}

.radio {
	width: auto;
	line-height: 20px;
	vertical-align: middle;
}

/* Table Display Classes */

.table_border {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CCCCCC;
}

.table_heading {
	font-weight: bold;
	background-color: #E1E1E1;
}

.leftCol {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.rightCol {border-bottom: 1px solid #CCCCCC;}

.bottomCol {border-right: 1px solid #CCCCCC;}
.bottomRightCol {}

/* .row1 {} */
/* .row2 {} */
#row:hover {background-color: #DAF0FC;}

/* Anchors and Links */

a:link
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:active 
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #FF6699;
	font-weight: bold;
	text-decoration: none;
}

#login a {color: #FFFFFF;}
#login a:hover {color: #FF6699;}

#navigation a {color: #666666;}
#navigation a:hover {color: #333333;}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {color: #FF6699;}