* { margin: 0px; padding: 0px; }
BODY { margin: 0px; padding: 0px; background: #F9F9F9 url(/images/layout/bg_main.gif) top left repeat-x;  font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif; font-size: .7em; line-height: 1.5; text-align:center; color: #373737; } 

/* --- General Links --- */

a { color: #516bca; text-decoration: none}
a:hover { color: #516bca; text-decoration: underline}

/* --- Client Formatting --- */


.textsmallest { font-size: 80%}
.textsmaller { font-size: 85%}
.textlarger { font-size: 120%}
.textlargest { font-size: 140%}
.alerttext { color:#f00; font-weight:bold}

/* --- Layout Elements --- */
#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	z-index:2;
}

#auxcolumn1 h2, #auxcolumn2 h2{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	margin:.5em 0em;
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
	border-bottom: 1px #c8c8c8 solid;
}
#auxcolumn1 h3, #auxcolumn2 h3{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	margin:.5em 0em -.2em 0em;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#auxcolumn1 ul, #auxcolumn2 ul{
	list-style-type:none;
}
#auxcolumn1 ul a, #auxcolumn2 ul a{
	font-weight:normal;
}
#auxcolumn1 p, #auxcolumn2 p{
	margin-top: .2em;
}
#auxcolumn1 a, #auxcolumn2 a{
	font-weight:bold;
}


#header {
	position:relative;
	text-align:left;
	margin: 0 auto;
	width: 950px;
	height:88px;
}
#header h1 {
	position: absolute;
	top: 12px;
	left:0px;
}
#container
{
	position:relative;
	margin: 0 auto;
	width: 966px;
	background: url(/images/layout/bg_container.jpg) repeat-y;
	text-align:left;
}
#toplineleft, #toplineright {
	background-color: #FCCF04;
	position:relative;
	height: 3px;
	font-size:0px;
	top:0px;
}
#toplineleft {
	margin-right:6px;
}
#toplineright {
	margin-left: 5px;
}

/* Auxillary Column 1 */
#auxcolumn1 {
	position:relative;
	width:234px;
	float:left;
}
#auxcolumn1pad {
	margin: 0px 16px 0px 18px;
}

#newsletter label, #newsletter input{
	display: block;
	float: left;
	margin-bottom: 3px;
}


#newsletter input,#newsletter label, #newsletter select{

	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif;

}

#newsletter select {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#newsletter label {
	text-align:right;
	font-weight:normal;
	width: 40px;
	padding: 0 10px 0 0;
}

#newsletter br {
	clear:left;
}

#newsletter input {
	width:140px;
}

#newsletter input.formbutton {
	font-size: 1em;
	width:auto;
	float:right;
	padding: 0px;
	margin: 0 5px 0 0;
}

#newsletter p {
	text-align:right;
}

#sidenews h3{
	font-weight:normal;
}
#auxcolumn1top, #auxcolumn2top {
	position:relative;
	background-color: #FCCF04;
	height:15px;
	font-size: 0px;
}
#auxcolumn1top {
	margin: 0px 6px 0px 8px;
}
#auxcolumn2top {
	margin: 0px 8px 0px 5px;
}
/* Auxillary Column 2 */
#auxcolumn2 {
	position:relative;
	width:232px;
	float:left;
}
#auxcolumn2pad {
	margin: 0px 18px 0px 15px;
}

#testimonials {
	background-color:#fff;
	padding: 10px 0px 0px 0px;

	line-height: 1.4;
}

#testimonials div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #fff;
}

#testimonials blockquote {
	background: url(/images/icons/quotes.gif) top left no-repeat;
	padding-top: 10px;
}

