@charset "utf-8";
/* CSS Document */

body {
	padding: 0px; margin: 0px; background: url(../images/bg-pattern.png) center center repeat #cecece;
	color: #313131; font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/* Positioning and Clearing for Floats */
.left { float:left; }
.right { float:right; }
.center { margin-left: auto; margin-right: auto; }
.clear { clear:both; }
/* Text */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter { text-align:center; }
/* Layout Size and Type */
.fixed { max-width: 1024px; min-width: 300px; }



/* Header Section */
header {padding: 10px; background:url(../images/header-fade.png) left top repeat-x; }
	header .fixed { position:relative; }
	header .logo { max-width: 450px; width: 95%; min-width: 300px; }
	header .request { display:inline-block; font-size: 32px; padding: 10px; margin: 15px 0px 0px 0px; }
	/* Pricing Box */
	header .pricing { float:right; background: #e1482f; color: #FFF; max-width: 350px; min-width:300px; width: 95%; position:relative; margin: 20px 0px 20px 20px; padding: 10px; border-radius: 5px; }
		header .pricing p { font-size: 24px; margin: 0px; padding: 0px; letter-spacing: 0.5px; }
			header .pricing p strong { font-size: 34px; }
		header .pricing p span { font-size: 16px; }
			header .pricing p span strong { font-size: 22px; } 
		header .pricing p.contract { font-size: 13px; text-align:right; font-style: italic; margin-top: 15px; font-weight:bold; }
		
	/* Header Links */
	header a:link, header a:visited { color: #C33; text-decoration: none; }
	header a:hover, header a:active { color: #06F; text-decoration: underline; }

/* Body Sections */
.section { padding: 0px; background: #FFF; margin: 15px 0px; border-radius: 0px 5px 5px 5px; overflow:hidden; }
	.section h2, .section h1 { background: #e1482f; color: #FFF; margin: 0px 0px 0px 0px; display:inline-block; min-width: 45%; padding: 10px; border-radius: 0px 0px 5px 0px; text-transform: uppercase; }
	.section img { max-width: 800px; border: 1px solid #6e6e6e; margin: 5px; width: 90%; }
	.section img.shrink { border: none; max-width: 700px; }
	.section p { padding: 10px; margin: 2px 0px; letter-spacing: 0.5px; }
		.section p strong { color: #249fca; }
		.section p span { font-size: 12px; font-style:italic; }
		
.pamphlet { display:inline-block; font-size: 32px; padding: 10px; margin: 15px auto 0px auto; }
	a.pamphlet:link, a.pamphlet:visited { color: #C33; text-decoration: none; }
	a.pamphlet:hover, a.pamphlet:active { color: #06F; text-decoration: underline; }

/* Footer */
footer { text-align:center; padding: 10px; }
	footer a:link, footer a:visited { color: #06C; font-weight: bold; text-decoration: none; }
	footer a:hover, footer a:active { text-decoration: underline; }

