@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/body_bg.gif);
}
hr {
	margin: 0px;
	color: #3E1F00;
}

h1, h2, h3  {
	color: #3E1F00;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}

p {
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	color: #3E1F00;
}
h1 {
	font-size: 1.6em;
	line-height: 0.8em;
	padding-bottom: 5px;
}
h2 {
	font-size: 1em;
	line-height: .9em;
}

h3 {
	font-weight: normal;
	font-size: 1em;

}
h4 {
	font-size: .9em;
	font-weight: normal;
}

#header_bg {
	height: 185px;
	background-image: url(../images/header_bg.png);
	width: auto;
	background-repeat: repeat-x;
}
#container  {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: -135px;
}
#header  {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	width: 908px;
	height: 28px;
	margin-left: 22px;

}
#nav {
	color: #FFF;
	padding-top: 4px;
}
#nav ul {
	list-style-type: none;
	padding-left: 16px;
}
#nav ul li {
	float: left;
	display: block;
	padding: 0px 10px;
}
#nav ul li a {
	text-decoration: none;
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #C90;
	text-decoration: underline;
}
#gallery_bg {
	background-image: url(../images/gallery_bg.png);
	background-repeat: no-repeat;
	height: 310px;
	width: 950px;
}
#gallery_photo {
	width: 546px;
	height: 266px;
	margin-left: 377px;
	padding-top: 22px;
}



#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.bg_top {
	background-image: url(../images/content_bg_top.png);
	background-repeat: no-repeat;
	height: 19px;
}
.bg_side {
	background-image: url(../images/content_bg_side.png);
	background-repeat: repeat-y;
}
.bg_bottom {
	background-image: url(../images/content_bg_bottom.png);
	background-repeat: no-repeat;
	height: 14px;
}

#mainContent  {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 852px;
	margin: 0 auto;
	border: 1px solid #C90;
}
#mainContent  a  {
	font-weight: bold;
	text-decoration: none;
	color: #3E1F00;
}
#mainContent a:hover {
	font-weight: bold;
	color: #C90;
	text-decoration: none;
}



img.alignleft {
	float: left;
	padding-right: 10px;
}
img.alignright {
	float: right;
	padding-left: 10px;
}


#col_left {
	float: left;
	width: 300px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #C90;
}
#col_left .left_top {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #C90;
}
#col_right {
	float: left;
	width: 510px;
}
#col_right .right_top  {
	margin-bottom: 20px;
	border-bottom: 1px solid #C90;
	padding-bottom: 20px;
}

#col_right .bottom_left  {
	float: left;
	width: 234px;
	margin-right: 20px;
	border-right: 1px solid #C90;
	padding-right: 20px;
}
#col_right .bottom_right  {
	float: left;
	width: 234px;
}
#col_right .bottom_left img , .bottom_right  img{
	padding: 10px 0px;
}
#contact #col_right .right_top {
	padding-bottom: 30px;
	margin: 30px 0px 20px 0px;
	border-bottom: none;
}
#contact #col_right .bottom_left {
	float: left;
	width: 234px;
	margin-right: 19px;
	padding-right: 19px;
	border-right: none;
}


.form { height:40px;}
.form input {
	width:234px;
	background:#fff;
	color:#686347;
	border:1px solid #a09b96;
	padding:2px 0 2px 3px;
}
p.readmore {
	font-size: .8em;
	line-height: 0.1em;
}

textarea {
	width:234px;
	height:132px;
	background:#fff;
	overflow:auto;
	color:#686347;
	padding-left:3px;
	border:1px solid #a09b96;
	margin-bottom:26px;
}
a.form_buttons{
	padding-right:16px;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	font-size: 0.8em;
	text-decoration: none;
	color: #3E1F00;
}
a:hover.form_buttons {
	color: #C90;
}
#about img {
	padding-bottom: 5px;
}
#learn h2 {
	font-size: 1.3em;
	margin-top: 35px;
}
#learnlinks h2  {
	margin-top: 0px;
	font-size: 1.3em;
}
#learn hr {
	margin-bottom: 5px;

}
#learn .learn_links li {
	list-style-type: disc;
	margin-left: 25px;
	padding-top: 5px;
	font-size: .9em;
}



.dog_info {
	padding-bottom: 20px;
}
.page_title {
	padding-top: 20px;
}


.page_title h3 {
	font-size: 1.2em;
	padding-top: 52px;
	padding-bottom: 20px;
}
.title_arthur {
	background-image: url(../images/arthur/title_arthur.gif);
	background-repeat: no-repeat;
	height: 107px;
	padding-bottom: 5px;
}
.title_gigi {
	background-image: url(../images/gigi/title_gigi.gif);
	background-repeat: no-repeat;
	height: 123px;
	padding-bottom: 5px;
}
.title_kashmir {
	background-image: url(../images/kashmir/title_kashmir.gif);
	background-repeat: no-repeat;
	height: 93px;
	padding-bottom: 5px;
}
.title_mason {
	background-image: url(../images/mason/title_mason.gif);
	background-repeat: no-repeat;
	height: 92px;
	padding-bottom: 5px;
}
.title_rose {
	background-image: url(../images/rose/title_rose.gif);
	background-repeat: no-repeat;
	height: 84px;
	padding-bottom: 5px;
}


.title_savannah {
	background-image: url(../images/savannah/title_savannah.gif);
	background-repeat: no-repeat;
	height: 92px;
	padding-bottom: 5px;
}
.title_tucker {
	background-image: url(../images/tucker/title_tucker.gif);
	background-repeat: no-repeat;
	height: 88px;
	padding-bottom: 5px;
}
.title_about_me {
	background-image: url(../images/title_about_me.gif);
	height: 100px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
.title_about_my_cavaliers {
	background-image: url(../images/title_about_my_cavaliers.gif);
	height: 118px;
	background-repeat: no-repeat;
}
.title_resources {
	background-image: url(../images/title_resources.gif);
	height: 103px;
	background-repeat: no-repeat;
}

#photo_gallery #mainContent{
	border: none;
	margin: 0 0 0 22px;
	padding-top: 14px;
}












#linksContent {
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width: 850px;
	margin: 0 auto;
	border: 1px solid #C90;
	line-height: 95%;
	color: #360E03;
}
#linksContent a {
	color: #360E03;
	font-size: 0.8em;
	text-decoration: none;
}

#linksContent a:hover {
	color: #C90;
}




#left_links {
	width: 400px;
	float: left;
	text-align: center;
}
#right_links {
	width: 400px;
	float: right;
	text-align: center;
}







#footer  {
	width: 950px;
	margin: 0 auto;
	color: #FFF;
	height: 100px;
}
.copyright   {
	padding-top: 60px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
}
.credit  {
	color: #FFF;
	font-size: 0.7em;
	line-height: 1.8em;
}
.credit a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.credit a:hover {
	color: #C90;
}




#footer_bg {
	height: 100px;
	background-image: url(../images/footer_bg.png);
	width: auto;
	background-repeat: repeat-x;
	position: relative;
}
.clear {
	clear: both;
}


.alignright { text-align:right;}

.underline {
	text-decoration: underline;
}


#thanks #col_right .right_top {
	padding-bottom: 30px;
	margin: 60px 0px 20px 0px;
	border-bottom: none;
}
