/* GLOBAL/GENERAL */
html {
	font: 14px calibri, arial, helvetica, sans-serif;
	overflow-y: scroll;
}
body {
	margin:0 auto;
	background:#b1b1b1 url(../images/main_bg.png) repeat-x fixed;
}
a {
	color:#CC0000;
}
img {
	border: 0;
}
form {
	margin: 0;
}
p {
	margin: 0 0 12px 0;
}
#wrapper {
	width:850px;
	margin:0 auto;
	position:relative;
}
h1,h2,h3,h4 {
	margin:0 0 12px 0;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
	text-align: center;
}
h4 {
	font-size: 16px;
}
.clear {
	clear:both;
}

/* HEADER */
#header {
	background:url(../images/header.png) no-repeat -11px 0; 
	width:850px; 
	/*height:154px;*/
	height: 163px;
}
#logo {
	position:absolute;
	top:10px;
	left:10px;
}

/* SIDEBAR - LEFT COLUMN */
#sideBar {
	float:left; 
	width:180px; 
	margin: 60px 20px 0 8px !important;
	margin: 60px 17px 0 8px;
	color:#fff;
	display: inline;
	padding: 0 0 58px;
}

/* NAVIGATION */
#nav {
	list-style:none;
	margin:0 0 12px 0;
	padding:0;
}
#nav li {
	margin-bottom:3px;
	float: left;
	clear: left;
	width: 180px;
}

#nav a {
	display:block;
	width: 170px;
	padding:8px 4px 8px 4px;
	color:#fff;
	text-decoration:none;
	border:1px solid #444;
	background:url(../images/nav_bg.jpg) repeat-x -121px -1px;
	font-size:13px;
}
#nav .current a, 
#nav a:hover {
	color:#ffff99;
	background:url(../images/nav_bg2.jpg) repeat-x -121px -1px;
	border:1px solid #CC0000;
	text-decoration:none;
}

/* CONTENT */
#contentWrapper {
	background:url(../images/content_bg2.png) repeat-y left; 
	width:850px;
}
#content {
	/*float:right;
	width:620px; 
	margin:0 14px 0 0;
	display: inline;*/
	/*margin: 0 14px 0 200px !important;
	margin: 0 14px 0 197px;*/
	overflow: hidden;
	display: block !important;
	display: inline-block;
	width: 636px;
}

/* CONTENT - Feature/Photos Box */
#box {
	float:right; 
	width:240px; 
	height:auto; 
	margin:0 0 5px 5px;
}
#boxTop {
	background:#fff url(../images/box_top.png) no-repeat top left; 
	height:21px;
}
#boxMid {
	/*background-image:url(../images/box_bg.png); */
	height:auto; 
	padding: 0 23px 4px; 
	font-size:12px; 
	color:#333;
}
#boxBot {
	background:#fff url(../images/box_bot.png) no-repeat top left; 
	height:21px;
}
#boxMid img { 
	border:1px solid #999; /* Border for rotating photos */
}

/* FOOTER */
#footer {
	width:850px;
	position:relative;

}
#top {
	background:url(../images/footer_curve.png) no-repeat top left; 
	width:850px; 
	height:60px;

}
#copyright {
	position:absolute; 
	top:40px; 
	left:40px; 
	width:210px; 
	padding:0; 
	font-size:12px;
	color: black;
}
#bot {
	/*width:850px;
	height:auto;*/
	width: 112px;
	height: 71px;
	margin: 5px auto;
	position: relative;
}
#bot 
span {
	position: absolute;
	font: 12px calibri, arial, helvetica, sans-serif;
	width: 50px;
	text-align: center;
}
/* FOOTER - O&P BRANDING */
#op {
	display: block;
	/*background: url(../images/logo_oandp_opie.png) no-repeat top;*/
	background: url(../images/oandp.com.png);
	/*margin:5px auto;*/
	/*width:194px;
	height:63px;*/
	width: 112px;
	height: 71px;
	/*cursor:pointer;
	color: black;
	font-size:11px;
	text-align:right;*/
	text-indent: -777em;
	overflow: hidden;
}
#op a {color:#B8151A}

/* FOOTER - BARR Logo */
#logof {
	position:absolute;
	top:0;
	right:18px;
}
#ytable {
	font: 13px verdana, arial, helvetica, sans-serif;
	border-collapse: collapse;
	width: 595px;
	margin: 1.12em auto;
	/*background: #ffcc66;*/
	text-align: left;
}
#ytable 
td {
	/*border: 1px solid #073770;*/
	border-bottom: 1px solid #efefef;
	padding: 5px;
}
#ytable tr:hover td {
	/*background: #ffdd77;*/
	background: #ffeecc;
}
* html #top, 
* html #logof img, 
* html #op {
	behavior: url(/resources/organizations/barr/assets/css/iepngfix.htc);
}
