/* CSS RESET RULE (to remove browser specific styles) starts */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img{
	border: 0 none;
}

#menu ul li{
	list-style-type: none;
}

ul{
	padding-left: 15px;
}

/* CSS reset rule ends */

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAGS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
body, td, pre, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	}
	
a:link {
	color: #1C3764;
	}
	
a:visited {
	color: #1C3764;	
	}
	
a:hover {
	text-decoration: none;
	color: #1C3764;
	}
	
a:active {
	color: #1C3764;
	}
	
a img {
	border: 0 none;
	}
	
code {
	color: #f09;
	}
	
ul {
	list-style-type: disc;
	margin: .4em 0;
	}

li {
	margin-bottom: .6em;
	margin-left: 20px;
	}
	
li ol,
li ul {
	margin-top: .4em;
	}
	
p, li, pre {
	line-height: normal;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 1.3em;
	}
h1 {
	font-size: 180%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #01577D;
	margin: 1.5em 0 1em 0;
	}
	
h2 {
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1C3764;	
	color: #002E5E;	
	margin: 0.6em 0 0.6em 0;
	}
	
.camheadertext {
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1C3764;	
	color: #002E5E;	
	font-weight: bold;
	}
	
h2 span {
	display: block;
	font-weight: normal;
	}
	
h3 {
	margin: 0 0 .4em 0;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1C3764;
	}
	
h3#detail {
	position: relative;
	top: -10px;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #01577D;
	font-style: italic;
}
	
h4 {
	font-size: 115%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .4em 0;
	}
	
h4.date{
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #13206C;
}

h5 {
	font-size: 100%;
	line-height: 1.3;
	margin: 0 0 .4em 0;
	font-style: italic;
	}

th {
	text-align: left;
	}
object, embed {
	margin: 0;
	padding: 0;
	}
	
#currentfishingPageSanpablo h3,
#currentfishingPageLosvaqueros h3,
#currentfishingPageChabot h3,
#currentfishingPageOverview h3{
	margin: 1.2em 0 0.6em 0;
}

.top{
	margin-top: 1.5em;
	}

/* Image Gallery Starts */

#winners{
	position: relative;
	width: 580px;
	height: 620px;
}

div.img
  {
  margin:10px;
  background-color: #ffffff;
  border: 1px solid #82776B;
  padding: 4px;
  height:auto;
  width:auto;
  float:left;
  position: relative;
  left: 4px;
  text-align:center;
  }
  
div.img img
  {
  display:inline;
  border: 1px solid #82776B; 
  margin:3px;
  }
   
div.desc
  {
  text-align:center;
  font-weight:bold;
  width:240px;
  margin:2px;
  font-size: 10px;
  }
  
/* Image Gallery Ends */
	

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN DIVISIONS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#mother {
	width: 820px;
	position: relative;
	background-image: url(../images/homepage_top_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 335px;
	margin: 0px auto;
	background-color: #FFFFFF;	
	}
	
#footer {
	padding: 0px;
	margin: 0px 0 0 0px;
	clear: both;
	font-size: 90%;
	color: #666;
	background-image: url(../images/norcal_footer_v2a.gif);
	height: 120px;
	left: 0px;
	}
#footer pre,
#footer {
	font-size: 90%;
	color: #666;
	background-image: url(../images/norcal_footer_v2a.gif);
	background-repeat:no-repeat;
	height: 120px;
	left: 0px;
	}
	
#footertext
{
	padding: 30px 0 0 210px;
	font-weight: bold;
	font-size:90%;
}	

#fitkid_logo{
	width: 100px;
	position: relative;
	left: 680px;
	top: -90px;
}	


#fitkid_logo a
{
	display: block;
	background: url(../images/fitkid_sprite.gif) no-repeat;
	background-position: 0px 0px;
	height: 100px;
	overflow: hidden;
	}
	
#fitkid_logo a:hover
{
	background-position: -100px 0px;
	}

/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	HOME PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


body#homePage {
background-image:none;	
	}
#homePage #mother {
	width:820px;	
	}

#homePage #banner,
#RegisterLogin #banner,
#usersPage #banner {
	width: 525px;
	height: 335px;
	background: url(../images/homepage_header.png) top left no-repeat;
	}	
	
