@import url(html/calendar.css); 
/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	background-attachment:fixed;
	background-image:url(../testsite/images/index_02.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #FFDAF9;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #D761D3;
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
	color: #AECF4D;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 90% Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 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:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#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: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: right;
	width:170px;
	padding: 0px;
	background-color: #F5f7f7;
	border-left: 0px none #cccccc;
	border-bottom: 0px none #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	border-right: 1px solid #ccd2d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd2d2;
	left: 0px;
	padding-right: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 175px;
	z-index: 101;
	left: 230px;
}


 
 input#search-input {
	position: absolute;
	top: 8px;
	left: 60px;
	background-color: #fff;
	padding: 0;
	border: 1px solid;
	border-color: #828a8a #a1a9a9 #dce3e3 #a1a9a9;
	margin: 5px 0 0 3px;
	line-height: 20px;
	color: #000;
	height: 20px;
	width: 150px;
}
 input#search-input:focus {
border: 1px solid;
border-color: #429252 #5aba4a #63df52 #5aba4a}
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
		
}
div#searchDIV input#search {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 35px}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {
	height: auto;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px;
	font-size: 70%;
}

.story h3{
	font: bold 105% 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: none #DFDFDF;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px none #ffffff;
	border-bottom: 1px solid #E4E4E4;
	background-image:  url(bg_nav.jpg);
	font-weight: normal;
	padding: 2px;
	color: #666666;
	left: 10px;
	top: 3px;
	right: 0px;
	bottom: 3px;
}

#sectionLinks a:hover{
	border-top: 1px solid #003300;
	background-color: #E2E2E2;
	background-image: url(images/home_09.jpg);
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 1px;
	/*border-bottom: 1px solid #cccccc;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	display: inline;
}

.relatedLinks a{
	display: inline;
	padding: 3px;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.toplhsbck {
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #E9A9E8;
	background-color: #FFF6FF;
}
#lghbrd {
	border: 1px solid #999999;
}
.botRHSimg {
	background-image: url(images/botbrd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bluborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #075B9E;
	border-right-color: #075B9E;
	border-bottom-color: #075B9E;
	border-left-color: #075B9E;
	border-top-width: 1px;
	border-top-style: solid;
}
.botlgbrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#yelbrd {
	border: 1px solid #FFCC00;
}
#blubrd {
	border: 1px solid #006699;
}
.rfhsbrd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#LinkTo {

	clear: both;
	border-top: none #cccccc;
	font-size: 10px;
	color: #FF9900;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
.story2 {
	padding: 10px 0px 0px;
	font-size: 60%;
	color: #666666;
}
hr {
	border: 1px dotted #D0E4F4;
}
#lghbrd2 {

	border: 1px solid #E7EFFE;
}
#titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #000066;
	text-decoration: none;
}
.tickerDiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
}
#siteInfo1 {
	clear: both;
	border-top: 1px solid #DFDFDF;
	font-size: 10px;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#topbar {
	background-image: url(images/home_13.jpg);
	background-repeat: no-repeat;
}
#input {
	border: 1px solid #0083C1;
}
.tickls {
	color: #FF6600;
}
.horz_sep {
	background-image: url(images/page_sep.gif);
	background-repeat: repeat-y;
	background-position: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sepLine {
	background-image: url(images/page_sep.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#catBckgrnd {
	background-attachment: scroll;
	background-image: url(images/images/hp_template_15N.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#pasBckgrnd {
	background-attachment: scroll;
	background-image: url(images/images/hp_template_24.jpg);
	background-repeat: no-repeat;
}
#resBckgrnd {
	background-attachment: scroll;
	background-image: url(images/images/hp_template_2.jpg);
	background-repeat: repeat-y;
}
#wldNbckgrnd {
	background-attachment: scroll;
	background-image: url(images/images/hp_template_07.jpg);
	background-repeat: repeat-y;
}
.v_sep {
	background-image: url(images/v_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.h_sep {
	background-image: url(images/h_bar.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#siteInfo a:link a:visited {
	color: #FFFFFF;
}
#siteInfo a:hover {
	color: #ffffff;
}
.footbck {
	background-image: url(images/footer_bkg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
#spacerbox {
	left: 215px;
	top: 1093px;
	position: absolute;
	visibility: visible;
	z-index: auto;
	width: 567;
	height: 3;
}
#vspacerbox {

	left: 1px;
	top:-56px;
	position: relative;
	z-index: auto;
	width: 782;
	height: 3;
}
#res_location {
	position: absolute;
	left: 1px;
	top: 165px;
}
#topbar1 {

	position: absolute;
	left: 218px;
	top: 167px;
}
#vspacerbox1 {


	left: 216px;
	top:-51px;
	position: relative;
	z-index: auto;
	width: 567;
	height: 3;
}
#topbar2 {


	position: absolute;
	left: 250px;
	top: 167px;
}
#tablepos {
	left: 230px;
	top: 197px;
	position: absolute;
}
#vspacerbox3 {


	left: 1px;
	top:-50px;
	position: relative;
	z-index: auto;
	width: 782;
	height: 3;
}
.itemSep {
	background-image: url(images/ruledot.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.itemTopSep {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CAAACE;
}
#lghbrd3 {
	border-top: 1px none #C5C5C5;
	border-right: 1px none #C5C5C5;
	border-bottom: 1px none #C5C5C5;
	border-left: 1px solid #C5C5C5;
}
.search {
	border: 1px solid #999999;
}
.overField {
	border: 1px solid #999999;
	background-color: #CEE7F4;
}

