@charset "UTF-8";
/* CSS Document for Alert Service Dogs */
/*Author: Jonathan Day (jon@jonuday.com) */

/* Color Information
Blue		:: #00A9A9
Light Blue	:: #DDFFFF
Red			:: #CC4444
Grey		:: #CCBBBB
Dark Grey 	:: #776666
Black		:: #111111
*/

/* HTML Elements */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: url(../images/new_bottom.jpg) bottom no-repeat;
}

/* TEMPLATE Divs */
#frame {
	position: relative;
	width: 700px;
	margin: 0 auto;
	height: auto;
	display: block;
	text-align: left;
}

#video {
	border: none;
	padding: none;
	margin: none;
	position: absolute;
	left: 0;
	top: 30px;
	font-size: 80%;
	text-align: left;
	z-index: 100;
}

#video img {
	border: none;
	height: 20px;
	margin: -3px 0 0 0;
	padding: none;
	float: left;
}

#header {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	background: url(../images/new_top.jpg) 0 0 repeat-x;	
	height: 140px;
	text-align: left;
}

#header .logo {
	float: left;
	width: 400px;
	height: 100px;
	margin: 8px 0 0 3px;
	padding: 0;
}

#header .contact {
	background: url(../images/small_paw.png) 0 10px no-repeat;
	float: left;
	width: 250px;
	height: 80px;
	margin: 7px 0 0 0;
	padding: 20px 0 0 30px;
	z-index: 1;
	overflow: visible;
}

.paw {
	background: url(../images/large_paw.png) 0 0 no-repeat;
	height: 130px;
	width: 130px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: -10;
}

#header ul {
padding: 0;
margin: 0;
}

#header #menu {
float: left;
padding: 0;
margin: 5px 8px;
width: 100%;
} 

#header li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 5px 25px 0 0;
}

#content {
	float: left;
	width: 98%;
	height: auto;
	padding: 0;
	margin: 22px 5px 35px 5px; 
	text-align: left;
}

#content .left { 
	float: left;
	width: 40%;
	z-index: 50;
}

#content .right {
	background: url(../images/top_quote.png) 65% 0 no-repeat;
	float: right;
	width: 57%;
	margin: 0 1%;
}

#content .bigleft {
	float: left;
	width: 65%;
	z-index: 10;
}

#content .smallright {
	float: right;
	width: 30%;
	margin: 0 1%;
	background: url(../images/bottom_quote.png) 100% 100% no-repeat;
}

#content .right p {
	padding: 20px 0;
	float: right;
	width: 39%;
	background: url(../images/bottom_quote.png) 100% 100% no-repeat;
}

#content .smallright p, #content .smallright img {
	float: left;
	width: 100%;
}

#content .smallright p {
	padding: 15px 0 0 15px;
	background: url(../images/top_quote.png) 0 0 no-repeat;
}

#content .right img {
	float: left;
	width: 59%;
}

#content .gallery {
	float: left;
	width: 100%;
	padding: 2px 0;
	margin: 5px 0;
}

#content .gallery img {
	border-right: 1px solid #CCC;
	padding-right: 5px;
	margin-right: 5px;
	width: 150px;
}

#content li {
	list-style-image: url(../images/blackBulletPaw.gif);
}

#footer {
	float: left;
	width: 100%;
	padding: 0;
	margin: 10px 0 20px 0;
	bottom: 0;
	height: auto;
	text-align: center;
	overflow: hidden;
	z-index: 0;
}

#footer p {
	position: relative;
	width: 700px;
	margin: 0 auto;
	height: auto;
	border-top: 1px solid #CCC;
	text-align: center;
}

#jonuday {
position: absolute;
right: -90px;
}

table td {
	vertical-align: top;
	padding: 5px 0;
	text-align: left;
}

table img {
	top: 0;
	margin: -9px 0 0 0;
}