body {
	font-family: arial, Georgia, sans-serif;
	background:#edf0e7;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times, Georgia, sans-serif;
}

h1 {
	color: #000;
	font-size: 2.8em;
	margin: 10px 0 0 0;
}

h2 {
	color: #000;
	font-size: 2.3em;
	margin-top:0;
	margin-bottom:7px;
}

h3 {
	font-size:1.5em;
	margin-top:18px;
	font-style:italic;
	margin-bottom:5px;
}

h4 {
	font-size:1.2em;
	margin-top:18px;
	font-style:italic;
	margin-bottom:5px;
}

p {
	padding: 0;
	margin: 0;
}
#container {
	background: url(../img/all/background.gif) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/* header styles */

#header {
	float: left;
	display: inline;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 800px;
}

#header #title {
	float: left;
	display: inline;
	width: 400px;
	margin: 10px 0 0 20px;
}

#header #title p {
	color: #616B4F;
	font-size: 0.78em;
	text-transform: uppercase;
	margin: 8px 0 0 0;
}

#logo {
	float:left;
	display: inline;
	margin: 0 0 0 20px
}

#logo img {
}

#header #icon_navigation {
	float: right;
	display: inline;
	margin: 0 12px 0 0;
}

#header #icon_navigation img {
	border: 0;	
}

#header #contact {
	float: right;
	display: inline;
	font-size: 1.2em;
	margin: 10px 20px 0 0;
	text-align: right;
}

#header #contact a {
	color: #6F96A9;
	font-size: 0.7em;
	text-decoration: none;
	font-weight: bold;
}

#header #contact a:hover {
	text-decoration: underline;
}

/* top menu styles */

#navigation {
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	padding: 0;
}

#navigation ul {
	float: left;
		display: inline;
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#navigation li {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	line-height: 30px;
}

#navigation li a {
	display: block;
	background: #cad4b7 url(../img/all/menu_d_l.gif) left top no-repeat;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	padding-left: 9px;
}

#navigation li.active a {
	display: block;
	background: #96A96F url(../img/all/menu_l.gif) left top no-repeat;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	padding-left: 9px;
}

#navigation li a:hover {
	background: #96A96F url(../img/all/menu_l.gif) left top no-repeat;
	color: #fff;
}

#navigation li a span {
	display: block;
	background: url(../img/all/menu_d_r.gif) right top no-repeat;
	padding-right: 9px;
}

#navigation li a:hover span {
	background: url(../img/all/menu_r.gif) right top no-repeat;
}

#navigation li.active a span {
	background: url(../img/all/menu_r.gif) right top no-repeat;
}

#navigationbar {
	background: #96A96F url(../img/all/menu_r.gif) right top no-repeat;;
	line-height: 32px;
	margin: 0 20px 0 20px;
	padding: 0;
}

#content {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

/* left side styles */

#left {
	float: left;
	display: inline;
	width: 540px;
	margin: 20px 20px 20px 20px;
}

#left a {
	color: #6F96A9;
	text-decoration: underline;
}

#left p {
	font-size: 0.78em;
	line-height: 24px;
	padding: 6px;
}

#left .shout {
	color: #96A96F;
	/*color: #96A96F;*/
	font-size: 1.2em;
	font-style:italic;
}

#left h3 {
	color: #000;
	margin: 20px 0 0 6px;
}

#left h4 {
	color: #000;
	margin: 20px 0 0 6px;
}

#left h3 a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#left .caption_right {
	float: right;
	display: inline;
	margin: 10px;
	text-align: center;
	background: #cad4b7;
}

#left .caption_left {
	float: left;
	display: inline;
	margin: 10px 6px 0 6px;
	text-align: center;
	background: #cad4b7;
}

#left img {
	margin: 6px;	
	border: 1px solid #96A96F;	
}

#left .text {
	color: #475d1a;
	margin: 0 0 0 4px; 
	font-size: 0.68em;
	line-height: 20px;
	clear: both;
}
/* right side styles */

#right {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 20px 0 0;
	background: #96A96F;
}

#right #subnav {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#right h3 {
	color: #fff;
	font-style:normal;
	margin: 0 0 10px 16px;
}

#right #subnav li {
	list-style-type: none;
	border-bottom: 1px dashed #CCD9B3;
	line-height: 40px;
	margin: 0 10px 0 10px;
}

#right #subnav li a {
	color: #fff;
	margin: 0 0 0 10px;
	text-decoration: none;
}

#right #subnav li a:hover {
	text-decoration: underline;	
}

#right #subnav .sublast {
	border: 0px;
}

.sidebox {
	float: right;
	display: inline;
	width: 200px;
	margin: 6px 20px 0 0;
	
}

.sidebox h3 {
	color: #000;
	font-style: normal;
	border-bottom: 1px dashed #cad4b7;
}

.sidebox  p {
	font-size: 0.78em;	
}

.sidebox ul {
	font-size: 1em;
	list-style-image:url(../img/all/highlight.gif);
}

.sidebox li {
	font-weight: bold;
	margin: 0;
}

.sidebox li {
	margin: 0 0 0 4px;	
}
#background_bottom {
	background: url(../img/all/background_bottom.gif) no-repeat;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	height: 18px;
}

#footer {
	color: #4b4643;
	font-size: 0.78em;
	line-height: 40px;
	margin: 0 auto;
	width: 800px;
}

#footer a {
	text-decoration: none;
	color: #4b4643;
}

#footer a:hover {
	text-decoration: underline;			
}

#copywrite {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
}

#developed {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}


/* page specific styles */
.certification {
	border: 0;	
	background:url(../img/dogs/pdf_icon.jpg) no-repeat;
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	
}

.certification a {
	margin: 0 0 0 20px;
	font-size: 1em;
	text-decoration: none;
	color: #475d1a;
}