table#table_capture_calif{
	width: 100%;
	margin: 10px 0 15px 0;	
	background-color: #82776B;
}

table#table_capture_calif td{
	padding: 12px;
	vertical-align: top;
	text-align: left;	
	background-color: #dae4f0;
	border: 6px solid #ffffff;
}

img#img_capture_calif{
	float: right;
	border: 0;
	padding: 0;
	margin: 10px 0 10px 15px;	
}

img#gameAnn{
	margin: 25px 0 15px 0;
	padding: 0;
	border: 3px solid #481878;	
}

.photoHome,
.picMiddleHome img,
.picRightHome,
.picLeftHome {
	padding: 0px;
	Margin: 0px;	
	}
.picRightHome {
	margin: 0 0 0 0;
	float: right;
	}
.picLeftHome {
	margin: 0 0px 0px 0;
	float: left;
	}
.picMiddleHome {
	text-align: center;
	}	

#derby-day{
	position: relative;
	top: 26px;
	clear: right;
	float: right;
	width: 240px;
	margin: 0 0 10px 10px;
}

#derby-day a{
	display: block;
	background: url(../images/Camanche_derby_day_2011_WEB-s.jpg) no-repeat;
	background-position: 0 0;
	height: 384px;	
}

#derby-day a:hover{
	background-position: -240px 0;
}

#facebook-event{
	position: relative;
	top: 3px;
}
	
/*--------BANNER--------------*/


#banner {
	width: 525px;
	height: 335px;
	top:0%;
	left: 0%;	
	}
	
#usersPage #banner
{
	background-image: url(../images/Scenics/static_header2.png);
	background-repeat:no-repeat;
}	
	
#currentfishingPageOverview #banner,
#currentfishingPageChabot #banner,
#currentfishingPageLosvaqueros #banner,
#currentfishingPageSanpablo #banner
	{
	background: url(../images/Scenics/static_header1.png) top left no-repeat;
	}
	
	
#galleryPageOverview #banner
{
	background-image: url(../images/Scenics/static_header3.png);
	background-repeat:no-repeat;
	}	
	
#fishingtipsPageOverview #banner,
#fishingtipsPageReading #banner	
{
	background-image: url(../images/Scenics/static_header9.png);
	background-repeat:no-repeat;
	}	
	
#derbiesPageOverview #banner,
#derbiesPageSpringCharityDerby #banner
{
	background-image: url(../images/Scenics/static_header7.png);
	background-repeat:no-repeat;
	}	
#shopPageOverview #banner
{
	 background-image: url(../images/Scenics/static_header8.png);
	 background-repeat:no-repeat;
	}		
#camanchePageOverview #banner,
#camanchePageDirections #banner,
#camanchePageEntry #banner,
#camanchePageDirections #banner,
#camanchePageLakemap #banner,
#camanchePageRules #banner,
#camanchePageRecords #banner,
#camanchePageRentals #banner
{
	 background-image: url(../images/Scenics/static_header6.png);
	 background-repeat:no-repeat;
	}	
	
#chabotPageOverview #banner,
#chabotPageDirections #banner,
#chabotPageEntry #banner,
#chabotPageDirections #banner,
#chabotPageLakemap #banner,
#chabotPagePolicies #banner,
#chabotPageRecords #banner,
#chabotPageRentals #banner
{
	 background-image: url(../images/Scenics/static_header1.png);
	 background-repeat:no-repeat;
	}			
	
#sanpabloPageOverview #banner,
#sanpabloPageDirections #banner,
#sanpabloPageEntry #banner,
#sanpabloPageDirections #banner,
#sanpabloPageLakemap #banner,
#sanpabloPagePolicies #banner,
#sanpabloPageRecords #banner,
#sanpabloPageRentals #banner
{
	 background-image: url(../images/Scenics/static_header4.png);
	 background-repeat:no-repeat;
	}
