/*
-----------------------------------------------
Solutions for Your Life (UF/IFAS Extension)--css for map page
----------------------------------------------- */
body {
	margin:0;
	color:black;
	font: 95%/140% Arial, Helvetica, sans-serif;
	background-image:url(http://solutionsforyourlife.ufl.edu/images/background_page.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#b9bec9;
}
  
a {
	text-decoration: none;
	color: #1f39a4;
}  

a:hover {
	color:#ff6730;
}

img {
	border-width:0;
}

a img {
	border-width:0;
}

h1, h2, h3, ul, li, form {
	margin:0;
	padding:0;
}

/*hide dynamic Addthis div ------------------------------------------------------------------*/
#atff {display:none;}

/* =page  Centers page in browser
----------------------------------------------- */
#page {
	width:754px;
	margin:0 auto;
}

#uf_bar {
	background-image: url(http://solutionsforyourlife.ufl.edu/images/background_header.gif);
	height: 41px;
	margin: 0;
}

/* =page2  Controls width of page and background color; includes left-column color
---------------------------------------------------------------------------------- */
#page2 {
	float:left;
	width:750px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

div.backgroundleft{	
	background-image: url(http://solutionsforyourlife.ufl.edu/images/background_map.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* =header - includes SFYL logo and faces
----------------------------------------- */
#header {
	float:left;
	width:750px;
	height:170px;
	padding:0px;
	background-color: #FFFFFF;
	margin: 0px;
}

#header img{
	float:left;
}
  
/* =search
----------------------------------------------- */
#search {
	float:right;
	display:block;
	width:180px;
	font-style:normal;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#searchbox {
	float: right;
	padding-right:5px;
	padding-bottom:2px;
	padding-top:0px;
	margin-top:-4px;
}

.button {
	padding-top:0px;
	position:relative;
	top: 5px;
}

#search label img {
 	display:block;
	margin-bottom:2px;
}
  
#searchtext {
	float:left;
	width:130px;
	border:1px solid;
	border-color:#999 #fff #fff #999;
	padding: 2px 0px 2px 5px;
}

/* display page for Google search results
-----------------------------------------*/
#cse-search-results {
	padding-left:10px;
}

/*Skip navigation
------------------------*/
.skipNav {
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}

/* =topnav  (top-navigation bar)
----------------------------------------------- */
#topnav {
	float:left;
	list-style:none;
	background-color: #223c92;
	width: 100%;
	margin: 0px;
	padding: 3px 0px 1px 0px;
}
 
#topnav li {
	display:inline;
	padding:0;
	font-weight: bold;
	font-size: 85%;
}

#topnav li a {
	float:left;
	width:auto;
	padding:1px 1px 4px 13px;
	color:#FFFFFF;
	text-decoration:none;
}
  
#topnav li a:hover {
	color:#ff6730;
}

/* =topnav_wide  Top Navigation bar for wide pages with no left-nav
----------------------------------------------- */
#topnav_wide {
	float:left;
	list-style:none;
	background-color:#223c92;
	width: 100%;
	margin: 0px;
	padding: 3px 0px 1px 0px;
}
 
#topnav_wide li {
	display:inline;
	padding:0;
	font-weight: bold;
	font-size: 85%;
}
  
#topnav_wide li a {
	float:left;
	padding:1px 4px 4px 13px;
	color:#FFFFFF;
	text-decoration:none;
}
  
#topnav_wide li a:hover {
	color:#ff6730;
}
  
/* =content  (container for all non-header content)
----------------------------------------------- */
#content {
	float:left;
	width:750px;
	margin:0px;
	padding:0px;
}

#content h1 {
	font-size: 140%;
	color: #1f39a4;
	margin: 0px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 3px;
}

#content h2 {
	font-size: 16px;
	color: #1f39a4;
	border-bottom: 1px #ff6730 solid;
	padding: 10px 0px 0px 0px;
	margin-left: 10px;
	margin-right: 10px;
	clear:both;
}

p {
	padding-left: 10px;
	font-size: 85%;
	line-height:140%;
}

li {
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 85%;
}	

li a:hover {
	text-decoration: none;
	color: #ff6730;
}
 
