/* Elements */

html,body 
{
	background:url(../Images/v2_background.jpg);
	background-repeat:repeat-x;
	background-color:Transparent;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	font-size:1em;
	text-align:center;
}

td,textarea,input,option,select 
{
	background-color:Transparent;
	font-family:Verdana, Arial, sans-serif;
	font-size:0.9em;
}
h1.secondlevel {
	margin-top: 0em;
	margin-bottom: .5em;
	font-family: Times, serif;
	font-size: 2.5em;
	color: #5B8DDB;
	font-weight: normal;
}
h1.thirdlevel {
	margin-top: 0em;
	margin-bottom: .5em;
	font-family: Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #5B8DDB;
}
h1.fourthlevel {
	margin-top: 0em;
	margin-bottom: .5em;
	font-family: Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #5B8DDB;
}

div#content{
	font-family:Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
}
div#content p {
	line-height: 1.5em;
}

div#content ul
{
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
	list-style: none;
}
div#content ol li {
	line-height: 1.5em;
	padding-bottom: .4em;
}
div#content ul li
{
	padding-left:0.75em;
	background-image:url(../Images/bluesquare-sm.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	line-height:1.25em;
	padding-bottom:0.25em;
}
img.rightimage {
	margin-left:1em;
	margin-bottom:1em;
	border:1px solid #777;
}
/* Layout */

div#container 
{
	background-color:#d8e9fe;
	border-width:0 1px 1px 1px;
	margin:0.625em auto;
	width:50em;
	text-align:left;
}

div#faux 
{
	background:url(../Images/v2_faux.jpg);
	background-repeat:repeat-x;
	background-color:Transparent;
	margin:0;
	padding:0;
}

/* Begin Header */
div#header {
	z-index:20;
	position:relative;
	background-color:#006;
	color:#fff;
	border-bottom:solid 2px #2978f2;
	width:50em;
	height:2.9375em;
	margin:0;
	padding:0;
}
img#header {
	width:50em;
	height:2.9375em;
	border:none;
}
div#header_clickable {
	position:absolute;
	top:0.75em;
	left:0.625em;
	/* border:solid 1px #fff; */ /* Used as location finder */
}
.header_clickable {
	height:1.75em;
	width:16.25em;
	border:none;
}
/* utilities navigation for header */
/* the horizontal menu starts here */
div#header_utilities {
	position:absolute;
	top:1.2em;
	right:1em;
	background-color:Transparent;
	margin:0;
	padding:0;
	font-size:0.75em;
}

div#header_utilities input {
	background-color:#fff;
	color:#333;
}
div#header_utilities form {
	display: inline;
}
div#header_utilities select {
	background-color: #fff;
}
div#header_utilities option {
	background-color:#fff;
	color:#000;
}
div#header_utilities ul {
	margin:0;
	padding:0;
}
div#header_utilities li {
	float:left;
	position: relative;
	list-style-type: none;
	text-align:left;
	margin:0;
	padding:0;
}
div#header_utilities a {
	display:inline;
	margin:0;
	padding:0.25em;
	text-decoration:none;
	color:#fff;
}
div#header_utilities a:hover {
	background-color:#023380;
	color:#ffcd00;
}
div#header_utilities p {
	display:block;
	margin:0;
	padding:0.25em 0.25em 0.5em 0.25em; /* IE problem: move box down under the search box */
	color:#fff
}
/* the horizontal menu ends here */
/* the drop-down starts here */
div#header_utilities ul li ul {
	position:absolute;
	width:12em;
	left:-1px;
	margin:0;
	padding:0;
}
div#header_utilities ul li ul li {
	background-color:#006;
	border-left:solid 1px #ddc253;
	border-right:solid 1px #ddc253;
	border-bottom:solid 1px #ddc253;
	width:100%;
	margin:0;
	padding:1px;
}
div#header_utilities ul li ul li:first-child {
	border-top:solid 1px #ddc253;
}
div#header_utilities ul li ul {
	display:none;
}
div#header_utilities ul li:hover ul {
	display:block;
}
/* hack zone - */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#header_utilities ul li ul 
{
	border-top:solid 1px #ddc253;
	border-left:0;
}
/* /hack zone */
/* /header_utilities */
/* End Header */

