html { 
overflow-y: scroll;
}

body {
	background-color: #15171A;
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #525A65;
}

#wrapper a {
	outline: none;
	}
#nav {
	height: 80px;
}
#navLeft {
	width: 215px;
	float: left;
	background-color: #454b53;
	height: 80px;
}
#navRight {
	float: right;
	width: 735px;
	background-color: #C7C7C7;
	height: 80px;
}
#navRight.home {
	background-color: #32373C;
}
#navLinks {
	padding-top: 7px;
	padding-left: 14px;
}
#navLinks #lastLink {
	margin-right: 0px;
}
#navLinks a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #eaeef0;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 41px;
}
#navLinks a:hover {
	color: #9b9fa0;
}
#navLinks a.activePage {
	color: #333;
}
#main {
	background-color: #DADADA;
	clear: both;
}
#main ul {
	list-style-type: circle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#main li {
	margin-top: 0px;
	margin-bottom: 5px;
}
#mainLeft {
	width: 155px;
	float: left;
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	background-image: url(images/leftColBack01.jpg);
	min-height: 500px;
}
#mainLeft.homeleft {
	background-image: url(images/leftColBack02.jpg);
}
#mainLeft h1 {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 40px;
}
#mainLeft p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFF;
}
#mainLeft.homeleft p {
	color: #666;
}
#mainLeft a {
	text-decoration: underline;
	color: #666;
}
#mainLeft p.pullquote {
	font-size: 16px;
	color: #D3D3D3;
	line-height: 25px;
	margin-bottom: 5px;
	padding-top: 40px;
	margin-top: 0px;
}
#mainLeft.homeleft p.pullquote {
	color: #999;
}
#mainRight {
	width: 675px;
	float: right;
	background-image: url(images/rightColBack01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFEFEF;
	padding-left: 60px;
	min-height: 520px;
}
#mainRight.homeright {
	background-image: url(images/OreckNicollHome.jpg);
	background-color: #515A64;
}
#subNav  {
	clear: both;
	margin-left: -45px;
	padding-top: 10px;
}
#subNav a {
	text-decoration: none;
	margin-right: 30px;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
}
#subNav a.activeSubnav , #subNav a:hover{
	color: #333;
}
#content {
	float: left;
	width: 445px;
	padding-top: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
}
#content h1 {
	font-size: 12px;
	color: #999;
}
#content a {
	color: #464646;
}
	
#content img.videoIcon{
	height: 13px;
	width: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
}
#content td {
	height: 40px;
	padding-top: 10px;
}
#content #pressLogo {
	height: 100px;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #C7C7C7;
}
#content #photoCaption p{
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 9px;
	color: #666;
}
#sidebar {
	float: left;
	width: 200px;
	padding-top: 45px;
	font-size: 9px;
}
#sidebar img {
	box-shadow: #666 0px 0px 7px;
	-moz-box-shadow: #666 0px 0px 7px;
	-webkit-box-shadow: #666 0px 0px 7px;
	width: 180px;
	height: auto;
}
#sidebar img.thumbnail {
	height: 60px;
	width: 60px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
}
#sidebar p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#sidebar a {
	color: #333;
}
#footer {
	clear: both;
}

