* {
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, Sanserif;
	font-size: 9pt;
	/* line-height:13pt; */
	color: #222;
}
body {
	margin:0
	background-color: #fff;
	background-image: url(/assets/images/bkgd_grad.gif);
	background-repeat: repeat-x;
}
h5 {
	font-size: 8pt;
}
h4 {
	font-size: 9pt;
}
h3 {
	font-size: 10.5pt;
}
h2 {
	font-size: 12pt;
}
h1 {
	font-size: 14pt;
	font-weight: 700;
}
b, strong, th {
	color: #381d59;
}
p, td, th {
}
#banner {
	margin: 0 auto;
	padding: 0 0 0 14px;
	width: 990px;
	height: 94px;
/*
	background-color: #e6e4e9;
*/
	background-image: url(/assets/images/header_bkgd.gif);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(/assets/images/osr_logo.png);
	width: 230px;
	height: 107px;
	border: 0;
}
#news p, #testimonials p {

	font-size:8pt;

	line-height:10.5pt;

}

#banner img, ul, li {
	float: left;
}
#banner img {
	margin: 0;
	padding: 0;
/*
	border: solid 1px red;
*/
}
#banner ul {
	list-style-type: none;
	margin: 58px 0 10px 10px;
}
#banner li {
	margin: 0 8px 0 8px;
	min-width: 40px;
	color: #fff;
	font-size: 10.5pt;
	height: 36px;
	display: block;
}
#banner li.active, #banner li.last active {
	background-image: url(/assets/images/menu_indicator.gif);
	background-repeat: no-repeat;
	background-position: center 24px;
}
#banner li a {
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	height: 13px;
	padding: 0 5px 0 5px;
	background-repeat: no-repeat;
	background-position: center 0px;
	overflow: hidden;
}
#banner li a:hover {
	text-decoration: underline;
	background-position: center -13px;
}
#banner li.active a, #banner li.last active a, #banner li.active a:hover, #banner li.last active a:hover {
	color: #6d5689;
	font-weight: bold;
	background-position: center -26px;
}
#wrapper {
	width: 1010px;
	margin: 0 auto;
/*
	background: #ffffff;
*/
}
#home_wrapper{
	margin: 0 auto;
	width: 1006px;
}
#container {
	width: 100%;
/*
	background: #ffffff;
*/
	float: left;
}
#navbar {
	margin: 10px 12px 20px 25px;
	padding: 0;
	width: 212px;
	display: inline; /* to fix ie bug */
	float: left;
}
#navbar ul {
	float: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navbar li {
	margin: 0;
	padding: 0;
	float: none;
	width: 212px;
	background-image: url(/assets/images/white_button_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#navbar li li {
	margin-left: 20px;
	padding: 0;
	float: none;
	width: 192px;
	background-image: url(/assets/images/white_button_sub_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#navbar li.active, #navbar li.last active {
/*
	background-color: #381d59;
*/
	background-image: url(/assets/images/purple_button_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#navbar li li.active, #navbar li li.last active {
	background-image: url(/assets/images/purple_button_sub_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#navbar li a {
	text-decoration: none;
	float: none;
	display: block;
	width: 172px;
	margin: 2px 0 2px 0;
	padding: 8px 20px 8px 20px;
	color: #381d59;
	background-image: url(/assets/images/white_button_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#navbar li li a {
	width: 152px;
	background-image: url(/assets/images/white_button_sub_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navbar li a:hover {
	text-decoration: underline;
}
#navbar li.active a, #navbar li.last active a{
	color: #fff;
	font-weight: bold;
	background-image: url(/assets/images/purple_button_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#navbar li.active li a, #navbar li.last active li a{
	color: #381d59;
	font-weight: normal;
	background-image: url(/assets/images/white_button_sub_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#navbar li li.active a, #navbar li li.last active a{
	color: #fff;
	font-weight: bold;
	background-image: url(/assets/images/purple_button_sub_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content {
	margin: 10px 20px 20px 13px;
	width: 315px;
	float: left;
	margin: 4px 0 20px 20px;
	min-height: 200px;
}
#content.pictures {
	width:725px;
}
#content p, h1, h3, h4, h5 {
	margin: 0 2px 4px 0;
	padding: 0 2px 4px 0;
	line-height: 13pt
}
#content p.tight {
	margin-bottom:0;
	padding-bottom:0
}
#content h2 {
	padding-bottom: 0;
	margin-bottom: 0
}
#rightside h2, #rightside h3 {
	margin: 4px 2px;
	padding: 4px 2px
}
#content h1, h2, h3, h4, h5 {
	color: #381d59;
	line-height:1em;
}
#content.wider {
	width: 440px;
}
#content.full {
	width: 700px;
}
#content ul, #content li {
	float: none;
}
#content ul, #content ol {
	/* margin-left:30px;	*/
	padding-left: 18px;
}
#content ul ul {
	padding-top: 7px;
}
#content li {
	margin-bottom: 8px;
}
#content.pictures li {
	padding-bottom:10px;
	width:340px;
	float:left;
}

/* 
#content.full p, #content.wider p {
	border-bottom: solid 1px #ddd;
	margin: 0 2px;
	padding: 20px 40px;
}
 */
#content.testimonials p {
	border-bottom: solid 1px #ddd;
	margin: 0 2px;
	padding: 20px 40px;
}
#rightside {
	margin: 5px 10px 5px 0px;
	padding: 0;
	width: 388px;
	float: right;
}
#rightside.narrow {
	width:270px;
}
hr {
	border: none;
	background-color: #a99fb4;
	color: #a99fb4;
	height: 1px;
	margin-bottom: 15px
}
#rightside p {
	margin: 4px 0 6px 5px;
	font-size:8pt;
}
#rightside p.caption {
	margin-bottom: 20px
}

