@charset "utf-8";


body {
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
}

img {
	border: 0px;
}


td {
	vertical-align: top;
}


.gradientBox {
	background-image:url(../images/gradient_bg_repeat.gif);
	background-repeat:repeat-x;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	padding-top:10px;
}

div.callBox {
	border:1px solid #5480c2;
	padding-left:10px; 
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.callBoxRight {
	float: right; 
	margin:0px 0px 20px 20px; 
}

div.callBoxWide {
	width: 400px;
}

div.callBoxNarrow {
	width: 250px;
}



#headerLeft {
	vertical-align:top;
 	text-align:left;
}

#headerRight {
	vertical-align:top;
 	text-align:right;
	padding-right:0px;
}

#headerRight p, #headerRight a {
	margin-top: 0px;
	color: #666;
	font-size: 10px;
	line-height: 12px;
}

#footer, #footer a, #footer p {
	padding-top:8px; padding-bottom: 8px; 
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #666;
	margin-top:0px;
}

#footerLeft {
	float:left; 
	text-align:left; 
	margin-left: 0px;
	width: 200px;
}


#footerRight {
	width: 400px;
	text-align:right; 
	margin-right: 0px;
}


#navTable {
	margin-top: 15px;
}

#mainTable {
	clear:both;
	margin-top: 20px;
}

#leftColumn{
	width: 214px;
	vertical-align:top;
	padding-right:20px;
}

#menuFrame {
	margin-top:10px;
}


.leftAd {
	padding-top: 10px;
}

#rightColumn {
	vertical-align:top;
}

/* #mainContent is the main content box on the page, this defines any override styles  */
#mainContent {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-bottom: 15px;
	width: 748px;
}


#mainContent p {
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	color: #005699;
	margin-bottom: 0px;
	margin-top: 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #005699;
	margin-bottom: 0px;
	margin-top: 10px;
}

p + h2, ul + h2 {
	margin-top: 25px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	font-style:italic;
	color: red;
	margin-bottom: 0px;
	margin-top: 8px;
}


/* Defaults p, li, a  */
p, li, a, ul, label, input, #submit, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-bottom: 0px;
}

p {
	margin-top: 19px;
}


li  li {   // second level li
	color: red;
	list-style-type:circle
}

li ul {
	margin-left: 2em;
	padding-left: 1em;
}

	
p.inlinequote {
	margin-left: 30px; margin-right:30px;
	font-style:italic;
}

ul {
	margin-top: 6px;
}

em {
	font-weight: bold;
	color: #005699;
}

h1 + ul, h2 + ul, h3 + ul  {   /* ul following headers */
	margin-top: 19px;
}

sup {
	font-size: 80%;
	vertical-align:text-top;
	line-height:0px;
}

p.footnotes {
	font-size: 10px;
	line-height: 15px;
}

li {
	margin-left: -5px;
	margin-top: 5px;
	list-style-position:outside;
	list-style-type: disc;
}

a {
	font-weight: normal;
	text-decoration: underline;
}

img.sbfwbutton {
	display: block;
	margin-top: 20px;
}

#submit {
	color: #666;
	margin-top: 10px;
	margin-left: 300px;
}

input {
	border: 1px solid #999;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: white;
	text-align: left;
	margin-left:4px;
}

select {
	border: 1px solid #999;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: white;
	text-align: left;
	margin-left:4px;
}

#RegistrationForm  {
	padding-top: 10px;
}


#RegistrationForm label {
	padding-top: 2px;
	width: 140px;
	display:inline;
	float:left;  
	text-align:right;
}
#RegistrationForm p {
	text-align:left;
	margin-top:0px;
}


#regtable td {
	padding-top: 5px;
	text-align: right;
}


#campaignForm {
	padding-top: 10px;
}


#campaignForm label {
	padding-top: 2px;
	width: 200px;
	display:inline;
	float:left;  
	text-align:right;
}

#campaignForm p {
	text-align:left;
	margin-top:0px;
}

#campaignForm submit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}




/* styles for pop-ups  */
.popupBasics {  /* default for most stuff */
	background-color: #eee;
	padding: 10px;
	border:2px solid #999900;   
	color: #333;
  padding:12px;
	font-size:13px;
	text-align: left;
	display:none;   
	position:fixed;   
	_position:absolute; /* hack for internet explorer 6  */   
	z-index:2;   
}

.popupBasics td {
	padding-top: 4px;
}

.popupBasics form {
 margin:0px;
 padding:0px;
}

.popupBasics a {
	cursor:pointer;
	color: #333;
	text-decoration: underline;
}

.popupBasics h1 {   
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;   
	font-size: 24px;
	line-height: 29px;
	font-weight: bold;
	color: #005699;
	padding-bottom:2px;   
	margin-bottom:20px;   
}


.popupBasics p, .popubBasics li {
	margin-top: 5px;
	color: #333;
}

.popupClose{   
	font-size:12px;   
	line-height:12px;   
	right:6px;   
	top:6px;   
	position:absolute;   
	color:#ddd;   
	font-weight:700;   
	display:block;
	text-decoration:none;
	cursor:pointer;   
} 


#backgroundPopup{   
	display:none;   
	position:fixed;   
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;   
	width:100%;   
	top:0;   
	left:0;   
	z-index:1;  
	background-color: #000;
 }


#popupPrivacyPolicy {
  width: 500px;
	height: 400px;
	overflow:scroll;
}


.ro {
	/* class of rollover images */
}


input {
	border: 1px solid black; 
	margin-bottom: .5em;
}

input.error { border: 1px solid red; }

label.error {
		display: none;
}

label.valid {
		display: none;
		width: 16px;
		height: 16px;
}








