html, body, div, span, applet, object, iframe,
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%;
	vertical-align: baseline;
	font-family: Arial,sans-serif;
	
}
body {
    font-size: 100%;
}
/* 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;
}


html{
	background-color: #DEDBD2;
}

#maincontainer{
	margin:auto;
	width:1000px;
	height:auto;
	background-color:#ffffff;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
}

#headercontainer{
	width:100%;
	height:175px;
}
#topheader{
	width:	 400px;
	height:50px;
	float: right;

}
#bottomheader{
	width:100%;
	height:125px;
}
#bhleft{
	width:255px;
	height:125px;
	float:left;
}
#bhright{
		width:745px;
	height:125px;

	float:right;
}
#menu{
	width:100%;
	height:45px;
}
#bodycontent{
	height:auto;
	min-height:200px;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #0087BA;
	border-top:1px solid #0087BA;
	border-left:0px solid #0087BA;
	border-right:0px solid #0087BA;
}
#footer{
	width:100%;
	height:90px;
	padding-top:10px;
		
}
#footer p {
    color: #696660;
    font-size: 15px;
    font-style: italic;

}
#footer cite{
    color: #696660;
    font-size: 15px;
    font-style: italic;

}
#copyright{
	width:400px;
	height:50px;
	margin:auto;
}

#copyright p{
	color:#696660;
	font-family: arial, sans-serif;
	font-size: 9px;
	text-align:center;
	}

/*  Content styles */

h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, hr, table, fieldset {
    margin: 1.5em 0;
}
h1, h1 a, h1 a:visited, h1 a:hover {
    color: #0087ba;
    font-family: "Georgia",san-serif;
    font-size: 2em;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
}
h3 {
    color: #0087ba;
    font-family: "Georgia",san-serif;
    font-size: 1.1em;
    font-style: italic;
    font-weight: normal;
}
h3 a{
    color: #0087ba;
    font-family: "Georgia",san-serif;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
}
p{
    font-family: Arial,sans-serif;
    font-size: 1.15em;
    line-height: 1.25em;
}

.home {
	color: #0087ba;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 22px;
    font-weight: lighter;
    line-height: 28px;
    vertical-align: middle;
}
strong{
	font-style: italic;
	font-weight: bold;

}

/*overrides*/
/*mailchimp*/
.modmc2_label{
	display:none;
}
#mc2_email{
	float:left;
	height:19px;
	color:#8B8780;
}
hr{
	color:#0087BA;
}
#mc2_add{
	width:70px;
	Float:right;
	border: 0px solid;
	background-color:#8B8780;
	color:#ffffff;
	height:25px;
	margin-top:-16px;
}

/*breezingforms*/


.bfQuickMode {
    margin: 0;
    padding: 0;
    width: 70%!important;
}