/*

	COLOR REFERENCES
	Light green:	#C1D72E  (Bubbles in logo, rollover sub-menu items)
	Dark blue:		#00529C  (SeaPerch logo text, footer text, menu text)
	Pale blue:		#E8FBFF  (Footer background)
	Aqua blue:		#1EA5E6  (Previous hover background for sub-menu items)
	
*/

@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00000;
	line-height: normal;
	background-color: #FFF;
}

#container
{
	background-image:url(/templates/images/bg_slinky.png);
	background-repeat:no-repeat;
}


#frame
{
	width: auto;
}

#banner
{
	width: 100%;
	height: 115px;
	padding-bottom: 15px;
}

#logo
{
	padding-left:12.6em;
	width:350px; 
	margin-left:0px;
	margin-top:0px; 
	float:left;
}
.sign_in_join
{
	width:400px; 
	margin-right:0px; 
	margin-top:0px; 
	float:right;
}
  
#sign_in_join a
{
	color:#003399;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
}
#sign_in_join a:hover
{	
text-decoration:underline;
}

#search
{
	width:400px; 
	margin-right:0px; 
	margin-top:0px; 
	float:right;
}
label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
}



/* for program data entry - message to user that form is incomplete */
/* deprecated - replace with div call below */
.warning
{
	font-size: 10pt;
	color: #CC0000;
	font-weight: bold;
}


/* for program data entry - message to user that form is incomplete */
#warning
{
	font-size: 10pt;
	color: #CC0000;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(/templates/images/warning_icon.gif);
	background-repeat: no-repeat;
}


/*  TOP GLOBAL NAV */ 
#global 
{
	height:33px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	color:#003399;
	width: auto;
}
 
#global ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 148;
}
 
#global ul li 
{
	display: inline-block;
	float: left;
	vertical-align: middle;
	background: transparent;
	color: #fff;
	margin: 0;
	height: 33px;
	width: 121px;
	position: relative;
	z-index: 148;
}

#global ul li:hover
{
	color: #000000;
	background: url(/templates/images/top_menu_on_bg.gif) top left transparent;
}

#global ul li a
{
	display: inline-block;
	overflow: auto; /*force hasLayout in IE7 */
	width: 121px;
	height: 33px;
	line-height: 33px;
}

#global ul li a:link, #global ul li a:visited
{
	text-decoration: none;
	color: #003399;
	background: url(/templates/images/top_menu_bg.gif) top left transparent;
}

#global ul li a:active, 
#global ul li a:hover,
#global ul li a.sfhover,
#global ul li a:focus
{
	color: #FFF;
	background: url(/templates/images/top_menu_on_bg.gif) top right no-repeat transparent;
}

#global li ul 
	{
	position: absolute;
	width: 150px;
	height: auto;
	left: -999em;
	top: 33px;
	border: solid 1px #1EA5E6;
	color: #406080;
	background-color: #fff;
	background-image: none;
	padding-bottom: 0;
	padding-top: 10;
	margin: 0;
}

#global li:hover ul,
#global li.sfhover ul
{
	left: 0;
}

#global li ul li
{
	background-color: #b5c1cf;
	background-image: none;
	margin: 0;
	padding: 0;
	height: 25px;
}

#global li ul li a
{
	display: block;
	width: 142px;
	padding: 0px 4px;
	margin: 0;
	line-height: 25px;	
	background-image: none;
	text-align: left;
}

#global li ul li a:link,
#global li ul li a:visited
{
	color: #003399;
	background-image: none;
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;	
	border: none;
	height: auto;
	line-height: 25px;	
	background-image: none;
	text-align: left;
	padding: 0px -2px 0px 2px;
}

#global li ul li a:hover,
#global li ul li a:active,
#global li ul li a:focus	
{
	background-color: #C1D72E;
	color: #fff;
}