#losvaquerosPageOverview #banner,
#losvaquerosPageDirections #banner,
#losvaquerosPageEntry #banner,
#losvaquerosPageDirections #banner,
#losvaquerosPageLakemap #banner,
#losvaquerosPagePolicies #banner,
#losvaquerosPageRecords #banner,
#losvaquerosPageInterpretive #banner,
#losvaquerosPageRentals #banner
{
	 background-image: url(../images/Scenics/static_header7.png);
	 background-repeat:no-repeat;
	}	
		
#contactPageOverview #banner
{
background-image: url(../images/Scenics/static_header2.png);
	 background-repeat:no-repeat;
}	
#sitemapPageOverview #banner
{
background-image: url(../images/Scenics/static_header2.png);
	 background-repeat:no-repeat;
}
#jobsPageOverview #banner
{
background-image: url(../images/Scenics/static_header2.png);
	 background-repeat:no-repeat;
}

	
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT/COLUMNS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#content {
	width: 100%;
	min-height: 500px;
	}
.innerColumn {
	padding: 0 0% 0 210px;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	USER SIGN IN PAGE STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#login, #register {
	background-image: none;
	width: 48%;
	float: left;
	margin: 0;
	padding: 5px;
	}
#login fieldset, #register fieldset {
	height: 300px;
	}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN NAVIGATION MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */		
#menu {
	width: 182px;
	position: absolute;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	top: 335px;
	left: 0px;
	overflow: hidden;
	}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#menu li {
	padding: 0;
	margin: 0;
	}

#menu a {
	height: 48px;
	width: 182px;
	display: block;
	background-image: url(../images/norcal_menu_sprite.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin:0px;	
	overflow: hidden;
	}
html>body #menu a {
	border-color: ;
	}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active {
	text-indent: -9000px;
	}
	
#menu a:hover {
	text-indent: -9000px;
	}
	
/* TOP NAVIGATION STARTS */

#upperrightnav 
{
	position:absolute;
	top:70px;
	left:525px;
	height:265px;
	width:295px;
}

#upperrightnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	
#upperrightnav li {
	padding: 0;
	margin: 0;
	background-color: transparent;
	}

#upperrightnav a {
	display: block;
	background: url(../images/lake_nav_sprite.gif) no-repeat;
	padding: 0px;
	margin:0px;	
	overflow: hidden;
	}
	
#upperrightnav #lake_camanche a{
	background-position: 0px -70px;
	height: 80px;
	}
	
#upperrightnav #lake_chabot a{
	background-position: 0px -150px;
	height: 80px;
	}
	
#upperrightnav #lake_los_vaqueros a{
	background-position: 0px -230px;
	height: 80px;
	}
	
/* TOP NAVIGATION: SELECTED */

#currentfishingPageOverview #upperrightnav #lake_camanche a,
#currentfishingPageOverview #upperrightnav #lake_camanche a:hover,
#camanchePageOverview #upperrightnav #lake_camanche a,
#camanchePageOverview #upperrightnav #lake_camanche a:hover,
#camanchePageDirections #upperrightnav #lake_camanche a,
#camanchePageDirections #upperrightnav #lake_camanche a:hover
#camanchePageEntry #upperrightnav #lake_camanche a,
#camanchePageEntry #upperrightnav #lake_camanche a:hover,
#camanchePageRecords #upperrightnav #lake_camanche a,
#camanchePageRecords #upperrightnav #lake_camanche a:hover,
#camanchePageRules #upperrightnav #lake_camanche a,
#camanchePageRules #upperrightnav #lake_camanche a:hover{
	background-position: -295px -70px;
	}
	
#currentfishingPageChabot #upperrightnav #lake_chabot a,
#currentfishingPageChabot #upperrightnav #lake_chabot a:hover,
#chabotPageOverview #upperrightnav #lake_chabot a,
#chabotPageOverview #upperrightnav #lake_chabot a:hover,
#chabotPageDirections #upperrightnav #lake_chabot a,
#chabotPageDirections #upperrightnav #lake_chabot a:hover,
#chabotPageEntry #upperrightnav #lake_chabot a,
#chabotPageEntry #upperrightnav #lake_chabot a:hover,
#chabotPageRecords #upperrightnav #lake_chabot a,
#chabotPageRecords #upperrightnav #lake_chabot a:hover,
#chabotPagePolicies #upperrightnav #lake_chabot a,
#chabotPagePolicies #upperrightnav #lake_chabot a:hover{
	background-position: -295px -150px;
	}
	
