/* CSS Document */

/* Base Structure */

html,body {
	margin:0;
	padding:0 0 15px;
	min-width:740px;
	background-color:#000066;
	font-family:  Arial, Helvetica, sans-serif;
	}
	
#ie5fix	{
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
}	

/*\ IE Win hack ~ height acts like min-height */ 
* html #wrapper {height: 100%;} 
* html #head_index {height: 100%;} 
/* end comment required */ 


/* Index Landing Page Template Structure */

div#wrapper_index {
	margin:15px auto;
	width:740px;
	border: thin solid #880113;
	background-color:#FFFFFF;
	}

#head_index {
width:740px;
height:200px;
background-image:url(../images/index_head_bkgd.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

.index_link {
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 120%;
}

#blue_rule {
background-color:#000066;
height:4px;
margin:2px;
}


#right_image {
width:370px;
float:right;
text-align:center;
}


#left_image {
width:370px;
float:left;
text-align:center;
}

/* Shared Between Laanding Page and Local National Template */

	#flashcontent {
	border: solid 0px #333333;
	}
	
#phone {background-color:#880113;
font-size:22px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
text-align:center;
padding:4px;
margin:4px;
}


/* Local & National Client Template Structure */

div#wrapper {
	margin:15px auto;
	width:740px;
	border: thin solid #880113;
	background-image:url(../images/bkgd_wrap.jpg);
	background-repeat:repeat-y;
	}
	
#main {
	float:right;
	width:545px;
	height: 100%;
	background-color:#FFFFFF;
	}

#spd_table {
	width:488px;
	height: 100%;
	margin:15px auto;

	}
	
html>body #sidebar {
	width:190px;	
	height: 100%;
	}

#topleft_sidebar {
height:140px;
margin:12px 0 0px 0;
}

	
#footer {
padding:0px 10px 10px 190px;
width:530px;
clear:both;
}	

	
#footer p {
margin:0;
font-family:  Arial, Helvetica, sans-serif;
}

#footer ul {
margin:0;
padding:6px 6px 0 16px;
list-style:none;
font-size:11px;
line-height:130%;
}

#footer li a {font-size:11px; font-weight:normal; text-decoration:none;}

#footer li {
  display:inline;
  margin:0;
  padding:0;
  padding:0 .3em 0 .5em;
  color:#000066;
  font-family:  Arial, Helvetica, sans-serif;
  border-left:1px solid #000066;
}

#footer li.first {
  border-left-width:0;
  padding-left:0;
}


#footer a {
  color:#000066;
  text-decoration:underline;
}
  
 #footer a:hover {
  color:#CC0000;
  text-decoration:underline;
  } 

#footer a.first {
  border-left-width:0;
  padding-left:0;
  }

.head_clientarea {
font-size:14px;
padding:0px 0 0 14px;
font-weight:bold;
text-transform:uppercase;
color:#880113;
}

/* Begin CSS Popout Menu */

#menu {
width:190px;
}

#menu ul {
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	/* border-bottom: 1px solid #ccc; */
	}

#menu ul li {
	position: relative;
	}
	
#menu li ul {
	position: absolute;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #000066;
	padding: 6px 0 6px 18px;
	/* border: 1px solid #ccc; */ /* IE6 Bug */
	border-bottom: 0;
	}
	
#menu ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image:url(../images/bttn_hov.gif);
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */
		
#menu li:hover ul { display: block; } /*  The magic */


/*============================== Links ==============================*/

a:LINK {
	text-decoration: none;
	font-weight:bold;
	text-decoration: underline;
font-size:14px;
	color: #000066;
	}
	
a:VISITED {
	text-decoration: none;
	text-decoration: underline;
	font-weight:bold;
	color: #000066;
	}
	
a:HOVER {
	text-decoration: none;
	color: #880113;
	}
	
	

/*=============================== Content ===================================*/


/* Header fonts begin...*/

h1{
margin:0px;
text-align:center;
}

h2{
font-family:Georgia, "Times New Roman", Times, serif;
margin: 10px 20px 10px 0px;
color:#1D1D1D;
font-size:110%;
font-style:italic;
text-align:left;
}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color: #FEFFC5;
font-size:110%;
margin: 18px 20px 4px 8px;
text-align:left;
}

.h3color {
color: #CC0000;
}


/* Para style */

p {
background:transparent;
color:#000000;
font-size:12px;
line-height: 150%;
left: auto;
margin:0 14px 0 18px;
}

p.Spring {
background:transparent;
color:#000000;
font-size:12px;
line-height: 15px;
left: auto;
}

li.content {
color:#000000;
font-size:12px;
line-height: 150%;
left: auto;
margin:0 14px 0 18px;
}

.150mile {
	font-size: 11px;
	font-weight: bold;
}

.floatright {float:right;}

.footertxt{ font-size:11px; color:#FFFFFF; text-align:left;}
.headerTxt{ font-size:15px; font-weight:bold; color:#CC0000;}

