/* global reset */
:focus {
	outline: 0;
	}
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/bg-body2.jpg) no-repeat center top;
	/*min-width:1020px;*/
}
img { border-style:none;}
a {
	text-decoration:none;
	color:#0067b1;
}
a:hover {text-decoration:underline;}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.ol { margin-bottom: 6px; }
/* wrapper */
#wrapper {
	/*width:100%;
	position:relative;*/
	margin: 0 auto;
	width: 980px;
	overflow:hidden;
}
/*#wrapper .w1{
	width:100%;
	position:relative;
	left:50%;
	float:left;
}
#wrapper .w2{
	width:100%;
	position:relative;
	left:-50%;
	float:left;
}*/
.wrapper-holder {
overflow: hidden;
	/*width:980px;
	margin:0 auto;*/
	/*background:#5e8fce url(../images/bg-wrapper.jpg) repeat-x 0 100%;*/
	/*position:relative;*/
	/*padding:0 10px;*/
}
#main {
	background:#fff;
	overflow: hidden;
	padding:13px 10px 10px;
	width:980px;
}
#header {
	overflow:hidden;
	width:100%;
	padding-bottom:22px;
}
.navbar {width:100%;}
.navbar:after {
	clear: both;
	content:"";
	display: block;
}
.navbar ul{
	margin:0;
	padding:0;
	padding-right: 20px;
	list-style:none;
	float:right;
	font-size:11px;
}
.navbar ul li{
	float:left;
	background:url(../images/separator-navbar.gif) no-repeat 7px 2px;
	padding-left:14px;
}
.navbar ul li:first-child {
	padding-left:0;
	background:none;
}
.navbar ul li a{
	color:#6d6d6d;
	position:relative;
}
#header h1{
	margin:-4px 0 0;
	float:left;
	position:relative;
	width:268px;
	height:45px;
	background:url(../images/logo.gif) no-repeat;
}
#header h1 a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:100%;
}
#header .slogan {
	float:left;
	font-size:19px;
	font-style:italic;
	color:#0067b1;
	padding:12px 0 0 60px;
	letter-spacing:-1px;
}
#two-columns {
	width:100%;
	/*margin-bottom:10px;*/
}
#flashcontent {
float: left;
width: 760px;
overflow: hidden;
}
#main .mask{
	position:absolute;
	left:0;
	top:0;
	background:url(../images/bg-mask.png) no-repeat;
	width:1020px;
	height:963px;
}
#two-columns:after {
	clear: both;
	content:"";
	display: block;
}
#content {
	float:left;
	width:749px;
}
ul#nav {
	margin:0;
	padding:0 0 3px;
	list-style:none;
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:99;
}
ul#nav li{
	float:left;
	padding-left:6px;
}
ul#nav li:first-child {
	padding-left:0;
}
ul#nav li a{
	float:left;
	background:url(../images/bg-nav-l.gif) no-repeat;
	color:#fff;
	letter-spacing:-1px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	cursor:pointer;
}
ul#nav li a span{
	float:left;
	background:url(../images/bg-nav-r.gif) no-repeat 100% 0;
	line-height:35px;
	/*padding:0 11px 0 12px;*/
	padding: 0 8px;
}
ul#nav li a:hover, ul#nav li.active a{
	background:url(../images/bg-nav-hover-l.gif) no-repeat;
	text-decoration:none;
}
ul#nav li a:hover span, ul#nav li.active a span{
	background:url(../images/bg-nav-hover-r.gif) no-repeat 100% 0;
}
.gallery {
	background:url(../images/bg-gallery.jpg) no-repeat 100% 0;
	width:100%;
	position:relative;
	height:401px;
}
.gallery h2{
	margin:0;
	font-size:30px;
	color:#8b0000;
	letter-spacing:-1px;
	position:absolute;
	top:26px;
	right:56px;
	line-height:30px;
	z-index:99;
}
.gallery h2 span{
	display:block;
	font-size:26px;
	color:#bf0000;
	padding-left:38px;
}
.galley-holder {
	width:748px;
	overflow:hidden;
	position:relative;
}
.galley-holder ul{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
}
.galley-holder ul li{
	float:left;
	width:748px;
}
.galley-holder ul img{
	float:left;
	margin:25px 29px 0 0;
}
.galley-holder ul .text {
	float:left;
	width:220px;
	font-size:11px;
	padding-top:160px;
	line-height:16px;
}
.galley-holder ul h3 {
	margin:0 0 7px;
	font-size:20px;
}
.galley-holder ul p {
	margin:0 0 10px;
}
a.more {
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	position:relative;
	cursor:pointer;
}
a.more:hover {text-decoration:none;}
a.more span{
	float:left;
	padding:0 2px 1px 17px;
	line-height:16px;
	background:url(../images/btn-more-l.png) no-repeat;
}
a.more:hover span{
	background:url(../images/btn-more-hover-l.png) no-repeat;
}
a.more em{
	float:left;
	height:17px;
	width:2px;
	background:url(../images/btn-more-r.png) no-repeat;
}
a.more:hover em{
	background:url(../images/btn-more-hover-r.png) no-repeat;
}
.gallery ul.control {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:18px;
	left:7px;
}
.gallery ul.control li{
	float:left;
	padding-right:4px;
}
.gallery ul.control li img{display:block;}
.gallery ul.control li a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:16px;
	width:16px;
	background:#0067b1;
}
.gallery ul.control li a:hover, .gallery ul.control li.active a{
	background:#d20505;
}
#sidebar {
	/*float:right;
	width:251px;*/
	float: left;
	width: 211px;
	overflow: hidden;
}
.sidebox {
	margin-bottom:32px;
}
.alt-sidebox {margin-bottom:0;}
#sidebar .heading {
	position:relative;
	min-height:98px;
	overflow: hidden;
}
#sidebar .heading img{display:block;}
#sidebar .heading .title {
	position:absolute;
	bottom:0;
	left:0;
	height:47px;
	background:url(../images/bg-sidebar-heading.png);
	width:211px;
}
* html #sidebar .heading {
	height:98px;
	overflow:visible;
}
#sidebar .heading .alt-title {
	height:37px;
}
#sidebar .heading h2{
	margin:0;
	font-size:22px;
	color:#fff;
	letter-spacing:-1px;
	line-height:47px;
	padding-left:24px;
}
#sidebar .heading .alt-title h2{
	font-size:19px;
	line-height:37px;
	padding-left:11px;
}
.sidebox .data {
	background:#ededed;
	padding:14px 12px 85px 12px;
	overflow:hidden;
	height:1%;
}
.sidebox .data ul {
	margin:0;
	padding:0 0 12px;
	list-style:none;
	overflow:hidden;
	height:1%;
	font-weight:bold;
	position:relative;
	z-index:150;
}
.sidebox .alt-data {padding:12px 26px 20px 23px;}
.sidebox .alt-data ul {padding-bottom:0;}
.sidebox .data ul li{
	float:left;
	width:100%;
	background:url(../images/bg-grey-border.gif) repeat-x;
	padding:10px 0 7px;
}
.sidebox .alt-data ul li{padding-bottom:5px;}
.sidebox .alt-data ul li{
	background:url(../images/bg-white-border.gif) repeat-x;
}
.sidebox .data ul li:first-child {
	background:none;
	padding-top:8px;
}
.sidebox .data ul li a{
	padding-left:12px;
	background:url(../images/arrow.gif) no-repeat 0 50%;
	position:relative;
}
.sidebox .alt-data ul li a{padding-left:9px;}
.sidebox .data ul li a:hover, .sidebox .data ul li.active a{
	color:#3e3e3e;
	text-decoration:none;
}
.propose {
	position:relative;
	overflow:hidden;
	width:972px;
	background:#81b0ff url(../images/bg-propose.jpg) repeat-x;
	padding:15px 5px 23px 4px;
	z-index:150;
	font-size:11px;
	line-height:16px;
	margin-bottom:10px;
		margin-top: 10px;
}
.propose .column {
	float:left;
	width:314px;
	padding:0 5px 0 5px;
}
.propose .column h3{
	margin:0 0 11px;
	font-size:21px;
	line-height:21px;
	color:#fff;
	letter-spacing:-1px;
	text-transform:uppercase;
}
.propose .column h3 a{color:#fff;}
.propose .column img {display:block;}
.propose .column p {
	margin:8px 0;
}
#footer {
	width:1020px;
	padding:7px 0 0;
	font-size:11px;
	height:147px;
	position:relative;
	z-index:150;
}
#footer ul{
	margin:0 0 13px;
	padding:0;
	list-style:none;
}
#footer ul li{
	display:inline;
	background:url(../images/separator-footer.gif) no-repeat 0 2px;
	padding:0 6px 0 7px;
}
#footer ul li:first-child {
	padding-left:0;
	background:none;
}
#footer p {
	margin:0 0 7px;
}
#footer p a{color:#000;}
.sidebox ul.studies {padding-left:9px;}
.sidebox ul.studies li{
	background:none;
	padding:14px 0 12px;
}
.sidebox ul.studies li a{
	background:none;
	padding:0;
}
.sidebox ul.studies li img {display:block;}
.sidebox ul.studies li span {
	display:block;
	padding:6px 0 0 10px;
	background:url(../images/arrow.gif) no-repeat 0 10px;
}
#content .heading {
	height:72px;
	background:url(../images/bg-heading.jpg) no-repeat;
	position:relative;
	z-index:150;
	padding:28px 0 0 16px;
	margin:9px 0 18px;
	width:720px;
}
#content .heading h2{
	margin:0;
	font-size:31px;
	color:#fff;
}
.two-columns {
	width:735px;
	background:url(../images/bg-aside.gif) repeat-y;
	overflow: hidden;
	/*margin-bottom:10px;*/
}
.two-columns:after {
	clear: both;
	content:"";
	display: block;
}
.content-holder {
	float:right;
	width:547px;
	position:relative;
	z-index:150;
}
.content-holder .navbar {
	margin-bottom:21px;
}
ul.breadcrumbs {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-size:12px;
}
ul.breadcrumbs li{
	display:inline;
	background:url(../images/arrow2.gif) no-repeat 0 5px;
	padding:0 5px 0 10px;
	color:#2b2b2b;
	font-weight:bold;
}
ul.breadcrumbs li:first-child {
	padding-left:0;
	background:none;
}
ul.breadcrumbs li a{
	font-weight:normal;
	color:#0067b1;
}
.content-holder ul.control {
	margin-top:-2px;
	position:relative;
}
.content-holder ul.control li{
	background:none;
	padding-left:8px;
}
.content-holder ul.control li a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:16px;
}
.content-holder ul li.print {margin-bottom:5px;}
.content-holder ul li.print a{
	width:16px;	
	background:url(../images/icon-print.gif) no-repeat 0 0px;
}
.content-holder ul li.print a:hover{
	text-decoration: none;
}
.content-holder ul.control li.mail a{
	width:18px;
	background:url(../images/icon-mail.gif) no-repeat 0 3px;
}
.content-holder ul.control li.share a{
	width:79px;
	background:url(../images/icon-share.gif) no-repeat;
}
.content-holder ul.control li.rss a{
	width:14px;
	background:url(../images/icon-rss.gif) no-repeat 0 1px;
}
.content-holder h3 {
	margin:0 0 18px;
	font-size:18px;
	color:#2d2d2d;
}
.content-holder .text {
	line-height:18px;
	padding-right:30px;
	margin-bottom:-2px;
	position:relative;
}
.content-holder .text img {
	float:left;
	border:1px solid #bbb;
	margin:5px 22px 15px 0;
}
.content-holder .text p {
	margin:0 0 27px;
}
/*.content-holder .text p.alt {margin-bottom:48px;}*/
.aside {
	float:left;
	width:155px;
	background:url(../images/bg-aside-t.gif) no-repeat;
	padding:38px 10px 10px 8px;
}
ul.aside-nav {
	margin:0 0 34px;
	padding:0;
	list-style:none;
}
ul.aside-nav li{
	padding-bottom:1px;
}
ul.aside-nav li a{
	background:url(../images/bg-asidenav-c.gif) repeat-y;
	color:#fff;
	font-size:11px;
	display:block;
	position:relative;
	cursor:pointer;
}
ul.aside-nav li a:hover, ul.aside-nav li.active a{
	text-decoration:none;
	background:url(../images/bg-asidenav-hover-c.gif) repeat-y;
}
ul.aside-nav li a span{
	background:url(../images/bg-asidenav-t.gif) no-repeat;
	display:block;
}
ul.aside-nav li a:hover span, ul.aside-nav li.active a span {
	background:url(../images/bg-asidenav-hover-t.gif) no-repeat;
}
ul.aside-nav li a em{
	font-style:normal;
	background:url(../images/bg-asidenav-b.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:3px 5px 3px 4px;
	display:block;
}
ul.aside-nav li a:hover em, ul.aside-nav li.active a em {
	background:url(../images/bg-asidenav-hover-b.gif) no-repeat 0 100%;
}
ul.aside-nav li a strong {
	font-weight:normal;
	background:url(../images/arrow3.png) no-repeat;
	padding-left:9px;
	display:block;
	height:1%;
}
.aside .box {
	background:#666 url(../images/bg-aside-box.gif) no-repeat 0 100%;
	font-size:10px;
	width: 155px;
	overflow: hidden;
	color:#fff;
}
.aside .box .title {
	background:#aaa url(../images/bg-aside-title.gif) no-repeat;
	padding:5px 10px 4px 13px;
}
.aside .box h3 {
	margin:0;
	font-size:15px;
	text-transform:uppercase;
	color:#101010;
	letter-spacing:-1px;
}
.aside .box a {
	color:#fff;
	/* position:relative; */
}
.aside .box .data {
	padding:10px 11px 19px 5px; 
	overflow:hidden;
	height:1%;
	line-height:15px;
}
.aside .box ul {
	margin:0;
	padding:0;
	list-style:none;
}
.aside .box ul li{
	padding:0 0 16px 9px;
	background:url(../images/arrow3.png) no-repeat;
	height:1%;
}
.aside .box a.read {
	float:right;
	margin-top:-5px;
	position:relative;
}