/*unordered list with bullets
----------------------------------------------------- */
.bulletlist ul {
    margin-left: 10px;
    padding-left: 10px;
    list-style: none;
}
	
.bulletlist li {
	padding-left: 5px;
	margin-left:5px;
	background-image: url(http://solutionsforyourlife.ufl.edu/images/blkcircle.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	list-style-position: outside;
}

#content ol li {
	margin-top:3px;
}

#content ol li {
	list-style-type:decimal;
}

#content img {
	border-width:0;
}

.clearboth {
	clear:both;
}

/*county list (table)
---------------------*/	
table {
	margin-left:10px;
}

td ul {
	padding-left: 0;
	margin-left: 0px;
	padding-right: 17px;
}	

td li {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 85%;
}	
 
.mapLink {
 	padding-left:10px;
	font-size: 80%;
	color: #ff6730;
}	
 
.mapLink:hover {
	color: #1f39a4;
}
 
/*=countymapleft - Florida map with county highlighted
-----------------------------------------------------------*/
#countymapleft {
	float: left;
	width: 150px;
	padding-right: 5px;
	background-color: #e2e6f4;
}	

#countymapleft img {
	margin-left: 10px;
	margin-top: 15px;
}
 
/*=countymapright - contains contact info, directions, and county and local maps ---------------------------------------------------------------------------------*/
#countymapright {
	float: right;
	width: 585px;
	margin-right:0px;
	padding-right:10px;
}

#countymapright h1 {
	font-size: 140%;
	color: #1f39a4;
	margin: 0px 10px 10px 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
}

#countymapright h3 {
	font-size: 100%;
	color: #ff6730;
	margin: 10px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
}	
 
#countymapright h4 {
	font-size: 85%;
	color: #1f39a4;
	padding-left: 10px;
	margin-bottom: 0px;
	margin-top:0px;
}

#countymapright h5 {
	font-size: 85%;
	color: #000000;
	padding-left: 10px;
	margin-top:5px;
	margin-bottom: 0px;
}	
 
#countymapright p {
 	margin-top: 0px;
	margin-bottom:10px;
	padding-right:0px;
}

#countymapright img {
	border-width:0;
 }
 
img.local {
 	padding-left:10px;
}

#multipleoffices {
	margin-left:15px;
	font-size:inherit;
}

.text-center {
	text-align:center;
}

.toplink {
	font-size: 80%;
	font-weight: bold;
	border-top: 1px #1f39a4 solid;
}

/* county-mainnav bar
----------------------*/
#county-mainnav {
	clear:both;
}

#county-mainnav li {
	font-size: 85%;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

#county-mainnav ul {
	background-color:#e2e6f4;
	border-top: 1px #ff6730 solid;
	border-bottom: 1px #ff6730 solid;
	margin: 0px 10px 15px 10px;
	padding: 5px;
	padding-bottom: 6px;
}

/* Return to previous page (left-pointing orange arrow)
-------------------------------------------------------*/
.return ul {
 	margin-left: 0px;
 	padding-left: 0px;
}

.return li {
	background-image: url(http://solutionsforyourlife.ufl.edu/images/arrow_return.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: none;
	margin: 20px 0px 10px 10px;
}

/* =footer 
----------------------------------------------- */
#footer {
	float:left;
	width:100%;
	color: #FFFFFF;
	font-size: 85%;
	padding-top: 17px;
	padding-bottom: 0px;
	background: #223c92 url(http://solutionsforyourlife.ufl.edu/images/footer.gif) repeat-x;
	background-position: top left;
}

#footer p {
	float:right;
	margin: 0px;
	line-height: normal;
	padding: 5px 30px 10px 10px;
	display: inline;
}

/*#footer p img {
	clear:none;
	display: inline;
}*/

#footer ul {
	float:left;
	padding-left:9px;
	display: inline;
	vertical-align:top;
}

#footer li {
	font-size: 110%;
	padding-left:4px;
	padding-right: 0px;
	padding-top: 5px;
	display: inline;
}
  
#footer a {
	color: #FFFFFF;
}
 
#footer a:hover {
	color: #ff6730;
}