#currentfishingPageLosvaqueros #upperrightnav #lake_los_vaqueros a,
#currentfishingPageLosvaqueros #upperrightnav #lake_los_vaqueros a:hover,
#losvaquerosPageOverview #upperrightnav #lake_los_vaqueros a,
#losvaquerosPageOverview #upperrightnav #lake_los_vaqueros a:hover,
#losvaquerosPageDirections #upperrightnav #lake_los_vaqueros a,
#losvaquerosPageDirections #upperrightnav #lake_los_vaqueros a:hover,
#losvaquerosPageEntry #upperrightnav #lake_los_vaqueros a,
#losvaquerosPageEntry #upperrightnav #lake_los_vaqueros a:hover,
#losvaquerosPageRecords #upperrightnav #lake_los_vaqueros a,
#losvaquerosPageRecords #upperrightnav #lake_los_vaqueros a:hover,
#losvaquerosPagePolicies #upperrightnav #lake_los_vaqueros a,
#losvaquerosPagePolicies #upperrightnav #lake_los_vaqueros a:hover,
#losvaquerosPageInterpretive #upperrightnav #lake_los_vaqueros a,
#losvaquerosPageInterpretive #upperrightnav #lake_los_vaqueros a:hover
{
	background-position: -295px -230px;
	}
	
/* TOP NAVIGATION: HOVER */

#upperrightnav #lake_camanche a:hover{
	background-position: -590px -70px;
	}
	
#upperrightnav #lake_chabot a:hover{
	background-position: -590px -150px;
	}
	
#upperrightnav #lake_los_vaqueros a:hover{
	background-position: -590px -230px;
	}
	
/* TOP NAVIGATION ENDS */

	
/* SPRITE UP */
#menu #home a {
	background-position: 0px 0px;
	}

#menu #currentfishing a {
	background-position: 0px -48px;
		}
		
#menu #gallery a {
	background-position: 0px -96px;
	}
	
#menu #fishingtips a {
	background-position: 0px -144px;
	}	
	
#menu #derbies a {
	background-position: 0px -192px;
	}
	
#menu #calParksCo{
	margin-top: 65px;	
}

#menu #calParksCo a {
	background-position: 0px -318px;
	height:111px;
	}
#menu #logIn a {
	background-position: 0px -447px;
	height: 53px;
	}


/* ----------------MAIN NAV SPRITE :HOVER--------------------------- */
#menu #home a:hover {
	background-position: -364px 0px;
	}


#menu #currentfishing a:hover {
	background-position: -364px -48px;
	
	}
	
#menu #gallery a:hover {
	background-position: -364px -96px;
	
	}
	
#menu #fishingtips a:hover {
	background-position: -364px -144px;
	
	}	
		
#menu #derbies a:hover {
	background-position: -364px -192px;
	
	}

#menu #shop a:hover {
	background-position: -364px -240px;
	}

#menu #calParksCo a:hover {
	background-position: -364px -318px;
	}
#menu #logIn a:hover {
	background-position: -364px -448px;
	}
	

html>body #menu #calParksCo a:hover,
html>body #menu #logIn a:hover {
	border-color: ;
	}	

/*----------------- MAIN NAV SPRITE SELECTED ------------------------*/
#homePage #home a,
#homePage #home a:hover {
	background-position: -182px 0px;
	}

#currentfishingPageOverview #currentfishing a,
#currentfishingPageOverview #currentfishing a:hover,
#currentfishingPageChabot #currentfishing a,
#currentfishingPageChabot #currentfishing a:hover,
#currentfishingPageSanpablo #currentfishing a,
#currentfishingPageSanpablo #currentfishing a:hover,
#currentfishingPageLosvaqueros #currentfishing a,
#currentfishingPageLosvaqueros #currentfishing a:hover	

 {
	background-position: -182px -48px;
	}	
	
