/***********************************************/
/* mw_nav_right.css                           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
.style12 {
	color: #FF6633;
	}
	

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	background-color: #D9D9B0;
	background-image: none;
	text-decoration: none;
}

/************** header tag styles **************/

h1{
 font: bold 120% Officina Sans OS ITC TT;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana;
 color: #334d55;
}
				
input{
font-family: Verdana;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#adbanner {
	position: absolute;
	width: 756px;
	top: 90px;
	left: 16px;
	height: 200px;
}
#pagecell1{
	position:absolute;
	top: 315px;
	left: 16px;
	right: 2%;
	width:756px;
	border: 1px solid #D9D9B0;
	background-color: #F1F1E2;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 16px;
	right: 2%;
	width:756px;
	height: 85px;
	
}

#pageNav{
	float: right;
	width:185px;
	padding: 0px;
	background-color: #F1F1E2;
	border-left: 1px solid #D9D9B0;
	font: small Verdana;
	top: -4px;
}

#content{
	padding: 0px 12px 0px 0px;
	margin:0px 178px 0px 0px;
	border-left-color: 1px solid #D9D9B0;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 8px 0px 6px 0px;
	color: #ffffff;
	font-weight: normal;
	position: absolute;
	top: 113px;
	left: 0px;
	width: 756px;
}

/************** utility styles *****************/

#utility{
	font: 70% Verdana;
	position: absolute;
	top: 29px;
	right: 33px;
	color: #D9D9B0;
	width: 92px;
}

#utility a{
	color: #000000;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: 175% Verdana;
	color: #000000;
	margin:0px;
	padding: 0px;
	font-size: 16pt;
}

#pageName img{
	position: absolute;
	top: 2px;
	right: 4px;
	padding: 0px;
	margin: 0px;	
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 35px;
color: #D9D9B0;
padding: 0px;
margin: 0px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	right: 6px;
	z-index: 100;
	width: 277px;
}


a.glink, a.glink:visited{
  	font: 70% Verdana;
  	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px 3px 0px 0px;	
}

a.glink:hover{
  	background-image:  url("glblnav_selected.jpg");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 87px;
	right: 15px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
	color: #D9D9B0;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font: 70% Verdana;
	color: #000000;
}

.subglobalNav a:hover{
	color: #000000;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana;
	color: #999999;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {
	height: auto;
}

.feature h3{
	font: bold 175% Verdana;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	position: absolute;
	width: 555px;
	top: 4px;
}

.story h3{
	font: bold 125% Verdana;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule, .story a.link, .story a.visited {
	font: bold 90% Verdana;
	color: #333333;
	display:block;
	padding: 3px 0px 5px 8px;	
	background-image: url(../assets/bg_nav.jpg);
}

.story a.capsule:hover{
	background-color: #D9D9B0;
	background-image: none;
	text-decoration: none;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #D9D9B0;
	font-size: small;
	color: #cccccc;
	padding: 5px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 0px 10px 2px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #D9D9B0;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #D9D9B0;
	background-image:  url(../assets/bg_nav.jpg);
	font-weight: normal;
	font-size: 10px;
	padding: 3px 0px 3px 10px;
	color: #333333;
}

#sectionLinks a:hover{
	border-top: 1px solid #D9D9B0;
	background-color: #D9D9B0;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #D9D9B0;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	border-bottom: 1px solid #D9D9B0;
}

#advert img{
	display: block;
}

/********************* end **********************/
