img {
	border: none;
}

.clear {	
	clear: both;
}

.hidden {
	display: none;
}

.imgFloatLeft {
	float: left;
	margin: 5px 10px 10px 0;
}

.replace span {
	display: none;
}

p.phone {
	width: 200px;
	height: 60px;
	background: url(/assets/images/phone.png) top left no-repeat;
}

a, #footer a {
	color: #2C3D75;
}

a:hover, #footer a:hover, #footer p a.zws:hover {
	color: #333;
}

#footer p {
	color: #666;
	font-size: 1.1em;
	padding-bottom: 10px;
}

#footer p a {
	text-decoration: none;
}

#footer p a.zws {
	color: #999;
}

p.f1 {
	width: 600px;
	padding-left: 50px;
	float: left;
}

p.f2 {
	width: 210px;
	float: left;
	text-align: center;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
}

h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 15px 0 0 0;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 15px;
}

#colMain p, #colRight p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 15px 0;
}

#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;
}

#colMain ul li, #colMain ol li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 30px;
}

#colMain ul li ul li, #colMain ol li ol li {
	font-size: 1.0em;
	margin: 0 15px;
}

#colRight ul {
	list-style-type: none;
}

#colRight ul li {
	font-size: 1.3em;
	padding-left: 15px;
	background: url(/assets/images/bullet.png) top left no-repeat;
	background-position: 0 6px;
}

#colRight ul li a {
	text-decoration: none;
}

.field {
	margin: 10px 0;
	font-size: 1.2em;
}

.input, .inputf {
	margin: 3px 0;
	padding: 2px;
	width: 340px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
}

.inputf {
	border-color:  #2D3E76;
}

.errMsg { 
	color: #f00;
} 

.errFld {
	border: 1px solid #f00;
} 

#submit {
	width: 60px;
	height: 25px;
	padding: 0;
	border: none;
}

.req {
	font-weight: bold;
	color: #62727F;
}