* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #cbcbcb;/*4c6aa0;*/
	font-size: 75%;
	text-align: center;
	padding-bottom: 15px;
}
	
	body#splash {
		background-color: #cbcbcb; /* #b9b9b9 url(../i/splash_bg.png) top left repeat-x; */
	}
		
	#splashContainer {
		width: 675px;
		height: 400px;
		background: url(../i/splash_main.png) top center no-repeat;
		margin: 100px auto 0 auto;
		position: relative;
		}
	
	#splashInterior {
		padding: 235px 35px 0 35px;
		line-height: 34px;
		text-align: left;
		}
		
		#splashInterior input {
			font-size: 11px;
			border: 1px solid #00336a;
			padding: 5px 8px;
			background: transparent url(../i/fff50.png) top left repeat;
			}
			
		#splashInterior input.submit {
			background: none;
			border: none;
			}
	
	#splash a#skip {
		display: block;
		height: 22px;
		width: 300px;
		position: absolute;
		left: 30px;
		bottom: 18px;
		text-indent: -5000px;
		background: url(../i/splash_button_skip.png) top center no-repeat;
		}

body, input, textarea, select, option {
	font-family: "lucida grande", verdana, tahoma, sans-serif;
	}

/*  */

a {
	text-decoration: none;
	color: #30528f;
	}

a img {
	border: none;
	}

p, ul, dl {
	margin: 0.5em 0 0 0;
	line-height: 1.3em;
	}
	
	p+p, p+ul, p+dl, ul+p, ul+ul, ul+dl, dl+p, dl+ul, dl+dl {
		margin-top: 1em;
		}

	p.blog_meta + p {
		text-indent: 0;
		margin: .25em 0 0 0;
		}

div.hr {
	margin: 1em 0 .75em 0;
	border-top: 3px double #ddd;
	}

blockquote {
	margin: 0 20px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	padding: 0;	
	margin-top: 0.5em;
	color: #000;
	}

/*
h1, h2, h3, h4, h5 {
	font-weight: normal;
	}

h1 {
	font-size: 1.50em;
	color: #b12f20;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 1.25em;
	margin: 10px 0 4px 0;
	padding: 0;
	color: #30528f;
	}
*/

h1 {
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
	color: #b12f20;
	}

h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #30528f;
	}

	p + h2, ul + h2 {
		margin-top: .8em;
		}

	h1 + h2, h2 + h3, h3 + h4 {
		margin-top: 0.35em;
		}

h3 {
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #888; /*30528f;*/
	margin: 1.2em 0 .35em 0;
	}

	h2 a {
		color: #30528f;
		}
	
	form h2 {
		padding: 3px;
		border-bottom: 2px solid #30528f;
		}
/*	
h3 {
	margin: 6px 0 4px 0;
	font-size: 1.05em;
	color: #333;
	text-transform: uppercase;
	}

*/
h4 {
	font-size: 1.10em;
	color: #30528f;
	}

h5 {
	font-size: 1.30em;
	color: #30528f;
	}

th, td {
	padding: 3px 6px;
	}
	
	th {
		text-align: left;
		}
		
	table.lined {
		border-top: 1px solid #ddd;
		}
	table.lined th, table.lined td {
		border-bottom: 1px solid #ddd;
		}
	
#clearall {
	clear: both;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	li {
		margin: 0;
		padding: 3px 3px 3px 16px;
		background: url(../i/li.gif) 0 6px no-repeat;
		}
	
	li.current {
		background-image: url(../i/li_on.gif);
		}
		
	.highlight ul li {
		padding: 2px 2px 2px 13px;
		background: url(../i/li_small.gif) 0 4px no-repeat;
		}

p.breadcrumb {
	padding: 0 0 4px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #bbb;
	}
	
	p.breadcrumb a {
		color: #bbb;
		}
	
	p.breadcrumb a:hover {
		text-decoration: underline;
		}

