
/************** Content Styles **************/

.body {
	font-family: sans-serif;
	font-size: 0.75em;
	background-position: 100px 100px;
	margin: 0px 0px 0px 0px;
	background-color:#f7f7f7;
	background-repeat:repeat;
}

LI
{
	margin-left: 0px;
	padding-left: 0px;
}

.content
{
	padding: 0px  25px 0px 0px;
	color: #1d495a;
}

.container
{
	width: 920px;
	margin: 0 auto;
	background-color:#ffffff;
}

h1, .h1, h2, .h2 {
    font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}

h3, h4, .h3, .h4 {
    font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin:0px;
	color: #000000;
}
#result
{
	font-weight:bold;
	font-size:larger;
 	color:#1c6b05;
}
#result a 
{
 	font-weight:bold;
	color:#1c6b05;
	background-repeat:no-repeat;
}

/* End of Content Styles */

/************** Program Nav **************/
 
 .leftnav
{
	background-color:#daecd5;
		width:220px;

}
 .milestoneheader
{
	background-color:#daecd5;
	color:#6e6c6b;
	font-size:1.3em;
	font-weight:bold;
	
}

 .programtreeview
{ 
	color:White;
	font-weight:bold;
	font-size:11px; 
	padding:0px;
}

.programmenudefault
{
	color:#6e6c6b;
	background-color: #daecd5;
	padding:0px; 
	border-style: none;
	height:28px;
	width:218px;	
}
.programmenunodehover
{
	 height:28px;
	color:#6e6c6b;
	background-color: #c9dac4;
	 width:218px;
}
.programmenunodeselecthover
{
	 height:28px;
	 width:218px;
	background-color:#a0b69b;
	color:#FFFFFF;
}

.programmenunodeselect
{
	background-color:#a0b69b;
	color:#FFFFFF;
	 height:28px;
	 width:218px;
}
.programmenunodetop
{
	background-color:#daecd5;	 
	color:#FFFFFF;	
	padding:0px; 
	cursor:pointer;	
}
/************** End of Program Nav **************/

/************** Footer Styles **************/

.footer
{
	width:900px;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 7px;
	position: static;
	text-align: center;
	background-color: #a0b69b;
	color: #FFFFFF;
}
.footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

.footerText
{
	width:870px;
	text-align:left;
	font-size: 12px;
	padding: 5px 15px 10px 15px;
	color: #333333;
}

/* End of Footer Styles */



/************** Header Styles **************/
#Mileage
{
	font-size: 11px;
	padding:  5px 0px 0px 0px;
    letter-spacing:0mm;
     line-height:9pt;
     height:87px;
}

#Mileage strong
{
	color:#a0b69b;
}

.header 
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
}



.calendarButton
{
	font-weight: bold;
}

/* End of Header Styles */



/************** Homepage Styles **************/

.infoBanner
{
	width: 225px;
	height: 100%; 
	padding: 15px;
	text-align:left;
	background-color: #d6ecd1; 
}

/* End of Homepage Styles */



/************** Glove Compartment Styles **************/


.indent
{
	position: relative;
	left: 25px;
}

.calendarButton
{
	font-size:smaller;
	background-color: #c2d8f5;
}

/* End of Glove Compartment Styles */



/************** Link Styles **************/

a:link {
    text-decoration: underline;
    font-weight : normal;
    color: #696969;
}

a:visited {
    text-decoration: underline;
    font-weight : normal;
    color: #696969;
}

a:active {
    font-weight: normal;
    text-decoration: underline;
    color: #696969;
}

a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
}

/* End of Link Styles */



/************** Binoculars **************/

/** HyperLink for the Binocular **/
.binocularHyperLink, .binocularHyperLink_PlainText {
    z-index: 0;
    position: relative;
}

.binocularHyperLink:hover, .binocularHyperLink_PlainText:hover {
    background-color: transparent; /** DO NOT REMOVE **/
    z-index:100;
}


/** Zoomed Out Image **/
.binocularThumbnail {
    border: none;
}

.binocularHyperLink span {
    background-color: White;
    color: Green;
    border-color: Black;
}

.binocularHyperLink_PlainText span {
    background-color: White;
    color: Black;
    border-color: Black;    
}

.binocularHyperLink:hover span, .binocularHyperLink_PlainText:hover span {
    visibility: visible;
}

/** Tooltip **/
.binocularHyperLink span {
    font-weight:bold;
    border-style: solid;
    border-width: 1px;
    text-decoration: underline;
    text-align: center;
    display:none;
    position: absolute;
}

.binocularHyperLink_PlainText span 
{
    width: 250px;
    margin-left: 25px;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    display:none;
    position: absolute;
}

.binocularHyperLink:hover span, .binocularHyperLink_PlainText:hover span {
    display:block;
}

/* End of Binoculars */



/* SUPPORT GROUP */
.CatColor
{
	color:White;
	background-color: #3398c3;
	
}


.Column2
{
	background-color: #dedfdf;
	color: #000000;
}

a.CatColor, a.CatColor:visited
{
	background-color: #3398c3;
	color: #FFFFFF;
}

a.CatColor:hover
{
	background-color: #3398c3;
	color: #FFFFFF;
}



/* END SUPPORT GROUp */
/************** Drop-Down Menu **************/
#dropmenudiv
{
	position: absolute;
	font-size: 10px;
	line-height: 15px;
	z-index: 200;
	margin-top:5px;
}

#dropmenudiv a
{
	width: 150px;
	display: block;
	padding:  0px 0px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-top: None;
	font-size: 11px;
	line-height: 15px;
	background-color:#daecd5;
	color: #000000;
	border-color: White;
}

#dropmenudiv a:hover
{
	background-color: #c9dac4;
	color: White;
	border-color: White;
	width: 150px;
}

/* End of Drop-Down Menu */


div#rightNav 
{
	width:255px;
	padding-top:10px;
	padding-right:1px;
	padding-left:15px;
	background-color:Transparent;
	vertical-align:top;
}

div#rightNav .infoBanner
{
	text-align:left;
	width:auto;
	height:100%;
	background-color: #d6ecd1; 
	
	padding:0px;
	/* padding-left:10px;	*/
	padding: 15px;
	
}

/*********** ShareThis Styling ***********/

div#ShareThis
{
    width: 80px;
    
}

div#ShareThis a
{
	font: bold 12px Arial; 
     font-style:normal;
    border-style: solid;
    border-color: #fff;
    text-decoration:none;
    width:15px;
}

div#ShareThis2
{
    width: 80px;
    
}

div#ShareThis2 a
{
	font: bold 12px Arial; 
     font-style:normal;
    border-style: solid;
    border-color: #fff;
    text-decoration:none;
    width:15px;
}