#derbiesPageOverview #derbies a,
#derbiesPageOverview #derbies a:hover,
#derbiesPageSpringCharityDerby #derbies a,
#derbiesPageSpringCharityDerby #derbies a:hover {
	background-position: -182px -192px;
	}
	
#fishingtipsPageOverview #fishingtips a,
#fishingtipsPageOverview #fishingtips a:hover,
#fishingtipsPageReading #fishingtips a,
#fishingtipsPageReading #fishingtips a:hover
 {
	background-position: -182px -144px;
	}
#galleryPageOverview #gallery a,
#galleryPageOverview #gallery a:hover {
	background-position: -182px -96px;
	}


#shopPageOverview #shop a,
#shopPageOverview #shop a:hover {
	background-position: -182px -240px;
	}

#homePage #home a,
#camanchePage #camanche a,
#chabot #chabot a,
#contactPage #contact a,
#currentfishingPage #currentfishing a,
#derbiesPage #derbies a,
#fishingtipsPage #fishingtips a,
#galleryPage #gallery a,
#jobsPage #jobs a,
#losvaquerosPage #losvaqueros a,
#sanpabloPage #sanpablo a,
#shopPage #shop a,
#sitemapPage #sitemap a
 {
border: 0px;
	}

/*Lake Sprite Nav=================================================================*/


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	SUB-NAVIGATION MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#subMenu {
	padding: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
}
	
#subMenu li {
	padding: 0 0 7px 0;
	margin: 0 5px 5px 0;
	float: left;
	background-image: none;
	line-height: normal;
	white-space: nowrap;
	display: inline;
}
	
html>body #subMenu li a {
	width: auto;
}
	
#subMenu li a,
#subMenu li a:link,
#subMenu li a:visited,
#subMenu li a:active {
	background-color: #4A799D;
	display: block;
	border: 1px solid #4A799D;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	padding: 4px 6px 4px 6px;
	overflow: visible;
	color: #cccccc;
	}
	
#subMenu li a:hover {
	border: 1px solid #598d9c;
	color: #ffffff;
	background-color: #598d9c;
}

/*-----------------------------------------------
-not used in this site, retain for ref only---*/	 
#subMenu li.selected {
	background-image: url(../images/submen_select.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#subMenu li.selected a,
#subMenu li.selected a:link,
#subMenu li.selected a:visited,
#subMenu li.selected a:active,
#subMenu li.selected a:hover {
	border-color: #00567D;
	background-color: #00567D;
	color: #fff;
	}


#pageSectionName #subMenu #listid,


#camanchePageDirections #subMenu #s1,
#camanchePageEntry #subMenu #s2,
#camanchePageOverview #subMenu #s3,
#camanchePageLakemap #subMenu #s4,
#camanchePageRecords #subMenu #s5,
#camanchePageRentals #subMenu #s6,
#camanchePageRules #subMenu #s7,


#chabotPageDirections #subMenu #s1,
#chabotPageEntry #subMenu #s2,
#chabotPageOverview #subMenu #s3,
#chabotPageLakemap #subMenu #s4,
#chabotPageRecords #subMenu #s5,
#chabotPageRentals #subMenu #s6,
#chabotPagePolicies #subMenu #s7,

#losvaquerosPageDirections #subMenu #s1,
#losvaquerosPageEntry #subMenu #s2,
#losvaquerosPageOverview #subMenu #s3,
#losvaquerosPageLakemap #subMenu #s4,
#losvaquerosPageRecords #subMenu #s5,
#losvaquerosPageRentals #subMenu #s6,
#losvaquerosPagePolicies #subMenu #s7,
#losvaquerosPageInterpretive #subMenu #s9,

#sanpabloPageDirections #subMenu #s1,
#sanpabloPageEntry #subMenu #s2,
#sanpabloPageOverview #subMenu #s3,
#sanpabloPageLakemap #subMenu #s4,
#sanpabloPageRecords #subMenu #s5,
#sanpabloPageRentals #subMenu #s6,
#sanpabloPagePolicies #subMenu #s7,

#contactPageOverview #subMenu #s1,

#currentfishingPageOverview #subMenu #s1,
#currentfishingPageChabot #subMenu #s2,
#currentfishingPageSanpablo #subMenu #s3,
#currentfishingPageLosvaqueros #subMenu #s4,

