img {
	border: none;
}

.clear {	
	clear: both;
}

.hidden, .none {
	display: none;
}

.imgFloatLeft {
	float: left;
	margin-right: 10px;
}

.imgFloatRight {
	float: left;
	margin-left: 10px;
}

.h1home {
	background: url(/assets/images/strapHome.png) top left no-repeat;
	width: 240px;
	height: 237px;
}

.replace span {
	display: none;
}

p.phone {
	width: 272px;
	height: 40px;
	background: url(/assets/images/call.png) top left no-repeat;
}

a, #footer a {
	color: #11335E;
}

a:hover, #footer a:hover {
	color: #333;
}

#footer p {
	font-size: 1.3em;
}

#footer p a {
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 15px;
}

h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 25px 0 15px 0;
}

h1+h2 {
	margin-top: 15px;
}

h1+h3 {
	margin-top: 15px;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 15px;
}

#colMain p {
	line-height: 1.4em;
	margin: 15px 0;
	font-size: 1.6em;
}

#colMain blockquote {
	background: url(/assets/images/quoteOpen3.png) top left no-repeat;
	padding-left: 30px;
	color: #666;
	font-style: italic;
	border-top: 1px solid #ccc;
	background-position: 0px 15px;
}

#colMain blockquote p {
	background: url(/assets/images/quoteClose3.png) right bottom no-repeat;
	display: block;
	padding-right: 30px;
}

p.quotee {
	margin-bottom: 25px;
	margin-left: 30px;
}

p.top {
	margin-top: 0 !important;
}

p.caption {
	font-size: 1.2em !important;
	font-style: italic;
	margin-top: -10px !important;
}

#colMain ul {
	margin: 15px 0;
}

#colMain ul li ul{
	margin: 0;
}

#colCenter ul li, #colCenter ol li {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0 30px;
}

#colCenter ul li ul li, #colCenter ol li ol li {
	font-size: 1.0em;
	margin: 0 15px;
}

#searchInput {
	width: 133px;
	height: 16px;
	border: none;
	background: transparent;
	padding: 2px 4px;
	color: #555;
}

#searchBtn {
	position: absolute;
	top: 12px;
	left: 385px;
}

p.f1 {
	float: left;
	width: 94px;
}

p.f2 {
	float: left;
	width: 696px;
	padding: 0 20px;
}

p.f3 {
	float: left;
	width: 130px;
}

p.zws {
	clear: both;
	text-align: center;
}

p.zws {
	clear: both;
	text-align: center;
	font-size: 1.1em !important;
	padding: 20px 0 10px 0;
}

p.zws a {
	color: #999 !important;
}

p.zws a:hover {
	color: #333 !important;
}


/* --------------------------------------------------- CONTACT FORM */

.field {
	margin: 10px 0;
	font-size: 1.3em;
}

.input, .inputf {
	margin: 3px 0;
	padding: 2px;
	width: 443px;
	border: 1px solid #aaa;
	background-color: #f6f6f6;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em !important;
}

.inputf {
	background-color: #fff;
	border-color: #29436A;
	color: #333;
}

.checkboxes {
	padding-top: 5px;
}

.checkboxes input, .checkboxes2 input {
	width: auto !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

.box {
	padding: 10px;
	background-color: #eee;
}

.errMsg { 
	color: #f00;
	font-weight: bold;
} 

/*input.errFld, textarea.errFld {
	border: 1px solid #f00;
} */

#submit {
	width: 61px;
	height: 26px;
	padding: 0;
	border: none;
}

.req {
	font-weight: bold;
	color: #f00;
}

label {
	font-weight: bold;
}