/* Begin Navigation Area */
div#nav_area 
{
	display:inline;
	float:left;
	background-color:Transparent;
	width:16.125em;
	margin:0.625em 0 0.625em 0.625em;
	padding:0;
}
div#nav_top 
{
	background-color:Transparent;
	margin:0;
	padding:0;
}
div#nav_main 
{
	background-color:Transparent;
	background:url(../Images/v2_nav_main.jpg);
	background-repeat:no-repeat;
	color:#006;
	margin:0;
	padding:0;
}
div#nav_main_links 
{
	font-size:1em;
	font-weight:bold;
	padding:0.75em;
	line-height:1.5em;
}
div#nav_main_sub_links 
{
	padding-left:1em;
	font-size:0.7em;
	font-weight:normal;
	line-height:1.5em;
	margin-bottom:0.75em;
}
div#nav_main_links a 
{
	color:#006;
	text-decoration:none;
}
div#nav_main_links a:hover 
{
	color:#006;
	text-decoration:underline;
}
div#nav_main_sub_links a 
{
	text-decoration:none;
}
div#nav_main_sub_links a:hover 
{
	text-decoration:underline;
}
img#nav_divider 
{
	width:16.125em;
	height:1em;
	border:none;
}
div#nav_audience 
{
	background-color:#00337F;
	color:#fff;
	margin:0;
	padding:0.25em 0.75em 0.75em 0.75em;
}
div#nav_audience_links 
{
	font-size:0.9em;
}
div#nav_audience_links a 
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
div#nav_audience_links a:hover 
{
	text-decoration:underline;
}
div#nav_secondary 
{
	background-color:#00337F;
	color:#fff;
	margin:0;
	padding:0.25em 0.75em 0.75em 0.75em;
}
div#nav_secondary_links 
{
	font-size:0.9em;
}
div#nav_secondary_links a 
{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
div#nav_secondary_links a:hover 
{
	text-decoration:underline;
}
div#nav_secondary_links ul 
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
div#nav_secondary_links li
{
	padding-left:0.75em;
	background-image:url(../Images/bluesquare.gif);
	background-repeat:no-repeat;
	background-position:0 0.5em;
	line-height:1.25em;
	padding-bottom:0.25em;
}
div#nav_bottom 
{
	background-color:Transparent;
	margin:0;
	padding:0;
}
div#nav_extra 
{
	background-color:Transparent;
	margin:0.625em 0 0 0;
	padding:0;
}
div#nav_extra_left 
{
	float:left;
	background-color:Transparent;
	color:#ccc;
	width:7.75em;
	height:3.625em;
	text-align:center;
}
div#nav_extra_right 
{
	float:right;
	background-color:Transparent;
	color:#ccc;
	width:7.75em;
	height:3.625em;
	text-align:center;
}
/* End Navigation Area */


/* Begin Content Area */
div#breadcrumb_area 
{
	background-color:#4470af;
	color:#eee;
	width:32em;
	margin:0;
	padding:0;
}
div#breadcrumb_area_full 
{
	background-color:#4470af;
	color:#eee;
	width:48.75em;
	margin:0;
	padding:0;
}
div#breadcrumb 
{
	padding:0.5em;
	font-size:0.75em;
}
div#breadcrumb a 
{
	color:#eee;
	text-decoration:underline;
}
div#breadcrumb a:hover 
{
	color:#fec547;
	text-decoration:underline;
}
img#content_image
{
	width:30em;
	height:8.125em;
}
img#content_image_full
{
	width:48.75em;
	height:8.125em;
}
div#content_area 
{
	display:inline;
	position:relative;
	float:right;
	background-color:Transparent;
	margin:0.625em;
	padding:0;
	width:32em;
}
div#content_body 
{
	background-color:#fff;
	color:#333;
	width:32em;
	margin:0;
	padding:0;
	overflow: visible;
}
div#content_area_full 
{
	display:inline;
	position:relative;
	float:right;
	background-color:Transparent;
	margin:0.625em;
	padding:0;
	width:48.75em;
}
div#content_body_full 
{
	background-color:#fff;
	color:#333;
	width:48.75em;
	margin:0;
	padding:0;
	overflow: visible;
}
div#content 
{
	padding:0.75em;
}
div#video_area 
{
	background-color:#999;
	color:#333;
	width:32em;
	height:18em;
	margin:0;
	padding:0;
	text-align:center;
}
div#tab_area 
{
	background-color:Transparent;
	width:32em;
	margin:0.3125em 0 0 0;
	padding:0;
}
/* Begin Tabber */
.tabberlive .tabbertabhide {
	display:none;
	background-color:transparent;
}
.tabber {
	background-color:transparent;
}
.tabberlive {
	background-color:transparent;
	margin:0;
	padding:0;
}
ul.tabbernav {
	background-color:transparent;
	margin:0;
	padding:0.25em 0;
	font-size:0.75em;
	font-weight:bold;
}
ul.tabbernav li {
	display:block;
	float: left;
	background-image: url(../Images/tab-lightblue.gif);
	list-style:none;
	margin:0;
	width: 112px;
	height: 23px;
}
ul.tabbernav li a {
	color:#eee;
	margin:0 0 0 0.5em;
	padding:0.25em 0.5em;
	text-decoration:none;
	position: relative;
	top: .5em;
}
ul.tabbernav li a:link {
	color:#eee;
}
ul.tabbernav li a:visited {
	color:#eee;
}
ul.tabbernav li a:hover {
	color:#dec547;
}

ul.tabbernav li.tabberactive a {
	color:#eee;
}
ul.tabbernav li.tabberactive {
	background-image:url(../Images/tab-darkblue.gif);
}
ul.tabbernav li.tabberactive a:hover {
	color:#fff;
}
.tabberlive .tabbertab {
	background-color:#00337f;
	border-left:solid 1px #00337f;
	border-right:solid 1px #00337f;
	color:#eee;
	height:17em;
	overflow:auto;
	margin-top:20px;
	padding:0.75em;
	font-size:0.8em;
	
}
.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}
.tabberlive .tabbertab a 
{
	background-color:Transparent;
	color:#fff;
	margin: 0;
	padding: 0;

}
.tabberlive .tabbertab a:hover 
{
	background-color:Transparent;
	color:#fec547;
}
.tabbertab p {
	color: #eee;
	margin: 0;
	padding: 0;
	margin-top: .2em;
}
.tabbertab a {
	font-weight: bold;
	text-decoration: none;
}
/* End Tabber */

/* Tab Contents */
div#newsrss p{
	font-size: .7em;
}
div#newsrss a{
	font-size: .9em;
}
div#eventsrss {
	margin-top: 2em;
}
div#eventsrss div#description{
	padding-left: 1em;
	padding-bottom: 1em;
	
}
div#featured {
	margin-top: 2.5em;
}
div#featured ul li{
	margin-bottom: 2em;
}
div#photogallery{
	text-align: center;
}
div#photogallery2{
	margin:0 auto;
}
div#photogallery img{
	margin: 0;
	padding: 0;
	z-index: 5;
	
}
div#photogallery a{
	margin: 0;
	padding: 0;
}
/* End Tab Contents */

/* End Content Area */

/* Begin Footer */
div#footer {
	position:relative;
	background:#f3e3be;
	color:#666;
	width:50em;
	height:2.5em;
	margin:0;
	padding:0;
	clear: both;
}
div#footer a:link {
	background-color:transparent;
	color: #666;
	text-decoration:none;
}
div#footer a:hover {
	background-color:transparent;
	color:#666;
	text-decoration:underline;
}
div#footer a:active {
	background-color:transparent;
	color:#ddc253;
	text-decoration:underline;
}
div#footer a:visited {
	background-color:transparent;
	color:#666;
	text-decoration:none;
}
div#footer_logo {
	position:absolute;
	top:0.25em;
	left:1em;
}
img#logo {
	width:1.65em;
	height:2em;
	border:none;
}
div#footer_copyright {
	position:absolute;
	top:0.6em;
	left:4em;
	background-color:transparent;
	font-size:0.75em;
}
div#footer_links {
	position:absolute;
	top:1.15em;
	right:1em;
	background-color:transparent;
	font-size:0.75em;
}
/* End Footer */



/* CLASSES */


