@charset "utf-8";

html, body, div, span, applet, object, iframe, 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,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f34db;
	}
	
h1 {
	font-size:16px;
	}
	
h2 {
	font-size:16px;
	}

#container {
	width:980px;
	margin:auto;
	background-image:url(images/container_bg.gif)
}

#navbumper {
	width:81px;
	float:left;
	background-color:#FFFFFF;
	}
	
#navcontainer {
	width:156px;
	float:left;
	background-color:#fae3bc;
	}

#stretch {
	height:100%;
	}
	
	
#titles {
	float:right;
	width:718px;
	background-color:#fae3bc;
	padding-left:25px;
	}

#maintext {
	float:right;
	width:693px;
	min-height:400px;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:20px;
	line-height:1.6em;
	}

#navbuttons {
	background-color:#1f34db;
	font-weight:bold;
	width:156px;
	padding-top:15px;
	}

#navbuttons ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
line-height:2.2em;
background-color:#1f34db;
}

#navbuttons a
{
display: block;
padding-left: 15px;
width: 141px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navbuttons a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navbuttons a:hover
{
background-color: #1f34db;
color: #fff;
}

#footer {
	clear:both;
	font-size:10px;
	background-color:#FFFFFF;
	padding-bottom:40px;
	}

#footerstripe {
	height:8px;
	background-color:#1f34db;
	width:899px;
	float:right;
	}
	
#webdesign {
	width:181px;
	padding-left:81px;
	padding-top:10px;
	float:left;
	}

#copyright {
	width:281px;
	text-align:right;
	padding-top:10px;
	float:right;
	}

#dockdogs {
	text-align:center;
	}
	
.imgright {
	float:right;
	padding-bottom: 15px;
	padding-left: 15px;
}

#navbottom {
	padding-bottom:15px;
	vertical-align:top;
	}
	
.tabletitle {
	padding-top:5px;
	padding-bottom:15px;
	}

table.mediatable td { 
	padding:15px; }
	
table.tableentries td { 
	padding:10px;
	vertical-align:top; }

.tableentries h1 {
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	}



