/* Tags */
/* some ie versions require position: relative to show bg */
/* ie requires overflow: visible AND a dimension on blocks w/italics so they don't grow */
/* adding a dimension to a block like p makes it so they don't wrap around floats */
/* to center elements in ie, use text-align: center on parent - other browser can use margin auto */


body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cfd5e6; 
	text-align: center; /*to center the page for ie */
	font-size: 12px;
	color: #222222;
	position: relative;
} 
h1 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 18px;
	color: #222222;
	position: relative;
}
h2 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #222222;
	position: relative;
}
h3 {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #222222;
	position: relative;
}
p, td {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-color: #222222;
	position: relative;
}
td {
	padding: 4px;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* Position pages */
#centeredpage{ /*width, but no margin, padding, or border*/
	text-align: center;
	top: 0;
	margin: 10px auto 0px auto; /* page padding top and bottom */
	width: 760px;
	position: relative;
	border: none;
}
#heading {
	background-image:  url(img/bg_heading.gif); 
	margin: 0px auto;
	border: none;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 165px;
	position: relative;
}
#logo { /*nested in heading */
	margin: 0px;
	position: absolute;
	z-index: 200;
	left: 30px; /*absolute position */
	top: 45px;
	height: 100px;
	width: 240px; 
}
#contactinfo { /* div nested in heading */
	margin: 0px;
	position: absolute;
	z-index: 200;
	right: 30px; /*absolute position */
	top: 62px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#contactinfo a{
color: #666666;
text-decoration: none;
}
#contactinfo a:hover {
text-decoration: underline;
}
img {
border: none;
}
a img{
border: none;
}
/* banner ************************************************************/
#banner {
	/* background-image:  url(img/bg_banner.gif); 
	text-align: left; */
	background: #ffd42f;
	margin: 0px;
	border: none;
	left: 0px;
	top: 0px;
	height: 160px;
	width: 760px;
	position: relative;
	padding: 0;
}
#abainbridgeisland {
position: absolute;
left: 314px;
top: 47px;
z-index: 100;
}
#familypractice{
position: absolute;
left: 360px;
top: 80px;
z-index: 100;
}
#banner.home {
padding: 0px;
height: 240px;
}

/* centered page content ************************************************************/
#columncontent { 
	text-align: left;
	top: 0px;
	margin: 0px auto;
	width: 760px;
	position: relative;
	border: none;
	background-image:  url(img/bg_columncontent.gif); 
	background-repeat: repeat-y;
}
/* left column in page content used for navigation*************************************/
#navcolumn { 
	float: left;
	width: 232px;
	margin: 0px;
	padding: 0px;
	left: 1px;
	top: 0px;
	position: relative;
}

ul.rollmenu {/* ul tag for rollover menu */
	list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 231px;
    voice-family: "\"}\"";
    voice-family: inherit;
/*    padding: 0 0.5em;*/
}
ul.rollmenu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*height: 2em;*/
    margin: 0;
    padding: 0;}
ul.rollmenu li.selected{
	text-decoration: none;
	height: 100%;
	color: #444444;
    margin: 0;
	padding: .75em 0.4em .75em 2.5em;
	width: 100%;
	border-bottom: 1px solid #ffd42f;
	display: block;
	background: #ffd42f;
	/* background-image:  url(img/bg_menuselected.gif);
	background-repeat: no-repeat;
	background-position: center center; */
}
html>body ul.rollmenu li.selected{height: auto; width: auto;}
ul.rollmenu a{
    text-decoration: none;
	height: 100%;
    color: #ffffff;
    margin: 0;
    padding: .75em 0.4em .75em 2.5em;
	width: 100%;
    border-bottom: 1px solid #ffd42f;
    display: block;
	}
html>body ul.rollmenu a{height: auto; width: auto;}
ul.rollmenu a:hover {
	color: #444444;
    background-color: #ffd42f;
}

