@charset "utf-8";
/* CSS Document */

#OContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 720px;
}
#OContainerBreak {
	margin:15px 0px;
	height: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	clear:both;
}
#OContainer H3 {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	clear:both;
}
#navcontainer ul
{
	padding-left: 0;
	margin: 5px 0px 10px 0px;
	background-color: #1F6F52;
	color: #fff200;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #1F6F52;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #3F8C71;
	color: #FFF200;
}
#OSNPartnerInfo {
	width:340px;
	margin-left: 5px;
	margin-right: 10px;
	float:left;
}
#OSNPartnerLogo {
	float:left;
	width: 190px;
	height: 100px;
}
#OSNPartnerAddress {
	text-align:center;
	width: 148px;
	font-style:italic;
	font-size:14px;
	float:left;
}
#OSNPartnerName {
	font-weight:bold;
}
#OSNPartnerText {
	margin: 0px 10px 10px 10px;
	clear: both;
}
#OSNPartnerMapIt {
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
}
#OSNPartnerPhoto {
	float:left;
	width: 340px;
	height: 130px;
}
#OSNLinkContainer ul
{
	padding-left: 0;
	margin: 5px 0px 10px 0px;
	color: White;
	float: left;
	width: 100%;
	font-weight:bold;
	border-top: 1px solid #094c39;
	border-bottom: 1px solid #094c39;
}

#OSNLinkContainer ul li { display: inline; }

#OSNLinkContainer ul li a
{
margin: 2px 10px;
padding: 2px 8px;
background-color: #1F6F52;
color: White;
text-decoration: none;
float: left;
}
#OSNLinkContainer ul li a:hover
{
	background-color: #3F8C71;
	color: #FFF200;
}
#OSNBottomLinks {
	font-size: 16px;
	font-weight:bold;
}