@charset "utf-8";
/* inserted to zero out everything per mastering css with dreamweaver
*/

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, kd, dd,ol, ul, li, fiedlset, form, label, legend, tabke. caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:inherit;
	}
	focus {
	outline: 0;
	}
	body {
	line-height: 1;	
			}
			
 		
	ol, ul {
	list-style: none;
		}
.subCopy li {
	list-style-type: disc;
	text-indent: -22px;
	list-style-position: inside;
}

	table {
	border-collapse: separate;
	border-spacing: 0;
	}
	caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
	blockquote, q {
	quotes: "" "";
	}

body {
	color: #054B91;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #2B2B2B;
	font-size: 11px;
	background-image: url(images/mockup-2-bg.jpg);
	background-repeat: repeat-x;
} 
html, body
{
	height: 100%;
	margin-bottom: 1px;
	}
cite {
	font-style: italic;
	padding-left: 2em;
}

.header {
	color: #004890;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #FFFFFF;
	vertical-align: bottom;
	font-family: "Myriad Pro Cond";
	font-size: 16px;
	font-weight: bold;
} 
.phone  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Myriad Pro Cond";
	font-size: 1.5em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.main-image {
	color: #E1E3FA;
	height: 250px;
	padding-right: 600px;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #FFFFFF;
	font-family: ITCKabel, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/main-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
}
.center {
	background-color: #DFE1F6;
}

h2 {
	font-size: 1em;
	padding-top: 157px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a, a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #384761;
}

.call-out {
	font-size: 16px;
	color: #FFFFFF;
}
.subpicture {
	background-color: #FFFFFF;
}
.subpicture img {
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-left: 11px;
}
.header p {
	padding-right: 22px;
}

.subheadline {
	font-family: "Myriad Pro";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 0.2ex;
}
.subCopy {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	vertical-align: top;
}
.subCopy2 a, .subCopy2 a:link, .subCopy2 a:visited {
	color: #E52E04;
}
a:hover, a:active, a:focus {
	color: #000040;
	text-decoration: none;
}



.footer {
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 8;
	padding-left: 10px;
	padding-top: 8px;
} 
 
.footer a:link, .footer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover, .footer a:active, .footer a:focus
{
	color: #FFFFFF;
	text-decoration: underline;	
}

.fineprint, .fineprint a:link, .fineprint a:visited, .fineprint a:hover
{
	font-size: 0.7em;
	color: #D1E23D;
}


.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	vertical-align: top;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subCopyCenter {
	background-color: #E1E3FA;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 5px;
}
.subCopyCenter2 {
	background-color: #E1E3FA;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 5px; 
  font-size:13pt;
}
h3 {
	font-size: .95em;
	font-weight: normal;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

