/* GENERIC CONTENT STYLES
-------------------------------------------------*/

body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff;
}

p,
td,
li,
input,
label,
textarea,
th{
	font-size: 1.2em;
	line-height: 1.4em;
}

td p,
p label,
p input,
td label,
td input,
td select,
td textarea {
	font-size: 1em;
}

h1 {
	font-size: 2.6em;
	line-height: 1.5em;
	background: #067bca url(/images/h1_bg.gif) no-repeat 100% 0%;
	color: #fff;
	padding: 0px 55px 0px 16px;
	margin-top: 0px;
}

h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: .3em;
	color: #305880;
}

h2 span {
	position: absolute;
	left: -9999em;
}

h3 {
	font-size: 1.2em;
	margin-bottom:.2em;
	margin-top: 1.5em;
}

h3 a:link,
h3 a:visited,
h3 a:active {
	color: #444;
}

h3 a:hover {
	color: #b23514;
	text-decoration: none;
}

h4 {
	font-size:1.1em;
}

p {
	margin-top:0em;
	margin-bottom:1.6em;
	line-height: 1.4em;
}

ul,
ol {
	margin-bottom:1.3em;
}

li {
margin-bottom:.5em;
}

/* = TABLES
-------------------------------------------------*/

table {
	margin-top:1.3em;
	margin-bottom:1.3em;
}


table td,
table th {
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-top: 9px;
}

table.datatable {

}

table.datatable td {
	font-size: 1.1em;
}

table.datatable th {
	color: #0b5f91;
	text-align: left;
	font-size: 1.1em;
	padding-top: 9px;
	padding-bottom: 4px;
}

table td img {
	vertical-align: middle;
}

/* = LINKS
-------------------------------------------------*/

a:link {
	color:#305880;
}

a:visited{ 
	color: #75808d;
}

a:hover {
	color: #b23514;
	text-decoration: none;
}

a:active {
	color: #67abe6;
}

/* = IMAGES
-------------------------------------------------*/

a img {
	border: 0px;
}

.image-left {
	float: left;
	margin: 3px 15px 5px 0px;
}

img[align=left] {
	float: left;
	margin: 3px 15px 5px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 5px 15px;
}

img[align=right] {
	float: right;
	margin: 3px 0px 5px 15px;
}

/* = FORMS
-------------------------------------------------*/

fieldset {
	border: 0px;
	background-color: #b2d4ed;
	padding: 20px 20px 10px;
	margin: 0px;
}

fieldset table {
	margin: 0px;
}

fieldset table th {
	font-size: 1.2em;
	font-weight: bold;
	color: #315880;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

fieldset table td {
	vertical-align: top;
}

.hint {
	font-size: .9em;
	font-weight: bold;
	margin: 7px 0px;
}

.form-buttons {
	margin-top: 20px;
	text-align: right;
}

/* = UTILITY STYLES
-------------------------------------------------*/

.clear {
	height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.hidden {
	position: absolute;
	left: -9999em;
}

/* = PAGE LAYOUT
-------------------------------------------------*/

#page-area {
	font-size: 1em;
}

/* = HEADER
-------------------------------------------------*/

#header-wrapper {
	background-color: #000;
	width: 100%;
}

#header {
	margin: 0px auto;
	width: 352px;
	background: #103961 url(/images/header_bg.gif) no-repeat 100% 0%;
	position: relative;
	text-align: right;
	height: 4.5em;
	padding-top: 3em;
	padding-left: 386px;
}

#wide #header {
	width: 602px;
}

#logo {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

#logo img {
	display: block;
}

#top-nav {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top-nav li {
	display: inline;
	padding-right: 12px;
	font-size: 1.2em;
	white-space: nowrap;
}

#top-nav li a:link,
#top-nav li a:visited,
#top-nav li a:active,
#top-nav li a:hover {
	text-decoration: none;
	color: #8dd1fe;
	font-size: .9em;
}

