/* clear the playing field, reset global padding and margin */
@import "reset.css";

body {
	text-align:center;
	background-color:#dfdfdd;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	font-size:100%;
}

p {
	color:#000000;
	margin-bottom:20px;
	line-height:1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}



img {
	border:none;
	margin:0;
	padding:0;
}

.leftSeal {
margin-left: -66px;
float:left;
}

h1 {
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	color:#495563;
}

h2 {
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#093a58;
}

h3 {
	margin:10px 0 5px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#000000;
}

h4 {
	margin:28px 0 5px 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#000033;
}

/* Homepage Specific Elements */



/* Page Layout Framework */

#pageframe {
	margin:0 auto;
	display:block;
	width:1005px;
	height:auto;
}

#banner {
	background-image:url(../images/bannerBrushArt.png);
	background-repeat:no-repeat;
	background-position: 50% 0;
	width:1005px;
	height:130px;
	margin:0;
	padding:0;
}

#backtohome {
	float:left;
	width:250px;
	height:81px;
	margin:10px 0 0 30px;
}

*html #backtohome {
	float:left;
	width:334px;
	height:76px;
	margin:10px 0 0 58px;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	min-height:550px;
}

#header {
	margin:20px 0 0 0;
	width:900px;
	height:100px;
	text-align:left;
}

#header_logo {
	float:left;
	width:600px;
}

/*  Main Site Navigation */

#navbar {
	text-align:left;
	margin:-20px 0 0 21px;
	padding:8px 0 0 0;
	background-image:url(../images/navbar.gif);
	background-repeat:no-repeat;
	width:964px;
	height:27px;
	background-color:#000066;
}

*html #navbar {
	text-align:left;
	margin:-20px 0 0 0;
	padding:10px 0 0 0;
	background-image:url(../images/navbar.gif);
	background-repeat:no-repeat;
	width:964px;
	height:25px;
	background-color:#000066;
}

*html #navbar li {
	padding:0 3px 0 8px;

}

ul.mainnav {
	width:755px;
	padding:1px 1px 1px 3px;
}

.mainnav li {
	list-style:none;
	list-style-type:none;
	display:inline;
	color:#666666;
	font-weight:bold;
	font-size:13px;
	letter-spacing:.07em;
	border-right:2px #666666 solid;
	padding:0 7px 0 3px;
}

.mainnav li.clearnavborder {
	border-right:none;
}

#navbar a {
	color:#FFFFFF;
	text-decoration:none;
}

#navbar a:hover {
	padding:5px 0 5px 0;
	color:#fff;
	background-color:#62719a;
}

#navbar_search {
	margin:-18px 5px 0 0;
	padding:0 0 2px 0;
	float:right;
	width:165px;
	height:22px;
}

.searchbox1 {
	color:#000066;
	margin:0;
	float:left;
	border:0;
	width:124px;
	height:19px;
	font-size:10px;
	background-image:url(../images/searchbox1_bg.gif);
	background-repeat:no-repeat;
	padding:4px 0 0 6px;
}

.searchgo {
	width:27px;
	height:17px;
	padding:0;
	margin:3px 0 0 0;
	float:right;
}

/*  Global Top Navigation */

#topnavbar {
	margin:15px 19px 0 0;
	padding-top: 4px;
	float:right;
	width:396px;
	height:47px;
	background-image:url(../images/top_nav_bg.png);
	background-repeat:no-repeat;
}

*html #topnavbar {
	margin:15px 10px 0 0;
	padding:0;
	width:396px;
	height:47px;
	background-image:url(../images/top_nav_bg.png);
	background-repeat:no-repeat;
}

.topnav li {
	list-style:none;
	list-style-type:none;
	display:inline;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	border-right:1px dotted #CCCCCC;
	padding:0 7px 0 4px;
	letter-spacing: 1px;
}

