/* Global styles */
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 10px;
	background-color: #E9D7CB;
	background: #fff url(../images/bg_main.jpg) repeat-x top;
}
h1,h2,h3,h4,h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-weight: bold;
	color:#000033;
}
a {
	color: #0B3076;
}
a:hover {
	color: #003366;
}
form {
	margin: 0px
}

/* Layout Margins */
#rightRail {
	background: url(../images/bg_rightrail.gif) repeat-y top right;
	width: 26px;
}
#leftRail {
	background: url(../images/nav_bg.gif) repeat-y top left;
	width: 148px;
}

/* Footer */
#footer {
	width: 500px;
	margin: 0 auto;
	font-size: 70%;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
/* O&P Logo */
#opLogo {
	width: 200px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
}
#opLogo .opText {
	font-family: Arial, sans-serif;
	margin-top: 2px;
	text-align: right;
	font-size: 70%;
}

/* Content */
#content-container {
	background-color: #fff;
	width: 593px;
	background: #fff url(../images/bg_content_sun.gif) no-repeat right bottom;
	
}
#content-container .content { 
	padding: 0px 14px 0px 14px; /* Top, Right, Bot, Left */
	font-size: 85%;
	
}
.content .home-text {
	font-size: 120%;
	
}
.content .home-text-sm {
	font-size: 100%;
	line-height: 22px;
}
/* Locations Bar on Home Page */
div.home-locations {
	margin: 8px 0px 8px 0px;
	color: #fff;
	font-weight: bold;
}

img.photo {
border: 1px solid #000000;
}