* {
	padding:0;
	margin:0;
}

body {
	background-color: #677D92;
	background-image:url(http://companionanimalhousecalls.com/images/background-noise.png);
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
	line-height: 1.4em;
}

h1, h2, h3, h4, #nav {
	color: #003366;	
	line-height: normal;
	font-weight: normal;
}

a {
	text-decoration: underline;
}

a:link, a:visited, a:hover { color: #930400; text-decoration: none; }
a:hover { text-decoration: underline; }

#container {
	margin: 0 auto;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
	border: 1px #475765 solid;
}

#headertop {
	background-color: #fff;
	height: 80px;
	position: relative;
}

#header {
	background: #003366;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: inset  0  10px 10px -10px rgba(0,0,0,0.55);	
}

#header h1 {
	font-size: 32px;
	line-height: 70px;
	color: #fff;
	padding-left: 15px;
}

#herographic {
	height: 220px;
	background-image: url(http://companionanimalhousecalls.com/images/hero-background.jpg);
}

#herographic h2 {
	font-size: 32px;
	text-align: center;
	padding-left: 15px;
	padding-top: 70px;
	padding-right: 240px;
}

#nav {
	background: #003366;
	height: 36px;
	box-shadow: inset  0  10px 10px -10px rgba(0,0,0,0.55);		
}

#nav ul {
	font-size: 0;
	line-height: 36px;
	text-align: right;
}
#nav li {
	font-size: 14px;
	display : inline;
}
#nav ul a:link, #nav ul a:visited {
	padding: 10px 30px;
	text-decoration: none;
	border-left: solid rgba(255,255,255,0.25) 1px;
	color: #fff;
}
#nav ul a:link#active, #nav ul a:visited#active, #nav ul a:hover {
	background-color: rgba(255,255,255,0.1);
	border-left: solid rgba(255,255,255,0.25) 1px;
	color: #fff;
}

#main {
	background: #fff;
	padding: 0 0 10px 0;
	box-shadow: inset  0  10px 10px -10px rgba(0,0,0,0.55);	
}

p {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 8px;
	list-style-type: square;
	vertical-align: top;
}

#main ul {
	overflow: hidden;
	zoom: 1;
	list-style: square outside;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 8px;
}

h2 {
	font-size: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

h3 {
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
}

h4 {
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 8px;
	font-size: 16px;
}
#footer {
	background: #003366;
	height: 40px;
	box-shadow: inset  0  10px 10px -10px rgba(0,0,0,0.55);	
}

#footer p {
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding-top: 12px;	
}

#footer a:link { color: #fff; } 
#footer a:visited { color: #fff; }
#footer a:hover { color: #fff; text-decoration: underline; }

.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}

.floatright {
	float: right;
	clear: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 4px;
	border: 3px #003366 solid;	
}
.floatrightnoborder {
	float: right;
	clear: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 4px;
}

.floatleft {
	float: left;
	clear: none;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 4px;
	border: 3px #003366 solid;	
}

.border {
	border: 3px #003366 solid;	
}

.thumbnails {
	float: left;
	padding: 5px 5px 5px 65px;
	font-size: 10px;
}

.thumbnailsclearboth { clear: both; }

.center {
	text-align: center;
}
.axsencallout {
	color: #fff;
	background-color: #003366;
	padding: 10px;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 8px;
}
.graphictext {
	position:absolute;
	left:0px;top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

table {
	margin-left: 30px;
}

td {
	border-bottom: 1px solid #999;
}
/* Form CSS */
form {
	margin: 0;
	padding: 0;
	min-width: 400px;
	max-width: 600px;
	width: 500px;
	text-align: left;
}
form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
form label {
	display: block;
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form label.error {
	color: red;
	font-weight: bold;
	padding-left: 132px;
	font-style: italic;
}
form input, form textarea, form select {
	margin: 5px 0 0 10px;
	width: auto;
}
textarea {
	overflow: auto;
}
form br {
	clear: left;
}