#div_status
{
	position:absolute;
	top:20px;
	right:20px;
	padding:5px;
	color:#99cc00;
	background:#ffffff;
	border:2px solid #66ccff;
	font-weight:bold;
	width:140px;
	height:30px;
	text-align:center;
	z-index:10000;
}
body { min-height:540px; }     
body[orient="portrait"] { min-height:540px; }
body[orient="landscape"] { min-height:400px; }
html,body
{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:1.1em;
color:#000000;
background-color:#ffffff;
margin:0 auto;
padding:0;
text-align:center;
vertical-align:middle;
height:100%;
}

a
{
	color:#66CCFF;
	text-decoration:none;
	outline:none;
}
a:visited
{
	color:#66CCFF;
	text-decoration:none;
}
a:active
{
	color:#99CC00;
	text-decoration:underline;
}

a:hover
{
	color:#99CC00;
	text-decoration:underline;
}

.nav
{
	margin:40px 0 0 0;
	padding:0;
}
.nav li
{
	list-style:none;
	margin:0 auto;
	padding-bottom:40px;
}
.nav li a
{
	font-weight:bold;
	color:#ffffff;
	background-color:#66CCFF;
	text-decoration:none;
	padding:5px;
	font-size:22px;
	border-radius:8px;
	-moz-border-radius:8px;
}
.nav li a:visited
{
	font-weight:bold;
	color:#ffffff;
	background-color:#66CCFF;
	text-decoration:none;
	padding:5px;
	border-radius:8px;
	-moz-border-radius:8px;
}
.nav li a:active
{
	color:#ffffff;
	font-weight:bold;
	background-color:#99CC00;
	text-decoration:none;
	padding:5px;
	border-radius:8px;
	-moz-border-radius:8px;
}

.nav li a:hover
{
	color:#ffffff;
	font-weight:bold;
	background-color:#99CC00;
	text-decoration:none;
	padding:5px;
	border-radius:8px;
	-moz-border-radius:8px;
}

#map_canvas
{
	margin:0 auto;
	padding:0;
	width:100%;
	height:80%;
	
}
.bot
{
	font-size:9px;
	color:#666666;
}
label
{
	font-weight:bold;
	color:#99cc00;
}
.fields
{
	background-color:#fafafa;
	border:1px solid #66ccff;
	width:80%;
	font-size:18px;
}

.buttons
{
	font-weight:bold;
	color:#ffffff;
	background-color:#66CCFF;
	text-decoration:none;
	padding:5px;
	font-size:22px;
	border:none;
	cursor:pointer;
	border-radius:8px;
	-moz-border-radius:8px;
}

.buttons:hover
{
	color:#ffffff;
	font-weight:bold;
	background-color:#99CC00;
	text-decoration:none;
	padding:5px;
	border-radius:8px;
	-moz-border-radius:8px;
}

h1{color:#66CCFF;}
h2{color:#99CC00;}
h3{color:#99CC00;}

fieldset
{
	margin-bottom:5px;
	border:1px solid #66ccff;
	text-align:left;
	max-width:98%;
	border-radius:8px;
	-moz-border-radius:8px;
}
legend
{
	color:#99cc00;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
}
.div_summaryphoto
{
	text-align:center;
	padding:5px;
	display:table-cell;
}
.borderimg
{ 
	border:2px solid #66ccff;
}
.div_summarycounty
{
	text-align:left;
	font-weight:bold;
	color:#66ccff;
	font-size:1.1em;
	padding-bottom:5px;
}
#div_pagecontrols
{
	font-size:1.2em;
	clear:both;
}
.div_summarytext
{
	text-align:left;
	display:table-cell;
	vertical-align:top;
}
#ul_petmenu { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 0 0; /* set margins as desired */
font-size: 1em; /* set font as desired */
border-bottom: 1px solid #66ccff; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
#ul_petmenu li { /* do not change */
display: inline;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

#ul_petmenu li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #66ccff; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fafafa; /* set unselected tab background color as desired */
color: #000; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
#ul_petmenu a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

#ul_petmenu a.activated{ /* settings for activated tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #99cc00; /* set selected tab link color as desired */
position: relative;
top: 1px;
font-weight:bold;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
#div_info
{
	text-align:center;
}
#div_container
{
	border:1px solid #66ccff;
	border-top:0px;
	text-align:center;
	margin:0 auto;
}
