body {
	padding: 0px;
	margin: 0px;
	font: normal 75% Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url('/static/images/body_bg.gif');
	background-repeat: repeat-x;
	background-color: #F7F9FF;
	}
img {
	border: 0px;
	}
a {
	color: blue;
	text-decoration: none;
	}
a:visited,
a:active {
	color: #4444ff;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}

ol,
ul {
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
ol {
	padding-left: 18px;
	}
	ul li {
		padding-left: 8px;
		margin-left: 15px;
		list-style-type: none;
		}
p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}

td {
	vertical-align: top;
	padding-right: 10px;
	}

/*************************/
/***** TABLE STYLES *****/
/***********************/

table {
	margin-bottom: 15px;
	}

/************************/
/***** MISC STYLES *****/
/**********************/

.red {
	color: red;
	}

/** Clear **/
 
.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
	}
.clear_l { clear: left; }
.clear_r { clear: right; }
.clear_n { clear: none; }
 
/** Float **/
 
.float_l { float: left; }
.float_r { float: right; }
.float_n { float: none; }

img.float_r, .float_r img { margin-left: 10px; margin-bottom: 10px; }
img.float_l, .float_l img { margin-right: 10px; margin-bottom: 10px; }
 
/** Text align **/
 
.align_l { text-align: left; }
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_j { text-align: justify; }
 
/** Vertical align **/
 
.valign_t { vertical-align: top; }
.valign_b { vertical-align: bottom; }
.valign_m { vertical-align: middle; }

/*************************/
/***** HEADER STYLES *****/
/*************************/

h1 {
	position: relative;
	margin: 0px 0px 15px -1px;
	padding: 0px;
	color: #2A2E63;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	}
h2 {
	position: relative;
	margin: 0px 0px 15px -1px;
	padding: 0px;
	color: #393D71;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	}
h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	}
h4 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	}
h5 {
	margin: 0px;
	padding: 0px;
	font: bold 1em Arial, Helvetica, sans-serif;
	}
h6 {
	margin: 0px;
	padding: 0px;
	font: bold 1em Arial, Helvetica, sans-serif;
	font-style: italic;
	}

/***********************/
/***** FORM STYLES *****/
/***********************/

.form_input,
.form_file,
.form_select,
.form_textarea,
.form_button {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #565656;
	border: 1px solid #CFCFCF;
	width: 100%;
	}
.form_submit {
	display: block;
	margin: auto;
	border: 1px solid #CFCFCF;
	text-transform: lowercase;
	color: #32326E;
	background-color: #fbfbfb;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	}

/*********************/
/***** HR STYLES *****/
/*********************/

.hr_clear {
	position: relative;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
	}
.hr_dots {
	position: relative;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	background-image: url('/static/images/dots_horizontal1.gif');
	background-repeat: repeat-x;
	}





/*
####################################
######                        ######
######    STRUCTURE STYLES    ######
######                        ######
####################################
*/

/*************************/
/***** HEADER STYLES *****/
/*************************/

#header {
	position: relative;
	height: 50px;
	clear: both;
	width: 780px;
	margin: 0px auto;
	background-image: url('/static/images/header_bg_cont.jpg');
	}
	#header .background {
		position: relative;
		height: 50px;
		background-image: url('/static/images/header_bg_still.jpg');
		background-repeat: no-repeat;
		}
	#header ul {
		position: relative;
		margin: 0px;
		padding: 0px;
		}
		#header ul li {
			position: relative;
			padding: 0px;
			margin: 0px;
			list-style-type: none;
			}

	#header ul.left_links {
		position: relative;
		float: left;
		top: 18px;
		left: 25px;
		}
		#header ul.left_links li {
			position: relative;
			float: left;
			padding-right: 11px;
			}
			#header ul.left_links li a {
				position: relative;
				float: left;
				padding-left: 9px;
				background-image: url('/static/images/topnav_arrow_0.gif');
				background-repeat: no-repeat;
				background-position: left center;
				color: white;
				font: bold 1em Arial, Helvetica, sans-serif;
				line-height: 1em;
				}
				#header ul.left_links li a span {
					font-size: 1em;
					}
			#header ul.left_links li a:hover {
				color: #E5EAFF;
				background-image: url('/static/images/topnav_arrow_1.gif');
				text-decoration: none;
				}
			#header ul.left_links li a.active {
				background-image: url('/static/images/topnav_arrow_1.gif');
				text-decoration: none;
				}
	
	#header ul.right_links {
		position: relative;
		top: 18px;
		right: 7px;
		float: right;
		font: normal 0.8em Arial, Helvetica, sans-serif;
		color: white;
		}
		#header ul.right_links li {
			float: left;
			padding-right: 8px;
			}
			#header ul.right_links li a {
				color: white;
				}
			#header ul.right_links li a:hover {
				color: white;
				text-decoration: underline;
				}
			#header ul.right_links li a.active {
				font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
				text-decoration: none;
				}