*html .topnav li {
	list-style:none;
	list-style-type:none;
	display:inline;
	color:#666666;
	font-weight:bold;
	font-size:11px;
	border-right:none;
	background:url(../images/vertrule-dotted.gif) repeat-y right;
	padding:0 4px 0 9px;
}

.topnav {
	height:27px;
	margin:3px 0 0 0;
}

*html .topnav {
	height:19px;
	margin:0;
	padding:8px 0 0 0;
}

.topnav li.clearnavborder {
	border-right:none;
	background:none;
}

#topnavbar a {
	color:#FFFFFF;
	text-decoration:none;
}

#topnavbar a:hover {
	color:#CCCCCC;
	text-decoration:none
}

/* Content Region Layout Framework */

#content_container {
	text-align:left;
	margin:14px 0 0 22px;
	padding:0;
	width:962px;
}

*html #content_container {
	text-align:left;
	margin:14px 0 0 0;
	padding:0;
	width:962px;
}

#content_container a {
	background:none;
	text-decoration:none;
}

#content_container a:hover {
	background:none;
	text-decoration:underline;
}

#content_container ul {
}

#content_container ol {
}

#content h1 {
	background-repeat:no-repeat;
	margin:0 0 5px 0;
	padding:1px 0 0 0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	height:28px;
	color:#495563;
}

#content {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-left:15px;
	font-size:.9em;
}

#content ul {
	margin:0 0 0 15px;
}

#content ul li {
	line-height:1.2em;
}

#content ul li ul {
	list-style-image:none;
	list-style-type:disc;
}

#content .sectionhead {
	font-weight:bold;
}

#contentNav {
	width:95%;
  	font-family:Arial, Verdana, Helvetica, sans-serif;
  	margin-left:15px;
}

#contentNav p {
	margin-top:12px;
	line-height:1.1em;
}

#contentNav h2 {
	margin-top:15px;
}

#contentNav ul {
   	font-size:.9em;
   	padding-left:19px;
   	margin-bottom:15px;
}

#contentNav ul li {
   	list-style-type:none;
	list-style-image:url(../images/bullet_gray_arrow.gif);
   	margin-top:2px;
   	margin-bottom:5px;
}

#contentNav table {
	/*border:solid #000000 1px;*/
	width:95%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
.tableborder	{
	border:solid #000000 1px;
}

#contentNav .tableheader {
	background-color:#E3F1F9;
	border:solid #000000 1px;
	text-align:center;
	font-weight:bold;
}

#contentNav td {
	font-size:.9em;
	padding:5px;
	vertical-align:top;
}

#contentNav td ol {
	margin-left:15px;
}

#contentNav ol li {
	font-family:Arial, Veradna, Helvetica, sans-serif;
	margin:10px 15px 10px 45px;
	font-size:.9em;
	list-style-type:decimal;
	list-style-image:none;
	list-style:decimal;
}

#contentNav ul li ul li {
   	list-style-image:none;
   	list-style-type:disc;
	font-size:1em;
   	margin-top:5px;
   	margin-bottom:5px;
   	line-height:1.3em;
}
#contentNav ul li ul li ul li{

	font-size:1.2em;

}

#contentNav ol li ul li {
   	list-style-image:none;
   	list-style-type:disc;
	font-size:1em;
   	margin-top:5px;
   	margin-bottom:5px;
   	line-height:1.3em;
}

#contentNav ol li ol li {
	font-size:1em;
   	margin:5px;
   	line-height:1.3em;
	list-style-type:decimal;
	list-style-image:none;
	list-style:decimal;
}

.subhead {
	margin-left:15px;
	color:#000066;
	font-size:1.2em;
}

/* styles for related topics and agencies */
.topics {
	margin:40px 0 0 20px;
	padding:10px;
	font-size:.85em;
	background-color:#EAEEED;
}

.topics ul {
	margin-bottom:0;
}

.topics ul li {
	margin-bottom:0;
}

.agencies {
	margin:-10px 0 0 20px;
	padding-left:10px;
	font-size:.85em;
	background-color:#EAEEED;
}