#content img {
	padding: 5px;
	border: 1px solid #ccc;
	}
	
	#content img.floatright, #content img.right {
		margin: 1em 0 1em 1em;
		float: right;
		}
		
	#content img.floatleft, #content img.left {
		margin: 1em 1em 1em 0;
		float: left;
		}

	#content img.nopad {
		padding: 0;
		margin: 0;
		border: none;
		}
	
	#content img.header {
		margin: 0 0 1em 0;
		border: none;
		padding: 0;
		}
	
	#content img.section_focus {
		border: 1px solid #666;
		padding: 0;
		}
		
		#content .section_focus img.section_focus {
			margin: 0;
			}
	
#content .highlight {
	float: right;
	width: 160px;
	margin: 0 0 15px 15px;
	padding: 10px 5px;
	border: 3px double #ddd;
	border-right: none;
	border-left: none;
	}
	
	#content .highlight h3 {
		margin-top: 0;
		}
		
#content .section_focus {
	float: right;
	
	}
		
/* */

#banner {
	height: 165px; /*131px;*/
	width: 100%;
	text-align: center;
	background: url(../i/bg_banner.gif) repeat-x;
	position: relative;
	}

	#header {
		position: relative;
		margin: 0 auto;
		width: 780px;
		height: 165px;
		background: url(../i/bg_header.jpg) no-repeat;
		padding: 0;
		text-align: left;
		}
	
	#header h1 {
		display: none;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
		}
	
	#header h1 a {
		text-indent: -5000px;
		display: block;
		background: url(../i/header_logo.gif) no-repeat;
		height: 95px;
		width: 180px;	
	}
	
		#header .sub {
			display: none;
			float: right;
			height: 30px;
			width: 315px;
			}
			
			#header .sub a {
				display: block;
				text-indent: -5000px;
				background: url(../i/header_sub.png) no-repeat;
				height: 30px;
				width: 315px;
				}
	
		#header #headeractionbox {
			position: absolute;
			bottom: 40px;
			right: 0;
			width: 444px;
			height: 38px;
			overflow: hidden;
			text-align: right;
			background: url(../i/header_action_bg.gif) no-repeat;
			}
			
			#header #headeractionbox .padding {
				padding: 5px 5px 1px 3px; /* mar-top previously 10 */
				}
				
			#header #headeractionbox input {
				font-size: 90%;
				padding: 2px;
				float: right;
				margin: 2px 10px 0 0;
				border: 1px solid #ccc;
				}
				
				#header #headeractionbox input.submit {
					margin-top: 0;
					border: none;
					padding: 0;
					}

	#navigation {
		height: 31px;
		width: 976px;
		position: absolute;
		margin: 0;
		left: -80px;
		bottom: 0;
		text-align: center;
		}
	
		#navigation ul {
			height: 31px;
			list-style: none;
			margin: 0;
			padding: 0;
			}
		
			#navigation ul li {
				height: 31px;
				display: inline;
				float: left;
				margin: 0 10px 0 0;
				height: 31px;
				padding: 0;
				background: none;
				}
				
				#navigation ul li span {
					display: block;
					padding: 9px 15px 0 15px;
					}
			
				#navigation ul li a {
					color: #fff;
					text-decoration: none;
					}
				
				#navigation ul li a:hover {
					color: #ccc;
					text-decoration: none;
					}
				
				#navigation ul li.current {
					background: url(../i/nav_on.gif) bottom left repeat-x;
					}
	
	#subnavigation {
		margin: 0 35px;
		width: auto;
		text-align: left;
		}
		
		#subnavigation ul {
			margin: 0;
			list-style: none;
			}
			
			#subnavigation ul li {
				float: left;
				display: block;
				margin: 0 10px 0 0;
				padding: 3px 10px 12px 10px;
				background: none;
				}
				
				#subnavigation ul li span {
					}
				
				#subnavigation ul li a {
					text-decoration: none;
					color: #30528f;
					}
				
				#subnavigation ul li.current {
					background: url(../i/subnav_bg_on.gif) top left repeat-x;
					}

