/* Primary CSS styles for connectionsadoptionservices.com; continuous media */
/* ©2009 Brushfire Media | 207.221.6122 | www.brushfiremedia.com*/

/*GENERAL TYPOGRAPHY*/
h1{
	margin: 0;
	padding: 10px 0 0 85px;
	color: #606060;
	}

h2{
	color: #0faed8;
	margin: 0;
	padding: 3px 0 0 100px;
	font-size: medium;
	}

h2 .bb{ 
	color: #9c9b9b;
	font-style: italic;
	}	

h3{
	text-transform: uppercase;
	color: #0faed8;
	border-bottom: 1px solid #0faed8;
	font-size: small;
	clear: both;
	}

a{
	color: #c7c7c7;
	}

#haiti a{color: #333333;}		

a:hover, #haiti a:hover{
	color: #0faed8;
	}

strong{
	color: #0faed8;
	}

.emph{
	font-weight: bold;
	color: #000000;
	}	

.caps{text-transform: uppercase;}	

/*LAYOUT AND SPECIALTY TYPOGRAPHY*/
body {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
		font-size: 76%;
		font-family:   Trebuchet MS, Helvetica, Arial, sans-serif; 
		line-height: 2.1em;
		color: #333333;
		background: url('/assets/img/bg_logo.jpg') no-repeat;
        }
		

#pageWrap {
	padding: 0;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 75px;
	overflow: visible;
	text-align:left;
	width: 800px;
}		

#header{
	background: url('/assets/img/logo.jpg') no-repeat;
	margin: 0; padding: 0;
	height: 87px;
	}
	
#header p{
	color: #606060;
	margin: -3px 0 0 0;
	padding: 0 0 0 111px;
	}

.clear{clear: both;} /*used with empty div to force mainBody with background image to fill all the way to footer*/	

#content {
	padding: 15px 0 0 50px;
}

#text{
	width: 315px;
	float: left;
}

#text p{
	margin: 0; 
	padding: 0 25px 0 0;
	}

#banners{
	margin: 0 0 0 335px;
	}

#footer{
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 50px;
	border-top: 1px solid #c7c7c7;
	color: #c7c7c7;
	font-size: x-small;
	}

#footer p{margin:0; padding:0;}		

#footer .left{float: left;}
#footer .right{float: right;}


/*Image Styles*/	
a img{border: 1px solid #c7c7c7;}
a:hover img{border: 1px solid #0faed8;}
#banners img{
	margin: 15px 0 0 0;
	}
/*End Image styles*/	