@charset "UTF-8";
/* CSS Document */

/* =GLOBALS GLOBAL PAGE STYLES */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	background-color:#4E4E4E;
	background:url(/img/bg.jpg) repeat-x top left #4E4E4E;
	line-height:120%;
	color:#333;
}
#main-wrapper {
	width:782px;
	background:#FFF;
	margin:10px auto 10px auto;
	text-align:left;
	border:4px solid white;
}
h1, h2 {
	font-size:18px;
	font-weight:bold;
	color:#10134E;
	margin-bottom:8px;
}
h2 {
	font-size:14px;
}
p a {
	color:#154F76;
}
p {
	margin:0; 
}

ol { margin-left:20px; }
/* =header
---------------------------------------------------------- */

#header {
	height:109px;
	background:url(/img/header.jpg) no-repeat top left #1F70A5;
	border-bottom:4px solid #FFF;
}
#header a {
	height:109px;
	display:block;
}
/* = subheader
----------------------------------------------------------- */

#subheader-leftcol {
	float:left;
	background:url(/img/subnavphoto_home.jpg) no-repeat top left;
	height:210px;
	width:391px;
	background-color:#7A95CA;
	border-right:2px solid white;

}
#subheader-rightcol {
	float:left;
	background:url(/img/subnavphoto_dollar.jpg) no-repeat top left;
	height:190px;
	width:349px;
	color:#FFFFCC;
	padding:20px;
	font-style:italic;
	font-size:14px;
	line-height:20px;
	padding-bottom:0px;
	line-height:140%;
}
#subheader-rightcol h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#FFFFCC;
	font-size:20px;
	margin-bottom:16px;
	padding-left:42px;
	padding-top:2px;
}
/* =navigation  */      /* can be of flexible width with the rightmost link flushed to the edge*/
/* ----------------------------------------------------------- */

#nav {
	clear:both;
	background:url(/img/nav_bg.jpg) repeat-x top left;
	height:40px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;            /* hide the not allowed to wrap last list-item's eventually overflow */
}
#navtabs ul {
	background-color:#FFF;
}
#navtabs li {
	list-style:none;
	float:left;
	width: 12%;                 /* set 100/7 % value to down-rounded integer for cross browser compability */
	padding-left: 4px;          /* add pixels to compensate for the decimals from the rounded % setting*/
}
#navtabs li a {
	display:block;
	height:40px;
	text-decoration:none;
	text-align:center;          /* center the link text */
	color:#FFF;
	border-right:1px solid #FFF;
	margin-left:-4px;
}
#navtabs li.t-contact {
	margin-right:-7px;         /* safely stop the list from wrapping when %-computed odd pixels are added  */
}
#navtabs li.t-contact a {
	border:0;                   /* no right border makes the rightmost link visually flush with nav edge */
}
#navtabs li a:hover {
	background:#2E405B;
	background:url(/img/nav_hover.jpg) repeat-x top left;
	margin-left:-4px;
	color:#FFFF33;
}
#t-home #navtabs .t-home, #t-aboutjessie #navtabs .t-aboutjessie, #t-affluenza #navtabs .t-affluenza, #t-services #navtabs .t-services, #t-bookstore #navtabs .t-bookstore, #t-media #navtabs .t-media, #t-resources #navtabs .t-resources, #t-contact #navtabs .t-contact {
	color:#FFFF33;
	background:url(/img/nav_hover.jpg) repeat-x top left;
}
.nav-div {
	clear:both;
	height:8px;
	background-color:#999;
	margin-top:1px;
	background:url(/img/navdiv_bg.gif) repeat-x top left;
	line-height:0px;
	margin-bottom:0px;
}
/* =footer
---------------------------------------------------------- */

#footer {
	clear:both;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(/img/footer_bg.jpg) repeat-x top left;
	background-color:#154F76;
	font-size:12px;
}
#footer a {
	padding:0 2px 0 2px;
	text-decoration:none;
	color:#FFF;
}
#footer a:hover {
	color:#FFFF00;
}
.copyright {
	float:left;
	margin-top:12px;
	margin-left:10px;
	color:#FFF;
}
.ngclink {
	float:right;
	margin-top:10px;
	margin-right:10px;
	text-align:right;
	border:1px solid white;
	padding:0px 2px 0px 2px;
}
.feedback {
	color:#FFF;
	text-decoration:none;
}
.clearfix {
	clear:both;
	height:1px;
}
.spacer {
	clear:left;
	line-height:0;
	padding:0;
	margin:0;
	height:1px;
}
/* =contentwrapper   default content wrapper */


/* =lists  styling properties for user lists */

.sublist {
	font-size:13px;
	display:inline;
	color:#154F76;
}
.sublist li {
	list-style:none;
	display:inline;
	margin-right:10px;
}
.sublist li a {
	color:#154F76;
}
/* =home page specific styles */
/* ----------------------------------------------------------- */

#content-wrapper {
	clear:both;
	padding:10px;
	float:left;
	width:540px;
	line-height:140%;
}

#home-sidecolumn {
	float:right;
	width:180px;
	padding:12px 16px 8px 16px;
	text-align:center;
	color:#003399;
	font-size:13px;
	line-height:16px;
	border-left:1px solid #CCCCCC;
}
#home-sidecolumn img {
	border:1px solid #CCC;
	padding:4px;
}
/* =contact page form styling */

#contact {
	border-collapse:collapse;
	color:#10134E;
}
#contact td {
	border-bottom:1px dotted #ccb;
	padding: 14px 4px 14px 4px;
}

/* generic styles for floating images left or right in a paragraph with grey border */

.imgleft { float:left; margin:0px 14px 14px 0px; padding:4px; border:1px solid #999; }
.imgright { float:right; margin:0px 0px 14px 14px; padding:4px; border:1px solid #999; }

/* Styles for the book store & order pages */

#bigbook { margin:0px 14px 0px 0px; float:left; border:none; }

.mypic { border:1px solid #666666; margin:6px; padding:4px; text-align:center; float:left; }
.mypic img { border:1px solid #000; }
.mypic p { margin:0px; }
.right { float:right }