/*************************/
/***** BANNER STYLES *****/
/*************************/

#banner {
	position: relative;
	height: 115px;
	width: 780px;
	margin: 0px auto;
	background-image: url('/static/images/banner_image1.jpg');
	}
.logo_layer {
	position: relative;
	left: 25px;
	width: 185px;
	height: 115px;
	float: left;
	}

/***************************/
/***** MAIN NAV STYLES *****/
/***************************/

#mainnav {
	position: relative;
	height: 56px;
	clear: both;
	width: 780px;
	margin: 0px auto;
	background-image: url('/static/images/mainnav_bg_cont.jpg');
	}
	#mainnav .background {
		position: relative;
		height: 50px;
		background-image: url('/static/images/mainnav_bg_still.jpg');
		background-repeat: no-repeat;
		background-position: right top;
		}
	#mainnav form {
		position: relative;
		top: 17px;
		right: 15px;
		float: right;
		width: 200px;
		margin: 0px;
		padding: 0px;
		}
		#mainnav form div {
			position: relative;
			float: right;
			}
		#mainnav form .form_input {
			position: relative;
			width: 130px;
			float: right;
			font: normal 0.8em Arial, Helvetica, sans-serif;
			color: #8F8B7C;
			}
		#mainnav form .form_submit {
			position: relative;
			float: right;
			margin-right: 5px;
			font: normal 0.8em Arial, Helvetica, sans-serif;
			}
		
		
		
	#mainnav ul {
		position: relative;
		left: 25px;
		top: 16px;
		float: left;
		margin: 0px;
		padding: 0px;
		}
		#mainnav ul li {
			position: relative;
			float: left;
			padding: 0px 20px 0px 0px;
			margin: 0px;
			list-style-type: none;
			}
			#mainnav ul li a {
				position: relative;
				float: left;
				padding-left: 25px;
				background-image:  url("/static/images/mainnav_pawprint_0.gif");
				background-repeat: no-repeat;
				background-position: left center;
				color: white;
				font: bold 1.1em Tahoma, Arial, Helvetica, sans-serif;
				}
				#header ul li a span {
					font-size: 1em;
					}
			#mainnav ul li a:hover {
				background-image:  url("/static/images/mainnav_pawprint_1.gif");
				text-decoration: none;
				}
			#mainnav ul li a.active {
				background-image:  url("/static/images/mainnav_pawprint_active.gif");
				text-decoration: none;
				}

	
/*************************/
/***** MIDDLE STYLES *****/
/*************************/

#middle_lge {
	position: relative;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	clear: both;
	width: 780px;
	margin: 0px auto;
	background-color: white;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	font-size: 1.1em;
	}
	#middle_lge #content_center {
		margin: 0px;
		padding: 9px 25px 10px 25px;
		font-size: 0.9em;
		}
	
