/* GENERAL STYLES */
body {
	margin: 10;
	padding: 0;
	background-color: #ffffcd;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-variant: small-caps;
}

div#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-image:url(_includes/images/bg-white.gif);
}

div.content {
	
	font-size: .8em;
}

.clear {
	clear: both;
}

a:link {
	color: #007;
	text-decoration: none;
}

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

a:visited {
	color: #666;
	text-decoration: none;
}

a:active {
	color: #007;
	text-decoration: none;
}


/* HEADER */
div#banner-photo {

float: left
width: 1000px;
height: 94px;

}
div#branding {
	width: 1000px;
	height: 94px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;

}



div#logo {
	float: left;
	width: 439px;
	height: 94px;
}

div#logo img{
	width: 439px;
	height: 94px;
	border: 0;
}

div#right_branding {
	clear: none;
	float: left;
	width: 561px;
	height: 94px;
	background-image:url(_includes/images/banner-b.jpg)
}

div#right_branding p {
	margin: 0 0 0 0;
	padding: 0;
	font-size: .75em;

}

div#right_branding img {
	margin-right: 0;
	border: 0;
}

div#right_branding a {
	margin-right: 0;
	text-decoration: none;
}

div#site_search {
	float: left;
	width: 500px;
	height: 50px;
	margin-left: 35px;
	margin-top: 35px;
}

form#cse-search-box {
	width: 314px;
	height: 50px;
	margin: 0px 0px 0 0px;
}

form#cse-search-box label {
	display: block;
	float: left;
	width: 65px;
	height: 22px;
	margin-left: 20px;
	line-height: 22px;
	font-size: .8em;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
}

input#q {
	display: block;
	float: left;
	height:27px;
	width: 200px;
	margin-right: 10px !important;
	border: 1px solid #333 !important;
}

input#search_sub {
	display: block;
	width: 80px;
	height: 31px;
}





div#nav_bar {
	width: 1000px;
	height: 45px;
	margin-bottom: 2px;
}

div#site_nav {
float:none
	width: 1000px;
	height: 45px;
	
}

ul#nav {
	margin: 0;
	padding: 0;
}

ul#nav li {
	position: relative;
	float: left;
	width: 174px;
	height: 45px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #666;
	list-style-type: none;
	
}

ul#nav li.first {
	border: 0;
}

ul#nav li a {
	display: block;
	width: 164px;
	height: 36px;
	padding: 9px 5px 0 5px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
}

ul#nav li a:hover {
	font-weight: bold;
	color: #ff0015;
	font-variant: small-caps;
}

ul#nav li ul {
	position: absolute;
	left: -999em;
	width: 225px;
	margin: 0;
	padding: 0 0 .5em 0;
	border: 1px solid #666;
	background-color: #ffffff;
}

ul#nav li ul li {
	float: none;
	display: list-item;
	width: auto;
	height: auto;
	margin: .5em .5em 0 .5em;
	padding-top: .5em;
	border: 0;
	border-top: 1px solid #666;
	list-style-type: none;
	line-height: 1em;
	font-size: 1em;
}

ul#nav li ul li.first {
	border-top: 0;
	padding-top: 0;
}

ul#nav li ul li a {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 1em;
	font-weight: bold;
	color: #666;
}

ul#nav li ul li a:link,
ul#nav li ul li a:visited,
ul#nav li ul li a:active {
	color: #000;
}

ul#nav li ul li a:hover {
	border: 0;
	color: #ff0015;
}

ul#nav li:hover ul,
ul#nav li.sfhover ul {
	left: 0;
	top: 45px;
}



/* BODY */
div#main {
	width: 1000px;
	background-image: url(_includes/images/main_bg.gif);
	background-repeat: repeat-y;
	font-size: 1.2em;
}

div.one_col {
	background-image: none !important;
}

div#main_left {
	float: left;
	width: 675px;
}

div#main_image {
	width: 673px;
	height: 240px;
	border: 1px solid #666;
	background: #ccc;
}

div#main_left h2.home {
	font-size: 1.3em;
	font-variant: small-caps;
}

div#home_quad {
	width: 560px;
	height: inherit;
	color: #000000;
}

div#home_quad div.quad {
	float: left;
	width: 260px;
	height: inherit;
	padding: 10px 7px 10px 0;
	color: #000000;
}

div#home_quad div.quad img {
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 3px 0 0;
	border: 0;
}

div#home_quad div.quad h3 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-variant: small-caps;
	font-color: #000000;
}

div#home_quad div.quad p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1em;
	font-color: #000000;
}

div#home_quad div.quad a:hover {
	text-decoration: none;
}

div#home_quad div.quad p a:link,
div#home_quad div.quad p a:hover,
div#home_quad div.quad p a:visited,
div#home_quad div.quad p a:active {
	font-color: #000;
}

div#main_right {
	float: right;
	width: 322px;
	background-color:#FFFFFF;
}

div#right_video {
	width: 320px;
	height: 285px;
	border: 1px solid #666;
	background: #ccc;
}

