/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.htmll         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Gill Sans,Arial,sans-serif;
	color: #708090;
	line-height: 1.166;
	margin-left: 20px;
	padding: 0px;
	background-color: #FFFFFF;
}

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

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

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold Arial, sans-serif;
 font-size: x-large;
 color: #000000;
 margin: 0px;
 padding: 0px;
 }

h2{
 font: bold Arial, sans-serif;
 font-size: x-large;
 color: #000000;
 margin: 0px;
 padding: 0px;
 line-height: 140%;
}

h3{
 font: bold Arial, sans-serif;
 font-size: medium;
 color: #003C68;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #003C68;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 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 Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:static;
	top: 111px;
	left: 20px;
	right: 0%;
	min-width:650px;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F0F0F0;
	color: #000000;
}

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

#tr {
	position:static;
	top: -29px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	left: 1226px;
}

#masthead{
	position: static;
	top: 0px;
	min-width:650px;
	max-width:1000px;
	margin-left: auto;
	margin-right: auto;
	width:95.6%;
	
}

#pageNav{
	clear: left;
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

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

#utility{
	font: 75% Verdana,sans-serif;
	position: static;
	top: 17px;
	right: 0px;
	color: #003C68;
	left: 295px;
	width: 400px;
	
}

#utility a{
	color: #003C68;
}

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

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
}

#pageName h2{
	font: bold 175% Gill Sans, Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: static;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
	position: static;
	width: 100%;
	min-width: 700px;
	height: 32px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/gbnav_back.gif);	
}

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

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

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

#globalLink{
	position: static;
	top: 114px;
	height: 22px;
	min-width: 600px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	background-color: #D0E0E0;
	width: 714px;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #003C68;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	
}


}

.skipLinks {display: none;}

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

.subglobalNav{
	position: static;
	top: 204px;
	left: 14px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #003C68;
	overflow: auto;
	background-color: #FFFFFF;
	width: 700px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #003C68;
	background-color: #FFFFFF;
}

.subglobalNav a:hover{
	color: #000000;
	text-decoration: underline;
}

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

#search{
	position: static;
	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 0px 10px;
	font-size: 85%;
	font: sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	font-size: 85%;
	color: #AAAAAA;
}

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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	min-height: 200px;
	height: 200px;
	text-align: justify;

}
html>body .feature {height: auto;}

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


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

.story {
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story h3{
	font: bold 125% Gill Sans, Arial,sans-serif;
	color: #000000;
}

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

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

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


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #80A8B8;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #FFFFFF;
	text-align: center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	background-color: #FFFFFF;
}


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

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

}

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

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url(../images/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #003C68;
}

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


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

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

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

.relatedLinks a{
	display: block; 
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.main_body {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}
p {
	font-family: Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}



/* roundrect example from http://redmelon.net/tstme/4corners/ */

 /* set background images for corners */
.rbroundbox { background: url(/images/simple_background.gif) repeat; }
.rbtop div  { background: url(/images/simple_top_left.gif) no-repeat top left;}
.rbtop      { background: url(/images/simple_top_right.gif) no-repeat top right;}
.rbbot div  { background: url(/images/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(/images/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; min-height: 100px;}
.rbpersoncontent  { margin: 0 14px; min-height: 20px;}
.rbroundbox { width: 95%; margin: auto; clear:right;}






/* other CSS rules */

pre { overflow: auto; width: 90%; }
body { font-family : Gill Sans, Verdana, Arial, Helvetica, sans-serif; font-size: 120%; }
.rbroundbox p, #realcontent .rbroundbox p { padding: 0; margin: 1em 0 0 0; }


img {border:0}