/*********/

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 820px;
	text-align: center;
	background: url(../i/bg_wrap.gif) repeat-y;
	}
		
	#wrap #primary {
		width: 780px;
		margin: 0 auto;
		text-align: left;
		position: relative;
		}
	
		#wrap #side {
			float: right;
			width: 240px;
			margin-right: 15px;
			}
		
		#wrap #content {
			width: 520px;
			background: url(../i/bg_content.gif) center repeat-y;
		}
			#wrap #content .top {
				background: url(../i/bg_content_top.gif) no-repeat;
				height: 22px;
				}
			#wrap #content .bottom {
				background: url(../i/bg_content_bottom.gif) no-repeat;
				height: 22px;
				clear: both;
				}
			#wrap #content .padding {
				width: 475px;
				margin-left: 22px;
				min-height: 300px;
				}
	
	#footer {
		width: 820px;
		margin: 0 auto;
		text-align: center;
		background: #cbcbcb /*4c6aa0*/ url(../i/bg_footer.gif) top center no-repeat; /*4c6aa0*/
		padding: 30px 0 0 0;
		}
		
		#footer p {
			margin: 0 auto;
			font-size: 85%;
			color: #333;
			}
		
		#footer p span.disclaimer {
			border: 1px solid #333;
			padding: 2px;
			width: 200px;
			margin: 5px auto 0 auto;
			display: block;
			}
	
		#footer a {
			color: #333;
			}
		
		#footer a:hover {
			text-decoration: underline;
			}

/* forms */

#content form fieldset input, #content form fieldset textarea {
	border: 1px solid #999;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	padding: 2px;
	}

	#content form input:focus,#content form textarea:focus,#content form select:focus {
		background-color: #ffffe0;
		}

#content form fieldset fieldset input {
	margin-right: 8px;
	}

#content form fieldset {
	margin: 15px 0 5px 0;
	border: 1px #6A8DCD /*30528f*/ solid;
	padding: 8px;
	}

#content form fieldset fieldset {
	border: none;
	padding: 0;
	}

#content form fieldset legend {
	color: #30528f;
	font-weight: bold;
	font-size: 110%;
	padding: 0 4px;
	margin: 0 0 0 7px;
	}
	
#content form fieldset fieldset legend {
	padding: 0 0 2px 0;
	font-weight: normal;
}

#content form fieldset fieldset legend span {
	display: block;
	}

#content form label {
	display: block;
	float: left;
	vertical-align: top;
	width: 10em;
	margin-right: .5em; 
	text-align: left; 
	}

#content form fieldset fieldset legend, #content form label {
	color: #333;
	}

#content form fieldset fieldset label {
	float: none;
	margin-left: 11em;
	display: block;
	width: auto;
	}


#content form fieldset ol {
	margin: .5em;
	padding: 0;
	background: none;
	}

#content form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: left;
	border-bottom: 1px #ddd solid;
	background: none;
	}

#content form em {
	font-weight: bold;
	font-style: normal;
	color: #cec5b4;
	}

#content form option {
	padding-right: .25em;
	}

/* forms */

form input.text, form input.submit {
	padding: 2px;
	}
	
form input.text {
	padding: 3px 3px 3px 4px;
	width: 210px;
	border: none;
	border: 1px solid #ddd;
	border-left-width: 3px;
	}
	
	form input.text:focus, form select:focus {
		border-color: #00336a;
		background-color: #f5f5f5;
		}
	
	form h3.req {
		color: #FF5C5C;
		}
	
form textarea {
	padding: 0;
	margin: 0;
	}
	
form input.submit {
	margin: 10px 0 0 0;
	}

form select {
	border: 1px solid #ddd;
	}
	
	form option {
		padding: 3px 3px 0 4px;
		}

form .label {
	float: left;
	width: 25%;
	padding: .2em .5em 0 0;
	color: #505050
	}

form .field {
	display: inline;
	float: left;
	}

	form .field:after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 2px;
		content: '.';
		}

