/*--------------------------------------------------------------------------------------------------
	global styles and wrapper
--------------------------------------------------------------------------------------------------*/
a  {
	text-decoration: none;
	color:#d73347;
}

a:hover {
	color:#d73347;
	text-decoration : underline;
}
a.blue  {
	text-decoration: none;
	color:#00536d;
}

a.blue:hover {
	color:#00536d;
	text-decoration : underline;
}
html, body {
height: 100%;
width:100%;
}

body {
	vertical-align:top;
	background-color: #5198b0;
	padding:0;
	margin: 0;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
}

h1, h2, h3, h4, h5, h6, p, ol {
	padding:0;
	margin:0;
}

p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #00536d;
	margin: 0;
	padding: 0 0 8px 0;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #00536d;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.orange {
	color: #e63e26;
}

.purple {
	color: #302e7d;
}

img {
	display:block;
	margin:0;
}	

#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
}

/*--------------------------------------------------------------------------------------------------
	header and image hooks 
--------------------------------------------------------------------------------------------------*/
#header {
	width:950px;
	height:120px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}

.cataddress {
	background-image: url(../images/catheader.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.northbayaddress {
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.templeaddress {
background-image: url(../images/templeheader.gif);
background-repeat:no-repeat;
background-position:right top;
}

.pebbleaddress {
background-image: url(../images/pebbleheader.gif);
background-repeat:no-repeat;
background-position:right top;
}
.logo {
	display:block;
	margin:0;
	position:absolute;
    left:0;
    top:13px;
}

.hook {
}
/*--------------------------------------------------------------------------------------------------
	horizontal navigation
--------------------------------------------------------------------------------------------------*/
#nav {
	padding:68px 0 0 0;
	width:725px;
	height:37px;
	margin:0;
	float:right;
}

#nav ul {
	padding:0;
	margin:0;
	width:725px;
}

#nav ul li {
	display: inline;
	padding-bottom: 0;
/* matches link padding except for left and right */
	padding-top: 10px;
	margin:0;
}

#nav ul li a {
    float:right; 
    padding:10px 8px 0 8px;
	height:27px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	color: #00536d;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/nav_off.gif);
	background-repeat:repeat-x;
	} 

#nav #active { 
	text-decoration: none;
	background-image: url(../images/nav_on.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	}
	
#nav ul li a:hover {  
	text-decoration: none;
	background-image: url(../images/nav_on.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	}

.navline {
	border-right:1px solid #9fc5d2;
}

#nav ul li a.home {
	background-image: url(../images/home_off.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-right:1px solid #9fc5d2;
	}

#nav ul li a.home:hover {  
	text-decoration: none;
	background-image: url(../images/home_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-right:1px solid #9fc5d2;
	color:#FFFFFF;
	}

#nav #homeactive {  
	text-decoration: none;
	background-image: url(../images/home_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
	border-right:1px solid #9fc5d2;
	color:#FFFFFF;
	}
		

#nav ul li a.tour {
	background-image: url(../images/tour_off.gif);
	background-repeat:no-repeat;
	background-position:right top;
	}

#nav ul li a.tour:hover {  
	text-decoration: none;
	background-image: url(../images/tour_on.gif);
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFFFFF;
	}	
	
#nav #touractive {  
	text-decoration: none;
	background-image: url(../images/tour_on.gif);
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFFFFF;
	}
/*--------------------------------------------------------------------------------------------------
	index content
--------------------------------------------------------------------------------------------------*/
#container {
	width:930px;
	padding:0 10px 0 10px;
	margin:0;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	border-top:10px solid #FFFFFF;
	border-bottom:10px solid #FFFFFF;
	background-image: url(../images/column.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#welcome {
	width:195px;
	height:267px;
	padding:20px 20px 0 20px;
	margin:0;
	float:left;
	background-image: url(../images/welcome.gif);
	background-repeat:repeat-y;
}

#welcome h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 27px;
	line-height: 29px;
	color: #4dc8e9;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#welcome p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

#flash {
	width:695px;
	height:287px;
	padding:0;
	margin:0;
	float:right;
	overflow:hidden;
}

#content {
	width:930px;
	padding:0 0 15px 0;
	margin:0;
	float:left;
	background-image: url(../images/column.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.homesection {
	width:235px;
	padding:10px 10px 0 0;
	margin:0;
	float:left;
}

.homesection img {
	padding:0;
	margin:0;
	float:left;
	display:inline;
}
.sectionheader {
	width:235px;
	height:35px;
	padding:0;
	margin:0;
	float:left;
}

.sectionheader h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #FFFFFF;
	margin: 0;
	padding: 8px 0 0 38px;
	font-style: normal;
	font-weight: normal;
}

#services {
	background-image: url(../images/services.gif);
	background-repeat:no-repeat;
}

#services a { text-decoration:none;
				color:#FFF;
				}
.homesection a img {border: none
}

#articles {
	background-image: url(../images/articles.gif);
	background-repeat:no-repeat;
}

#articles a { text-decoration:none;
				color:#FFF;
				}
#different {
	background-image: url(../images/different.gif);
	background-repeat:no-repeat;
}

#different a { text-decoration:none;
				color:#FFF;
				}

