/* page */
body {
	background-color:#FFE;
}

#doc {
	background-color:#FFF;
	border-left: 1px solid #EED;
	border-right: 1px solid #EED;
}

/* generic typography */
a	{
	color: #006600;
}

a:visited {
	color: #006600;
}

.smalltext {
	font-size: 0.8em;
}


/* primary nav */
#nav-primary {
	text-align:center;
	zzbackground-color:#EED;
	padding:4px 2px 6px 2px;
	font-size:1em;
	border-bottom-color:#EED;
	border-bottom-width:4px;
	border-bottom-style:solid;
	margin-top: 1px;
}

#nav-primary a {
	background-color:#EED;
	padding: 2px 7px 2px 7px;
	border-width:thin;
	border-style:solid;
	border-top-color:#CCB;
	border-bottom-color:#CCB;
	border-left-color:#EED;
	border-right-color:#EED;

	font-weight: bold;
	text-decoration:none;
}

#nav-primary a:hover {
	background-color:#DDC;
	text-decoration:underline;
}

/* secondary nav */
#nav-secondary {
	background-color:#EED;
	padding: 2px;
	border-top: 2px solid #CCB;
	border-bottom: 2px solid #CCB;
}

#nav-secondary h1 {
	font-size:1.2em;
	color:#665;
}

#nav-secondary h2 {
	margin-top: 25px;
	font-size:1em;
	color:#665;
}

#nav-secondary ul li {
	font-weight: bold;
	margin: 1px 5px 5px 7px;
}

#nav-secondary a {
	text-decoration:none;
}

#nav-secondary a:hover {
	text-decoration:underline;
}

#nav-secondary p {
	margin: 1px 10px 10px 10px;
}

/* footer */
#ft	{
	font: 11px tahoma,verdana,sans-serif;
	text-align: center;
	background-color:#EED;
	padding: 1px 1px 3px 1px;
}

#ft a {
	text-decoration: none;
}

/* body */
#copy-main {
}

#copy-main p {
	margin-bottom: .8em;
}

#copy-main hr {
	color:#009900;
}

#copy-main h1, #copy-main h2, #copy-main h3 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#009900;
}

#copy-main h1 {
	font-size:2.5em;
}

#copy-main h2 {
	font-size:2.0em;
}

#copy-main h3 {
	font-size:1.5em;
	font-style:normal;
}

#copy-main .img-right {
	float:right;
	border-top: 4px solid #CCB;
	border-bottom: 4px solid #CCB;
	margin-left: 10px;
}

#copy-main .img-right-float {
	float:right;
	margin-left: 10px;
}


#copy-main .img-center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#copy-main .box-right {
	float:right;
	margin-left: 10px;
}



.svclist td {
	padding: 5px;
}

#copy-main .featurebox {
	color: #fff;
	border-top: 2px solid #CCB;
	border-bottom: 2px solid #CCB;
	zzbackground-color: #666;
	zbackground-image:url(graphics/BaSwoosh.gif);
	padding: 3px;
	width: 200px;
}

#copy-main .featurebox h1 {
	font-size: 1.5em;
	text-align: center;
	margin-top: 0;
	padding: 2px;
}

.featurebox ul {
	font-size: 11px;
	margin-left:2em;
	margin-right:1em;
	color:#ff0;
}

.img-left-thumb {
	float:left;
	border-top: 2px solid #CCB;
	border-bottom: 2px solid #CCB;
	margin-right: 5px;
}

#appt-form td {
	font-size: .9em;
	padding-bottom: 4px;
}

#appt-form input, #appt-form select {
	font-size: 1.0em;
	width: 180px;
}

#appt-form textarea {
	font-size: 1.0em;
	width: 180px;
}
