body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0; 
	padding:0; 
}
object,img {
	border:0 none;
}


html {
	height: 100%;
	margin-bottom: 0px;
}
body {
	background: #000 url(images/bgnd.jpg) top left repeat-x;
	color: #59606F;
}

a:link {
	text-decoration: none;
	color: #4191B6;
}

a:hover {
	text-decoration: underline;
	color: #7a7a7a;
}

a:visited {
	text-decoration: none;
	color: #875F84;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

sup {
	font-size: 8px;
}

/* -- LAYOUT -- */
#content {
	width: 922px;
	margin: 0 auto;
}

#frame1 {
	width: 922px;
	height: auto;
}

#frame2 {
	width: 922px;
	height: auto;
	background: url(images/frame_bg1.jpg) no-repeat;
}

#middle {
	width: 902px;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
	background: #FFF;
}

#homeback {
	width: 902px;
	background: url(images/home_bgnd2.jpg) repeat-x;
}

#header {
	display: block;
	width: 922px;
	height: 100px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;
}

#user-nav {
	display: block;
	height: 20px;
	margin: 0 20px;
	text-align: right;
	padding: 25px;
}
#user-nav li {
	color: #c5c5c5;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 0 3px 0 5px;
}
#user-nav li.first {
	border: 0;
	padding-right: 2px;
}
#user-nav a {
	color: #c5c5c5;
	font-family: inherit;
	font-size: inherit;
}
#user-nav a:hover {
	text-decoration: underline;
}

#footer1 {
	width: 922px;
	margin: 0 auto;
	height: 25px;
	background: #000000 url(images/footer1.jpg) no-repeat;
	text-align: left;
	padding: 8px 0 0 30px;
}

#footer1 a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #6a6a6a;
	font-weight: normal;
}

#footer2 {
	width: 922px;
	margin: 0 auto;
	height: 28px;
	background: url(images/footer2.jpg) no-repeat;
	text-align: left;
	padding: 5px 0 0 30px;
}

#footer2 a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #efefef;
	font-weight: bold;
}

/* -- TITLES -- */
.title {
	color: #777;
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 10px 30px;
}

.qltitle {
	color: #777;
	display: block;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	margin: 65px 0 15px 20px;
}

.newstitle {
	color: #777;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0;
}

.storytitle {
	color: #4191B6;
	font-family: Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 7px 0 10px 0;
	border-top: 5px solid #346D89;
}

/* -- BREADCRUMB -- */
#breadcrumb {
	display: block;
	margin: 15px 0 0 30px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}

#breadcrumb a {
	color: #c8a200;
}

#breadcrumb a:hover {
	color: #4a4a4a;
	text-decoration: underline;
}

/* -- HOME PAGE WINDOWS AREA -- */

#hpwindows {
	width: 902px;
	height: 203px;
	background: url(images/home_bgnd2.jpg) repeat-x;
}

#hpwindows a {
	color: #4191B6;
}

#hpwindows a:hover {
	color: #4a4a4a;
	text-decoration: underline;
}

#hpwindows .window1 {
	background: #fff;
	vertical-align: top;
	height: 177px;
	border-color: #e8e8e8 #d6d6d6 #adadad #e8e8e8;
	border-style: solid;
	border-width: 1px;
	padding: 10px 0 0 0;
}

#hpwindows .window1 h1 {
	color: #4191B6;
	text-align: left;
	font-family: Arial;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 20px 5px 10px;
}

#hpwindows .window1 p {
	color: #3a3a3a;
	text-align: left;
	font-family: Arial;
	line-height: 18px;
	font-size: 11px;
	margin: 5px 80px 5px 10px;
}

#hpwindows .window2 {
	background: #fff url(images/hp_window2.jpg) no-repeat bottom right;
	vertical-align: top;
	height: 177px;
	border-color: #e8e8e8 #d6d6d6 #adadad #e8e8e8;
	border-style: solid;
	border-width: 1px;
}

#hpwindows .window2 h1 {
	color: #4191B6;
	text-align: left;
	font-family: Arial;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 10px 5px 10px;
}

#hpwindows .window2 p {
	color: #3a3a3a;
	text-align: left;
	font-family: Arial;
	line-height: 14px;
	font-size: 11px;
	margin: 5px 10px 5px 10px;
}

#hpwindows .window3 {
	background: #fff url(images/hp_window3.jpg) no-repeat bottom right;
	vertical-align: top;
	height: 85px;
	border-color: #e8e8e8 #d6d6d6 #adadad #e8e8e8;
	border-style: solid;
	border-width: 1px;
}

#hpwindows .window3 h2 {
	color: #4191B6;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 10px 5px 10px;
}

#hpwindows .window3 p {
	color: #3a3a3a;
	text-align: left;
	font-family: Arial;
	line-height: 14px;
	font-size: 11px;
	margin: 5px 80px 0px 10px;
}

#hpwindows .window4 {
	background: #fff url(images/hp_window4.jpg) no-repeat bottom right;
	vertical-align: top;
	height: 85px;
	border-color: #e8e8e8 #d6d6d6 #adadad #e8e8e8;
	border-style: solid;
	border-width: 1px;
}

