@charset "UTF-8";
body {
	background: url('images/background.jpg') repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; font-style:normal; font-variant:normal; font-weight:normal
}
#form {background:#FFFFFF;}
.oneColFixCtrHdr #container {
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin: 4px 0px 0px 0px;
}
#footerarea {
background: url('images/footer_back.jpg') repeat-x;
margin-top:100px;
margin-bottom:0px;
text-align:center

}
#footerarea a:link{
color:#999999;
}
.logo{padding-left:75px;}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 0px 0 1px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #contentarea {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footerarea {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family:"Times New Roman", Times, serif; 
	color:#999999; 
	font-size:75%;
	 padding:16px;
}
.oneColFixCtrHdr #footerarea 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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.standard_txt{ font-family:"Times New Roman", Times, serif; font-size:100%;color:#333333; padding: 0 10px 0 20px;}
#head_txt{ font-family:"Times New Roman", Times, serif; font-size:120%;color:#003264;}
#sub_text{ font-family:"Times New Roman", Times, serif; font-size:95%;color:#9D872B}
#sub_text a:link{color:#9D872B}
#sub_text a:visited{color:#9D872B}
#sub_text a:hover{color:#003264}
#bullets_text{ font-family:"Times New Roman", Times, serif; font-size:90%;padding:0 40px 0 30px; color:#003264; }
#bullets_text_two_column{ font-family:"Times New Roman", Times, serif; font-size:90%;padding:0 0 0 0px; color:#003264; }

.form{font-family:"Times New Roman", Times, serif; margin-left:72px; width:410px;}
.form #body{font-size:105%; color:#003264;}

.textfield{ font-family:"Times New Roman", Times, serif; height:33px; font-size:100%; color:#003264; width:200px;}
.textarea{ font-family:"Times New Roman", Times, serif; height:60px; font-size:100%; color:#003264; width:200px}

.alert{color:#0066FF;}
.content_main {background:#FFFFFF; vertical-align:top; width:935px;}
.content_main #content_table {width:926px; border:0px; padding:0px; text-align: left; background:#FFFFFF;}
.content_main #typeface-js {padding-top:5px; padding-left:20px; font-family:"Warnock Pro"; font-size:140%; color:#003264; vertical-align:top;} /*page title*/
.content_main #clients {padding-top:30px; vertical-align:top; valign:top; float:inherit; width:420px;}
.press_releases{ width:430px; padding-right:10px; font-family:"Times New Roman", Times, serif; color:#333333;}
.press_releases a:link {font-family:"Times New Roman", Times, serif; font-size:100%; color:#003264;}
.press_releases a:visited {color:#333333;}
.press_releases a:hover {color:#9D872B;}
.press_releases a:active {color:#333333;}
.press_releases #time{font-family:"Times New Roman", Times, serif; font-size:90%;color:#333333;}
.press_releases #release{font-family:"Times New Roman", Times, serif; font-size:90%; color:#333333;}



/*pics*/
img.blank{
width:10px;
}

img.left { 
  float:left;
  padding-right:10px;
}
img.right {
  float:right;
  padding:10px;
}
img.center {
  float:inherit;
  padding:10px;
}
img.email{
DISPLAY: inline-block; 
VERTICAL-ALIGN: middle;>
}