.sectioncopy {
	width:215px;
	padding:10px 10px 0 10px;
	margin:0;
	float:left;
}
/*--------------------------------------------------------------------------------------------------
	column
--------------------------------------------------------------------------------------------------*/
#column {
	width:165px;
	padding:15px;
	margin:0;
	float:right;
}

.columnshadow {
	background-image: url(../images/shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
}

ul.headline { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #00536d;
	margin:0 0 8px 0;
	padding:5px 0 3px 0;
	font-style: normal;
	font-weight: normal;
	border-bottom:1px solid #dfc8a8;
}

li.headline { 
	background: url(../images/paw.gif) left top no-repeat;
	padding-left: 23px;
}

#column a  {
	text-decoration: none;
	color:#00a4e4;
}

#column a:hover {
	color:#00a4e4;
	text-decoration : underline;
}

.bold {
	color:#00536d;
	font-weight: bold;
}

#column p {
	line-height: 14px;
	padding: 0 0 8px 0;
}
/*--------------------------------------------------------------------------------------------------
	subpage
--------------------------------------------------------------------------------------------------*/
#leftcontent {
	width:735px;
	padding:0 0 15px 0;
	margin:0;
	float:left;
}

#subheader {
	width:705px;
	height:57px;
	padding:28px 0 0 20px;
	background-color:#00536d;
	margin:0;
	float:left;
	background-image: url(../images/paws.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#subheader h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 27px;
	line-height: 29px;
	color: #4dc8e9;
	margin: 0;
	padding: 0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#subcopy {
	width:685px;
	padding:20px 0 0 20px;
	margin:0;
	float:left;
}

.location {
	width:685px;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
	float:left;
	display:inline;
	border-bottom:1px solid #F0E3CB;
}

.imageright {
	padding:3px;
	margin:0 0 10px 10px;
	float:right;
	display:inline;
	border:1px solid #4dc8e9;
}

.imagebrd {
	padding:3px;
	margin:0 0 3px 0px;
	border:1px solid #4dc8e9;
}

.imageleft {
	padding:3px;
	margin:0 10px 10px 0;
	float:left;
	display:inline;
	border:1px solid #4dc8e9;
}

#leftcontent ul { 
	list-style-type: none;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:  #333333;
	margin:0;
	padding:0 0 10px 0;
	font-style: normal;
	font-weight: normal;
}

#leftcontent li { 
	background: url(../images/bullet.gif) left top no-repeat;
	padding-left: 7px;
}
/*--------------------------------------------------------------------------------------------------
	form
--------------------------------------------------------------------------------------------------*/
#formbox {
	width:510px;
	padding:10px 0 10px 10px;
	margin:5px 185px 20px 0;
	float: left;
	text-align:left;
	border:1px solid #c8cacc;
	background-color:#e5f0f5;
	display:inline;
}

.form {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #00536d;
	padding: 0 0 5px 0;
	font-style: normal;
	font-weight: bold;
}

.inputborder {
	border: 1px solid #4dc8e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding:3px;
}
/*--------------------------------------------------------------------------------------------------
	button
--------------------------------------------------------------------------------------------------*/

.TextButton
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00536d;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #00536d;
}

.TextButton:ACTIVE
{
	text-decoration: none;
	color: #FFFFFF;
}

.TextButton:HOVER
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #00a4e4;
	text-decoration: none;
}


.TextButtonHighlight
{
	display: inline-table;
	display: inline-block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border: solid 1px #999;
	border-top-color: #bbbdc0;
	border-left-color: #bbbdc0;
	background-color: #00a4e4;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.TextButtonHighlight:LINK, .TextButtonHighlight:VISITED, .TextButtonHighlight:ACTIVE, .TextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color:#00a4e4;
	color: #FFFFFF;
}

/*--------------------------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------------------------*/
#footer {
	width:930px;
	margin:0;
	float:left;
	padding:0;
	text-align:right;
	background-color:#c3b6b2;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#9a8c7d;
	margin: 0;
	padding: 8px 0 8px 0;
	font-style: normal;
	font-weight: normal;
}		

#footerright {
	width:650px;
	margin:0;
	float:right;
	text-align:right;
	padding:0 10px 0 0;
}

#footerleft {
	width:250px;
	margin:0;
	float:left;
	text-align:left;
	padding:0 0 0 10px;
}
.snipe {
	color:#636466;
}

#footerleft p {
	color:#FFFFFF;
}

#footer2 {
	width:950px;
	margin:0;
	float:left;
	padding:0;
	text-align:left;
}

#footer2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#1c819a;
	margin: 0;
	padding: 8px 0 10px 0;
	font-style: normal;
	font-weight: normal;
} 

a.gecko:link {color: #1c819a; text-decoration: none;}
a.gecko:active {color: #1c819a; text-decoration: none;}
a.gecko:visited {color: #1c819a; text-decoration: none;}
a.gecko:hover {color: #FFFFFF; text-decoration: underline;}


a.navlink:link {color: #FFFFFF; text-decoration: none;}
a.navlink:active {color: #FFFFFF; text-decoration: none;}
a.navlink:visited {color: #FFFFFF; text-decoration: none;}
a.navlink:hover {color: #FFFFFF; text-decoration: underline;}


/*--------------------------------------------------------------------------------------------------
	misc
--------------------------------------------------------------------------------------------------*/
.spacer {
	clear:both;
}