﻿#wrapper { 
	width: 980px; 
	margin: 0px auto; 
}

/* TOP PANEL */

#masthead {
	width: 100%; 
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}

#logo { 
	float: left;
	margin-left: 10px; 
}

#searchBox {
	float: right;
	margin-right: 10px;
	width: 300px;
	height: 24px;
}

#topNav {
	font-family: Arial, Helvetica, sans-serif;
	background: url('../graphics/navbtnoff.gif');
}

#topNav ul {
	padding: 0px;
	margin: 0px;
}

#topNav ul li {
	display: inline;
	width: 196px;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	height: 26px;
}

#topNav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 26px;
	display: block;
	padding-left: 20px;
	background: url('../graphics/barbg.jpg');
}

#topNav ul li a:hover {
	color: #333333;
	background: url('../graphics/navbtnoff.gif');
}

#topNav ul li ul {
	visibility: hidden;
}

#topNav ul li:hover ul {
	visibility: visible;
	position: relative;
	z-index: 5;
}

#topNav ul li ul li {	
	border-bottom-color: #22618A;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#topNav ul li ul li a {
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	background: #CCCCCC;
}

#topNav ul li ul li a:hover {
	color: #000000;
	font-weight: normal;
}

#subStrip1 {
	background: url('../graphics/barbg2.jpg');
	height: 12px;
	width: 100%;
	margin-top: 26px;
}

#subStrip2 {
	overflow: hidden;
	background: #222222;
	margin-right: 20px;
	height: 16px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#subStrip2 ul {
	margin: 0px;
	list-style-type: none;
	display: inline;
}

#subStrip2 ul li {
	text-align: right;
	display: inline;
}

#subStrip2 ul li a {
	font-size: x-small;
	color: #FFFFFF;
	float: right;
	margin: 2px 20px 3px 0px;
	text-decoration: none;	
}

#subStrip2 ul li a:link { color: white; text-decoration: none;	
}

#subStrip2 ul li a:hover { color: white; text-decoration: underline;	
}


/* SIDEBAR */

#leftNav {
	float: left;
	width: 170px;
	margin: 3px 5px 5px 5px;
	padding-top: 6px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#sideBanner img {
	border-radius: 8px;	
}

#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftNav ul li {
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #177BAC;
}

#leftNav ul li a {
	padding: 6px 5px 6px 0px;
	margin: 0px;
	font-size: small;
	text-decoration: none;
	text-transform: none;
	color: #000000;
	font-weight: normal;
}

#leftNav ul li a:hover {
	color: #FFFFFF;
}

#leftNav li a { 
	display: block; 
}

#leftNav ul li:hover {
	background-color: #177BAC;
}

#dictionarySlot {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#dictionarySearch {
	padding-left: 10px;	
}


/* TYPOGRAPHY */

h1 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #177BAC;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom-width: 2px;
	border-bottom-color: #177BAC;
	border-bottom-style: solid;
}

h1 a {
	color: #177BAC;
}

h1 a:hover {
	color: #177BAC;
}

h2 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #177BAC;
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #177BAC;
	border-bottom-style: solid;
}

h2 a {
	color: #177BAC;
}

h2 a:hover {
	color: #177BAC;
}

h3 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #177BAC;
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

h3 a {
	color: #177BAC;
}

h3 a:hover {
	color: #177BAC;
}

h4 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #177BAC;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}

h4 a {
	color: #177BAC;
}

h4 a:hover {
	color: #177BAC;
}

h5 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #177BAC;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}

h5 a {
	color: #177BAC;
}

h5 a:hover {
	color: #177BAC;
}

h6 {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #177BAC;
	padding: 0;
	margin-bottom: 0;
	margin-top: 20px;	
}

h6 a {
	color: #177BAC;
}

h6 a:hover {
	color: #177BAC;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px	
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

.underline {
	text-decoration: underline;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}


a {
	color: #000000;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #177BAC;
}



/* MAIN CONTENT */

#main {
	width: 770px;
	margin-left: 210px;
	min-height: 400px;
}

#bannerAd-1 {
	width: 100%;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 21px;
}

#lastNext-1 {
	text-align: center;
}

#header {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

#signatureLogo {
	display: block;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	line-height: 0%;
	font-size: 1.2em;
	font-weight: bold;
	color: #177BAC;
}

#subjectTitle {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #177BAC;
	display: block;
	padding-top: 2px;
}

#subjectSubtitle {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

#subjectSubtitle i {
	font-style: italic;
}

#subjectSubtitle a {
	color: #000000;
}

#subjectSubtitle a:link {
	text-decoration: underline;
	color: #000000;
}

#subjectSubtitle a:hover {
	text-decoration: none;
	color: #0080C0;
}

#content-1 {
	width: 100%;
}

#bannerAd-2 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 21px;
}

#content-2 {
	width: 100%;
}

#bannerAd-3 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 21px;
}

#content-3 {
	width: 100%;
}

#pageNav {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#contactButton {
	float: left;
	text-align: right;
	margin: 6px;
}

#contactButton2 {
	float: left;
	text-align: right;
	margin: 6px;
}

#lastNext-2 {
	padding-top: 20px;
	text-align: center;
}

/* FOOTER */

#footer {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 100px;
	border-top-style: solid;
	border-top-width: 2px;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	line-height: 20px;
	font-size: 0.9em;
}

.footerSubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.footerSubtext a {
	color: #000000;
}

.footerSubtext a:link {
	text-decoration: underline;
	color: #000000;
}

.footerSubtext a:hover {
	text-decoration: none;
	color: #444444;
}


/* IMAGES */

img {
	border: none;
}

.image-border {
	background-color: #ffffff;
	padding: 3px;
	border: 1px #919191 solid;
	border-radius: 8px;
}

.imageleft-noborder {
	background-color: #ffffff;
	margin: 0 10px 0 0;
	float: left;
}

.imageright-noborder {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	border-radius: 8px;
	float: right;
}

.imagecenter-noborder {
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	display: block;
	position: relative;
}

.imageleft-border {
	background-color: #ffffff;
	margin: 2px 10px 2px 0;
	padding: 3px;
	float: left;
	border: 1px #919191 solid;
	border-radius: 8px;
}

.imageright-border {
	background-color: #ffffff;
	margin: 0 0 0 10px;
	padding: 3px;
	float: right;
	border: 1px #919191 solid;
	border-radius: 8px;
}


/* TABLES */

#breameChart a {
	color: #177BAC;
}

#breameChart a:hover {
	color: #177BAC;
	text-decoration: none;
}

#breameChart table th {
	border: 1px solid #177BAC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#breameChart table th img {
	position: relative;
	margin-right: 2px;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
}

#breameChart table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 2px 6px 2px 6px;
}

.cell-bkgdBlue {
	background-color: #E1E1FF;
}

.cell-bkgdGray {
	background-color: #E1E1C8;
}




