/*
http://www.northrenew.com

by Luisa Simone (http://www.tadpolegraphics.com)
=====================================================================================
*/

body {
	color:black;
	text-align: left;
	font-size:small;
	font-family: Verdana, helvetica, sans-serif;
	margin:0;
	padding:0;
	width:100%;

}
/* Add comment to hide menu*/
#menu_container {
	display: none;
	}

/* DIV Layout
=====================================================
*/

/*Change width to 100%*/	
#container {
	width: 100%;
	margin:0;
	padding:0;
	overflow:visible;
	position: relative;
	}
	
#header {
	text-align:right;
	margin:0;
	padding:0;
	}

/*Change width to 100%*/
#footer { 
	width:100%;
	display:block;	}

/* Margin altered from 200px to inch)*/
#breadcrumbs {
	margin: 0 0 0 0.25in;
	}
/* Set to display none*/	
#page_nav {
	display:none;
	width:180px;
	position: absolute;
	z-index:99;
	left:10px;
	top: 250px;
	}

/* Margin altered from 200px to inch)*/
#content {
	margin: 0 0.25in 0 0.25in;
	overflow:visible;
	}

#home {
	position:relative;
	width:770px;
	margin:0;
	padding:0;
	overflow: visible;
	}
	
#briefs {
	position:absolute;
	top:80px;
	left: 150px;
	z-index:99;
	margin: 0;
	padding: 0;
	width: 450px;
	overflow:visible;
	background-color: transparent;
	}
	
/* HEADER TAGS
=====================================================
*/

img#logo {
	float:left;
	margin:0;
	padding:0;
	border:0;
	}
/*Add width and height setting*/
img#montage {
	margin:0;
	padding:0;
	width:7in;
	height:0.927in;
	}
	
/* HELP NAV TAG
==============================================================
*/
/*Added display none*/
#container h3#help_nav {
	display:none;
	margin: 10px 10px 40px 0;
	font-size: 75%;
	font-weight:normal;
	color:#3875B4;
	}

#container h3#help_nav a {
	color:#3875B4;
	text-decoration:none;
	}
	
#container h3#help_nav a:hover {
	text-decoration:underline;
	}
	

	
/* PAGE MENU TAGS
===================================================
*/

	
ul#nav2 {
padding-left: 0;
margin-left: 20px;
border-bottom: 1px solid #CCC;
width: 150px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

ul#nav2  li {
list-style: none;
margin: 0;
padding: 1em;
border-top: 1px solid #CCC;
}

ul#nav2 li a,
#site_nav li a { 
	text-decoration: none;
	color:#999;
	 }

ul#nav2 li a:hover,
#site_nav li a:hover {
	text-decoration:none;
	color:#3875B4;
	}

#page_nav li a.current,
#site_nav li a.current {
	background-color:transparent;
	color:#3875B4;
	}
	
/* BREADCRUMB TAGS
=========================================================
*/

#breadcrumbs {
	color: red;
	padding: 3px;
	margin-bottom: 25px;
	font-size:75%;
	}

#breadcrumbs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#breadcrumbs ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	font-weight:bold;
	}
	
#breadcrumbs ul li.first {
	padding-left: 0;
	}
	
#breadcrumbs ul li a {
	text-decoration:none;
	color: red;
	font-weight:normal;
	}
	
#breadcrumbs ul li a:hover {
	text-decoration:underline;
	}	


/*COPYRIGHT TAGS
==========================================================
*/
#copyright {
	margin-top:40px;
	clear:both;
	}

#copyright p {
	font-size: 75%;
	line-height: normal;
	border-top: 1px solid #999999;
	color:#999999;
	padding: 5px 0;
	
	}
	
/* HOME image resize*/
#home img {
	width:7in;
	height:3.091in;
	}
