@charset "utf-8";
/* CSS Document */

/* web developement by www.banjocreative.com 212.924.4251 */

/* css default reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
xxxxbody {
	line-height: 1;
	color: #1F1F1F;
	background: white;
}
ol, ul {
	list-style-type: none;
	line-height: 1.3em;

}
li {
	background-image: url(../images/bullett_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.blue  {
	color: #FF0000;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #006666;
}


fieldset {
	border: solid 0 transparent;
	}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


/* Hides from IE5-mac \*/
#divContainer {height: 1%;}
* /* End hide from IE5-mac */




  /* Hide from IE5-mac. Only IE-win sees this. \*/
 .box320pxleft, .box320pxmiddle, .box320pxright {
  margin-right: -3px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



html 	{ text-align : center; }

p {
	line-height: 1.5em;
	height: 1%;
	margin-left: 0px;
	font-size: 1.1em;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}
hr {
	background-color: #CEDBFD;
	display: block;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}






body 	{
	background-color : #FFFFFF;
	font : 72%/1.4em Arial, Helvetica, sans-serif;
	color : #333333;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
}




/* ============================= Heading styles ================================*/



h1 {
	font-size: 2.1em;
	display: block;
	padding-top: 12px;
	padding-bottom: 4px;
	color: #99CC33;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: -0.04em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}



h2 {
	font-size: 1.5em;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0A4190;
	line-height: 1.1em;
	font-weight: bold;
	text-align: left;
}


h3 {
	display: block;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 1.3em;
}

h4 {
	background-color: #51738C;
	display: block;
	font-size: 1.2em;
}



h5 {
	font-size: 1.7em;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #F47900;
}




h6 {
	font-size: 1.2em;
}






/* ============================= Layout Divs ================================*/

#divContainer {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}




#divTopNav {
	display: block;
	height: 34px;
	width: 700px;
	background-color: #0B479D;
	background-image: url(../images/nav_top_bkgd.gif);
	background-repeat: no-repeat;
	float: right;
	padding-top: 0px;
	z-index: 6000;
}





#divHeader {
	clear: both;
	height: 78px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}

#divLogo {
	display: block;
	height: 78px;
	width: 200px;
	float: left;
	
}


#divContent {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#divSubNav {
	display: block;
	width: 950px;
	font-weight: bold;
	float: right;
	height: 20px;
	text-align: right;
	font-size: 0.9em;
	padding-top: 4px;
}



#divIntroContent {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	display: block;
	text-align: center;
	clear: both;
	padding-top: 2px;
	padding-bottom: 16px;
}


#divVideoFieldLarge {
	background-color: #FFFFFF;
	clear: both;
	height: 520px;
	width: 960px;
	background-image: url(../images/homepage_video_background.jpg);
}

#divImageFieldLarge {
	background-color: #FFFFFF;
	clear: both;
	height: auto;
	width: 960px;
}


.box320pxleft {
	width: 312px;
	display: block;
	float: left;
	margin-right: 8px;
	
}

.box320pxmiddle {
	width: 308px;
	display: block;
	float: left;
	height: 1%;
	margin-right: 4px;
	background-repeat: repeat-x;
	margin-left: 4px;
	
}

.box320pxright {
	width: 312px;
	display: block;
	float: right;
	height: 1%;
	margin-left: 8px;
	
}
#divPhoneNumber {
	display: block;
	height: 20px;
	width: 300px;
	float: left;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: .9em;
	background-color: #0099CC;
	padding-top: 4px;
	border: 1px solid #D5D8F9;
	text-align: center;
}


#divHomeVideo {
	background-color: #000000;
	display: block;
	height: 330px;
	width: 586px;
	position: relative;
	top: 90px;
	left: 186px;
}



#divContent959px {
	margin-right: auto;
	margin-left: auto;
	width: 959px;
	display: block;
	clear: both;
	padding-bottom: 20px;
	
}
.Content320pxfirst {
	width: 320px;
	display: block;
	float: left;
	margin-left: 0px;
	height: 160px;
}
.Content320px {
	width: 312px;
	display: block;
	float: left;
	height: 140px;
	background-image: url(../images/box_312_gradient.jpg);
	background-repeat: repeat-x;
	margin-right: 8px;
}


.Content407px {
	width: 320px;
	display: block;
	float: left;
	margin-left: 7px;
	height: 160px;
	padding-right: 80px;
}

