body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding:0;
	margin:0;
	font-size: 62.5%;
	color:#000;
	background:#fff;
}
p {
	padding:0;
	margin:0 0 1em 0;
	font-size:1.2em;
	line-height:1.3em;
}
h1 {
	color:#1b83cc;
	margin:0 0 5px 0;
	font-size:2.2em;
	font-weight:normal;
}
h2 {
	color:#d1b984;
	font-size:1.7em;
	font-weight:normal;
	padding:0;
	margin:0 0 6px 0;
}
a {
	color:#ff3702;
	font-size:1.2em;
    text-decoration:none;
}
a img {
	border:none;
}
img.photo {
	padding:4px;
	background: #000;
	border:1px solid #4d545f;
}
/* ================ LAYOUT STYLES ========= */
#pagewrapper, #headerwrapper, #maincontentwrapper, #accentwrapper, #footerwrapper { /*sets all wrappers to 100% and no margins */
	width:95%;
	clear:both;
	padding:0;
	margin:0;
}
#headerwrapper { /* setting specific styles for each respective wrapper */
	margin-bottom:12px;
}
#headercontent, #maincontent, #accentcontent, #footercontent { /*setting all content areas to fixed width*/
	width:95%;
	margin:0 auto;
}
/* ============== HEADER SPECIFIC STYLES ======= */
#headercontent .bblogoprint {
	margin:0;
}
#headercontent .bblogo {
	display:none;
}
ul#globalnav {
	display:none;
}
#comingsoon {
	display:none;
}
#demoreelbut {
	display:none;
}
/* ============== MAIN CONTENT SPECIFIC STYLES ======= */
#maincontent { /*setting margin on bottom of content for spacing*/
	clear:both;
}
#branding { 
	display:none;
}
#homequote { /* home page quote area below branding */
	margin-bottom:15px;
}
#homequote img {
	display:none;
}
span.homeqoutetext { /*text in home page quote area */
	color:#d1b984;
	font-size:1.5em;
	line-height:1.2em;
}
span.homeqoutetext strong {
	font-weight:normal;
	color:#000;
}
#innerleftcol {
	display:none;
}
/* ============== ACCENT STRIP CONTENT SPECIFIC STYLES ======= */
#accentcontent {
	padding:15px 0 25px 0;
}
#accentleftarea {
	width:95%;
	clear:both;
	margin-bottom:15px;
}
#accentleftarea img {
	display:none;
}
#accentrightarea {
	width:95%;
	clear:both;
}
ul.circlecheck {
	margin:0;
	padding:0;
	list-style:circle;
}
ul.circlecheck li {
	padding:0;
	margin:0 0 10px 0;
	font-size:1.2em;
	line-height:1em;
}
/* ============ FOOTER SPECIFIC STYLES ==================== */
#footercontent {
	padding:5px 10px 0 0;
	font-size:.8em;
}
#footercontent p {
	margin-bottom:5px;
	color:#000;
}
#footerleft {
	float:left;
}
#footerright {
	clear:both;
	float:left;
	text-align:left;
}
ul#validatelinks {
	display:none;
}
span.footerblue {
	font-weight:bold;
	color:#1b83cc;
}