/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}

body {
	background: #fff url(../images/BG.jpg);
	color: #000;;
  	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
img.left{margin: 10px 10px 10px 0;}
img.right{margin: 10px 0 10px 10px;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0;
}
p.blogDate{
	font:normal 1em/1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

p.bogIntro{
	font:normal 1.2em/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0;
}

p.blogReadMore{
	width: 100%;
	margin:10px 0;
	text-align: right;
}

p.RSS{
	margin: 25px auto;
	width: 410px;
}

p.RSS img{
	float: left;
	margin-right: 10px;
}

#footer p{
	clear: left; 
	color: #fff;
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	float: left;
	margin: 5px 10px 0 10px;	
}

#mySpaceCat p{
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 15px 0 38px;
	text-align: center;
}

ul{
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ul.adoptionChart{
	font:bold 14px/30px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	margin: 5px;
	padding: 0;
}

ul.adoptionChart li{
	margin: 0;
	padding: 0;
}


ol{
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}


#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	border-bottom: solid 1px #000;
	color: #22b1aa;
	font: bold 2.6em/1.2em "Arial Black", Arial, Helvetica, sans-serif;
	margin:10px 0;
}

h2{
	border-bottom: solid 1px #000;
	clear:both;
	color: #22b1aa;
	font: bold 2.4em/1.2em "Arial Black", Arial, Helvetica, sans-serif;
	margin:10px 0;
}

.h2center{
	text-align:center;
}



h1.h1img, h2.h2img,  h2.h2bimg{
	border-bottom: solid 1px #000;
	clear: both;
	height: 41px;
	margin: 0;
	width: 560px;
	text-indent: -99999px;
}

h1.greetings{background: transparent url(../images/h1Greetings.jpg) no-repeat;}

h2.h2img{width: 220px;}
h2.thisYear{background: transparent url(../images/h2ThisYear.jpg) no-repeat;}
h2.shelterAngels{background: transparent url(../images/h2ShelterAngels.jpg) no-repeat;}
h2.ourCalendar{background: transparent url(../images/h2OurCalendar.jpg) no-repeat;}

h2.h2bimg{width: 475px;}
h2.whatsNew{background: transparent url(../images/h2WhatsNew.jpg) no-repeat;}

h3{
	color: #22b1aa;
	font: bold 1.8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
}

h3.blogTitle{
	clear: both;
	font:bold 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0;	
}


h4{
	color: #22b1aa;
	font: bold 1.4em/1em Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
}	

h5{
	color: #22b1aa;
	font: bold 1.4em/1em Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
}	

h6{
	color: #22b1aa;
	font: bold 1.4em/1em Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
#wrapperContent a{font-weight: bold;}

a:link, a:visited{color: #000;}

a:hover, a:active{color: #0000ff;}		

#footer a:link, #footer a:visited{color: #fff;}

#footer a:hover, #footer a:active{color: #000;}
/* =MainNav
-----------------------------------------------------------------------------------------*/
#nav, #nav li{margin: 0; list-style: none; padding: 0;}

#nav{
	left: 20px;
	position: absolute;
	top: 107px;
}

#nav li{float: left;}

#nav li a:link, #nav li a:visited{
	border-right: solid 1px #0189a1;
	color: #fff;
	display: block;
	padding: 0 25px;
	text-decoration: none;
	font: normal 16px/40px arial, "sans serif";
}

#nav li a:hover, #nav li a:active{color:#fbdd94;}

#nav li.last a{border-right: 0px;}



/* =navSupport
-----------------------------------------------------------------------------------------*/

#navSupport, #navSupport li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navSupport{
	margin: 0 auto;
	width: 196px;
}

#navSupport li{
	border-bottom: solid 1px #22b1aa;
	padding: 3px 0;
}

#navSupport li.last{
	border-bottom: 0;
}

#navSupport li a:link, #navSupport li a:visited{
	color: #005b6c;
	display: block;
	font: normal  11px/26px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 186px;
}

#navSupport li a:hover, #navSupport li a:active{
	background-color: #e5f5f8;
}