/* Begin Rounded Corners - Blue */
.blue_rbtop, .blue_rbbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.blue_rb1, .blue_rb2, .blue_rb3, .blue_rb4, .blue_rb5, .blue_rb6, .blue_rb7 {
	display: block;
	overflow: hidden;
}
.blue_rb1, .blue_rb2, .blue_rb3, .blue_rb5, .blue_rb6 {
	height: 1px;
}
.blue_rb2, .blue_rb3, .blue_rb4 {
	background: #00337F;
	border-left: solid 1px #00337F;
	border-right: solid 1px #00337F;
}
.blue_rb5, .blue_rb6, .blue_rb7 {
	background: #00337F;
	border-left: solid 1px #00337F;
	border-right: solid 1px #00337F;
}
.blue_rb1 {
	margin: 0 5px;
	background: #00337F;
}
.blue_rb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.blue_rb3 {
	margin: 0 2px;
}
.blue_rb4 {
	height: 2px;
	margin: 0 1px;
}
.blue_rb5 {
	margin: 0 3px;
	border-width: 0 2px;
}
.blue_rb6 {
	margin: 0 2px;
}
.blue_rb7 {
	height: 2px;
	margin: 0 1px;
}
/* End Rounded Corner - Blue */
/* Begin Rounded Corners - Yellow */
.yellow_rbtop, .yellow_rbbottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.yellow_rb1, .yellow_rb2, .yellow_rb3, .yellow_rb4, .yellow_rb5, .yellow_rb6, .yellow_rb7 {
	display: block;
	overflow: hidden;
}
.yellow_rb1, .yellow_rb2, .yellow_rb3, .yellow_rb5, .yellow_rb6 {
	height:1px;
}
.yellow_rb2, .yellow_rb3, .yellow_rb4 {
	background: #fec547;
	border-left: solid 1px #fec547;
	border-right: solid 1px #fec547;
}
.yellow_rb5, .yellow_rb6, .yellow_rb7 {
	background: #fec547;
	border-left: solid 1px #fec547;
	border-right: solid 1px #fec547;
}
.yellow_rb1 {
	margin: 0 5px;
	background: #fec547;
}
.yellow_rb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.yellow_rb3 {
	margin: 0 2px;
}
.yellow_rb4 {
	height: 2px;
	margin: 0 1px;
}
.yellow_rb5 {
	margin: 0 3px;
	border-width: 0 2px;
}
.yellow_rb6 {
	margin: 0 2px;
}
.yellow_rb7 {
	height:2px;
	margin:0 1px;
}
/* End Rounded Corner - Yellow */
/* Begin Rounded Corners - Tan */
.tan_rbtop, .tan_rbbottom {
	display: block;
	background: #fff;
	font-size: 1px;
}
.tan_rb1, .tan_rb2, .tan_rb3, .tan_rb4, .tan_rb5, .tan_rb6, .tan_rb7 {
	display: block;
	overflow: hidden;
}
.tan_rb1, .tan_rb2, .tan_rb3, .tan_rb5, .tan_rb6 {
	height:1px;
}
.tan_rb2, .tan_rb3, .tan_rb4 {
	background: #f3e3be;
	border-left: solid 1px #f3e3be;
	border-right: solid 1px #f3e3be;
}
.tan_rb5, .tan_rb6, .tan_rb7 {
	background: #f3e3be;
	border-left: solid 1px #f3e3be;
	border-right: solid 1px #f3e3be;
}
.tan_rb1 {
	margin: 0 5px;
	background: #f3e3be;
}
.tan_rb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.tan_rb3 {
	margin: 0 2px;
}
.tan_rb4 {
	height: 2px;
	margin: 0 1px;
}
.tan_rb5 {
	margin: 0 3px;
	border-width: 0 2px;
}
.tan_rb6 {
	margin: 0 2px;
}
.tan_rb7 {
	height:2px;
	margin:0 1px;
}
/* End Rounded Corner - Tan */


.clearfloats 
{
	background-color:Transparent;
	clear:both;
}

.noborder 
{
	border:none;
}

/* MISC */
span#alert{
	color: red;
}

/* For WOMS */
.caption 
{ 
font-family: arial, helvetica, sans-serif;  
font-size: 8pt;  
color: #555555; 
}
.photocredit
{
    font-family: arial, helvetica, sans-serif;
    font-size: xx-small;
    color: #c8c8c8;
}
.note {
	font-size: .8em;
	
}