/* General Formatting */

* {
	margin:0;
	padding:0;
	}

body{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#000000;
	text-align:center; /* centering hack for IE6 on the body tag */
	margin-left:30px;
	margin-top:30px;
}

h1 {
	font-size: 120%;	
	line-height: 1.4em;
	font-weight: bold;
	color: #502202;
	margin-top: 5px;
	padding-bottom: 8px;
	}

h2 {
	font-size: 110%;
	
	line-height: 1.4em;
	font-weight: bold;
	color:#6d7b3e;
	padding-bottom:3px;
		}

h3 {
	font-size: 100%;
	line-height: 1.4em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
		}
h4 {
	font-size: 95%;	
	line-height: 1.4em;
	color: #000000;
	margin-top: 12px;
	margin-bottom: 2px;
		}
		
p {
	font-size: 90%;
	line-height: 1.3em;
	padding-bottom: 6pt;
	color:#000000;	
		}
table {
padding:5px;
}

table tr td {
	font-size: 90%;
	padding:5px;
			}
		
table th {
	font-size: 90%;
	font-weight:bold;
	padding:5px;
		}
ul {
padding-left:25px;
padding-bottom: 10px
}

ol{
padding-left:30px;
padding-bottom: 10px
}

ul li {
	font-size: 90%;
	line-height: 1.3em;
	list-style-type:disc; 
	padding-bottom: 10px;
	}

ol li {
	font-size: 90%;
	line-height: 1.3em;
	padding-bottom: 10px;
	}
		
a:link {
	background-position: center;
	color: #b25b2e;
	text-decoration:none;
	font-weight: bold;
	border:none;
}
a:visited {
	background-position: center;
	color: #b25b2e;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	background-position: center;
	color: #b25b2e;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	background-position: center;
	color: #b25b2e;
	font-weight: bold;
}

blockquote {
	font-size: 90%;
	font-style:italic;
	font-weight:normal;
	line-height: 1.5em;
	border: 1px solid #b25b2e;
	padding: 3px;
	
	
	}
	
p img  {
margin: 5px; /*trbl*/
}




	
/* Navigation  */

#navbar {
	text-align:center;
	color:#fff;
	font-weight:bold;
	}
	
#navbar ul {
	text-align: center;
	text-transform:capitalize;
	
	}


#navbar ul li {
	display:block;
	background: none;
	padding-bottom: 15px;
	padding-top: 15px;
	list-style:none;
	border-bottom: dashed 1px white;
	}


#navbar a {
	background: none;
	text-decoration: none;
	color:#fff;
	text-transform:capitalize;
	font-size:16px; 
	font-weight:bold;
}


#navbar a:hover {
	color: #fff;
			}


/* ---------LAYOUT----------- */


#main_wrapper {
	width:900px;
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	background-image:url('images/bground.jpg');
	background-repeat:repeat-y;
	background-position:top left;

	
	}
	
#header {
	float:left; 
	height:100px;
	width: 900px;
	background-image:url('images/nc_header.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	border-top: 3px solid #000;
	border-left: 3px solid #000;
	background-color:#fff;
		
	}
	
#nav {
	width:320px; /* the content margin must match this value */
	float:left; /* floats on nav and content divs make them sit side by side */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	border-left: 3px solid #000;
	
	}
#content {
	margin-left:15px; /* margin = width of nav column */
	float:left; /* floats on nav and content divs make them sit side by side */
	width:550px;
	
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	border-top: 3px solid #000;
	background-color:#FFFFFF;
	text-align:center;
	
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}
	
#nav_inner {
	padding:1em .5em; /* creates space between the box and the content */
	color:#000;
	font-size: 100%;
	}
#content_inner { 
	padding-bottom: 15px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right:10px;
	
	}
#footer_inner {
	padding-top:10px; 
	padding-left:300px;
	
	}

#footer_inner p {
	text-align:center;
	font-size: 10pt;
	color:#000;
	}
	
#footer_inner a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}
	
#footer_inner a:hover {
	color: #aa5e24;
	font-weight:bold;
	text-decoration:underline;
	}


#footer_inner a:link {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	}


.consult {
	color:#FFFFFF;
	font-weight:bold;
	font-size:90%;
	text-align:center;
	padding-top:15px;
	}
	
.consult a {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.textsmall
{ font-size:80%;}

.nobullets {
list-style-type:none; 
padding-bottom: 15px;
}