.agencies ul {
	margin-bottom:20px;
	padding-bottom:20px;
}

.topicsagencies {
	font-style:italic;
}

.emergencycounty {
	margin:0 10px 0 20px;
	padding:10px;
	font-size:.85em;
	background-color:#EAEEED;
	width:200px; 
	line-height:1.2em; 
	text-align:center; 
}

.newstopicsagencies {
	margin:0 0 0 20px;
	padding:10px;
	font-size:.85em;
	background-color:#EAEEED;
	width:200px;
}

/* styles for home photo content redions, main container with bg and two divs for caption and content*/

#homephoto {
	float:left;
	background-repeat:no-repeat;
	width:257px;
	height:338px;
	overflow:hidden;
}

#homephoto_caption {
	width:223px;
	height:23px;
	margin:5px 0 0 2px;
	font-family:"Trebuchet MS", Arial, Verdana, sand-serif;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
	float:left;
}

#homephoto_credit {
	background-image:url(../images/camera_icon.gif);
	background-repeat:no-repeat;
	float:left;
	width:24px;
	text-align:center;
	margin:4px 0 0 0;
}

#homephoto_overlay {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:.9em;
	color:#ffffff;
	width:223px;
	height:261px;
	max-height:261px;
	margin:5px;
	clear:both;
	overflow:hidden;
}

#homephoto_overlay p {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:.9em;
	color:#ffffff;
}

#homeframework {
	float:right;
	width:685px;
}

#homeframework_topper {
	float:right;
	background-image:url(../images/home_framwork_topper_JM.gif);
	background-repeat:no-repeat;
	width:685px;
	height:5px;
}

#column_one {
	float:left;
	width:221px;
	background-color:#FFFFFF;
	background-image:url(../images/column_one_bg_dots.gif);
	background-repeat:repeat-y;
}

.column_More {
	float:right;
	font-size:x-small;
	margin:0 1px 0 0;
	background-image:url(../images/more_swoopy.gif);
	background-repeat:no-repeat;
	width:154px;
	height:32px;
}

*html .column_More {
	float:right;
	font-size:x-small;
	margin:0 1px 0 0;
	background-image:url(../images/more_swoopy.gif);
	background-repeat:no-repeat;
	width:154px;
	height:32px;
}

.column_More p {
	margin:18px 2px 0 0;
	padding:0;
	text-align:right;
	font-weight:bold;
	font-size:10px;
	color:#000066;
}

.toph1 {
	padding-top:0;
}

.accordion_content {
	height:140px;
}

.accordion_content p.columnText {
	font-size:11px;
	line-height:13px;
	margin:1px;
}

.accordion_content ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000066;
}

.accordion_content a {
	color:#000066;
}

.accordion_header {
	height:18px;
	padding:0 0 0 5px;
	margin-bottom:1px;
		position:relative;
}

#accordion_bottom_trim {
	background-image:url(../images/accordion_bottom_trim.gif); 
	background-repeat:repeat-x; 
	width:685px; 
	height:4px;
}
			
.padding5 {
	padding-top:5px;
}

/* Elevator Arrows */
.expandArrow {
background-image:url(../images/checkerSpriteWarrows.gif);
display:block;
background-position: 100% 94%;
background-repeat:no-repeat;
}

.retractArrow {
background-image:url(../images/checkerSpriteWarrows.gif);
display:block;
background-position: 100% 100%;
background-repeat:no-repeat;
}

#column_one .accordion_header {
	background-color:#330000;
	background-color:#330000;
	background-image:url(../images/checkerSpriteWarrows.gif);
	background-repeat: repeat-x;

}

#column_one h1 {
	font-family:"Trebuchet MS", Veradan, Arial, sans-serif;
	color:#FFFFFF;
	height:10px;
	padding-bottom:3px;
	font-size:14px;
	cursor: pointer;
}


#column_one ul, #column_two ul, #column_three ul {
	margin:0;
	padding:1px 2px 0 0;
}