#fishingtipsPageOverview #subMenu #s1,
#fishingtipsPageReading #subMenu #s2,

#galleryPageOverview #subMenu #s1,

#derbiesPageOverview #subMenu #s1,
#derbiesPageSpringCharityDerby #subMenu #s2,

#jobsPageOverview #subMenu #s1,

#shopPageOverview #subMenu #s1,

#sitemapPageOverview #subMenu #s1,

#usersPageOverview #subMenu #s1
{
    padding: 0px 0px 6px 0px;
	border-color: #FFFFFF;	
	background-image: url(../images/submenu_select.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
    overflow: visible;
	
	}

#homePage #subMenu #s1 a,

#camanchePageDirections #subMenu #s1 a,
#camanchePageEntry #subMenu #s2 a,
#camanchePageOverview #subMenu #s3 a,
#camanchePageLakemap #subMenu #s4 a,
#camanchePageRecords #subMenu #s5 a,
#camanchePageRentals #subMenu #s6 a,
#camanchePageRules #subMenu #s7 a,


#chabotPageDirections #subMenu #s1 a,
#chabotPageEntry #subMenu #s2 a,
#chabotPageOverview #subMenu #s3 a,
#chabotPageLakemap #subMenu #s4 a,
#chabotPageRecords #subMenu #s5 a,
#chabotPageRentals #subMenu #s6 a,
#chabotPagePolicies #subMenu #s7 a,

#losvaquerosPageDirections #subMenu #s1 a,
#losvaquerosPageEntry #subMenu #s2 a,
#losvaquerosPageOverview #subMenu #s3 a,
#losvaquerosPageLakemap #subMenu #s4 a,
#losvaquerosPageRecords #subMenu #s5 a,
#losvaquerosPageRentals #subMenu #s6 a,
#losvaquerosPagePolicies #subMenu #s7 a,
#losvaquerosPageInterpretive #subMenu #s9 a,

#sanpabloPageDirections #subMenu #s1 a,
#sanpabloPageEntry #subMenu #s2 a,
#sanpabloPageOverview #subMenu #s3 a,
#sanpabloPageLakemap #subMenu #s4 a,
#sanpabloPageRecords #subMenu #s5 a,
#sanpabloPageRentals #subMenu #s6 a,
#sanpabloPagePolicies #subMenu #s7 a,

#derbiesPageOverview #subMenu #s1 a,
#derbiesPageSpringCharityDerby #subMenu #s2 a,

#contactPageOverview #subMenu #s1 a,

#currentfishingPageOverview #subMenu #s1 a,
#currentfishingPageChabot #subMenu #s2 a,
#currentfishingPageSanpablo #subMenu #s3 a,
#currentfishingPageLosvaqueros #subMenu #s4 a,

#fishingtipsPageOverview #subMenu #s1 a,
#fishingtipsPageReading #subMenu #s2 a,

#galleryPageOverview #subMenu #s1 a,

#jobsPageOverview #subMenu #s1 a,

#shopPageOverview #subMenu #s1 a,

#sitemapPageOverview #subMenu #s1 a,

#usersPageOverview #subMenu #s1 a

{
border-color:#13206C;
background-color: #13206C;
color: #FFFFFF;
}


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

form {
	margin: 0;
	}
fieldset {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
	}
legend {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 3px 10px 3px 10px;
	color: #333;
	}
html>body fieldset {
	padding: 10px;
	}
html>body legend {
	margin-bottom: 0;
	}
.columnize label,
.columnizeS label {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea {
	display: block;
	width: 290px;
	float: left;
	margin-bottom: 20px;
	}
.columnizeS input,
.columnizeS select,
.columnizeS textarea {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	}
.columnize br, .columnizeS br {
	clear: left;
	}
p.submitButton {
	lear: left;
	padding: 1.0em 0 0 200px;
	}
p.submitButton input {
	/*background-color: #7796b1;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	margin: 0;*/
	cursor: pointer;
	}

#infoPage form,
#infoPage select,
#infoPage input,
#infoPage textarea {
	font-size: 95%;
	}
#infoPage .columnize label {
	width: 110px;
	font-weight: normal;
	margin-bottom: 5px;
	}
