﻿html, body
{
	margin: 0;
	padding: 0;
}
body
{
	font: 76% arial,sans-serif;
	text-align: center;
	background-color: #627ca3;
}
p
{
	margin: 0 10px 10px;
}
a
{
	color: #5d789f;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}
a:visited
{
	text-decoration: none;
}
div#header
{
	position: relative;
	height: 200px;
	background-image: url(images/inside_header_back.gif);
}

#topnav
{
	position: absolute;
	left: 0;
	top: 0;
}

#topnav a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#topnav a:hover
{
	color: #000;
}

#topnav .home
{
	position: absolute;
	left: 250px;
	top: 50px;
}

#topnav .find
{
	position: absolute;
	left: 310px;
	top: 35px;
}


#topnav .contact
{
	position: absolute;
	left: 410px;
	top: 15px;
}

#topnav .members
{
	position: absolute;
	left: 500px;
	top: 5px;
}

div#nav
{
	float: left;
	width: 760px;
	margin-top: 12px;
}

div#bread_crumb
{
	float: left;
	width: 450px;
}

div#bread_crumb a
{
	font-weight: bold;
	text-decoration: none;
}

div#bread_crumb a:hover
{
	text-decoration: underline;
}

div#bread_crumb ul
{
	list-style: none;
	padding: 5px;
	margin: 0px;
}

div#bread_crumb ul li
{
	float: left;
	padding: 0 5px 0 5px;
	line-height: 15px;
}
div#adjust_text
{
	float: right;
	width: 160px;
	height: 60px;
	position: relative;
	padding: 5px;
}

div#adjust_text a
{
	text-decoration: none;
	color: #000;
	width: 15px;
	height: 15px;
	display: block;
}

div#adjust_text a:hover
{
	background-color: #CCC;
}


div#adjust_text p
{
	float: left;
}

div#adjust_text .small
{
	font-size: 10px;
	border: 1px solid #000;
	text-align: center;
	float: left;
	line-height: 15px;
}

div#adjust_text .large
{
	font-size: 14px;
	border: 1px solid #000;
	text-align: center;
	float: left;
	margin-left: 2px;
}

div#page_title
{
	float: left;
	width: 450px;
	padding-top: 10px;
}
div#page_title p
{
	font-size: 2em;
	font-weight: bold;
	color: #5d789f;
	border-bottom: 3px solid #80204a;
}

div#content
{
	float: left;
	margin: 0px;
	padding: 0px;
}

div#content_body
{
	float: left;
	width: 630px;
}

div#content_body_text
{
	padding: 10px;
	display: block;
}

div#content_body_text p
{
	padding: 5px 0 5px 0;
	margin: 0px;
}

div#content_body_text a
{
}

div#montage
{
	float: left;
}

div#container
{
	text-align: left;
	background-color: #FFF;
}


div#footer
{
	background: url(images/inside_footer.gif);
	color: #FFF;
	padding-top: 50px;
}
.footerText
{
	color: #FFF;
}
div#footer p, .footerText p
{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.footerText .top
{
	padding-top: 50px;
}

div#footer a, .footerText a
{
	display: inline;
	padding: 0;
	color: #C6D5FD;
}



div#container
{
	width: 770px;
	margin: 0 auto;
}

div#footer
{
	clear: both;
	width: 100%;
}

div#header img
{
	float: left;
}

div#header .logo
{
	margin-left: 150px;
	margin-top: 20px;
}

div#header .middleText
{
	margin-top: 95px;
}


div#home_content
{
	font-size: 1.1em;
	font-weight: bold;
}



/* CALENDAR */

div#calendar .title, div#calendar .date
{
	padding: 0;
	margin: 0;
}

div#calendar h2
{
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

div#calendar a
{
	text-decoration: none;
	display: inline;
}

div#calendar a:hover
{
	text-decoration: underline;
}


div#calendar .date
{
	color: #333;
	font-size: .9em;
}
div#calendar .title
{
	font-weight: bold;
	text-decoration: none;
}
div#calendar .title:hover
{
	text-decoration: underline;
}

div#calendar td
{
	padding-top: 20px;
	border-bottom: 1px solid #CCC;
}

div#calendar .body
{
	padding: 10px 0 10px 0;
}

/* Search Results */

div#search_results td
{
	vertical-align: top;
}
div#search_results ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}

div#search_results .name
{
	font-weight: bold;
	font-size: 1.1em;
}

div#search_results .distance
{
	font-weight: bold;
	color: #80204a;
}


div#search_results table
{
	border: 1px solid black;
}
div#search_results table td
{
	border: 1px solid black;
}


/* Basic Search */

div#basic_search
{
	font-weight: bold;
}

div#basic_search p
{
	padding: 5px 0 2px 0;
	margin: 0;
}

div#basic_search input, div#basic_search select
{
	font-size: .8em;
}



/* Members Only */

div#member_nav
{
	margin-top: -25px;
	font-size: 1.1em;
	padding: 10px;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	text-align: right;
}
div#member_nav a
{
	font-weight: bold;
	padding: 0 3px 0 3px;
	font-size: .8em;
}

div#video_player
{
	float: left;
	margin-top: 5px;
}

div#video_list
{
	float: right;
	margin-top: 5px;
}


div#video_list img
{
	float: right;
	margin-top: 25px;
	border: 1px solid black;
	padding-bottom: 5px;
}

div#legislative_content
{
	float: left;
	width: 100%;
}



div#legislative_video
{
	border: 1px solid gray;
	margin: 0 0 20px 20px;
	float: right;
	padding: 10px;
}

div#legislative_video_list
{

	margin-top: 20px;
	text-align:right;
}


/* Admin */

div#admin_view a
{
	color: #000000;
	text-decoration: none;
}

div#admin_view a:hover
{
	color: #666666;
	text-decoration: underline;
}


.acrobat_link
{
	display: inline;
	padding-left: 20px;
	height: 17px;
	background-image: url(images/acrobat.png);
	background-repeat: no-repeat;
}


.excel_link
{
	display: inline;
	padding-left: 20px;
	height: 17px;
	background-image: url(images/icon_excel.png);
	background-repeat: no-repeat;
}

.pp_link
{
	display: inline;
	padding-left: 20px;
	height: 17px;
	background-image: url(images/icon_powerpoint.png);
	background-repeat: no-repeat;
}