#column_one ul li, #column_two ul li, #column_three ul li {
	background-image:url(../images/bullet_gray_arrow.gif);
	background-repeat:no-repeat;
	background-position:0% 0%;
	list-style-type:none;
	padding:0 0 3px 15px;
	margin:2px 0 4px 1px;
}

#column_two {
	float:left;
	width:227px;
	margin-left:1px;
	background-color:#FFFFFF;
	background-image:url(../images/column_two_bg_dots.gif);
	background-repeat:repeat-y;
}

#column_two .accordion_header {
	background-color: #000066;
	background-image:url(../images/checkerSpriteWarrows.gif);
	background-repeat: repeat-x;
	background-position: 0 40%;
	width:222px;
}

#column_two h1 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color:#FFFFFF;
	height:10px;
	padding-bottom:3px;
	font-size:14px;
	cursor: pointer;
}




#column_three {
	float:left;
	width:235px;
	margin-left:1px;
	background-color:#FFFFFF;
}

#column_three .accordion_header {
	background-color: #006600;
	background-image:url(../images/checkerSpriteWarrows.gif);
	background-repeat: repeat-x;
	background-position: 0 80%;
	width:230px;
}

#column_three h1 {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	color:#FFFFFF;
	height:10px;
	padding-bottom:3px;
	font-size:14px;
	cursor: pointer;
}




#base_columnTwo {
	width:32%;
	float:right;
	margin-left:3px;  
} 

.carousel {
    border-color:#CCCCCC;
    border-width:0px;
	padding:0;
	margin:0;
}

.carousel ul li {
}

#highlights {
	background-color:#dcdedd;
	background-image:url(../images/highlights_bg.gif);
	background-repeat:no-repeat;
	width:685px;
	height:109px;
	padding:0;
	margin:0;
}

#highlights_btm_trim {
	background-image:url(../images/highlights_bottom_trim.gif);
	background-repeat:no-repeat;
	width:685px;
	height:10px;
}

#highlights h1 {
	height:21px;
	padding:5px 0 0 4px;
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1em;
	color:#000066;
}

#left_column	{
	width:175px;
	float:left;
}

.l2_photo {
	margin-top:3px;
	
	width:175px;
	height:217px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

#left_box	{
	width:175px;
	height:156px;
	margin-top:15px;
	background-image:url(../images/flooding_bg.gif);
	background-repeat:no-repeat;
	

}

#left_box  H3	{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:center;
	font-size:1em;
	padding-top:5px;
	margin:7px 0px 5px 0px;
}
*html  #left_box  H3	{
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:center;
	font-size:1em;
	padding-top:0px;
	margin:7px 0px 5px 0px;
}
#left_box  ul	{
	font-size: 13px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	margin:0 0 0 12px;
	width:150px;
	padding:7px 0 8px 15px;
}

#left_box  ul li	{
	line-height:2em;
	list-style-image:none;
	list-style:disc;
	color:#FFFFFF;
}

#left_box  a:link	{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#left_box  a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
}#left_box  a:visited	{
	color:#FFFFFF;
	text-decoration:none;
}
#howdoI {
	font-size:.8em;
	text-align:left;
}

#howdoI_header{
	background-image:url(../images/howdoi_top.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	height:20px;
	padding:10px 0 0 0;
	margin-bottom:0;
}

#howdoI_header h2 {
	color:#ffffff;
}

#howdoIborder {
	background-image:url(../images/howdoi_middle.gif);
	background-repeat:repeat-y; 
	border-bottom:1px solid #dedede;
	margin-right:14px;
}

#howdoI ul {
	font-size:.9em;
	margin:0 0 0 10px;
	width:150px;
	padding:10px 0 8px 15px;
}

#howdoI li {
	margin-bottom:5px;
}

#howdoIbottom {
}

#content {
	float:right;
	width:772px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#content h1 {
	background-image:url(../images/l2_h1_topper.gif);
	background-repeat:no-repeat;
	padding:11px 0 0 5px;
	height:29px;
	color:#ffffff;
	margin-bottom:20px;
}