#infoPage .columnize input,
#infoPage .columnize select,
#infoPage .columnize textarea {
	width: 230px;
	margin-bottom: 5px;
	}
#infoPage form ul li {
	background-image: none;
	padding: 0;
	}
#infoPage form ul {
	margin-left: 0;
	}
#servicesQuote li {
	font-weight: bold;
	}
#servicesQuote ul li {
	font-weight: normal;
	}
#infoPage form #servicesQuote ul {
	margin-left: 20px;
	}
#infoPage .columnize #ZIP,
#infoPage .columnize .zip {
	width: 40px;
	}
#infoPage .columnize #State {
	width: 100px;
	margin-right: 5px;
	}
#infoPage p.submitButton {
	text-align: left;
	}







/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	UTILTY CLASSES/MISC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.photo,
.picMiddle img,
.picRight,
.picLeft,
.noFloat {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;	
	}
	
.imgCenter{
	margin: 0 0 30px 0;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;	
}

.picLeft-no-b{
	padding: 0;
	background-color: #fff;
	border: 0 none;	
	float: left;
	margin: 0 15px 5px 0;
	}

.picRight {
	margin: 0% 0 15px 15px;
	float: right;
	}
.picRightAdsense {
	margin: 0 0 15px 25px;
	float: right;
	}	
.picLeft {
	margin: 0 15px 5px 0;
	float: left;
	}
.picLeft_no_b{
	margin: 0 15px 5px 0;
	float: left;
	border: 0 none;
}
.picLeftChabot
	{
	padding: 5px 10px 5px 0px;
	background-color: #fff;	
	float: left;
	}
.picRightChabot
	{
	padding: 0px 0px 5px 10px;
	background-color: #fff;	
	float:right;
	}
#FitKid{
	float:right;
	padding:0;
	border: 0 none;
	position: relative;
	top: -45px;
	left: -30px;
}
.picBorderlessRight {
	margin: 0 0 15px 15px;
	float: right;
	}
.offseason {
    color:#006699;
    font-style: italic;
	}
.picMiddle {
	text-align: center;
	}
.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
.unbulleted li {
	background-image: none;
	padding: 0;
	}	
.cl {
	clear: both;
	}
.note {
	font-size: 90%;
	color: #666;
	}
ul.note {
	padding: 0;
	margin-left: 0;
	}
ul.note li {
	padding: 0;
	margin: 0;
	background-image: none;
	}
	


