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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: "Trebuchet MS";
	margin: auto;
	padding: 0px;
	color: blue;
	width: 950px;
}

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

a:link, a:visited{
	color: blue;
	text-decoration: underline;
}

a:hover{
	color: red;
	text-decoration: underline;
}




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

h1{
 font: bold 120% "Trebuchet MS";
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

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

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

h4{
 font: 100% "Trebuchet MS";
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% "Trebuchet MS";
 color: red;
 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 *********/

.formField {
	margin: 5px 0;
	font-weight: normal;
	color: blue;
	width: 250px;
	border: 1px solid #C4D7F0;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.emailLabel {font-size: 12pt;
}
label{
 font: bold 1em "Trebuchet MS";
 color: #334d55;
}
				
input{
font-family: "Trebuchet MS";
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width:950px;
	background-color: #ffffff;
	margin: auto;
	height: 100%;
}

#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: left;
	width:150px;
	padding: 0px;
	font: normal 11px Verdana, sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 150px;
	/*border-left: 1px solid #ccd2d2;*/
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

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

#utility{
	font: 75% "Trebuchet MS";
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}
#dateStyle{
	padding: 0px 0px 5px 10px;
	font: small "Trebuchet MS";
	color: red;
}

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

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

#pageName h2{
	font: bold 175% "Trebuchet MS";
	color: red;
	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;
}
.redline {color: red}

.redlineLink {
	color: red;
	text-decoration: underline;
}
.redlineLink:hover {
	color: red;
	text-decoration: none;
}
.bluelineLink {
	color: blue;
	text-decoration: underline;
}
.bluelineLink:hover {
	color: red;
	text-decoration: underline;
}

/*************** 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: 0px 0px 5px 10px;
	font: small "Trebuchet MS";
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

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

.feature h3{
	font: bold 175% "Trebuchet MS";
	color: red;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
#headerinfo{
	clear: both;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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

.story {
	padding: 10px 0px 0px;
	font-size: 12pt;
}

.story h3{
	font: bold 125% "Trebuchet MS";
	color: red;
}

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

.story a.capsule{
	font: bold 1em "Trebuchet MS";
	color: red;
	display:block;
	padding-bottom: 5px;
}

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

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

.subStory {
	padding: 10px 0px 0px;
	font-size: 11pt;
}
.capCorp{
	font: italic bold 12pt "Trebuchet MS";
	color: #3366FF;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: red;
	width: 96%;
	display: block;
	margin-left: 22px;
	margin-top: 5px;
}

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

#siteInfo{
	/*border-top: 1px solid #E7E7E7;*/
	font-size: 13px;
	color: #cccccc;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(images/bg_copyright.jpg);
	background-repeat: repeat-x;
	clear: both;
	margin-bottom: 35px;
}

#siteInfo img{
	padding: 4px 4px 0px 0px;
	vertical-align: middle;
}
.copyrightLine1{
	font-size: 13px;
	color: #999999;
	width: 55%;
	float: left;
	background-position: left;
}
.copyrightLine2{
	font-size: 13px;
	color: #999999;
	width: 40%;
	text-align: right;
	float: right;
}

/************ 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);
	background-repeat: repeat-y;
	font-weight: bold;
	padding: 3px 0px 3px 4px;
	color: red;
	font-size: 11pt;
	text-align: left;
}
*/
/*#sectionLinks a:hover{
	background-color: ;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#sectionLinks b:hover{
	border-top: 1px solid #cccccc;
	background-color: blue;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}*/

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

