/*general*/

body.latest {

}

/*typography*/
html {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
}

body {
	font-size: 0.75em;
}
/*
#page {
	background: url(../images/generic/12_col.gif) repeat-y;
}

/*header*/
#header {
	margin-bottom: 15px;
	padding: 0;
}
#headline {
	margin: 0;
	padding: 0;
}
/*note: img 348x127*/
#replace {
	background-image: url(../images/generic/sarah-logo.png);
	background-repeat: no-repeat;
	height: 0; 
	overflow: hidden;
	padding-top: 120px;
	width: 500px;
	}
	
/*contact info*/
#contact {
	padding: 0;
	margin: 100px 0 0 20px;
}
.vcard .fn {
	display: none;
}
.org {
	display: none;
}
#contact p {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #333;
	margin: 0;
	padding: 0;
}
.tel {
	color: #aaa;
}
#contact a {
	text-decoration: none;
	color: #aaa;
}
#contact a:hover {
	text-decoration: underline;
	color: #666;
}
/*navigation*/
#main_nav ul {
	border-bottom: 1px dotted #ccc;
}

#main_nav li {
	border-top: 1px dotted #ccc;
}

#main_nav a {
	display: block;
	width: 134px;
	padding: 4px 0px 4px 6px;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-size: 1em;
}

#main_nav a:hover {
	background: url(../images/generic/selected.png) right no-repeat;
	background-color: #fff;
}

#main_nav.ab a:hover {
	background: url(../images/generic/ab_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.br a:hover {
	background: url(../images/generic/br_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.bs a:hover {
	background: url(../images/generic/bs_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.ex a:hover {
	background: url(../images/generic/ex_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.in a:hover {
	background: url(../images/generic/in_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.lt a:hover {
	background: url(../images/generic/lt_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.pt a:hover {
	background: url(../images/generic/pt_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.rb a:hover {
	background: url(../images/generic/rb_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav li.selected a {
	background: url(../images/generic/selected.png) right no-repeat;
	background-color: #fff;
}

#main_nav.ab li.selected a {
	background: url(../images/generic/ab_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.br li.selected a {
	background: url(../images/generic/br_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.bs li.selected a {
	background: url(../images/generic/bs_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.ex li.selected a {
	background: url(../images/generic/ex_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.in li.selected a {
	background: url(../images/generic/in_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.lt li.selected a {
	background: url(../images/generic/lt_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.pt li.selected a {
	background: url(../images/generic/pt_arrow.png) right no-repeat;
	background-color: #fff;
}

#main_nav.rb li.selected a {
	background: url(../images/generic/rb_arrow.png) right no-repeat;
	background-color: #fff;
}

/*content*/
#gallery {
	margin-left: -20px;
}

#gallery img:hover {
	background: #333;
}

#gallery img {
	float: left;
	margin-bottom: 16px;
	margin-left: 20px;
	padding: 9px;
	border: 1px solid #333;
	background-color: #fff;
}

#content p {
	margin: 0 0 15px 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
}

#main_content ul {
	display: block;
	width: 220px;
	float: left;
}

#main_content h2 {
	margin: 20px 0 15px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	color: #333;
}

#main_content li {
	line-height: 15px;
	color: #aaa;
}

#main_content a {
	text-decoration: none;
	color: #aaa;
}

#main_content a:hover {
	color: #666;
	text-decoration: underline;
}

#main_content_head {
	margin-left: -20px;
}

#main_content img {
	float: left;
	margin-bottom: 16px;
	margin-left: 20px;
}

.p1 {
	padding-right: 10px;
}

.p2 {
	padding-left: 10px;
}

#sidebar {
	margin-top: 0px;
}
#sidebar h2 {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	color: #333;
}
#sidebar img {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
	display: inline;
}
#sidebar p {
	margin: 0 0 2.2em 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #aaa;
}
#sidebar a {
	color: #aaa;
	text-decoration: underline;
}
#sidebar a:hover {
	color: #666;
}
#footer {
	border-top: 1px dotted #aaa;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#footer p {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	color: #aaa;
}