/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* http://halfpintcreative.com
   Created by Jessica Hedrick 
   Built for Clip & Dip, Inc.
*/

body {
	background: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #010101;
	font-size: 13px;
	line-height: 21px;
}

a{
color: #1795ac;}

strong {
font-weight: bold;}

#container {
	width: 960px;
	margin: 0 auto;
	background: #f5f5f5;
	border: solid 1px #ffffff;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 3px 3px 3px #d1d3d4;
	-moz-box-shadow: 3px 3px 3px #d1d3d4;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	margin-top: 50px;
}

#logo {
float: left;
width: 550px;
}

#logo img {
	margin-top: 20px;
	margin-left: 12px;
}

#logo h2 {
	font-family: Trebuchet Ms, Times, serif;
	color:#292929;
	font-size: 16px;
	font-weight: bold;
}

#header {
border-bottom: solid 1px #dcddde;
padding-bottom: 15px;
margin-bottom: 15px;
height: 100px;
}

#quote{
float: right;
width: 350px;
margin-top: 40px;
}

#slide {
border-bottom: solid 1px #dcddde;
margin-bottom: 35px;}

#content h1{
font-family: Trebuchet Ms, Times, serif;
font-size: 26px;
color: #000000;
text-transform: uppercase;
margin-bottom: 25px;}

#content h2{
font-family: Trebuchet Ms, Times, serif;
font-size: 21px;
color: #000000;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 20px;
}

#content p {
color: #666666;
margin-top: 10px;
margin-bottom: 10px;}

#content ul li{
color: #666666;
}

#content ul {
margin-left: 40px;}

#content ul.paw{
list-style:square url("images/paw.jpg");
}

#content {
overflow: auto;}

.left {
float: left;
width: 600px;
}

.right {
float: right;
width: 320px;
padding-left: 20px;
border-left: solid 1px #dcddde;
}

h3 {
font-family: Trebuchet Ms, Times, serif;
font-size: 18px;
color: #000000;
margin-bottom: 15px;}

.clear {
clear: both;}

#footer{
margin: 0px auto;
margin-top: 30px;
width: 960px;
padding-left: 45px;
height: 230px;
border-bottom: solid 1px #c4c4c5;}

#footer h1 {
font-family: Trebuchet Ms, Times, serif;
font-size: 24px;
color: #000000;
margin-bottom: 15px;}

.footer-column{
width: 300px;
padding-right: 10px;
margin-right: 10px;
float: left;
}

#footer p {
font-family: Trebuchet Ms, Times, serif;
font-size: 14px;
margin-top: 10px;
margin-bottom: 10px;}

#copyright {
font-family: Trebuchet Ms, Times, serif;
margin: 0px auto;
width: 960px;
padding-top: 15px;
margin-bottom: 40px;}