* {
	margin-top: 0px;
	margin-bottom: 0px;
}

p, ul, ul li, li, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}
body {
	padding: 0px;
	margin: 0px;
	color: black;
	background-color: #111;
	background-image: url('/images/silver_background.jpg');
}

img {
	border: 0px;
}

li {
	padding-bottom: 10px;
	list-style-image: url('/images/paw_bullet.gif');
}

h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}	

p {
	margin-top: 5px;
}

a {
	color: #EEE;
}

.clearboth { clear: both; }

.image_row_container {
	margin-top: 25px;
	margin-left: 28px;
	margin-bottom: 25px;
}

.image_box {
	margin: 0px;
	width: 225px;
	display: block;
	float: left;
	border: 8px solid #555;
	margin-right: 10px;
	text-align: center;
	background-image: url('/images/heading_bg.jpg');
	background-position: top left;	
}

.image_box h2 {
	padding: 0px;
	margin: 0px;
	width: 225px;
	height: 45px;
}

.image_box h2 img {
	margin-top: 5px;
}

.photo {
	width: 225px;
	border-top: 2px solid #999;
	height: 225px;
}

.yellow {
	background-color: #C0C060;
	border-color: #C0C060;
}

.green {
	background-color: #80A878;
	border-color: #80A878;	
}

.pink {
	background-color: #E088C8;
	border-color: #E088C8;
}

#page {
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	padding: 10px;
	background-color: #222;
}

#header {
	text-align: center;
	margin-bottom: 0px;
}

#footer {
	color: #777;
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	border-top: 1px solid #777;
}

#footer p {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	font-size: .9em;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.contact_info {
	background-image: url('/images/pg_bg.jpg');
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	height: 30px;
}

.contact table th {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

.contact table td {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;	
	text-align: left;
}

.content {
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 95px;
	padding-right: 95px;
	padding-bottom: 15px;
	background-image: url('/images/pg_bg.jpg');
	line-height: 1.2em;
}

.service p {
	margin-bottom: 20px;
}

.content h2 {
	padding-top: 10px;
	text-align: center;
}

.content span {
	font-weight: bold;
	font-size: 1.5em;
	margin-right: 10px;
	text-transform: capitalize;	
}


.site_navigation {
	font-size: 1.1em;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-image: url('/images/pg_bg.jpg');
}

.site_navigation ul {
	list-style: none;
	color: black;
	display: inline;	
}

.site_navigation ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	list-style: none;
	display: inline;
}

.site_navigation a {
	color: black;
	text-decoration: none;
}

.site_navigation a:hover {
	color: white;
	text-decoration: none;
}

