/*/////////////////////////////////////////////////
GapWise | 2 column fixed width w/ blue accents CSS
/////////////////////////////////////////////////*/

/* Structure
--------------------------------------------------*/
BODY {
	background: #383838 url(../images/bg-body-blue.jpg) top repeat-x; /*-- charcoal --*/
	}

/* Page Header
--------------------------------------------------*/
#page-header {
	height: 98px;
	background: transparent url(../images/bg-header-compliance.jpg) top no-repeat;
	}
#top-nav {
	height: 38px;
	}
#top-nav h1 {
	display: none;
	}
#logo {
	height: 38px;
	width: 140px; 
	}
#home-link {
	position: absolute;
	margin: 16px 10px 0 820px;
	}
#home-link a:link, #home-link a:visited, #home-link a:hover {
	font-size: .9em;
	color: #0066cc; /*-- blue --*/
	text-decoration: underline;
	}
#home-link a:hover {
	color: #fff;
	text-decoration: underline;
	}

/* Primary Nav
--------------------------------------------------*/
#nav1 {
	margin: 0;
	padding: 0;
	margin-left: 140px;
	height: 38px; 
	white-space: nowrap;	
	}

/* Tabbed Nav
--------------------------------------------------*/
#nav3 {
	position: absolute;
	padding: 0;
	margin: 0;
	margin-left: -14px;
	height: 23px; 
	margin-top: 24px;
	*margin-top: 36px; /* ie7 fix */
	_margin-top: 27px; /* ie6 fix */
	}
#nav3 ul.tabs li {
	display: inline;
	list-style-type: none;
	padding: 0;
	height: 23px; 
	}

/* Page Body
--------------------------------------------------*/
#container-top-mask {
	}	
#container {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	background: transparent url(../images/bg-container-blue.gif) top repeat-y;
	}	
#page-body {
	width: 907px;
	}

/* Editable Section #1
--------------------------------------------------*/
#edit1 {
	width: 646px;
	padding: 0 10px 20px 20px;
	margin-top: 0px;
	/*margin-top: -19px;
	*margin-top: -5px; /* ie6 fix */
	/*_margin-top: -5px; /* ie7 fix */
	font-size: 1em;
	line-height: 1.55em;
	}
#page-body-left {
	width: 678px;
	padding: 0;
	}
#edit1 a:link, #edit1 a:visited, #edit1 a:hover {
	color: #30579c; /*-- blue --*/
	text-decoration: underline;
	}
#edit1 a:hover {
	color: #000;
	text-decoration: underline;
	}

/* ERight Margin
----------------------------------------*/
#page-body-right {
	float: right;
	width: 229px;
	padding: 0;
	margin: 0px;
	color: #000;
	}

/* Editable Section #2
----------------------------------------*/
#edit2 {
	width: 229px;
	}
#edit2 .nugget {
	width: 187px;
	padding: 0;
	margin: 0 auto;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.55em;
	color: #fff;
	}
#edit2 .nugget a:link, 
#edit2 .nugget a:visited, 
#edit2 .nugget a:hover {
	color: #000;
	text-decoration: underline;
	}
#edit2 .nugget a:hover {
	color: #fff;
	text-decoration: underline;
	}
.nugget-header,
.nugget-header2 {
	margin: 0;
	padding: 0;
	width: 187px;
	height: 28px;
	font-weight: bold;
	line-height: 1.55em;
	color: #fff;
	text-indent: 10px;
	background: #30579c url(../images/nugget-top-blue.gif) top no-repeat; /*-- blue --*/
	}
.nugget-header2 {
	line-height: 28px;
	}
.nugget-body {
	margin: 0;
	padding: 4px 10px 10px 10px;
	width: 187px;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
	background: #4876d1 url(../images/nugget-bottom-blue.gif) bottom no-repeat; /*-- light blue --*/
	}
.nugget-body2 {
	margin: 0;
	padding: 4px 10px 13px 10px;
	width: 167px;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
	background: #4876d1 url(../images/nugget-bottom-blue.gif) bottom no-repeat; /*-- light blue --*/
	}
	
/* Page Footer
--------------------------------------------------*/
#page-footer {
	height: 110px; 
	background: transparent url(../images/bg-footer-blue.gif) top no-repeat;
	padding-top: 54px;
	}
#page-footer ul.footer-nav1 li a:link,
#page-footer ul.footer-nav1 li a:visited,
#page-footer ul.footer-nav1 li a:hover {
	text-decoration: none;
	color: #30579c; /*-- blue --*/
	}
#page-footer ul.footer-nav1 li a:hover {
	text-decoration: none;
	color: #fff;
	}
#page-footer ul.footer-nav2 li a:link,
#page-footer ul.footer-nav2 li a:visited,
#page-footer ul.footer-nav2 li a:hover {
	text-decoration: none;
	color: #30579c; /*-- blue --*/
	}
#page-footer ul.footer-nav2 li a:hover {
	text-decoration: none;
	color: #fff;
	}
#page-footer ul.footer-nav2 .back-to-top {
	background: transparent url(../images/back-to-top-blue.gif) 33px no-repeat;
	}
#footer-right ul.site-info li a:link,
#footer-right ul.site-info li a:visited,
#footer-right ul.site-info li a:hover {
	text-decoration: none;
	color: #30579c; /*-- blue --*/
	}
#footer-right ul.site-info li a:hover {
	text-decoration: none;
	color: #fff;
	}
