@charset "utf-8";

/* Basics */
body {
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #444444; 
	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 */
}
.PageTitle {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #17a4d2; 
	margin: 0px 0px 15px 0px; 
}
H1,.PageTitle {
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #17a4d2; 
	margin: 0px 0px 16px 0px; 
}
H2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #000000; 
	margin: 0px 0px 16px 0px; 
}
H3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #000000; 
	margin: 30px 0px 8px 0px; 
}
H4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #000000; 
	margin: 0px 0px 16px 0px; 
}
H6 {
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000; 
	margin: 0px 0px 20px 0px; 
}
P {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #444444; 
	margin: 0px 0px 16px 0px; 
}
UL, OL {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #444444; 
	margin-bottom: 16px;
}
LI {
	font-size: 12px;
	color: #444444;
	line-height: 16px;
	margin-bottom: 8px;
}

a:link,a:visited {
	color: #17a4d2;
	text-decoration: none;
}
a:hover,a:visited.hover {
	color: #ee7700;
	text-decoration: none;
}

HR {
	height: 1px;
	border-top: 1px solid #dddddd;
	background-color: #dddddd;
	color: #dddddd;
	margin: 0px 0px 10px 0px;
}

.caption {
	margin-bottom: 20px;
	font-size: 11px;
	font-style: oblique;
}
.client {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
.clearmargin {
	margin: 0px 0px 0px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

/* This is in here to help the divs clear correctly in firefox */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/* containers */
div#containerHeader,div#containerNav,div#containerContent,div#containerFooter { 
	width: 100%;
	text-align: center;
	clear: both;
}
div#containerHeader {
	background-image: url(../Newsletter/images/insight_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
div#containerNav {
	background-image: url(../Newsletter/images/insight_nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
div#containerContent {
	background-color: #FFFFFF;
	padding: 30px 0px 15px 0px;
}
div#containerFooter {
	background-image: url(../images/footer_background.gif);
	background-repeat: repeat-x;
	padding: 15px 0px 15px 0px;
}


/* Main Sections */
div#Header,div#Nav,div#Content,div#Footer {
	width: 800px;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	text-align: left;
	clear: both;
}


/* Header */
div#Header { 
	height: 80px;
}
#Header #logo { 
	position: absolute;
	top: 24px;
	left: 20px;
}
#Header #tagline { 
	position: absolute;
	top: 32px;
	right: 20px;
}


/* Nav */
div#Nav { 
	height: 40px;
}
.NavDate { 
	position: absolute;
	top: 7px;
	left: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#NavItems { 
	position: absolute;
	top: 7px;
	right: 20px;
}
#Nav .navitem { 
	position: relative;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#Nav .fltrt { 
	margin-left: 20px;
}
#Nav a:link,#Nav a:visited {
	color: #FFFFFF;
}
#Nav a:hover,#Nav a:visited.hover {
	color: #ee7700;
}


/* Footer */
div#Footer {
}
#Footer div.Item,#Footer div.ItemBold,#Footer div.ItemStart {
	position: relative;
	float: left;
	display: block;
	padding: 2px 8px 2px 8px;
	border-left: 1px solid #cccccc;
	color: #888888;
	font-size: 11px;
}
#Footer div.ItemBold,#Footer div.ItemStart {
	font-weight: bold;
}
#Footer div.ItemStart {
	border-left: none;
	padding: 2px 10px 2px 0px;
}
#Footer div.Copyright {
	position: relative;
	display: block;
	clear: left;
	float: left;
	width: 100%;
	color: #888888;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Content */
#Content { 
	position: relative;
	clear: both;
}

#mainContent {
	position: relative;
	float: left;
	width: 580px;
}

#pullquote {
	position: relative;
	float: right;
	width: 250px;
	border-top: 5px solid #17a4d2;
	border-bottom: 5px solid #17a4d2;
	padding: 15px 10px 15px 10px;
	margin: 5px 0px 20px 20px;
}
#pullquote P {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	color: #777777; 
	margin: 0px 0px 15px 0px; 
}
#pullquote H6 {
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	color: #777777; 
	margin: 0px 0px 0px 0px; 
}