#middle {
	position: relative;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	clear: both;
	width: 780px;
	margin: 0px auto;
	background-image: url('/static/images/dots_vertical.gif');
	background-position: 157px 0px;
	background-repeat: repeat-y;
	background-color: white;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	font-size: 1.1em;
	}
	#middle #content_center {
		position: relative;
		float: left;
		width: 593px;
		padding: 9px 15px 10px 15px;
		font-size: 0.9em;
		}
		#content_center ul {
			margin-bottom: 10px;
			}
			#content_center ul li {		
				background-image: url('/static/images/arrow_list.gif');
				background-repeat: no-repeat;
				background-position: 0px 6px;
				padding-left: 8px;
				margin-left: 15px;
				margin-bottom: 5px;
				list-style-type: none;
				}

#content_left {
	float: left;
	padding: 4px 15px 0px 8px;
	width: 134px;
	}
	#content_left ul {
		float: left;
		padding: 0;
		margin: 0;
		width: 134px;
		}
		#content_left li {
			float: left;
			padding: 8px 0;
			margin: 0;
			width: 134px;
			list-style-type: none;
			border-bottom: 1px solid #EFEFEF;
			}
			#content_left li a {
				float: left;
				color: #323232;
				background-image:   url("/static/images/leftnav_arrow_0.gif");
				background-repeat: no-repeat;
				background-position: 0px 2px;
				padding-left: 17px;
				font: bold 0.9em Arial, Helvetica, sans-serif;
				}
			#content_left li a:hover,
			#content_left li a.active {
				background-image: url("/static/images/leftnav_arrow_1.gif");
				text-decoration: none;
				}


/*************************/
/***** FOOTER STYLES *****/
/*************************/

#footer {
	position: relative;
	height: 34px;
	clear: both;
	width: 780px;
	margin: 0px auto;
	background-image: url('/static/images/footer_bg.gif');
	font: normal 0.9em Arial, Helvetica, sans-serif;
	color: white;
	}
	#footer a {
		color: white;
		}
	#footer a:hover {
		text-decoration: underline;
		}
	#footer a.active {
		font-weight: bold;
		}
		
		
#footer_left {
	position: relative;
	float: left;
	height: 34px;
	background-image: url('/static/images/footer_left_bg.gif');
	background-repeat: no-repeat;
	}
	#footer_left span {
		position: relative;
		top: 15px;
		left: 25px;
		}
#footer_right {
	position: relative;
	float: right;
	height: 34px;
	width: 9px;
	background-image: url('/static/images/footer_right_bg.gif');
	background-repeat: no-repeat;
	background-position: right top;
	}


/*************************/
/***** CONTACT FORM *****/
/***********************/

.contact_form {
	position: relative;
	}
	.contact_form .form_display {
		position: relative;
		width: 240px;
		margin: 0px auto 15px auto
		}
		.contact_form .form_display .display1 {
			font-weight: bold;
			}
	.contact_form .list_display {
		position: relative;
		width: 240px;
		margin: 0px auto 15px auto
		}
	.contact_form .form_input,
	.contact_form .form_textarea {
		position: relative;
		border: 1px solid #c7c7c7;
		font-size: 0.9em;
		}
	.contact_form .form_textarea {
		width: 100%;
		height: 70px;
		}



/**************************/
/****** ADMIN STYLES *****/
/************************/

#admin_bar {
	position: relative;
	width: 640px;
	height: 50px;
	margin: 10px auto;
	}
#admin_bar_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 640px;
	height: 50px;
	background-color: black;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	}
#admin_bar_content {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 618px;
	height: 28px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	}
	#admin_bar_content p {
		position: relative;
		left: 10px;
		top: 7px;
		float: left;
		width: 200px;
		margin: 0;
		padding: 0;
		color: red;
		}
	#admin_bar_content ul {
		position: relative;
		right: 10px;
		top: 8px;
		float: right;
		width: 400px;
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0.8em;
		}
		#admin_bar_content ul li {
			float: right;
			padding: 0 0 0 15px;
			margin: 0;
			}
			#admin_bar_content ul li a {
				color: red;
				background-image: url(../images/arrow_lge1.gif);
				background-repeat: no-repeat;
				background-position: left center;
				padding-left: 9px;
				}

