/*----------------------------------------------------------
Defaults for entire site
----------------------------------------------------------*/
html {
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	height: 100%;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #cfc798;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #7c7a4b;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #7c7a4b;
}

h3 {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7a7a7a;
}

h4 {
	padding: 0px;
	margin: 0px;
	color:#8a362b;
	font-weight: bold;
	font-size: 14px;
}

.blog_date {
	font-style: italic;
	font-size: 10px;
	color:#68652f;
}

.blog_title {
	font-size: 24px;
	font-family: Times;
	color:#68652f;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;	
	color: black;
}

p a {
	font-family: Arial;
	font-size: 13px;
	color: #7c7a4b;
	font-style: italic;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

#container {
	padding: 0px;
	width: 1060px;
	min-height: 100%;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background: url(../images/container_bg.jpg);
	padding-left: 12px;
	padding-right: 11px;
	padding-bottom: 50px;
	position: relative;
}

#home_container {
	padding: 0px;
	width: 1129px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#home_header_left {
	float: left;
	width: 44px;
	height: 85px;
}

#home_header {
	float: left;
	width: 1060px;
	height: 85px;
	background: white;
	padding-top: 30px;
}

#home_header_logo {
	float: left;
	padding-left: 30px;
}

#header_logo {
	float: left;
	padding-left: 30px;
	padding-top: 9px;
}

.header_nav_bar {
	padding-top: 10px;
	width: 550px;
	float: right;
	font-family: Tahoma;
	font-size: 12px;
	color: #68652f;
}

.header_nav_bar ul {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

.header_nav_bar ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-right: 15px;
}

.header_nav_bar ul li a {
	font-family: Tahoma;
	font-size: 12px;
	color: #68652f;
	text-decoration: none;
}

.header_nav_bar ul li a:hover {
	text-decoration: underline;
}

.header_nav_bar .selected {
	text-decoration: underline;
}

#home_left {
	clear: both;
	margin-top: 0px;
	float: left;
	width: 44px;
	height: 663px;
	background:url(../images/home_left.jpg);
	background-repeat: no-repeat;
}

#home_middle {
	float: left;
	width: 1060px;
	height: 860px;
	background: white url(../images/home_middle.jpg);
	background-repeat: no-repeat;
}

#home_right {
	margin-top: 0px;
	float: left;
	width: 25px;
	height: 663px;
	background:url(../images/home_right.jpg);
	background-repeat: no-repeat;
}

.home_content_block {
	margin-top: 540px;
	float: left;
	width: 240px;
	height: 205px;
	padding-left: 40px;
	padding-right: 30px;
	border-right: 1px solid #cacaca;
}

.home_content_block p {
	color: black;
}

.red_title {
	font-size: 12px;
	font-weight: bold;
	color: #893003 !important;
	padding: 0px;
	margin: 0px;
}

#content {
	clear: both;
	padding-left: 140px;
	padding-right: 35px;
	margin-top: 40px;
}

#content_left {
	float: left;
	width: 450px;
	margin-right: 85px;
}

#content_right {
	float: left;
	width: 243px;
}

#content ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content ul li {
	background: url(../images/red_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;	
	color: black;
}

.arrow_list ul li {
	background: url(../images/red_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;	
	color: black;
}

#content ul li a {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;	
	color: black;
	text-decoration: none;
}

#content ul li a:hover {
	text-decoration: underline;
}

.content_box {
	width: 223px;
	padding: 10px;
	border: 1px solid #68652f;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.content_box p {
	font-size: 13px;
	color: #68652f;
}

.content_box ul li a {
	font-size: 13px !important;
	color: #68652f !important;
	text-decoration: none !important;
}

.content_box ul li a:hover {
	text-decoration: underline !important;
}

.info_box {
	width: 90%;
	padding: 10px;
	border: 1px solid #e2e0d1;
	background: #f1eee0;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.info_box p {
	color: black;
}

#mc_header {
	padding-left: 55px;
	padding-bottom: 20px;
}

#mc_header_title {
	float:left;
	color: #cfc798;
	font-size: 22px;
	font-family: Verdana;
}

#mc_header_nav {
	width: 490px;
	float: left;
	padding-left: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #b0b0b0;
}

#mc_header_nav ul {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}

#mc_header_nav ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-right: 10px;
}

#mc_header_nav ul li a {
	font-family: Arial;
	font-size: 11px;
	color: #b0b0b0;
	text-decoration: none;
}

#mc_header_nav ul li a:hover {
	text-decoration: underline;
}

#mc_header_nav .selected {
	background: url(../images/red_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 8px;
	text-decoration: underline;
}

#mc_content_left {
	float: left;
	width: 327px;
	margin-right: 38px;
}

#mc_content_right {
	float: left;
	width: 191px;
	height: 258px;
	background: url(../images/mc_content_right_bg.jpg);
	font-size: 14px;
	color: #68652f;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 50px;
}

