@import url("/css/fonts.css");
/*****************************************************************/
/* Reset Styles */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****************************************************************/

.left50 {
	clear:both;
	display:block;
	float:left;
	width:45%;
	padding:0 2.5%;
}
.right50 {
	display:block;
	float:left;
	width:45%;
	padding:0 2.5%;
}
.left50img {
	clear:both;
	display:block;
	float:left;
	width:50%;
	padding:0;
}
.right50img {
	display:block;
	float:left;
	width:50%;
	padding:0;
}
.left50img img, .right50img img {
	width:100%;
	height:auto;
}
.left50img p, .right50img p {
	text-align:justify;
}
p.noh3 {
	padding-top:50px;
}
/* quote form */
#quoteForm fieldset {
padding:10px 10px 0 10px;
margin-bottom:15px;
border:1px solid #777;
}
#quoteForm legend {
color:#aaa;
padding:0 5px;
}
#quoteForm label {
display:block;
float:left;
width:33%;
text-indent:20px;
}
#quoteForm label.required {
background:url('/images/required.gif') no-repeat 0 0;
}
#quoteForm input, #quoteForm select {
display:block;
margin-left:25%;
margin-bottom:10px;
width:64%;
background:#e8f3ff;
border:1px solid #aaa;
padding:5px 1%;
}
#quoteForm input.noPadding {
margin-bottom:0;
border-bottom:none;
}
#quoteForm input.error, #quoteForm select.error {
border:1px solid red;
width:60%;
color:#000;
}
#quoteForm #formButtons {
width:300px;
margin:0 auto;
}
#quoteForm input#btn_clear {
float:left;
margin:0 50px 10px 0;
width:109px;
padding:5px 10px 5px 31px;
border:1px solid red;
background:url('/images/clear.png') no-repeat 5px center #fdd;
}
	#quoteForm input#btn_clear:hover {
	background:url('/images/clear.png') no-repeat 5px center #fee;
	cursor:pointer;
	}
#quoteForm input#btn_submit {
margin:0 0 10px 0;
width:119px;
padding:5px 10px 5px 31px;
border:1px solid green;
background:url('/images/submit.png') no-repeat 5px center #dfd;
}
	#quoteForm input#btn_submit:hover {
	background:url('/images/submit.png') no-repeat 5px center #efe;
	cursor:pointer;
	}
#quoteForm .formIcon {
display:block;
width:4%;
float:right;
position:relative;
top:6px;
}

/* Set default element margins */
h2, h3, h4, p, #content ol, #content ul, table, form {
	margin:1em;
}