/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials{
	background-color: #fff;
	background-image: none;
}

/* =Layout
-----------------------------------------------------------------------------------------*/
img.calendar{margin: 10px 18px;}

img.adoptionChat{
	float: left;
	margin: 10px;
}

#content{
	display: inline;
	float: left;
	margin: 0 10px;
	width: 560px;
}

#content img{
	border: none;
}

#contentSupport{
	clear: both;
	display: inline;
	float: left;
	margin: 0 10px;
	padding-bottom: 265px;
	width: 220px;
}

#contentTC{
	display: inline;
	float: left;
	margin: 0 10px;
	width: 475px;

}

#contentTCSupport{
	display: inline;
	float: right;
	margin: 0 0 0 10px;
	padding-bottom: 210px;
	width: 220px;
}

#footer{
	background: transparent url(../images/BG_footer.jpg) no-repeat; 
	clear: both;
	height: 46px;
	margin:0 auto;
	padding: 0 4px 25px 4px;
	position: relative;
	width:969px;
}

#girlDog{
	background: transparent url(../images/girlDog.jpg);
	position: absolute;
	bottom: 0;
	height: 198px;
	right: 4px;
	width: 208px;
	z-index: 10000;
}

#header{
	background: transparent url(../images/BG_header.jpg) repeat-x;
	height: 262px;
	position: relative;
}

#header .logo{float: left;}

#header #donate{
	height: 342px;
	right: -50px;
	position: absolute;
	top: 44px;
	width: 188px;
	z-index: 100;
}

#header #topDog{
	display: inline;
	float: left;
	margin-left: 70px;
	
}

#header #newsletter{
	display: inline;
	float: right;
	margin: 8px 125px 0 0;
	width: 263px;
}


#header #newsletter #NLEmail{
	height: 15px;
	margin: 5px 0 0 0;
	width: 261px;
}

#header #newsletter input#NLSubmit{
	border: 0;
	background: transparent url(../images/BG-signUp.png);
	clear: both;
	cursor: pointer;
	float: right;
	height: 33px;
	overflow: hidden;
	width: 74px;
}

* html #header #newsletter input#NLSubmit{background: transparent url(../images/BG-signUpie6.png);}

#header #newsletter #NLSubmit:hover{background: transparent url(../images/BG-signUp.png) 0 33px;}

#header #imgCarousel{
	height: 100px;
	position: absolute;
	top:148px;
	left: 0;
	width: 969px;
}

#header #imgCarousel li{
	height: 100px;
	position: relative;
	width: 100px;
}

#header #imgCarousel li img{
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#floridaAnimal {
	width: 182px;
	margin:0 Auto;
	font-size: .8em;
	text-align: justify;
}

#mySpaceCat{
	background: transparent url(../images/mySpaceCat.jpg) no-repeat;
	position: absolute;
	bottom: 0;
	height: 237px;
	left: 14px;
	width: 199px;
}

#mySpaceCat img{
	padding: 100px 0px 0px 100px;
}

#mySpaceCat p img{
	float: left;
	padding: 0 2px 0 0;
}

#ourMission{
	background: transparent url(../images/BG_ourMission.jpg) no-repeat;
	height: 125px;
	padding: 50px 15px 5px 15px;
	width: 190px;
}

#wrapper{
	background:#fff url(../images/BG_wrapper.gif);
	margin:0 auto;
	padding: 0 4px;
	position: relative;
	width:969px;
}

#wrapperContent{
	display: inline;
	clear: both;
	float: left;
}

#wrapperContentTC{
	display: inline;
	float: right;
	width: 725px;
}		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}


/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =jcarousel
-----------------------------------------------------------------------------------------*/
.jcarousel-container {position: relative;}

.jcarousel-clip {
    z-index: 2;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
    width: 100px;
    height: 100px;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {width: 969px;}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:  969px;
    height: 100px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 100px;
    height: 100px;
    border-left: 1px solid #fff;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {margin-right: 0px;}

.socializer{
	float: right;
	margin:10px 20px;
}
