
html, body, p, ul, ol, li, img, form, fieldset, input, textarea, h1, h2, h3, h4, h5, h6, table, tr, td {border: 0; margin: 0; padding: 0;}

body, table {font: small "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;}
body {background: #e7dbcb url(../images/topbg.jpg) top left repeat-x;}

a:link {color: #cc9320;}
a:visited {color: #dda431;}
a:hover, a:active {color: #888888;}



/* --- LAYOUT --------------------------------------------- */

body {
	min-width: 77.6em;         /* 2 x LC width + RC width */
}

#container {
	padding-left: 18em;      /* LC width */
	padding-right: 18em;     /* RC width */
}

#container .column {
	position: relative;
	float: left;
}

#center {
	width: 100%;
}

#left {
width: 18em; /* LC width */
margin-left: -100%;
left: 18em; /* RC width for IE6 */
}
#container > #left {
left: -18em; /* -LC width for others */
margin-left: expression(document.all.center.offsetWidth * -1); /* Fix for IE7 */
}

#right {
	width: 18em;             /* RC width */
	margin-right: -100%;
}

#footer {
	clear: both;
}



/* --- BANNER --------------------------------------------- */

#banner {
	background: url(/images/logo.png) 700px 100px no-repeat;
	color: white;
	height: 275px;
	min-width: 740px;
	overflow: hidden;
}

#bannertext {
	display: inline;
	float: left;
	margin-left: 420px; 
	padding: 54px 20px 0 30px;
}

#banner h1 {
	color: white; 
	font-size: 36px;
	font-weight: normal;
	height: 48px;
	overflow: hidden;
}

#banner h1 a:link, #banner h1 a:visited {color: white;}

#banner p {
	margin: 0.8em 0;
}

#banner a:link, #banner a:visited {
	text-decoration: none;
}

#banner a:hover, #banner a:active {
	border-bottom: 1px dotted white;
	color: #dda431;
}

#banner p.services {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0.2em 0.4em;
}

#banner .servicetime {
	display: block;
	float: left;
	font-variant: small-caps;
	margin-right: 1em;
	text-align: right; 
	width: 5em;
}

#banner p.slogan {font-style: italic; margin-top: 2em; padding-bottom: 4em;}

#nav {
	display: inline;
	float: right;
	margin: 80px 15px 0 10px;
}

#nav ul {
	display: inline;
	list-style-type: none;
}
#nav li {
	color: white;
	float: right;
	height: 74px;
	margin-top: 10px;
	overflow: hidden;
	width: 80px;
}

#nav a {
	display: block;
	height: 58px;
	text-indent: -12345px;
}

#nav a:link, #nav a:visited {border: 1px solid #555555;}
#nav a:hover, #nav a:active {border: 1px solid #cccccc;}

.children {background: url(../images/nav-children.gif) bottom center no-repeat;}
.children a {background: url(../images/nav-children.jpg) no-repeat;}
.families {background: url(../images/nav-families.gif) bottom center no-repeat; clear: right; margin-left: 25px;}
.families a {background: url(../images/nav-families.jpg) no-repeat;}
.seniors {background: url(../images/nav-seniors.gif) bottom center no-repeat;}
.seniors a {background: url(../images/nav-seniors.jpg) no-repeat;}



/* --- MAIN CONTENT --------------------------------------- */

#content {
	background-color: white;
	border: 0.1em dotted #bbbbbb;
	margin-top: 13px;
	margin-bottom: 13px;
	overflow: auto;
	padding: 1.2em;
}

#content p, #content li {
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

#content li {
	list-style-image: url(/images/bullet.gif);
}

#content ul, #content ol {margin-left: 2em;}

h1, h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}
#content h1 {
	font-size: xx-large;
	margin: 0.1em 0 0.3em 0;
}

#content h2 {
	color: #444444; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size: medium; 
	font-weight: bold;
	margin: 1.5em 0 0.2em 0;
}