#relatedLinksPage td,
.factsTable td {
	padding: 0 10px 20px 0;
	vertical-align: top; 
	}
	
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	DL CLICKER. APPLIED BY JS IF <dl class="setInfoPairs"> EXISTS 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.infoPairs {
	position: relative;
	padding: 1px 0 0 0;
	background-image: url(file:///C|/Documents and Settings/sgayle/My Documents/WebProjects/AngelIsland/AngelIsland.com/www/images/stsClicker_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 20px;
	/*border: 1px solid #f00;*/
	}
.infoPairs dt {
	font-size: 11px;
	position: absolute;
	left: 0;
	white-space: nowrap;
	margin: 0 0 4px 20px;
	padding: 0 0 0 10px;
	color: #666;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
	}
.infoPairs dt:hover {
	color: #002e5e;
	text-decoration: none;
	}
.infoPairs dt.selected {
	color: #004689;
	text-decoration: none;
	/*border-bottom: #f90 solid 4px;*/
	background-image: url(file:///C|/Documents and Settings/sgayle/My Documents/WebProjects/AngelIsland/AngelIsland.com/www/images/common_bullet.gif);
	background-position: 0% .4em;
	background-repeat: no-repeat;
	}
.infoPairs dd {
	/*top: 90px;
	left: 0;
	position: absolute;
	visibility: hidden;
	float: left;*/
	padding: 0;
	width: 100%;
	margin: 0;
	display: none;
	}

.pricingTable {
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;
	margin: 0.7em 0 1.5em 0;
	background-color: #EBF2F6;
	clear: left;
	float: left;
	}
	
.pricingTable td,
.pricingTable th {
	padding: 6px 9px;
	vertical-align: middle;
	text-align:left;
	padding: 7px;
	}
	
.pricingTable td,
.pricingTable th,
.pricingTable pre {
	font-size: 11px;
	}

.pricingTable th {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #C6D9E2;
	}
	
.pricingTable td.whiteTd {
	border-top: 1px solid #333;
	background-color: #ffffff;
	}
	
.pricingTableCha {
	border-collapse: collapse;
	width: 35%;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;
	margin: 0 0 1.5em 0;
	background-color: #EBF2F6;
	}
.pricingTableCha td,
.pricingTableCha th {
	padding: 6px 9px;
	vertical-align: top;
	}
.pricingTableCha td,
.pricingTableCha th,
.pricingTableCha pre {
	font-size: 11px;
	}

.pricingTableCha th {
	background-color: #C6D9E2;
	}
.pricingTableCha tr {
	border-bottom: 1px dotted #333;
	}	
.pricingTableChabot {
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;
	margin: 0 0 1.5em 0;
	background-color: #EBF2F6;
	}
	
.pricingTableChabot th {
	background-color: #C6D9E2;
	}
	
.pricingTableChabot td,
.pricingTableChabot th,
.pricingTableChabot pre {
	font-size: 11px;
	vertical-align: middle;
	padding: 7px;
	}

.itemPriceTable td {
	width: 40%;
	}
.threeCol {
	border-collapse: collapse;
	border: 0;
	margin: 0 0 2em 0;
	}
.threeCol td {
	width: 33%;
	vertical-align: top;
	}
.threeCol div {
	padding: 0 20px 0 0;
	}
.twoCol {
	border-collapse: collapse;
	border: 0;
	margin: 0 0 2em 0;
	}
.twoCol td {
	width: 50%;
	vertical-align: top;
	}
.twoCol div {
	padding: 0 20px 0 0;
	}
.ferrys td {
	font-size: 90%;
	}
.ferryInfo {
	width: 570px;
	}
.ferryInfo td {
	vertical-align: top;
	}
#tiburonMap,
#oaklandMap {
	margin-top: 5em;
	}
#fishersWharf img,
#tiburonMap img,
#oaklandMap img {
	vertical-align: middle;
	margin-left: 20px;
	}
.tramSchedule {
	width: 500px;
	border-collapse: collapse;
	}
.tramSchedule td {
	vertical-align: top;
	width: 240px;
	padding: 0 10px 0 0;
	}
#groupTours,
#individualTours {
	margin-top: 5em;
	}
#groupTours img {
	vertical-align: middle;
	margin-left: 20px;
	}
.adventurePkg {
	border-collapse: collapse;
	border: 0;
	margin: 0 0 2em 0;
	}
.adventurePkg td {
	width: 50%;
	vertical-align: top;
	}
.adventurePkg div {
	padding: 0 20px 0 0;
	}
.exciting {
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	color: #993333;
	}
.error {
	color: #b01f24;
	}

#newsQuote {
	width: 350px;
	font-size: 18px;
	font-weight: bold;
	color: #002E5D;
	font-style: italic;
	margin: 20px 0 10px 60px;
	display: block;
	
}

#newsByline {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: right;
	width: 240px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 230px;
}

.marginQuote {
	font-size: 10px;
}


#stillPhoto {
	padding: 0;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	}

.featured 
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}

.featuredtitle 
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
font-size:18px;
}

table#trout_farms_tb{
	width: 450px;
	margin: 10px auto 40px 0;
	position: relative;
	left: -5px;
}

table#trout_farms_tb th{
	color:#1C3764;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:110%;
	margin:0 0 0.4em;
	text-align: center;
	padding: 5px 0 20px 0;
	text-decoration: none;
}

able#trout_farms_tb td{
	text-align: left;
}

ul#prizes li{
	list-style-type: none;
	font-weight: bold;
	position: relative;
	left: -30px;
}	

.not-bold{
	font-weight: normal;
}

.style12 {
	color: #01577D;
	font-weight: bold;
	font-style: italic;
}

#sitemapPageOverview ul{
	padding-top: 10px;
}