#discuss
{
	height:30px;
	line-height: 30px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	color:#003399;
	width: 120px;
    border: solid 1px #81b1c7;
	background-color:#FFFFFF;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#discuss img
{
	border: none;
}

#discuss a
{
	color:#003399;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;

}
#discuss a:hover
{	
text-decoration:underline;
}
#content  {
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	padding: 2px;
	vertical-align: top;
}

#content p {
	color: #000000;
}
#content a:link {
	color:#003399;
	font-weight: normal;
}
#content a:hover{
	font-weight: underline;
}
#content a:visited {
	color:#660066;
	font-weight: normal;
}

#content_cell
{
	padding-left:  20px;
	padding-top:   1px; 
	padding-right: 20px;
	background-color: #fff;
	border-left: solid 1px #ccc;
	vertical-align: top;
	/*height: 550px;*/
	font-size: 12px;	

}

h2
{
	color:#003399;
	border-bottom: solid 1px #003399;
	font-size: 16px;
	font-weight: bold;
}

h3
{
	color: #000;
	font-size: 14px;
}

h4
{
	color: #006699;
	font-size: 12px;
	line-height: 13px;	
	font-size: 12px;
	line-height: 13px;	
}

h5
{
	color: #006699;
}

/* LEFT SIDE CONTENT */
#left 
{
	float:left;
	background: #fff;
	text-align: left;
	width: 59em;
	margin-left: 0.2em;
	margin-top: 0.3em;
	padding-top: 0.2em;
	padding-left: 1em;
	padding-right: 1em;
}


/* RIGHT SIDE CONTENT */
#right2
{
	background: none;
	margin: 2.8em 2em 2.8em 12.6em;
	text-align:left;
	vertical-align:top;
	min-height:200px;
	height:auto !important;
	height:200px;	
}
#right2 div.module
{
	width: 225px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;	
	text-align: left;
	margin: 10px auto;
}

#right a
{
	color:#003399;
	font-size:12px;
	font-weight: bold;
	text-decoration:underline;
	}
#right a:hover
{	
	text-decoration:none;
}

#additional_content div.module
{
	border-top: solid 1px #ccc;

}

#right h3

{
	font-size: 14px;
}

#bottom_boxes
{	
	color: #006600;
	vertical-align: top;
}
	
	
#bottom_boxes div.module

{
	width: 210px;
	vertical-align: top;
	float: left;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	height: 250px;
}

#bottom_boxes a:link, #bottom_boxes  a:visited,  #bottom_boxes  a:hover
{

	color: #000;
	font-weight: normal;
}


/* BREADCRUMBS */

#breadcrumbs
{
	padding-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}

#breadcrumbs a
{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}	
/* FORMS */
input
{
	border: solid 1px #ddd;
}

.button
{
	border: solid 1px #666;
	background: url(/fakoli/images/button-strip.gif) top left #cccccc;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.button
{
	text-decoration: none;
	font-size: 10pt;
	padding: 2px;
	color: #000;
	width: auto;
	outline: none;
}

.button:hover 
{
	color: #000;
	border: solid 1px #000;
}

/* FOOTER */
#footer, .footer
{
	background: url(/templates/images/bg_footer.png) top left repeat-x #fff;
	color: #00529C;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	clear: both;
}  

a.footer_b
{	color:#000099;
	font-weight: bold;	
	background-image:none;
	margin: 0px;
	padding: 0px;

}
a.footer
{
	color:#000099;
	text-decoration:underline;
	background-image:none;
}

a.footer a:hover
{
	text-decoration:none;
}

a. footer a:visited
{
	color:#0066CC;
	text-decoration:underline;
}

/* BUTTONS */
.button#
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #888;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(/fakoli/images/button-strip.gif) top left #cccccc;
	cursor: pointer;
}

a.button
{
	text-decoration: none;
	font-size: 10pt;
	padding: 2px 6px;
	color: #000;
	width: auto;
	outline: none;
	cursor: pointer;
}

.button:hover 
{
	color: #000;
	border: solid 1px #000;
}