#hpwindows .window4 h2 {
	color: #76961E;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 10px 0px 10px;
}

#hpwindows .window4 p {
	color: #3a3a3a;
	text-align: left;
	font-family: Arial;
	line-height: 14px;
	font-size: 11px;
	margin: 5px 80px 5px 10px;
}



/* -- QUICKLINKS -- */
#quicklinks {
	align: center;
	padding: 0;
}

#quicklinks a {
	color: #4191B6;
}

#quicklinks a:hover {
	color: #4a4a4a;
	text-decoration: underline;
}

#quicklinks .top10txtbox2 {
	background-color: white;
	padding: 5px 0 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #e8e8e8 #d6d6d6 #d6d6d6 #e8e8e8;
}

#quicklinks .qlheader {
	height: 60px;
	padding: 0 10px 0 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #e8e8e8 #d6d6d6 #d6d6d6 #e8e8e8;
	background: #fff url(images/qlheader_bg.jpg) no-repeat top left;
}


#quicklinks .title {
	color: #fff;
	font-family: Arial;
	font-size: 10px;
	line-height: 25px;
}

.synopsis {
	color: #545454;
	font-size: 11px;
	font-family: Arial;
	line-height: 16px;
	padding: 10px 0 0 0;
}

/* -- BOX STYLES -- */
.numbersList { color: #fff; font-size: 12px; font-family: Arial; background-color: #BAC0BE; text-align: center; padding: 2px; }

.cellList1 { color: #545454; font-size: 12px; font-family: Arial; background-color: #FFF; padding: 10px; border-bottom: 1px dotted #b6b6b6; }

.newsList1 { color: #545454; font-size: 11px; font-family: Arial; background-color: #FFF; padding: 10px; border-bottom: 1px dotted #b6b6b6; }

.qlheader {
	height: 60px;
	border-style: solid;
	border-width: 1px;
	border-color: #e8e8e8 #d6d6d6 #d6d6d6 #e8e8e8;
	background: #fff url(images/qlheader_bg.jpg) no-repeat top left;
}



.top10txtbox {
	color: #64624b;
	font-size: 11px;
	font-family: Arial;
	background-color: white;
	padding: 3px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #e8e8e8 #d6d6d6 #d6d6d6 #e8e8e8;
}

.top10txtbox2 {
	background-color: white;
	padding: 5px 0 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #e8e8e8 #d6d6d6 #d6d6d6 #e8e8e8;
}

.top10txtbox3 {
	background-color: white;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	text-align: right;
	vertical-align: bottom;
	border-color: #e8e8e8 #d6d6d6 #d6d6d6 #e8e8e8;
}

.testimonial {
	color: #64624b;
	font-size: 11px;
	font-family: Arial;
	background-color: #eef8ff;
	padding: 5px;
	vertical-align: top;
}


.nestedcellpad {
	color: #545454;
	font-family: Arial;
	font-size: 11px;
	padding: 6px;
	line-height: 14px;
}

.nestedcellpad label {
	font-weight: bold;
}

.nestedcellborder {
	color: #545454;
	font-family: Arial;
	font-size: 11px;
	padding: 6px;
	line-height: 14px;
	border-bottom: 1px dotted #b6b6b6;
}

.formError {
	color: #990033;
	font-family: Arial;
	font-size: 11px;
	padding: 6px;
	line-height: 14px;
	text-align: left;
}

.formAlert {
	color: #990033;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	padding: 6px;
	line-height: 18px;
}

.pdflist {
	color: #64624b;
	font-size: 13px;
	font-family: Helvetica;
	background-image: url(images/pdflist_bg.jpg);
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	border-color: #e8e8e8 #d6d6d6 #adadad #e8e8e8; border-style: solid; border-width: 1px;
}

.raq {
	color: #747474;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
	vertical-align: middle;
	padding: 10px 0px 15px 10px;
	border-color: #e8e8e8 #d6d6d6 #adadad #e8e8e8;
	border-style: solid;
	border-width: 1px;
}



/* -- SUBNAV AREA STYLES -- */
#subnav {
	background-color: #f3f5f4;
	color: #6a6a6a;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

#subnav td {
	color: #6a6a6a;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px dotted #bababa;
}

#subnav a {
	color: #6a6a6a;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
}

#subnav a:hover {
	text-decoration: none;
	color: #2a2a2a;
}

#subnav ul {
   list-style-type: none;
   padding: 5px 0 0 5px;
   display: block;
}

#subnav li {
   color: #4191B6;
   font-size: 11px;
   padding: 5px;
   display: block;
}

#subnav li a {
   color: #4191B6;
   font-size: 11px;
   display: block;
}

#subnav li a:hover {
	text-decoration: none;
	color: #6a6a6a;
}

#subnav sup {
	font-size: 7px;
}