#content h1 a, #content h1 a:hover, #content h1 a:visited {
	color:#E4F1FE;
	text-decoration:underline;
}

.content_bottom {
	width:772px;
	height:84px;
	margin:0;
	padding:0;
	background-image:url(../images/content_bottom.gif);
	float:left;
}

#prefooter_top {
	background-image:url(../images/prefooter_top.gif);
	background-repeat:no-repeat;
	width:962px;
	height:5px;
	margin:10px 0 0 0;
	padding:0;
}

#prefooter {
	margin:0;
	padding:0;
	width:962px;
	min-height:110px;
	background-color:#FFFFFF;
	background-image:url(../images/prefooter_bg.gif);
	background-repeat:repeat-y;
}

*html #prefooter {
	height:135px;
}

#prefooter_btm {
	background-image:url(../images/prefooter_btm.gif);
	width:962px;
	height:34px;
}

/* Footer Sections:  Quicklinks, On-line Tools, Get Connected */
/* Quick links */
#quicklinks_home {
	float:left;
	padding:7px 0 0 15px;
	width:300px;
}

#quicklinks_home a {
	text-decoration:none;
	font-size:10px;
	color:#000099;
}

#quicklinks_home h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1em;
	font-weight:bold;
	margin-bottom:7px;
}

#quicklinks_home a.medium {
	font-size:12px;
}

#quicklinks_home a.large {
	font-size:14px;
	font-weight:bold;
}

/* On-line Tools */
#onlinetools_home {
	float:left;
	padding:7px 0 0 15px;
	width:200px;
}

#onlinetools_home a {
	text-decoration:none;
	font-size:12px;
	color:#000099;
}

#onlinetools_home a:hover {
	text-decoration:underline;
	color:#333333;
}

#onlinetools_home h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1em;
	font-weight:bold;
	margin-bottom:7px;
}

#onlinetools_home ul li {
	list-style-image:url(../images/bullet_gray_arrow.gif);
	margin-left:19px;
}

/* Get Connected */
#getconnected_home {
	float:left;
	padding:7px 0 0 15px;
	width:390px;
}

#getconnected_home a {
	text-decoration:none;
	font-size:12px;
	color:#000099;
}

#getconnected_home a:hover {
	text-decoration:underline;
	color:#333333;
}

#getconnected_home h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1em;
	font-weight:bold;
	margin-bottom:7px;
}

#getconnected_home ul li {
	list-style-image:url(../images/bullet_gray_arrow.gif);
	margin-left:19px;
}

ul.getconnected_home_leftlist {
	float:left;
}

ul.getconnected_home_rightlist {
	margin:0 0 3px 0;
	padding:0;
	float:right;
	width:175px;
}

.shareicon {
	margin:20px 0 0 233px;
	line-height:1.5em;
}

*html .shareicon {
	margin:6px 0 0 233px;
}

/* end of three footer section divs */

#footer {
	width:984px;
	float:left;
	text-align:left;
	margin:10px 0px 0 0;
}

#footer a {
	color:#0000CC;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}

#footer a:hover {
	color:#0000CC;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}

#footer p {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:10px;
	display:inline;
}

#footer ul li {
	list-style:none;
	list-style-type:none;
	display:inline;
}

#footer_left {
	float:left;
	margin-left:23px;
}

*html  #footer_left	{
	float:left;
	margin-left:10px;
}

#footer_right {
	margin:0px;
	float:right;
	text-align:right;
	width:600px;
}

/* Modal Dialogue */
.jqmWindow {
    display:none;
    position:fixed;
    top:17%;
    left:50%;
    margin-left:-300px;
    width:600px;
    background-color:#EEE;
    color:#333;
    border:1px solid black;
    padding:12px;
}

.jqmOverlay {
	background-color:#000; 
}