#mc_content_right p {
	font-size: 14px;
	color: #68652f;
}

/*----------------------------------------------------------
Header - header.php
----------------------------------------------------------*/
#header {
	clear: both;
	width: 1060px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	position: relative;
	border-bottom: 3px solid #85382a;
}

#header_home {
	clear: both;
	width: 1004px;
	height: 233px;
	background: url(../images/home_header.jpg);
	padding: 0px;
	margin: 0px;
	position: relative;
}

#header_home_logo {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 165px;
	float: left;
	width: 141px;
	height: 72px;
	background: url(../images/pet_angel_logo.jpg);
}


.search_bar {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: left;
}

#cse {
	display: inline;
	float: right;
	padding-top: 2px;
}

#cse input {
	font-size: 10px;
}

#search_box {
	width: 200px;
}

#search_button {
	float: right;
	margin-left: 2px;
	padding-top: 3px;
}

#header_home_menu {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left:32px;
	top: 71px;
	width: 200px;
	text-align: right;
}

#header_home_menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#header_home_menu li {
	padding-bottom: 8px;
}

#header_home_menu a {
	font-family: Tahoma;
	font-size: 12px;	
	color: #cfc798;
	text-decoration: none;
}

#header_home_menu a:hover {
	text-decoration: underline;
}

#header_menu {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left:32px;
	top: 31px;
	width: 200px;
	text-align: right;
}

#header_menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#header_menu ul li .selected {
	text-decoration: underline;
}

#header_menu li {
	padding-bottom: 6px;
}

#header_menu a {
	font-family: Tahoma;
	font-size: 12px;	
	color: #cfc798;
	text-decoration: none;
}

#header_menu a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------
Navigation - nav.php
----------------------------------------------------------*/
#nav_home {
	width: 950px;
	height: 20px;
	margin-left: 80px;
	padding-top: 13px;
}

#nav_home ul li a {
	font-size: 12px;
	padding: 5px 20px;
}

#nav {
	position: absolute;
	bottom: 0px;
	left: 290px;
	width: 740px;
	padding-left: 30px;
	height: 25px;
	float: right;
	background: url(../images/nav_bg.jpg);
}

/*----------------------------------------------------------
Home - index.php
----------------------------------------------------------*/
#home_content {
	clear: both;
	width: 784px;
	padding-top: 35px;
	padding-left: 110px;
	padding-right: 110px;
}

#home_content p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #7a7a7a;
}

.home_gray_box {
	width: 193px;
	float: left;
	padding: 10px;
	border: 1px solid #cccccc;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 260px;
}

.home_gray_box .title {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7a7a7a;	
	position: absolute;
	top: -14px;
}

#home_content_middle {
	margin-left: 37px;
	margin-right: 37px;
	width: 272px;
	float: left;
}

/*----------------------------------------------------------
Contact - contact.php
----------------------------------------------------------*/
#contact_content_left {
	float: left;
	width: 210px;
}

#contact_content_left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#contact_content_left ul li {
	background: url(../images/red_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

#contact_content_left ul li a {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

#contact_content_left ul li a:hover {
	text-decoration: underline;
}

#contact_content_right {
	width: 410px;
	float: left;
	padding-left: 45px;
}

#contact_content_right_form {
	width: 360px;
	height: 480px;
	border: 3px solid #88804c;
	background: #d3c99d;
	padding: 20px;
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: black;
}

#contact_content_right_form .input_box {
	width: 250px;
}

#contact_content_right_form .msg_input_box {
	width: 250px;
	height: 100px;
}


#mem_content {
	clear: both;
	padding-left: 100px;
	padding-right: 35px;
	margin-top: 40px;
}

#mem_left {
	float: left;
	width: 400px;
	margin-right: 50px;
}

#mem_right {
	float: left;
	width: 430px;
}

.mem_box {
	width: 420px;
	padding: 10px;
	padding-right: 15px;
	border: 1px solid #68652f;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.mem_box p {
	font-size: 13px;
	color: #68652f;
}

.mem_box ul li a {
	font-size: 13px !important;
	color: #68652f !important;
	text-decoration: none !important;
}

.mem_box ul li a:hover {
	text-decoration: underline !important;
}


#about_footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #7c7a4b;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}

#about_footer_images {
	width: 100%;
	float: left;
}

#about_footer_images img {
	margin-left: 10px;
}

/*----------------------------------------------------------
Footer - footer.php
----------------------------------------------------------*/
#footer {
	width: 1004px;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #7c7a4b;
	margin-top: 40px;
	padding-bottom: 20px;
}

#footer_text a {
	font-family: Arial;
	font-size: 13px;
	color: #7c7a4b;
}

#footer_text {
	width: 50%;
	padding-top: 20px;
	float: left;
	text-align: center;
}
