/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

td {
  font-size: 8pt;
}
/******* 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 120% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #FFFFFF;
 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 Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
font-size: 8pt;
}

select{
font-family: Arial,sans-serif;
font-size: 8pt;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	width: 540px;
	background-color: #ffffff;
}

#pagecell2{
	width: 750px;
}

#ad{
	position:absolute;
    width: 175px;
	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{
	width:750px;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	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: 75% Verdana,sans-serif;
	position: absolute;
	top: 100px;
	right: 0px;
	color: #919999;
	display: none;
}

#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:#FFFFFF;
	display: none;
}

#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;
display: none;
}

#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: 80%;
	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: #000000;
	background-color:#FFFFFF;
}

#breadCrumb a{
	color: #000000;
}

#breadCrumb a:hover{
	color: white;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
	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{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	font-size: 80%;
	padding-right: 20px;
}

.story h3{
	font: bold 125% 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: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color:#ffffff;
	display: none;
}

#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;
}

#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;
	font-size: 80%;
	background-color:#E9EAEE;
}

.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: black;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid black;
}

.subheading {
  font-size: small;
  font-style:italic;
  color:#000000;
}


.address {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	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: Black;
	vertical-align: top;
	text-align: left;
	background-color: #E0E0E0;
	/*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-weight: bold;
  text-align: right;
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

tr.vehicle {
	font-size : 10pt;
}

tr.head {
	font-size : 12px;
	text-align : left;
	background-color:  #FFFFFF;
	font-weight: bold;
	color : #000000;
} 

.highlight {
  font-size: 14px;
  color: #FF0000;
  font-weight: bold;
  text-align:center;
}

HR {
 color: navy;
}

.divider {
  width: 70%;
  margin-left: 100px;
  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: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	color:#FF3300;

}

.smallbodytext {
font-family: Verdana;
 font-size: 14px;
 font-weight: normal;
 color:#000000;
 }

.borderleft {
  border-left-color:#000000;
  border-left-width: 1px;
  border-left-style: solid;
}
