/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #000164 url("../images/bg_grad.jpg") repeat fixed left;
	font-size: 10pt;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
}

a:hover{
	text-decoration: underline;
}

/************** 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 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #FF6600;
 font-size: 10pt;
 font-weight:bold;
 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: 0px;
	padding: 0px;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	font-size: 9pt;

}

#globalLink form {
	position: absolute;
	top: 0px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	z-index: 100;
}

#update form {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 0px none;
}


#forgotPassword form {
	    width: 360px;
		padding: 10px 0px 0px 0px;
}

#login form {
	    width: 400px;
		margin-left: 30px;
		padding: 10px 0px 0px 0px;
}

#login form table td {
		padding: 5px 5px 0px 0px;
}

.loginlabel {
 font-weight:bold;
 color: white;
 }

#register form {
	    width: 400px;
		padding: 10px 0px 10px 0px;
}

#register2 form {
		padding: 10px 0px 10px 0px;
}

label {
 font-weight: bold;
 color: #334d55;
}
				
input{
font-size: 8pt;
}

select{
font-size: 8pt;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 180px;
	left: 2%;
	right: 2%;
	width: 540px;
	background-color: #ffffff;
}

#pagecell2{
	position:absolute;
	top: 180px;
	left: 2%;
	right: 2%;
	width: 750px;
	background-color:#E9EAEE;
}

#ad{
	position:absolute;
    width: 175px;
	top: 180px;
	left: 576px;
	right: 2%;
	color: #FFFFFF;
	background-color: background: #cccccc url("../images/bg_grad.jpg") fixed;
}

#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:750px;
	background-color: #000066;
	background-image: url(../images/headernew.jpg);
	background-repeat: no-repeat;
	height: 120px;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color:#E9EAEE;
	border-right: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	background-color:white;
}

#contentfull{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ccd2d2;
	background-color:white;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 9pt Verdana,sans-serif;
	position: absolute;
	top: 100px;
	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;
	background-color:#000066;
}

#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: absolute;
top: 120px;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("../images/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;
	font-weight: 400;
	color: #000000;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.glink:hover{
  	background-image:  url("../images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 155px;
	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: 10pt;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** 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,sans-serif;
	color: #AAAAAA;
	background-color:#000066;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: white;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	min-height: 200px;
	height: 200px;
}

.contact {
  font-size: 12px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}

.feature div.news img{
	float: left;
	padding: 0px 10px 0px 0px;
}

/*************** story styles ******************/

.story {
	padding-right: 20px;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 5px 0px;
}

p {
	margin-top: 4px;
}

.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: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#ffffff;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #E9EAEE;
	width: 800px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #cccccc;
	background-color: #E9EAEE;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	font-size: 9pt;
}

#sectionLinks a:hover{
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #21536A;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-weight: bold;
	background-color:#E9EAEE;
	font-size: 8pt;
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
	color: #000000;  
}

.relatedLinks a:visited{
	display: block;
	color: #000000;  
}

.relatedLinks a:hover{
	display: block;
	color: #FF3300; 

}


/**************** advert styles *****************/

#advert{
border-top: 1px solid #cccccc;
	padding: 10px;
	background-color:#E9EAEE;
	border-bottom: 1px solid #cccccc;
	
}

#advert img{
	display: block;
}

/********************* end **********************/

div.heading {
	font: bold 16pt Arial,sans-serif;
	color: navy;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid navy;
}

.subheading {
  font-size: small;
  font-style:italic;
  color:#FF3300;
}


.address {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000080;
	font-size: 14px;
}

.boldItalic {
	font-weight : bold;
	font-style:italic;
}

div.callout
{
	width: 30%;
	border-top: 2px solid #FF3300;;
	border-bottom: 2px solid #FF3300;;
	font-family: arial;
	font-style: italic;
	font-size: 10pt;
	padding: .75em .75em .75em .75em;
	margin: .75em 0em .75em .75em;
	float: right;
}

span.author {
font-size: smaller;
font-weight:bold;
}

.clear {
clear:both;
}