input.button
{
	padding: 2px 6px;
	cursor: pointer;
}

.message
{
	background-color: #f0f0f0;
}

.checklist
{
	margin: 10px auto;
	width: 665px;
	padding-left: 10px;
	background-color: #fefefe;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 8px;	
	text-align: left;
}

table.list td a
{
	color: #003399;
	display: block;
	text-decoration: underline;
	border: solid 1px none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2px;
	font-weight: bold;
}

table.list td a:hover
{
	color: #fff;
	background-color: #325E9E;
}


.small
{
	font-size: 0.9em;
}

#left
{
	border-top: solid 1px #81b1c7;
	border-right: solid 1px #81b1c7;
	border-radius: 0px 8px 0px 0px;
	-moz-border-radius: 0px 8px 0px 0px;
	margin-left: 0;
}	 

/* Andy tweaks - fix width, curved border */

#container
{
	margin: 10px auto;
	width: 1000px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 8px;	
	text-align: left;
	-moz-box-shadow: 2px 2px 12px #444;
	-webkit-box-shadow: 2px 2px 12px #444;
	box-shadow: 2px 2px 12px #444;
}

body
{
	background-color:#eeeeee;
	}

#left
{
	padding-left: 15px;
	width: 710px;
	padding-bottom: 10px;
	min-height: 300px;
  	height: auto !important;
  	height: 300px;
}

#logo
{
	padding: 5px 0px 10px 30px;
}

#global
{
	margin-left: 5px;
}

#right2
{
	margin: 10px;
	float: left;
}

#right_hp
{
	float:right;
	width: 260px;
}

.breakout-box
{
	float: left;
	width: 335px;
	margin: 10px;
	font-size: 0.9em;
}

.breakout-box h2
{
	border: none;
	margin-bottom: 2px;
}

.breakout-box h3
{
	margin-top: 0;
	margin-bottom: 5px;
}

.breakout-box img
{
	display: inline-block;
	vertical-align: middle;
}


.breakout-box ul
{
	padding-left: 20px;
	list-style-type: square;
}

.breakout-box li
{
	padding: 4px 0px;
}

.breakout-box-content
{
	border: thin solid rgb(128, 176, 199); 
	padding: 1em;
}

.chicklits
{
	margin: 50px;
	clear: right;
}	

#login
{
	float: right;
	margin: 10px 12px 0px 0px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;	
}

#login a, #login a:visited
{
	color: #003399;
	text-decoration: none;
}

#login a:hover
{
	text-decoration: underline;
}

body.popup
{
	background-color: #fff;
	text-align: left;
}

.error
{
	color: #c00;
	font-weight: bold;
}

td.label
{
	vertical-align: top;
}


#map
{
	border: solid 1px #666;
}

#map_heading
{
	line-height: 24px;
	height: 24px;
	border-bottom: solid 1px #666;
	background: url(/fakoli/images/table-header.png);
	padding: 0 4px;
}

#mini_map
{
	margin-left: 5px;
	width: 245px;
	height: 180px;
	background: url(/templates/images/mini_map_bg.png) top left no-repeat transparent;
	padding-left: 1px;
}

#mini_map_heading
{
	line-height: 21px;
	height:21px;
	padding: 0px 12px 0px 4px;
}


#article_list.Video
{
	list-style: none;
	margin-right: 40px;
}

#article_list.Video a
{
	display: block;
	border:1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 2px 12px #888;
	-webkit-box-shadow: 2px 2px 12px #888;
	box-shadow: 2px 2px 12px #888;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #DEFAFF;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

#article_list.Video img
{
	margin: 5px;
	border: solid 1px #666;
}

.Video .article_summary
{
	margin-left: 130px;
}


/* my_account page: bordered block with rounded corners */


/* box border under tab bar */
#bordered_block {
	width: 700px;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	border: solid 1px  #81b1c7;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;	
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
}

.event_summary h4
{
	background-color: transparent;
	border: none;
}