.lightbg { background: #f3f5f4; }


/* -- GOOGLE ADWORDS LANDING PAGE CONTENT -- */
#googleright {
	width: 302px;
	height: 569px;
	background: url(images/google_bgnd.jpg) top left repeat-y;
}

#googleright .googleMovie {
	background: #fff;
	vertical-align: top;
	height: 215px;
	border-color: #e8e8e8 #d6d6d6 #adadad #e8e8e8;
	border-style: solid;
	border-width: 1px;
	padding: 10px 0 0 0;
}

#googleright .googleMovie a {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	line-height: 36px;
	text-decoration: underline;
}

#googleright .googleMovie h2 {
	color: #4191B6;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 15px 10px 15px;
}

#googleright .googleMovie .fineprint {
	color: #333333;
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	margin: 0px 15px 10px 15px;
}

#googleright .googleContact {
	background: #fff;
	vertical-align: top;
	height: 225px;
	border-color: #e8e8e8 #d6d6d6 #adadad #e8e8e8;
	border-style: solid;
	border-width: 1px;
}

#googleright .googleContact h1 {
	color: #4191B6;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	margin: 0px 10px 0px 10px;
}

#googleright .googleContact h2 {
	color: #4191B6;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 10px 5px 10px;
}

#googleright .googleContact h3 {
	color: #4191B6;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 10px 20px 10px;
}

#googleright .googleContact h4 {
	color: #333;
	text-align: center;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	margin: 10px 10px 15px 10px;
}

#googleTitle {
	color: #fff;
	text-align: left;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	margin: 15px 0 15px 50px;
	width: 500px;
	display: block;
}

#googleLeft {
	background: #012030;
}

#googleDescription {
	width: 550px;
	margin: 10px 0 0 0;
	display: block;
}

/* -- GOOGLE ADWORDS CONTACT FORM STYLES -- */
.googleTDLabel {
	color: #666;
	text-align: left;
	font-family: Arial, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.googleTDSubmit {
	padding: 10px 10px 0 45px;
}

.googleTDInput {
	color: #777;
	text-align: left;
	font-family: Arial, Arial;
	font-size: 10px;
	font-weight: normal;
}

.googleTDInput input{
	color: #777;
	text-align: left;
	font-family: Arial, Arial;
	font-size: 10px;
	font-weight: normal;
	background-color: #eff7fa;
}

.googleInfo {
	color: #ffffcc;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0 50px;
}

.googleInfoLI {
	color: #ffffcc;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0 20px;
}

/* -- MAIN CONTENT -- */
.bodyText {
  color: #3a3a3a;
  text-align: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  margin: 18px 20px 0 30px;
  line-height: 18px;
}

.bodyHeader {
  color: #346D89;
  text-align: left;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

.backtotop {
  color: #707070;
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  margin: 10px 20px 10px 25px;
}

.addthis_button {
	padding: 0px 0px 25px 25px;
}

/* -- EVENTS CONTENT -- */
.eventsText {
  color: #545454;
  text-align: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0 18px 0;
}


/* -- PRESS RELEASE CONTENT -- */
.pressText {
  color: #3a3a3a;
  text-align: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0 18px 0;
  line-height: 18px;
}

.contactheader {
	color: #333;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	background: #ccc;
	padding: 3px 0 3px 10px;
}

/* -- NEWS CONTENT -- */
.newsText {
  color: #3a3a3a;
  text-align: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0 18px 10px;
  line-height: 18px;
}

.newsStory {
	color: #545454;
	font-size: 12px;
	font-family: Arial;
	background-color: #FFF;
	padding: 0px;
	border-bottom: 1px dotted #b6b6b6;
}

.newsMore {
  color: #707070;
  text-align: right;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  margin: 0 20px 5px 0;
}

.newsheader {
	color: #dadada;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	background: #346D89;
	padding: 3px 0 3px 10px;
}

.newsheader a {
	color: #dadada;
}

.newsheadline {
	color: #346D89;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 10px 0 10px 10px;
}


/* -- FOOTER -- */
.address {
	color: #6a6a6a;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 10px 30px;
	text-align: left;
}

/* -- FORM STYLES -- */
.formH2 {
	color: #777;
	text-align: left;
	font-family: Arial, Arial;
	font-size: 18px;
	font-weight: normal;
	margin: 110px 0 0 0;
	width: 330px;
	display: block;
}

.formH3 {
	color: #777;
	text-align: left;
	font-family: Arial, Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 30px 0 0 0;
	width: 330px;
	display: block;
}

.formAddress {
	color: #777;
	text-align: left;
	font-family: Arial, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 0 0;
	width: 330px;
	display: block;
}

.formText {
	color: #777;
	text-align: left;
	font-family: Arial, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 0 100px;
	width: 500px;
	display: block;
}

.formRow {
	padding: 10px 0 10px 0;
}

.privacyRow {
	padding: 10px 80px 10px 0;
}

.formLabel {
	position:absolute;
	text-align:left;
	width:220px;
}
.formCheckboxLabel {
	position:absolute;
	text-align:left;
	width:220px;
}
.formInput {
	margin-left:200px;
}