/* Sidebar */
#Sidebar {
	position: relative;
	float: right;
	width: 190px;
}
.sidebarContent { 
	background-image: url(../Newsletter/images/insight_sidebar_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px 0px 20px 0px;
}
#Sidebar H1 { 
	margin: 0px 10px 8px 10px;
}
#Sidebar H2 {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	color: #000000; 
	margin: 0px 10px 8px 10px;
}
#Sidebar H3 { 
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 2px 0px;
	margin: 0px 10px 0px 10px;
}
#Sidebar H4 { 
	height: 22px;
	background-image: url(../Newsletter/images/insight_sidebar_header.gif);
	background-repeat: no-repeat;
	padding: 8px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	color: #888888;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #dfdfdf;
}
#Sidebar H5 { 
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 10px 10px;
	border-bottom: 1px solid #dfdfdf;
}
#Sidebar H6 { 
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 8px 0px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
}
#Sidebar P { 
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
	margin: 0px 10px 0px 10px;
}
#Sidebar HR {
	margin: 0px 0px 5px 0px;
}


/* Default Page */
.mainStory { 
	position: relative;
	padding: 0px 0px 10px 0px;
}
.mainStory2 { 
	position: relative;
	border-top: 3px solid #dddddd;
	padding: 25px 0px 10px 0px;
}
.mainStory3 { 
	position: relative;
	border-bottom: 3px solid #dddddd;
	margin: 0px 0px 25px 0px;
	padding-bottom: 20px;
}

.mainImage { 
	position: relative;
	float: right;
	padding: 0px 0px 0px 30px;
}
.mainImage P { 
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	text-align: center;
}

.mainAds { 
	position: relative;
	clear: both;
}

.ministories { 
	position: relative;
	clear: both;
	height: auto;
}
.ministories P { 
	font-size: 11px;
	line-height: 14px;
}
.miniStory1 { 
	position: relative;
	float: left;
	width: 275px;
	height: auto;
	border-top: 3px solid #dddddd;
	padding: 25px 0px 10px 0px;
}
.miniStory2 { 
	position: relative;
	float: right;
	width: 275px;
	height: auto;
	border-top: 3px solid #dddddd;
	padding: 25px 0px 10px 0px;
}
.skinnyStory1 { 
	position: relative;
	float: left;
	width: 186px;
	border-top: 3px solid #dddddd;
	padding: 25px 0px 10px 0px;
}
.skinnyStory2 { 
	position: relative;
	float: left;
	width: 186px;
	border-top: 3px solid #dddddd;
	padding: 25px 0px 10px 0px;
	margin: 0px 0px 0px 10px;
}


/* Forms */
input,select,textarea {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
button {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
}

.error {
	display: block;
	font-weight: bold;
	color: #ff0000;
	margin: 0px 10px 8px 10px;
}
.fieldrequired {
	background-color: #ffff99;
}

.sidebar {	
	border: 1px solid #999999;
	padding: 2px;
	width: 90px;
	font-size: 11px;
}
.sidebarbutton {	
	font-size: 11px;
}

/* contentSidebar */
.contentSidebar {
	position: relative;
	float: right;
	width: 230px;
	margin: 0px 0px 20px 0px;
}
.infoBar {
	position: relative;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 0px 10px;
	border: 2px solid #17a4d2;
	background-color: #f2f2f2;
}
.infoBar h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}
.infoBar p {
	padding: 0px 0px 0px 0px;
	color: #000;
}
.infoQuote {
	position: relative;
	margin: 0px 0px 20px 20px;
	padding: 15px 15px 1px 15px;
	background-color: #17a4d2;
}
.infoQuote h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
}
.infoQuote p {
	font-size: 12px;
	line-height: 14px;
	padding: 0px 0px 0px 0px;
	color: #FFF;
}