.relatedLinks{
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
.relatedLinks:hover{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: blue;
	text-decoration: underline;
	color: #FFFFFF;
}
.relatedLinksNull{
	margin: 0px;
	padding: 0px 0px 0px 8px;
	background-color: white;
	text-decoration: underline;
	line-height: 35px;
	color: red;
	font-weight: normal;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: red;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
	padding: 0px 0px 5px 5px;
	text-decoration: underline;
}
.relatedLinks a:hover{
	display: block;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 0px 0px 5px 5px;
	background-color: blue;
	border-left: 5px solid blue;
	font-weight: normal;
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
.hrule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: red;
}
.headerFrame {
	font-family: "Trebuchet MS";
	border: 1px solid blue;
	margin: 0px;
	padding: 0px;
	height: 248px;
}
.headerFrame2 {
	font-family: "Trebuchet MS";
	border: 1px solid blue;
	margin: 0px;
	padding: 0px;
	height: 138px;
}
.joinUsFrame {
	border: 1px solid #C4D7F0;
	margin: 0px;
	padding: 0px 10px 10px;
	background-color: #F5F7F7;
	color: blue;
}
.headerCells {
	font-family: "Trebuchet MS";
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
#joinForm {
	background-color: #F5F7F7;
	width: 275px;
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	top: 0px;
	margin-top: 0px;
	background-position: top;
	border: 1px solid #C4D7F0;
}
#sponsorForm {
	background-color: #ffffff;
	width: 275px;
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	top: 0px;
	margin-top: 0px;
	background-position: top;
	border: 1px solid #C4D7F0;
}
.formStyle {
	background-color: #FAFBFD;
	border: 8px solid #FAFBFD;
	text-align: left;
	vertical-align: top;
	font-size: 11pt;
}
.formBox {
	font-weight: normal;
	color: #0099FF;
	border: 1px solid #CDE0EE;
	width: 225px;
	float: left;
	margin: 2px;
}
.formBox2 {
	font-weight: normal;
	color: #0099FF;
	border: 1px solid #CDE0EE;
	width: 500px;
	float: left;
	margin: 2px;
	height: 100px;
}
.formDropShort {
	font-weight: normal;
	color: #0099FF;
	border: 1px solid #CDE0EE;
	width: 100px;
	float: left;
	margin: 2px;
}
.formDropLong {
	font-weight: normal;
	color: #3366FF;
	border: 1px solid #CDE0EE;
	width: 225px;
	margin: 2px;
	float: left;
}
.logoTitle {
	font-family: "Trebuchet MS";
	font-size: 19pt;
	font-weight: normal;
	color: blue;
	font-style:normal;
	letter-spacing: 2px;
}
.logoTitle2 {
	font-family: "Trebuchet MS";
	font-size: 19pt;
	font-weight: normal;
	color: red;
	font-style:normal;
	letter-spacing: 2px;
}
.threePoint {
	font-family: "Trebuchet MS";
	font-size: 13pt;
	font-weight: normal;
	color: blue;
	letter-spacing:3pt;
	display: block;
	width: 96%;
	font-style: italic;
	letter-spacing: 1px;
}
.completeLogo {
	display: block;
	margin-left: 22px;
	width: 96%;
	margin-top: 24px;
}
.joinTitleText1 {
	font-size: 15pt;
	font-weight: bold;
	background-position: center;
	padding-bottom: 8px;
	padding-top: 8px;
	color: blue;
}
.contributeBoxes {
	font-size: 15pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 0px;
	color: blue;
	float: right;
	width: 280px;
	padding-left: 10px;
}
.joinTitleText2 {
	font-size: 12pt;
	font-weight: normal;
	background-position: center;
	margin-bottom: 10px;
	color: blue;
}
.joinTitleText3 {
	font-size: 14pt;
	font-weight: bold;
	background-position: center;
	padding-bottom: 8px;
	padding-top: 8px;
	color: blue;
}
#pagecell1 #siteInfo copyRight {
	width: 60%;
}
.submitInfo {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: red;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #990000;
	padding: 2px;
}
.submitInfo:hover {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: blue;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000099;
	padding: 2px;
}
/************* Videos Frame style **************/
.videoFrame {
	font-family: "Trebuchet MS";
	border: 1px solid blue;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imga {
		
}
