html, body {
	font: 11px Arial, Helvetica, sans-serif;
	position: absolute;
	background: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
}
p{
margin: 10px 0;
}

#wrapper {
	width: 950px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
}

#header {
	width: 950px;
	height: 120px;
	background: url('/i/logo_1.gif') no-repeat;
	background-position: 10px 60px;
}

#header .links {
	color: #6C6C6C;
	padding: 80px 10px 0 0;
	float: right;
	margin:0;
}

#header .links a {
	text-decoration: underline;
	color: #6C6C6C;
}

#main {
	width: 950px;
	height: 188px;
}

#main2 {
	width: 950px;
	height: 148px;
}

#mainmenu {
	width: 950px;
	height: 48px;
	background: #525252;
	color: #B9B9BA;
	font-weight: bold;
}

#mainmenu a {
	display: block;
	float: left;
	padding: 16px 20px 0 20px;
	color: #B9B9BA;
	text-decoration: none;
	background: url('/i/sep.gif') no-repeat top right;
	text-transform:uppercase;	
}

#mainmenu a:hover {
	color: #FFFFFF;
}


#searchform {
	float: right;
	height: 28px;
	padding: 10px 0 0 0;
	margin-right: 10px;
	
}

#searchform .text {
	width: 114px;
	height: 22px;
	background: #6C6C6C;
	color: #ffffff;
	border: 1px solid;
	border-color: #6C6C6C;
	
}

#searchform .submit {
	height: 24px;
	width: 22px;
	background: url('/i/search.gif') no-repeat center center;
	border: none;
	cursor: pointer;
	cursor: hand;
}

#logo {
	width: 950px;
	height: 140px;
	margin : 0px;
	padding: 0px;
	white-space: nowrap;
}

#logo2 {
	width: 950px;
	height: 100px;
	margin : 0px;
	padding: 0px;
	white-space: nowrap;
}


#content {
	width: 950px;
	padding-top: 20px;
	float: left;
	clear: both;
}

#accent {
	background-color: #EFEEF1;
	width: 100%;
	float: left;
	clear: both;
}

#accent .obj {
	width: 117px;
	_width: 156px;
	margin: 20px 0 0 0;
	padding: 0 20px 20px 20px;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#accent .obj div {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
	color: #4F4F4F;
	padding:10px 0;
	text-transform:uppercase;
}

#accent .obj p {
	color: #444444;
}

#accent .obj a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background: url('/i/arrow_01.gif') no-repeat center left;
	padding: 0 0 0 8px;
}

#accent .obj a:hover {
	color: #B0966E;
	/* background: url('/i/arrow_02.gif') no-repeat center left; */
}

#box {
	width: 100%;
	float: left;
	clear: both;
	padding: 20px 0 0 0;
}

#box .left, #box .right {
	height: 85px;
}

#box .left {
	width: 423px;
	_width: 463px;
	background: #FFFFFF;
	border: 1px solid #EFEEF1;
	float: left;
	padding: 20px;
	margin: 0 5px 0 0;
}

#box .right {
	width: 435px;
	_width: 475px;
	background: #B0966E;
	border: none;
	float: left;
	padding: 20px;
	margin: 0 0 0 5px;
}

#box .left h1 {
	font-size: 12px;
	font-weight: bold;
	color: #6C6C6C;
}

#box .left p {
	font-size: 10px;
	color: #6C6C6C;
}

#box .left a {
	color: #B0966E;
	text-decoration: none;
}

#box .left a:hover {
	color: #B0966E;
	text-decoration: underline;
}

#box .right h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#box .right p {
	font-size: 10px;
	color: #FFFFFF;
}

#box .right a {
	color: #FFF;
	text-decoration: none;
}

#box .right a:hover {
	color: #FFF;
	text-decoration: underline;
}


#footer {
	width: 940px;
	padding: 20px 0 0 10px;
	float: left;
	clear: both;
}

#footer p {
	color: #6C6C6C;
}

#footer a {
	color: #6C6C6C;
	text-decoration: underline;
}

#lmenu {
	margin-top:0px;
	width: 182px;
	background: #EFEEF1;
	margin-bottom:10px;
}



#lmenu ul {
	padding: 10px;
	margin: 0px;
}

#lmenu li {
	list-style-type: none;
	padding: 10px 0;
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
	text-transform:uppercase;
}

#lmenu a {
	font-weight: bold;
	text-decoration: none;
	color: #4F4F4F;
}
#lmenu a:hover {
	color: #B0966E;
}


#laccent {
	width: 180px;
	_width: 182px;
	border: 1px solid #EFEEF1;
}

#laccent ul {
	margin: 19px;
	padding:0px;
	
}

#laccent li {
	list-style-type: none;
	padding: 5px 0;
	text-align: left;
	font-weight: bold;
	color: #B9B9BA;
}