/* Fixed posistioning emulation for IE6 */
* html .jqmWindow {
	position:absolute;
	top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Agency and Services */
#agency {
	text-align:center;
	background-color:#474e62;
	width:383px;
	padding:4px 0 4px 0;
	font-weight:bold;
	color:#fff;
	border:solid 1px #000000;
}

#agency a:link {
	color:#fff;
	text-decoration:none;
	margin:0 5px 0 5px;
}

#agency a:visited {
	color:#fff;
	text-decoration:none;
	margin:0 5px 0 5px;
}

#agency a:hover {
	color:#94BAC6;
	margin:0 5px 0 5px;
}

#agency a:visited:hover	{
	color:#94BAC6;
	margin:0 5px 0 5px;
}

hr.back {
	height:1px;
	float:left;
	line-height:1px;
	padding:0;
	margin: 6px 0 0 0;
	width:200px;
}

#content_container #content div ul{
	margin-bottom:25px;
}

#content_container .countylist {
	list-style-image:url(../images/bullet_gray_arrow.gif);
	margin-left:45px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.9em;
}

#content_container ul.noList li{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
}

#content_container #content div p {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.9em;
	margin-left:15px;
}

#content_container #content div h2 {
	margin-left:15px;
}

/*  Page Sharing Icons */

.sharepage {
	list-style:none;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	letter-spacing:.03em;
	margin:3px;
}

.sharepage li {
	margin:6px;
}

.sharepage img {
	border:none;
	margin-right:10px;
}

.sharepage a {
	color:#333333;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.95em;
}

.sharepage a:hover {
	text-decoration:none;
	color:#0000CC;
}

/* Storm Info Styles */
.elevator_title {
	border:0 solid #2F4F4F;
	font-weight:bold;
	padding:0px;
	padding-left:25px;
	margin:5px 0 10px 0;
	cursor:pointer;
}

.ui-elevator-content {
	border:solid 1px #d1d1d1;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:25px;
	margin-right:10px;
	padding-left:15px;
	padding-right:10px;
	width:90%;
	background-color:#EAEEED;
}

.ui-elevator-content ul {
	margin-left:30px;
	list-style-image:url(../images/bullet_gray_arrow.gif);
}
   
.ui-elevator-content ul li {
	font-size:.9em;
	list-style-image:url(../images/bullet_gray_arrow.gif);
	margin-top:5px;
}
   
.ui-elevator-content ul li ul li {
	list-style-type:disc;
	list-style-image:none;
	margin-left:20px;
}
    
.ui-elevator-content ul li ul li ul li {
	font-size:1em;
}
  
#elevator info {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1em;
}
    
.ui-elevator-content ol li {
	font-size:.9em;
}
   
.ui-elevator-content ol li ul li {
	list-style-type:disc;
	margin-left:20px;
	margin-top:3px;
}

/* Business City Information */
h1 span.cityinfoHeading {
	color:#C0C2C2;
}

table.citydata { 
	margin:0 0 0 15px; 
	width:90%; 
	background-color:#EAEEED;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.9em;
}

tr.citydataItemdrk {background-color: #CAD8E0; border-right: 1px solid #ABB7BE;}
td.citydataItemcol {width: 50%; padding: 2px;}
td.citydataItemsub {padding-left: 15px;}
td.citydataItemLborder {border-left: 1px solid #ABB7BE;}
	
/* News Styles */
#news {
	font-family:Arial, Verdana Helvetica, sans-serif;
	font-size:.9em;
}

#news ul {
	list-style-type:none;
	margin:0 0 20px 20px; 
	padding-bottom:15px;
}

#news ul li {
	list-style-type:disc;
	margin:0 0 0 20px;
}

#news .newsdate {
	list-style-type:none;
	list-style:none;
	margin:10px 0 0 -20px;
}

.padTop {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.9em;
	margin-left:15px;
}

.legnewsbullet {
	list-style-image:url(../images/bullet_gray_arrow.gif);
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.9em;
}