#content h3 {
	font-size: small;
	margin: 2em 0 0 0;
}

.inlinepic-left {float: left; margin: 0 1em 0.5em 0;}
.inlinepic-right {float: right; margin: 0 0 0.5em 1em;}

#content form {margin: 20px;}

#content label {
	clear: left;
	float: left;
	width: 70px;
}

#content input, #content textarea {
	border: 1px solid #999999;
	margin-left: 20px;
	width: 300px;
}

#content input#submitbutton {
	background-color: #e7dbcb;
	font-weight: bold;
	margin-left: 90px;
	padding: 3px;
	width: 70px;
}

#content input#submitbutton:hover {
	background-color: #eeeeee;
	cursor: pointer;
}

#content input#submitbutton:active {
	background-color: #dda431;
}

#content p.return {float: right; font-size: 0.85em;}
#content p.returnbase {font-size: 0.85em; margin-bottom: 0px; text-align: right; width: 100%;}

#content p.entry_date {color: #777777;}

#footer {}

#content table {width: 100%;}
#content thead td {font-weight: bold;}
#content td {border-bottom: 1px dashed #dddddd; font-size: 0.85em; padding: 0.5em;}
.dl {background: white url(/images/download.gif) no-repeat 0px 3px; padding-left: 14px;}

.dlbox a {
	background: #ffffff url(/images/download.gif) no-repeat 9px 12px; 
	display: block; 
	font-weight: bold; 
	padding: 6px 10px 8px 23px;
}
.dlbox a:hover, .dlbox a:active {background-color: #eeeeee;}


/* --- SIDE PANELS ---------------------------------------- */

.sidebox {
	background-color: white;
	border: 1px dotted #bbbbbb;
	color: #888888;
	margin: 13px;
	padding: 13px;
	position: relative;
}

.sidebox h2 {
	color: #111111;
	font-size: medium;
	margin: 1px 22px 10px 0;
}

.sidebox h2 a:link, .sidebox h2 a:visited {color: #111111; text-decoration: none;}
.sidebox h2 a:hover, .sidebox h2 a:active {color: #111111; text-decoration: underline;}

.sidebox p {
	color: #111111;
	font-size: 0.85em;
	margin-top: 1em;
}

.sidebox ul {
	list-style: none;
	list-style-image: url(/images/bullet.gif);
	margin-left: 15px;
}

.sidebox li {
	font-size: 0.85em;
	margin: 0.5em 0.5em 0.5em 0em;
	padding: 0 0 0.1em 0;
}

.sidebox li li {
	border-bottom: 0;
}

img.rss {float: right;}

p.bb {font-size: xx-small; margin: 0 20px 0 0; padding-bottom: 10px; text-align: right; text-transform: uppercase;}
p.bb a:link, p.bb a:visited {color: #666666;}

/*** SAN bar ***/
.SAN_table { 
height: 22px; 
position: absolute;
right: 0;
width: 650px;
} 
.SAN_logo { 
display: none;
font: bold 10px verdana, sans-serif; 
color: #999999; 
} 
.SAN_logo a, .SAN_logo a:link, .SAN_logo a:visited, .SAN_logo a:active { 
color: #999999; 
text-decoration: none; 
} 
.SAN_logo a:hover { 
color: #999999; 
text-decoration: underline; 
} 
.SAN_links { 
font: bold 10px verdana, sans-serif; 
color: #666666; 
}
.SAN_links a, .SAN_links a:link, .SAN_links a:visited, .SAN_links a:active 
{ 
color: #aaaaaa; 
text-decoration: none; 
} 
.SAN_links a:hover { 
color: #aaaaaa; 
text-decoration: underline; 
} 
.SAN_select { 
border: 1px solid #888888;
font: 10px verdana, sans-serif; 
font-weight: bold; 
text-decoration: none; 
background-color: #333333; 
color: #aaaaaa; 
margin-left: 10px; 
} 