.indent {
 margin-left: 90px;
}

div.rightpic {
  float:right;
  padding: 10px 0px 10px 10px;
}

table.carcareone {
border : solid;
border-color : black;
width : 100%;
font-size : 8pt;
}

div.pic
{
  float: right;
  padding: 10px 0px 10px 10px;
}

div.leftpic
{
	float: left;
	margin: .5em 1em .5em 0em;
}

.topic_bar
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	vertical-align: top;
	text-align: left;
	background-color: #003366;
	/*gray*/
	background-image: none;
	padding-left: 3px;
	width: 100%;
	margin-left: 3px;
	margin-bottom: 10px;
}

/*Use for all fields labels for input and checkboxes fields*/
.label_field {
font-family:  Arial, Helvetica, Verdana, sans-serif;
font-size: 11pt;
font-weight: bold;
background-color: #E0E0E0; /*gray*/
text-align: left;
text-indent: 2px;
}

div.accentline {
border-top: 2px solid #330066;
margin-bottom: 1em;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
}

.red {
color: red;
}

div.message {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color: black;
font-weight: bold;
}

.label {
 font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
  vertical-align:middle;
  font-size: 9pt;
}

.bold {
  font-weight: bold;
}

tr.vehicle {
	font-size : 8pt;
}

tr.head {
	font-size : 9pt;
	text-align : left;
	background-color:  #483D8B;
	font-weight: bold;
	color : white;
} 

.highlight {
  font-size: 14px;
  color: #FF0000;
  font-weight: bold;
  text-align:center;
}

HR {
 color: navy;
}

.divider {
  width: 80%;
  clear:both;
  margin-left: 90px;
  margin-top: 25px;
  margin-bottom: 25px;
  border-bottom-color: navy;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.news {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.transparency {
  -moz-opacity: 0.50;
  filter: Alpha(Opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.bodytext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color:#FF3300;

}

.smallbodytext {
font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 color:#000000;
 }

.borderleft {
  border-left-color:#000000;
  border-left-width: 1px;
  border-left-style: solid;
}

.question {
 font-style:italic;
 color:#FF6600;
 }
 
/* =========================================================================
 * Floating Boxes - right floated boxes
 * ========================================================================= */
	/* Outer container for 1 or more boxes */
	div.floatBoxes {
	    width: 200px;
		float: right;
		margin: 10px 0px 0px 5px;
		padding: 0px;
	}
	/* Single box container */
	div.floatBox {
	    margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	div.floatBox table {
		width: 100%;
	}
	.floatBoxHeader {
        		background-color: #330066;
        		color: #FFFFFF;
        		text-align: center;
       	 		padding: 4px;
        		font-weight: bold;
				font-size: 10pt;
        		vertical-align: middle;
	}
	
	.floatBoxContents {
		padding: 0px 2px 2px 0px;
		background-color: #CCCCCC;
	  	border-width: 1px;
	  	border-style: solid;
	  	border-color: #330066;
		font-size: 8pt;
	}
	
	ul.helplinks li {
	    	list-style-image: url(../images/help.bmp);
			padding:0px;
	}

	ul.helplinks li a {
		vertical-align: top;
		margin-left: 5px;
	}
	
	ul.helplinks  {
	    	list-style-type: none;
			margin-left: 40px;
			padding: 0px;
	}
	
	.floatBoxContents ul.links li {
	    	list-style-image: url(../images/arrow_330066_CCCCFF.gif);
	}
	.floatBoxContents ul.links  {
	    	list-style-type: none;
			margin-left: 20px;
			padding: 0px;
	}

	td.lc {
	        background-image: url(../images/left_top_FFFFFF.gif);
	        background-repeat: no-repeat;
	        background-position: left top;
	        background-color: #330066;
	 }
	 td.rc {
	        background-image: url(../images/right_top_FFFFFF.gif);
	        background-repeat: no-repeat;
	        background-position: right top;
	        background-color: #330066;
   	 }   
	 
	 .fields {
	 	font-style:italic;
		font-size: 8pt;
	 }