#divFooter {
	display: block;
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	margin-top: 12px;
	padding-top: 12px;
	text-align: center;
	color: #666666;
	height: 160px;
}


#divPicturePreview {
	display: block;
	float: left;
	height: 440px;
	width: 614px;
	background-color: #333333;
}



textarea {
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #FFCC33;
}


form {
	margin: 0px;
	padding: 0px;
}




a:link {
	text-decoration: none;
	color: #0B479D;
}

a:visited {
	color: #0B479D;
	text-decoration: none;
}

a:hover {
	color: #0B479D;
	text-decoration: underline;
}

a:active {
	color: #0B479D;
	text-decoration: none;
	float: none;
}



#divContent a:link {
	text-decoration: none;
	color: #0A4190;
	

}

#divContent a:visited {
	color: #0A4190;
	text-decoration: none;


}

#divContent a:hover {
	color: #0A4190;
	text-decoration: underline;
	

}

#divContent a:active {
	color: #0A4190;
	text-decoration: none;
	float: none;
	

}


.boxnav {
	background-color: #EDF2F8;
	display: block;
	height: 1%;
	width: 300px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #C8D7EA;
	padding-right: 4px;
}

.boxnav       li  {
	list-style-type: none;
	background-image: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBC7FB;
	padding: 0px;
	white-space: wrap;
}



.red  {
	color: #C00;
	font-weight: bold;
}


/* ============================= Misc ================================*/


#divFooterNav {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 960px;
	font-weight: bold;
}





.rule {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
	margin-top: 7px;
	margin-bottom: 7px;
}
label {
	display: block;
	float: left;
	width: 200px;
}
.Content607px {
	width: 420px;
	display: block;
	float: left;
	margin-left: 7px;
	padding-right: 80px;
}


.pdfbox {
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #51738C;
	padding: 8px;
	margin-top: 10px;
	background-color: #EEEEEE;
}
#divNav {
	display: block;
	width: 100px;
	padding: 90px 20px 0px 0px;
	float: right;
}



.box312pxTop {
	width: 312px;
	display: block;
	float: left;
	background-image: url(../images/box_312_top_blue.jpg);
	height: 12px;
	background-repeat: no-repeat;
	background-color: #C3D2E7;
}








.box312pxGradient {
	width: 300px;
	display: block;
	height: 1%;
	background-image: url(../images/box_312_gradient_short.jpg);
	background-repeat: repeat-x;
	padding-right: 4px;
	padding-left: 8px;
	background-position: top;
}
.box312pxGradient img {
	display: block;
	float: right;
	padding: 4px;
}


.box312pxBottom {
	width: 312px;
	display: block;
	height: 12px;
	background-image: url(../images/box_312_top_blue.gif);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #00FF00;
}

.box640pxleft {
	width: 640px;
	display: block;
	float: left;
	z-index: 1000;
}
.LargeCopy {
	font-size: 1.4em;
	letter-spacing: -0.01em;
}


.fullcolBox {
	font-size: 1.6em;
	letter-spacing: -0.01em;
	background-color: #EAEFF7;
	display: block;
	padding: 8px;
	border: 1px solid #BACCE4;
	line-height: 1.5em;
	text-align: left;
}
.footnote {
	font-size: .8em;
}
.boxnav li a {
	background-color: #DAE4F1;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: none;
	padding-right: 0px;
	padding-left: 10px;
}

.boxnav li a:visited {
	background-color: #DAE4F1;
}

.boxnav li a:hover {
	background-color: #D1DEED;
}

.boxnav li a:active {
	background-color: #DAE4F1;
}
.highlighter {
	background-color: #FFFF33;
}
#divPhoneNumberold {
	display: block;
	height: 20px;
	width: 200px;
	padding-left: 12px;
	float: left;
	font-weight: bolder;
	color: #0B479D;
	font-size: 1.1em;
	background-color: #F0FCFF;
	padding-top: 4px;
	border: 1px solid #D5D8F9;
}
#flashembedvideo {
	background-color: #FFFFFF;
	display: block;
	float: left;
	z-index: 1000;
	height: 500px;
	width: 500px;
	text-align: center;
}

#flashhomevideo {
	background-color: #6633FF;
	display: block;
	height: 360px;
	width: 586px;
	float: left;
	z-index: 1000;
	position: relative;
	left: 186px;
	top: 71px;
}


sup {
	font-size: 0.8em;
	line-height: 1em;
}