.legnewsbullet ul {
	list-style-image:url(../images/bullet_gray_arrow.gif);
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.9em;
	margin-top:0;
}

.legnewsbullet li {
	margin-left:45px;
}

.other_languages {
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
}

.languages_ul {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	}

.languages_li {
	display:inline;
	margin:0 0 10px 5px;
}

.footernav li {
	list-style:none;
	list-style-type:none;
	display:inline;
	color:#999999;
	font-size:11px;
	border-right:1px dotted #7B8AA7;
	padding:0 7px 0 4px;
}

*html .footernav li {
	list-style:none;
	list-style-type:none;
	display:inline;
	color:#999999;
	font-size:12px;
	border-right:none;
	background:url(../images/dark-vertrule-dotted.gif) repeat-y right;
	padding:0 4px 0 9px;
}

.footernav {
	height:27px;
	margin:3px 0 0 0;
}

.footernav li.clearnavborder {
	border-right:none;
	background:none;
}

/* This is the ID from the postcards table */
#ctl00_ctl00_main_ContentPlaceHolder1_imagelist td {
	border:none;
}

/* Utility Classes  */

.hide {display:none;}

.indenttext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 20px 15px;
	font-size: 1.3em;
	color:#666;
}

.floatRight {float:right;}

.strong {font-weight:900;} 

.clear_right {clear:right;}

.printLogo {display:none;}

.skiptocontent {
	display:none;
	padding:0;
	margin:0;
}

/* Agency Directory */
    #filterFramework
    {
      width: 677px;
      height: 32px;
      background-image: url(../images/directory/filterBG.gif);
      background-repeat: no-repeat;
    }
    #filterFramework h2
    {
      margin-top: 9px;
    }
    .agencyDirH2
    {
      float: left;
	  height: 30px;
      width: 200px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: .1em;
      color: #FFFFFF;
    }
    #alphaRange
    {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #FFFFFF;
      letter-spacing: .1em;
      float: left;
      width: 300px;
      margin-top: 6px;
      padding: 2px 1px 2px 1px;
    }
    #alphaRange ul
    {
      margin-left: 5px;
      padding-left: 0;
      display: inline;
    }
    #alphaRange ul li
    {
      list-style: none;
      list-style-type: none;
      display: inline;
      margin: 0 4px 0 4px;
      padding: 0 1px 0 1px;
    }
    #alphaRange a
    {
      color: #FFFFFF;
      text-decoration: none;
      padding: 7px;
	  padding: 3px 9px 3px 9px;
	}
    #alphaRange a:hover
    {
      background-image: url(../images/directory/filterBG_Hover.gif);
      background-repeat: no-repeat;
      background-position: center;
	  text-decoration:none;
    }
    #alphaRange .current
    {
      background-image: url(../images/directory/alphaCurrent.gif);
      background-repeat: no-repeat;
      background-position: center;
    }
    #alphaRange a:hover.current
    {
      background-image: url(../images/directory/alphaCurrent.gif);
    }
    .acronymToggle
    {
      margin-top: 0px;
      margin-left: 3px;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 11px;
    }
    .acronymCheckBox
    {
      margin-left: 15px;
      margin-top: 0px;
      float: left;
    }
    .acronymSearchBox
    {
      margin-top: -12px;
      margin-right: 12px;
      border: 1px solid #666666;
    }
    #search
    {
      width: 677px;
      margin-top: 10px;
    } 
	.skipNav {
	margin-left: -9999px;
	height:2px;
	}
	.mobileLink {
	display:none;
	}
/*	
	#leftSeal {
	float:left;
	margin-left: -66px;
	}
*/
/*allies employee whats new page*/

#image {
	float:left;
	width:220px;
}

#headine h2{
	padding: 0;
	padding-bottom: 15px;
	
}

#listheader {
	/*clear: both;*/
	margin: 0;
	padding: 0;
}
#listheader h2{
	
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	
	}
	
#list ul {
	margin: 10;
	padding: 0;
}
/*end allies styles */