form dd span {
	clear: both;
	color: #ccc;
	}

	input.validation-failed, textarea.validation-failed {
		color : #b12f20;
		}
	
	.validation-advice {
		margin: 5px 0;
		padding: 5px;
		background-color: #b12f20;
		color : #FFF;
		font-weight: bold;
		}
	
	.custom-advice {
		margin: 5px 0;
		padding: 5px;
		background-color: #C8AA00;
		color : #FFF;
		font-weight: bold;
		}

form .compliance {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #ff6633;
	background-color: #fff8e5;
	}
	
	form .compliance h2 {
		color: #ff6633;
		font-size: 120%;
		}
	
	form .compliance li {
		border: 1px solid #FFB399;
		border-left-width: 3px;
		background: none;
		margin-top: 8px;
		padding: 3px 3px 3px 8px;
		}

/* #getactive_container {
	overflow: inherit;;
	position: relative;
	}

#getactive_container ul {
	list-style: none;
	}
	
	#getactive_container ul li, #getactive_container ul li a {
		display: block;
		height: 155px;
		width: 185px;
		margin: 0;
		padding: 0;
		background: none;
		}
		
		#getactive_container ul li a {
			text-indent: -5000px;
			position: absolute;
			}*/
		
	/*	#getactive_container ul li a#stayinformed { background: url(../i/getactive_stayinformed.png) center no-repeat; top: 0; left: 0; }
		#getactive_container ul li a#jointheteam { background: url(../i/getactive_jointheteam.png) center no-repeat; top: 115px; left: 145px; }
		#getactive_container ul li a#contribute { background: url(../i/getactive_contribute.png) center no-repeat; top: 10px; left: 300px; }
		#getactive_container ul li a#socialnetworks { background: url(../i/getactive_socialnetworks.png) center no-repeat; top: 248px; left: 15px; }
		#getactive_container ul li a#tellyourfriends { background: url(../i/getactive_tellyourfriends.png) center no-repeat; top: 235px; left: 290px; }
*/
/* blog specific */

p.blog_meta {
	margin: 0 0 1em 0;
	}
	
	p.blog_meta span.publication {
		text-transform: uppercase;
		}

p.blog_post_actions {
	margin: 0 0 8px 0;
	padding: 2px;
	/* border-bottom: 1px solid #eee; */
	}
	
	p.blog_post_actions a.more {
		display: block;
		padding: 2px 2px 2px 12px;
		background: url(http://static.j2strategies.com/i/icons/mini/arrow_mini_right.gif) left center no-repeat;
		color: #666;
		}
		
.caption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#30528f;
	line-height:1.3em;
	padding-top:5px;
}

.caption2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#000000;
	line-height:1.3em;
	padding-top:5px;
}

.sampleLetter
{
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#333333;
	background:#EEEEDD;
	border: 1px solid #000;
	text-align:justify;
}



/* ------------------------------------------ */
/* NEWS CLASSES */
/* ------------------------------------------ */
.newsHeaderBar{
  background-color:#EEEEEE;
  display:block;
  padding:5px;
}
.newsHeaderBar a, .newsHeaderBar a:hover, .newsHeaderBar a:visited{
  text-decoration:none;
  color:#0033FF;
  background-image:url(../admin/images/icons/newspaper.png);
  background-position:middle left;
  background-repeat:no-repeat;
  padding-left:20px;
  display:block;
  height:16px;
  line-height:16px;
}
.newsItem{
  display:block;
  padding:10px;
  margin-bottom:10px;
}
.newsPublication{
  display:block;
  font-size:11px;
  color:#333333;
  font-weight:bold;
}
.newsTitle, .newsDate{
  display:inline;
  font-family: "Lucida Fax",Georgia,Times,"Times New Roman",Helvetica,Verdana;
  text-align:left;
}
.newsTitle{

  font-size:14px;
  color:#0033FF;
}
.newsTitle a, .newsTitle a:hover, .newsTitle a:visited{
  color:#0033FF;
  text-decoration:none;
}
.newsDate{
  display:block;
  font-size:12px;
  color:#999999;
}
.newsBody{

  color:#666666;
  display:block;
  padding-top:13px;
  text-align:justify;
}