#maincolumn {
	position:relative;
	width:500px;
	float:left;
}
#content {
	margin:10px 10px 20px 10px;
	font-size:1.1em;
	overflow:visible;
}
#content h1 {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	margin:-14px -10px 10px -10px;
	padding:10px 10px 6px 10px;
	font-size:1.7em;
	color:#fff;
	/*border-bottom:solid 1px #c8c8c8;*/
	font-weight:normal;
	background-image: url(/images/layout/bg_contenth1.jpg);
}
#content h2 {
	position:relative;
	font-size:1.2em;
	color:#516BCA;
	font-weight:bold;
	margin:1em 0em 0em 0em;
}
#content h3 {
	position:relative;
	font-size:1em;
	color:#000;
	font-weight:bold;
	margin:1em 0em 0em 0em;
}
#content p, #content table {
	margin:.5em 0em 1em 0em;
}
#content ul, #content li {
	margin:0px 0px 0px 10px;
	padding:5px 0px 10px 5px;
	list-style-image: url(/images/bullet_factech.jpg);
	list-style-position: outside;
}

#endcap {
	clear:both;
	position:relative;
	background:url(/images/layout/bg_container_cap.jpg) bottom left no-repeat;
	height:32px;
}
#endcap_home {
	clear:both;
	position:relative;
	background:url(/images/layout/bg_container_cap_home.jpg) bottom left no-repeat;
	height:32px;
}
#footer {
	color: #858585;
	margin-bottom: 10px;
	font-size:.9em;
}
#footer a{
	color: #858585;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}

/* --- Navigation Elements --- */
#navlist {
	background-color: #516bca;
	padding: 4px 0 6px 0px;
	text-align:center;	
	font-size:1.1em;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 12px;
}

#navlist li a {
	color:#fff;
	padding: 0 10px;
	text-decoration:none;
}
#navlist li a:hover{
	text-decoration: underline;
}
/* --- Individual Pages --- */

/* Home Page */
#homeflash {
	background-color: #516bca;
	height:18em;
	padding:10px;
	margin:0px;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}

#homeflash a {
	color:#fff;
	font-weight:bold;
}
#homeflash p {
	padding-top:5px;
	padding-bottom:5px;
}
#homeflash .tagline {
	background-color: #2C428D;	
	margin:10px -10px -10px -10px;
	padding:8px;
	font-weight:bold;
}
#homeflash .divider {
	border-top:1px solid #365CAB;
}
/* News */
#newsarticle {
	overflow:visible;
	margin:1px;
}

/* --- Special --- */

#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	z-index:2;
}

.wep_cleardiv {
	clear:both;
}

.wep_clearfix:after {
    content: "."; 
	display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;	
}
.wep_clearfix {display: inline-block;}  
/* Hides from IE-mac \*/
* html .wep_clearfix {height: 1%;}
.wep_clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

#topofpage {
	margin:10px;
}
.sitefm_products {
	padding:10px 0px 10px 10px;
	margin:10px 0px;
	height:auto;
	vertical-align:top;
	border-top:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;
	background-color: #F5F5F5;
}
.sitefm_products img {
	padding:0px 10px 0px 0px;
	margin: 0px;
}
.sitefm_products_left {
	background-color: #F5F5F5;
	border-top:solid 1px #c8c8c8;
	border-bottom:solid 1px #c8c8c8;
	margin-bottom:5px;
}
#compliancetoolbox_links {
	margin:30px 0px;
	padding:0px 5px 5px 5px;
	background-color: #F5F5F5;
	border: 1px solid #C8C8C8;	
}
.calltoaction {
	margin:30px 0px;
	padding:10px;
	background-color: #F5F5F5;
	border: 1px solid #C8C8C8;	
}
#subnav_links {
	position:relative;
	float:right;
	text-align:right;
	margin-top:-48px;
	z-index:1;
	color:#fff;
}
#subnav_links a {
	color:#fff;
	text-decoration: underline;	
}
#subnav_links a:hover {
	color:#000;
	text-decoration: underline;	
}
.dpo_corner_issuedate {
	font-style: italic;	
}
#pageform {
	margin-top:20px;
}
#pageform label {
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
}
#pageform .formquestion {
	width:auto;
	float:none;
	text-align:left;
}
#pageform .checkboxes {
	margin-left:110px;
}
