/* XXX-style.css 

 Notes: 
 o Logo Image must be 80x765px

/*== set default font */

body {									
	font-family: Tahoma; font-size: 80%; font-style:normal;
	color: #000000; 
	}
	
	
/*== background and font for iframe */

body.ifrm_body {				
	background-color:#FFeeFF;
	}


/*== appearance of brand name in masthead */

#masthead_brandname {  
	font-family: impact;
	font-size: 2.3em;
	font-style: italic;
	}
	

/*== background color of masthead - Only Change if using Logo + Text in banner */
#masthead_div {
	background-color: #ffffff;
	}

/*== where brand name text appears - Only Change if using Logo + Text in banner*/

#masthead_img{					
	vertical-align: -220%;
	margin-right: 50px;
	}
	
/*== background color and font of globalnav line */

#globalnav_div {				
	background-color: #0F6D0D;
	font-family: Tahoma; font-size: 1.1em 
	}



/*== font family and size for global nav items */

ul#globalnav li a:link, ul#globalnav li a:visited {
	color: #FFCC00; 
	font-weight: normal;
	text-decoration: none;
	}

ul#globalnav li a:hover {
	color: #FFCC00; 
	font-weight: normal;
	text-decoration: underline;
	}
	
 ul#globalnav li a:active {
	color: #FFCC00; 
	font-weight: normal;
	text-decoration: none;
	} 


/*== appearance of separators in left nav (travel center, info center... */

p.leftMenuTitle { 				
	background-image: url('../images/bg-MenuBlue.gif');
	font-size: 1.05em; 
	font-weight: bold; 
	color: black; 
	text-decoration: none 
	}

/*== background color left nav */

#leftnav_div {
	background-color: #ffffff;
	}
	
/*== font family and size for left nav */

#leftnav_div ul li {    	
	font-family: Tahoma;
	font-size: 1em;
	padding: 1px;	
	}

/*== color and style left nav links */

#leftnav_div ul li a:link {
	color: #333333; 
	font-weight: normal;
	text-decoration: none;
	}
	
#leftnav_div ul li a:visited {
	color: #333333; 
	font-weight: normal;
	text-decoration: none;
	}
	
#leftnav_div ul li a:hover {
	color: #333333; 
	font-weight: normal;
	text-decoration: underline;
	}
	
	/* note:  #leftnav_div ul li a:active   doesn't work right w/ IE bug hack  */





/* font styles for headings probably just change colors below */

h1, h2, h3 {							
	font-family: tahoma;
	}
	
h1, .bigBlack {
	font-size: 1.5em; font-weight: bold; font-style:italic;
	color: #003366; 
	text-decoration: none }

h2  {
	font-size: 1.15em; font-weight:bold;
	color: #333333; 
	text-decoration: none;
	}

h3,	.bigText{
 	font-size: 1em; font-weight:bold;
	display: inline;
	color: 006700; 
	text-decoration: none; 
	}
	
.titletext{
	font-family: Tahoma; 
	font-size:1.5em; font-weight: normal; font-style:italic; 
	color: #b22828; 
	text-decoration: none 
	}



/*== DO NOT CHANGE THESE!!! ==*/
/* these are some defaults for text, etc. */	


#leftnav_div ul{
	list-style: none;
	}

.ltext, a:link{
	cursor: pointer; 
	text-decoration: underline; 
	color: #000000;
	}
	
table, .text {					/* should not need to change this */
	font-size: 1em;
	}
	
	
input, textarea {
	font-family: Arial; 
	font-size:9pt;
	color: black;
	background-color: #FFFFc8;
	}

input checkbox {
	background-color: #FFFFFF;
	}

	
body.ifrm_body {
	margin:5px;
	}
	
#id_AboutUs {
	margin: 0px;
	visibility: hidden;
	}
	
	/*---------- END OF STYLESHEET ---------*/