#rightside h2 {
	font-size: 12pt;
}
#rightside h3 {
	font-size: 10.5pt;
}
#image_area {
	text-align: right;
	color: #381d59;
	font-size: 10px;
	font-weight: bold;
	margin: 0 4px 0 0;
}

#quote_box {
	margin: 15px 0px 10px 0px;
	padding: 0;
	width: 208px;
	display: block;
}

#quote_bubble_top {
	width: 208px;
	height: 11px;
	margin: 0;
	padding: 0;
	display: block;
}
#quote_bubble_bottom {
	width: 208px;
	height: 11px;
	margin: 0;
	padding: 0;
	display: block;
}
#quote_bubble_arrow {
	width: 15px;
	height: 23px;
	padding: 0;
	margin: 0 0 0 30px;
}

#quote_content {
	margin: 0;
	padding: 6px 20px 3px 20px;
	background-color: #d3ced9;
	
}

#quote_content sub {
	font-size: 22px;
	font-weight: bold;
	color: #381d59;
	line-height: 60%;
}

#quote_content p {
	color: #381d59;
	margin: 0;
	font-size:8pt;
	line-height:18px;
}

#quote_author {
	text-align: right;
	color: #381d59;
}

#testimonials_link {
	margin: 6px 52px 0 0;
	float: right;
	text-decoration: none;
	color: #afa5b9;

	font-size:8pt;
}
#testimonials_link:hover {
	text-decoration: underline;
}

#phone_and_hours {
	margin: 24px 0 0 0;
	text-align: center;
}
.phone {
	color: #381d59;
	margin: 8px 0 8px 0;
}
#hours {
	color: #381d59;
	margin: 0 0 6px 0;

	font-size: 8pt;

	line-height:10pt;
}

.errors, .errors strong {
	color: red !important;
}

#footer {
	width: 954px;
	background: #381d59;
	margin: 0 auto;
	padding: 10px 25px 10px 25px;
	border-bottom:10px solid #000;
	color: #aaa;
	font-size: 8pt;
}

#footer a {
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.clearing { clear:both; height:0; }

.button {
	display: block;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0px;
	font-stretch: narrower;
	color: #381d59;
	font-size: 7.8pt;
	line-height: 100%;
	font-weight: bold;
	padding: 5px 0 0 0;
	width: 104px;
	height: 23px;
	background-image: url(/assets/images/white_butt.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.button.wide {
	background-image: url(/assets/images/white_butt_wide.gif);
	width: 154px;
}
.button:hover {
	background-image: url(/assets/images/purple_butt.gif);
	color: #fff;
/*
	text-decoration: underline;
*/
}
.button.wide:hover {
	background-image: url(/assets/images/purple_butt_wide.gif);
}
input.button {
	padding: 0;
}

input.txt, textarea {
	border: inset 1px #ddd;
}

.sponsorlogo {
	padding:5px;
	background-color: #FFF;
	border: 1px solid #000;
}

/*  MaxiGallery CSS */
ul.thumbs li {
	list-style: 		none;
	float: 				left;
	display: 			block;
	list-style-image: 	none !important;
	margin:				5px 5px 0 5px !important;
}
ul.thumbs {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
ul.thumbs li img {
	border:				none;
	margin:				0 !important;
}
ul.thumbs li a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
ul.thumbs li p {
	overflow:			hidden;
}
.thumbs .clearboth { 
	clear: 				both; 
}
.childscontainer {
	margin-bottom:		20px;
	float:				left;
}
.thumbscontainer {
	margin-bottom:		20px;
	float:				left;
}
.pagenumbers {
	margin-bottom:		20px;
}
.picturecontainer {
	text-align:			center;
}
.picturecontainer .title {
	font-weight:		bold;
	margin-top:			20px;
}
.picturecontainer .picture img {
	border:				none;
	margin:				0 !important;
}
.picturecontainer .picture a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
.managecontainer {
    float: 				left;
}
.managecontainer textarea {
	width:				395px;
}
.managecontainer hr {
	width:				400px;
	text-align: 		left;
	margin: 			20px auto 20px 0;
}
.pictureform .managepicture {
	float:				left;
	clear:				left;
}
.pictureform .shortfields {
	margin-left: 		20px;
	float:				left;
}
.pictureform .clearboth {
	clear:				both;
}
.uploadcounter {
	width: 				20px;
	margin-bottom: 		10px;
	float:				left;
	clear:				left;
}
.uploadfile {
	margin-bottom: 		10px;
	float:          	none;
}
.uploadfile input {
	width:				385px;	
}
.uploadform {
	margin-top:			20px;
	margin-bottom:		-10px;
   	clear: 				both;
}
.uploadform .clearboth {
	clear:				both;
}
.slideshowwrapper {
	text-align:			center;
}
.deleteform {
	float:				left;
}
.synchform {
	float:				left;
}


/*sIFR start*/
/*
sIFR version 2

.sIFR-flash {

	visibility: visible !important;

	margin: 0;

}

.sIFR-replaced {

	visibility: visible !important;

	margin: 0;

	padding: 0;

}

span.sIFR-alternate {

	position: absolute;

	left: 0;

	top: 0;

	width: 0;

	height: 0;

	display: block;

	overflow: hidden;

}

.sIFR-flash + div[adblocktab=true] {

  display: none !important;

}
/*
/*sIFR end*/