/* right column in page content used for main content*************************************/
#maincolumn {
	float: left;
	margin: 0px;
	padding: 0 0 20px 0;
	width: 528px;
	left: 0px;
	top: 0px;
	position: relative;
}
#maincolumn p {
	margin: 10px 45px 10px 35px;
}
#maincolumn ul.mission {
	margin: 3px 45px 15px 35px;
	padding: 0 0 0 25px;
}
#maincolumn ul.mission li{
	margin: 7px 0;
	padding: 0 0 0 5px;
	list-style-type: square;
}
div.list {
	margin: -15px 45px 10px 35px;
line-height: 18px;
}
/*#maincolumn ul {
	margin: 10px 45px 10px 35px;
}
#maincolumn ul ul {
margin: 5px;
}
#maincolumn ul ul ul {
margin: 5px;
} */

#maincolumn table {
	margin: 10px 35px;
	position: relative;
}

#maincolumn img.h1pic {
	margin: 25px 25px 25px 25px;
}
#maincolumn img.h1title {
	margin: 25px 25px 0px 25px;
}
#maincolumn h1 {
	margin: 5px 25px 15px 25px;
}
#maincolumn h2{
	margin: 20px 1px 10px 0px;
	padding: 5px 25px 5px 30px;
	color: #ffffff;
	background-image:  url(img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: center top; 
}
#maincolumn h3 {
	margin: 25px 25px 25px 25px;
}
#maincolumn img.left {
	/*border: 1px solid #293e52; */
	margin: 2px 15px 10px 0px;
	position: relative;
	float: left; 
	display: inline; 
		border: 2px solid #6c7eb6;
}

#maincolumn img.right {
position: relative;
	margin: 2px 10px 10px 0px;
	padding: 0;
	float: right; 
	display: inline; 
	border: 2px solid #6c7eb6;
}
/* #main ul {
	list-style-type: square;
    margin: 5px 45px 10px 60px;
    padding: 0 0 0 5px;
    border: none;
} 
#main ul li {
margin: 6px 0 0 0;
}*/

img.floath2 {
position: relative;
	margin: -50px 0 5px 20px;
	padding: 0;
	float: right; 
	display: inline; 
	border: 2px solid #6c7eb6;
}
img.tightright {
position: relative;
z-index: 200;
right: 1px;
	margin: 35px 0 5px 10px;
	padding: 0;
	float: right; 
	display: inline; 
}

#endcolumncontent {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image:  url(img/bg_endcolumn.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	top: 5px;
}

div.note{
background-image: url(img/bg_topnote.gif);
	background-position: center top;
	background-repeat: no-repeat;
margin: 20px 35px 10px 35px;
padding: 10px 45px;
position: relative;
}
#maincolumn td{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	padding: 5px;
	vertical-align: middle;
}
#maincolumn table.priceless td{
	padding: 0px 3px;
	}

div.note p{
font-size: 11px;
}
div.notebody {
margin: 0;
padding: 0 0 10px 0;
	background-image: url(img/bg_bottomnote.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}

/* centered footer ***********************************************************/
#footer {
	margin: 0px 0 0 0;
	padding: 14px 0 0 0 ;
	font-size: 10px;
	color: #ffffff;
	position: relative;
	width: 760px;
	height: 65px;
	text-align: center;
	/*border: 1px solid #000000;*/
	background-image: url(img/bg_footer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
html>body #footer {height: 51px;}
#footer p {
		font-size: 10px;
	margin: 0;
	padding: 5px 15px;
}
#footer p.copyright {
	font-size: 9px;
	line-height: 11px;
	margin: 0;
	padding: 0px 15px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h1 {
	margin: 0;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 15px 5px 15px; 
}
#sunbirds {
	position: absolute;
	top: -57px;
	right: 10px;
	z-index: 200;
	overflow: visible;
}

.bold11{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	}
.clear {
clear: both;
}
.testblock {
margin: 0;
padding: 0;
background-color: #000000;
color: white;
}