#laccent li.first {
	border-bottom: 1px solid #EFEEF1;
	text-transform:uppercase;
}

#laccent a {
	text-decoration: none;
	color: #6C6C6C;
}

#laccent a:hover {
	text-decoration: underline;
}

#header_container {
	width: 738px;
	float: right;
	clear: both;
	border-bottom: 4px solid #EFEEF1;
	padding-bottom: 10px;
	margin-top:0px;
	
}



#header_container .menu {
	color: #4F4F4F;
	font-weight: bold;
	text-transform:uppercase;
}

#header_container .submenu {
	color: #B0966E;
	font-weight: bold;
	text-transform:uppercase;
}

#container {
	width: 738px;
	float: right;
	clear: both;
	color: #4F4F4F;
	padding-top:10px;
	margin:0px;
}


.browserowtitle{
	margin-top:0px;
	color:#014576;
	font-size:11px; 
	height:32px;
	margin-bottom:0px;
}

.browserowtitle a{
	color:#545454!important;
	text-decoration:none;
}

.browserowtitle a:hover{
	text-decoration:underline;
}

.browsemain, .browsemainsearch{
margin-top:0px;
position:relative;
}

.browsepreview{
	float:left;
	width:141px;
}

.browseleft{
	float:right;
	width:567px;
	_width:582px;
	_padding-left:30px;
}

.browseleft a{
	color:#B0966E;
}

.browsedelimiter{
	width:100%;
	clear:both;
	height:15px;
}

.leftmenuhighlight{
	color:#B0966E!important;
}

.mainmenuhighlight{
	color:#FFF!important;
}

.relstories, .rellinks, .attachments{
	color:#545454!important;
	font-weight:bold;
	font-size:12px;
}

.split{
	width:100%;
	clear:both;
	color:#B0966E;
	font-size:12px;
	font-weight:bold;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}

.browsemainib{
margin-top:0px;
position:relative;
}

.browsepreviewib{
	float:left;
	width:70px;
}

.browseleftib{
	float:left;
	text-align:justify;
	width:107px;
}

.browseleftib a{
	color:#B0966E;
}

.browserowtitleib{
	margin-top:0px;
	font-size:11px; 
	height:15px;
	margin-bottom:0px;
}

.browserowtitleib a{
	color:#545454!important;
	text-decoration:none;
}

.browserowtitleib a:hover{
	text-decoration:underline;
}

.browseibdelimiter{
	float:left;
	width:10px;
}

.browsemainsearch span{
	background:#CCC;
}

.atitle {
	padding:0 0 10px 0;
	margin: 0;
	font-size:17px;
	font-weight:bold
}


.relstorieshead{
	font-size:17px;
	font-weight:bold;
	padding:10px 0 0px;
}

.pageing a {
	color: #4F4F4F;
}


.storycontent{
	font-size:12px;
	text-align:justify;
}

#container a {
	color: #B0966E;
}

h3{
	font-size:13px;
	margin:13px 0px;
	padding:0px;
}

#slogan {
	text-align:right;
	margin: 0px;
	padding:0px 0 0px;
	color:#6C6C6C;
	font-size:14px;
	font-weight:bold;
	width:950px;
}

.headerlogohomelink {
	float:left;
	width:358px;
	height:120px;
}

.inneremptylogolink {
	width:358px;
	height:120px;
}

.headerlogohomelink a {
	text-decoration:none;
	cursor: hand;
}

.browsemanagement {
	float:left;
	margin-right:10px;
}

.managementtitle {
	color:#4F4F4F;
	font-size:12px;
	font-weight:bold;
}

.managementbr {
	margin-bottom:20px;
}

.browserowtitlemanagement {
	color:#545454;
	font-size:12px;
	height:17px;
}

.videoBrowseRowHolder {
	padding-bottom:12px;
}

.noBorder{
	border:0px solid #FFF;
}

.videoBrowsePlayer{
	/*width:300px;
	margin-right:7px;
	float:left;
	*/
}

.videoBrowseContent {
	padding-bottom:10px;
	color:#545454 !important;
	font-size:11px;
}

.galleryPageing a{
	font-weight:600;
}

.galleryPageing .pageingWrapper{
	float:right;
}

.pageingWrapper a {
	margin-left:20px;
}

.unfloat {
	clear: both!important;
	float: none!important;
	margin:0px;
	font-size:0px!important;
	line-height:0px!important;	
	padding:0px;
}

.pageingWrapper .pageingInactiveLink, .pageingWrapper .pageingInactiveLink:hover{
	color:#4F4F4F !important;
}

.videoBrowseContent .title {
	font-weight:bold;
	padding-bottom:5px;
}

.bookmarkAndShare {
	height: 16px;
	padding: 0 5px 10px 0;
	float: right;
}

.bookmarkAndShare a {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0 2px;
}