#top-nav li a:hover {
	color: #fff;
}

/* = CONTENT AREA
-------------------------------------------------*/

#content-area {
	width: 738px;
	margin: 10px auto;
	background: #fff url(/images/content_area_bg.gif) repeat-y 0px 0px;
}

#wide #content-area {
	width: 988px;
}

/* = MAIN CONTENT
-------------------------------------------------*/

#main-content {
	width: 517px;
	float: right;
	color: #444;
	background-color: #fff;
}

#wide #main-content {
	width: 767px;
}

/* = SUB CONTENT
-------------------------------------------------*/

#sub-content {
	width: 205px;
	float: left;
	font-family: Arial, Verdana, sans-serif;
}

#sub-content-inside {
	background-color: #f7d375;
	padding: 10px 0px 5px;
	border-bottom: 1px solid #000;
}

#main-nav ul {
	padding: 0px 14px 0px 10px;
	margin: 0px 0px 0px;
	list-style: none;
}

#main-nav li {
	line-height: 1em;
	margin-bottom: 8px;
	padding-right: 6px;
	font-size: 1.3em;
	height: auto !important;
	height: 1%;
}

#main-nav a:link,
#main-nav a:visited,
#main-nav a:active {
	color: #184a7d;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	display: block;
}

#main-nav a:hover {
	color: #b23514;
	background: transparent url(/images/bullet_main_nav.gif) no-repeat 100% 50%;
}


#main-nav li li  
{
	margin: 0;
	padding-right: 0;
	margin-bottom: 0;
}


#main-nav li li a:link,
#main-nav li li a:visited,
#main-nav li li a:active
{
	font-weight: normal;
	font-size: .6em;
}

#main-nav ul ul
{
	margin: 6px 0 10px 0;
}


#main-nav .hr {
	border-bottom: 1px solid #daa632;
	height: 10px;
	margin-bottom: 10px;
}

/* = MUNICIPALITIES
-------------------------------------------------*/

#municipalities { 
	margin: 10px 10px 17px;
	background-color: #fff;
	padding: 5px 8px;
}

#municipalities h2 {
	margin: 0px;
	font-size: 1.1em;
	color: #184a7d;
}

#municipalities ul {
	list-style: none;
	margin: 5px 0px 0px;
	padding: 0px;
}

#municipalities li {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px;
	font-size: 1.1em;
	background: transparent url(/images/bullet_municipalities.gif) no-repeat 0px 3px;
}

#municipalities a:link,
#municipalities a:visited,
#municipalities a:active {
	font-weight: bold;
	text-decoration: none;
	color: #184a7d;
}

#municipalities a:hover {
	color: #b23514;
}

/* = CONTACT INFO
-------------------------------------------------*/

#contact-info {
	padding: 10px;
	margin: 5px 0px;
	color: #87b9e9;
}

#contact-info h2 {
	margin: 0px 0px 5px;
	font-size: 1.2em;
	color: #87b9e9;
}

#contact-info p {
	font-size: 1.1em;
}

/* = FOUND PETS WIDGET
-------------------------------------------------*/

#found-pets
{
	background: url('/images/found-pet-starburst.png') no-repeat scroll top left;
	height: 93px;
	width: 205px;
	position: relative;
	margin-bottom: 1em;
}

#found-pet-numbers
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: 27px;
	left: 11px;
	padding: 6px 0;
	text-align: center;
	display: block;
	color: #fff;
	width: 68px;
}

#found-pet-caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding-top: 24px;
	padding-left: 98px;
	padding-right: 10px;
	color: #fff;
}

/* = FOOTER
-------------------------------------------------*/

#footer {
	margin: 10px auto 20px;
	width: 738px;
	background-color: #000;
	color: #999;
}

#wide #footer {
	width: 988px;
}

#footer p {
	margin: 0px;
	padding: 0px 5px;
	font-size: 1em;
	line-height: 2.6em;
}

.windows #footer p {
	font-size: .9em;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #999;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}