div#main_right p.video_caption {
	margin-top: 0;
	padding-top: 0;
	font-weight: bold;
	font-size: 1em;
}


/* FOOTER */
div#footer {
	width: 1000px;
	height: 50px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	background-image:url(_includes/images/bg-white.gif)
}

div#footer ul {
	height: 1em;
	margin: 1em 0 0 0;
	padding: 0;
}

div#footer li {
	float: left;
	margin-left: .4em;
	padding: 0 1em 0 .5em;
	border-left: 2px solid #666;
	list-style-type: none;
	line-height: 1.2em;
	font-weight: bold;
	font-size: .8em;
}

div#footer li.first {
	padding-left: 0;
	border: 0;
}

div#footer p {
	font-size: .8em;
}

p.home a:link,
p.home a:visited,
p.home a:hover,
p.home a:active {
	font-size: .75em;
	font-weight: bold;
	color: #000000;
}

p.home img {
	margin-right: 1em;
	border: 0;
}

/* GENERAL TAGS */
div.floating_box {
	float: right;
	width: 10em;
	margin: 0 .5em;
	padding: .5em;
	border: 1px solid #007;
	background-color: #e9e5ff;
}

table.general {
	margin: 0 0 1em 0;
	padding: 0;
	border-collapse: collapse;
}

table.general thead tr th,
table.general tbody tr th,
table.general tbody tr td,
table.general tfoot tr th,
table.general tfoot tr td {
	margin: 0;
	padding: 3px;
	border: 1px solid #000;
	text-align: left;
	font-size: .9em;
	vertical-align: top;
}

table.general thead tr th {
	background-color: #007;
	color: #fff;
	white-space: nowrap;
}

table.general thead tr th a:link,
table.general thead tr th a:visited,
table.general thead tr th a:active {
	color: #fff;
	text-decoration: none;
}

table.general thead tr th a:hover {
	color: #ccc;
	text-decoration: none;
}

table.general tr.row1 {
	background-color: #fff;
}

table.general tr.row2 {
	background-color: #ccc;
}

table.general tr.row1 th a:link,
table.general tr.row1 th a:visited,
table.general tr.row1 th a:active,
table.general tr.row2 th a:link,
table.general tr.row2 th a:visited,
table.general tr.row2 th a:active {
	color: #000;
	text-decoration: none;
}

table.general tr.row1 th a:hover,
table.general tr.row2 th a:hover {
	color: #007;
	text-decoration: none;
}

/* UNIQUE CONTENT SECTIONS */
div#calendar {
	width: 312px;
	margin-bottom: 1em;
	font-size: 1em;
}

div#calendar h3 {
	margin-bottom: .5em;
}

div#calendar div#calendar_nav {
	height: 1em;
}

div#calendar div#calendar_nav ul {
	height: 1.2em;
	margin: 0;
	padding: 0;
}

div#calendar div#calendar_nav ul li {
	display: block;
	float: left;
	height: 1em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .8em;
	font-weight: bold;
}

div#calendar div#calendar_nav ul li.prev {
	width: 83px;
	text-align: right;
}

div#calendar div#calendar_nav ul li.month {
	width: 146px;
	text-align: center;
}

div#calendar div#calendar_nav ul li.next {
	width: 83px;
}

div#calendar div#calendar_box table tr th {
	background-color: #666;
	color: #fff;
}

div#calendar div#calendar_box table tr td {
	background-color: #fff;
}

div#calendar div#calendar_box table tr th,
div#calendar div#calendar_box table tr td {
	width: 43px;
	text-align: center;
}

div#calendar div#calendar_box table tr td a {
	font-weight: bold;
}

div#calendar div#calendar_box ul {
	margin: 5px 0 0 0;
	padding: 0;
}

div#calendar div#calendar_box ul li {
	float: left;
	width: 150px;
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
	font-size: .8em;
	font-weight: bold;
}

div#calendar div#calendar_box ul li.long {
	width: auto;
}

div.event_details {
	font-size: .8em;
}

div.event_details p {
	margin: 0;
	padding: 0;
}

fieldset.dateoptions {
	margin: 1em 0;
	border: 0;
}

fieldset.dateoptions legend {
	margin-left: 0;
	padding-left: 0;
}

fieldset.dateoptions div {
	float: left;
	clear: none;
	margin-right: .5em;
}

fieldset.dateoptions div label {
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: .7em;
	font-weight: bold;
}

fieldset.dateoptions div div {
	margin-top: 0;
}

fieldset.dateoptions div div.input {
	clear: left;
}

fieldset.dateoptions div.year div.input input {
	clear: left;
	width: 4em;
}

form.contact div {
	margin-top: 1em;
}

form.contact div label {
	display: block;
	float: left;
	font-size: .8em;
	font-weight: bold;
}

form.contact div input,
form.contact div select,
form.contact div textarea {
	display: block;
	clear: left;
	float: none;
}

form.contact div textarea {
	width: 30em;
	height: 10em;
	margin: 0;
	padding: 0;
}

form.contact div.submit input {
	float: left;
	clear: none;
	width: auto;
	margin-right: 1em;
}