/* TEXT STYLES */
body, p, td, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* LIST ICON */
ul {
	list-style-image:url(/tick.gif);
}
/* LINK STYLES */
a:link {
	color: #2775b1;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2775b1;
}
a:hover {
	text-decoration: underline;
	color: #0f4976;
}
a:active {
	text-decoration: underline;
	color: #2775b1;
}


h1, h2, h3, h4, h5, h6 {
	color: #0f4976;
}

h1 {
	font-size: 18px;
	margin-top: 0;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	text-decoration: underline;
}

h5 {
	font-size: 12px;
	font-style: italic;
}

h6 {
	font-size: 12px;
}

#wrapper {
	width: 942px;
	margin: 0 auto;
	background: #fff url(/images/subnav-bg.jpg) repeat-y;
	text-align: left;
	position: relative;
}

#title {
	width: 942px;
	height: 393px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#title span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/title.jpg) no-repeat;
}

#nav {
	height: 27px;
	margin: 0;
	padding: 0;
	border: 1px solid #a4a4a4;
	background: #1c405c url(/images/nav-bg.jpg) repeat-x;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	padding: 0 17px;
	line-height: 27px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#nav li.current a {
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 157px;
	padding: 17px 19px 154px 17px;
}

#subnav {
	list-style: none;
	list-style-image: none;
	margin: 0 0 17px;
	padding: 0;
	line-height: 24px;
}

#subnav li a {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#subnav li.current a {
	text-decoration: underline;
}

#content {
	float: right;
	width: 715px;
	padding: 17px;
}

#home-form {
	float: right;
	width: 263px;
	margin: 0 0 17px 17px;
	padding: 0 17px 17px;
	background: url(/images/form-title-bg.jpg) repeat-x;
	border: 1px solid #a4a4a4;
}

#home-form-title {
	margin: 0 0 18px 0;
	line-height: 37px;
	font-size: 16px;
	color: #585858;
}

#home-form label {
	float: left;
	width: 70px;
	line-height: 20px;
}

#home-form input {
	width: 189px;
	height: 16px;
	padding: 1px;
	border: 1px solid #a4a4a4;
}

#home-form textarea {
	width: 261px;
	border: 1px solid #a4a4a4;
}

#home-form #captcha {
	width: 129px;
	margin-right: 10px;
}

#home-form input.submit {
	float: right;
	width: 50px;
	height: 21px;
	border: none;
	background: url(/images/submit-bg.jpg) repeat-x;
}

#testimonial-btn, #dog {
	clear: right;
	float: right;
	width: 299px;
	margin: 0 0 17px 17px;
	overflow: hidden;
	position: relative;
}

#testimonial-btn span, #dog span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#testimonial-btn {
	height: 129px;
}

#testimonial-btn span {
	background: url(/images/testimonial-btn.jpg) no-repeat;
}

#dog {
	height: 315px;
}

#dog span {
	background: url(/images/dog.jpg) no-repeat;
}

#sidebar-logos {
	position: absolute;
	bottom: 43px;
	left: 0;
}

#footer {
	clear: both;
	height: 41px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background: #e7e7e7 url(/images/footer-bg.jpg) repeat-x;
}

#copyright {
	float: left;
	margin: 0;
	padding-left: 17px;
	line-height: 41px;
	color: #585858;
}

#webhead {
	float: right;
	margin: 0;
	padding-right: 17px;
	line-height: 41px;
	color: #585858;
}

#webhead a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	color: #585858;
}



/* ERROR TABLE STYLES */
.err-tbl {
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #FF0000;
	border:1px solid #FF0000;
}
.err-th {
	text-align:left;
	font-family:arial;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:12px;
	background-color:#FF0000;
	line-height:20px;
	padding-left:3px;
}
.err-td {
	text-align:left;
	color:#FF0000;
	font-weight:bold;
	padding:5px;
}
.err-btn {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #FF0000;
	background-color:#FF0000;
}
.err-text {
	color:#FF0000;
	font-weight:bold;
}
.tbl {
	width:100%;
	border-collapse:collapse;
}
.tbl-2 {
	width:100%;
	border-collapse:collapse;
}
.th {
	text-align:left;
	font-family:arial;
	font-weight:bolder;
	font-size:12px;
	line-height:20px;
	padding-left:3px;
}
.th-2 {
	text-align:left;
	font-family:arial;
	font-weight:bolder;
	font-size:10px;
	background-color:#FFFFFF;
	line-height:15px;
	padding-left:3px;
}
.td {
	padding:3px;
}
.td-2 {
	padding:3px;
}
.td-left {
	padding:3px;
}
.td-right {
	padding:3px;
}
.sub-tbl {
	width:100%;
	border-collapse:collapse;
}
.sub-td-left {
	width:20%;
	vertical-align:top;
}
.sub-td-right {
	width:80%;
	vertical-align:top;
	padding:5px;
}
/* FORM STYLES */
.frm-btn {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	border:1px solid #0f4976;
	background-color:#0f4976;
	height:20px;
}
.frm-textarea {
	border:1px solid #909090;
	width:200px;
}
.frm-input {
	border:1px solid #909090;
	width:200px;
	height:20px;
}
.frm-select {
	border:1px solid #909090;
	width:200px;
	height:20px;
}
/* SIDE MENU STYLES */
.side-tbl {
	padding:5px;
}
.side-th {
	font-size:12px;
	font-weight:bold;
}
.side-td {
}
.side-btn {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	border:1px solid #0f4976;
	background-color:#0f4976;
	height:20px;
}
.side-input {
	border:1px solid #909090;
	height:20px;
}
.side-select {
	border:1px solid #909090;
	height:20px;
}
a.side-link:link {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:visited {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:active {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:hover {
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */