/* ==================================================================================================================== */
/* TAG STYLE DEFAULTS */
/* ==================================================================================================================== */

body {
	text-align: center;
	margin: 10px 10px 0 10px;
	padding: 0;
	font: normal 1.2em/1.5em "Trebuchet MS", arial, helvetica, sans-serif;
	color: #333;
	background: #808080 url(../images/bkgd-page.jpg) repeat-x left top; }

a:link { color: #254899; text-decoration: underline; }
a:visited { color: #254899; text-decoration: underline; }
a:hover { color: #1757EB ; text-decoration: none; }
a:active { color: #1757EB; text-decoration: none; }

ul { list-style-type: none; margin: 0 0 .6em 0; padding: 0; }
ol { list-style-type: decimal; list-style-position: inside; margin: 0 0 .6em 0; padding: 0; }
dl { margin: 0 0 12px 0; padding: 0; }

h1 { font-size: 1.2em; margin: 0 0 .5em 0; line-height: 1.45em; }
h2 { font-size: 1em; margin: 0 0 .45em 0; line-height: 1.4em; }
h3 { font-size: .87em; margin: 0 0 .4em 0; line-height: 1.35em; }
h4 { font-size: .82em; margin: 0 0 .4em 0; line-height: 1.3em; }
h5 { font-size: .75em; margin: 0 0 .4em 0; line-height: 1.3em; }
h6, caption { font-size: .71em; margin: 0 0 .3em 0; line-height: 1.3em; }
p { font-size: .7em; margin: 0 0 .7em 0; line-height: 1.7em; }
li, td, th, dd { font-size: .7em; margin: 0 0 .6em 0; line-height: 1.5em; }
dt { font-size: .75em; margin: 0 0 .25em 0; line-height: 1.3em; font-weight: bold; }
dd ul li { font-size: 1em; margin: 0 0 1em 0; line-height: 1.3em; }
	
table { border-bottom: 1px solid #666; border-right: 1px solid #666; margin: 0 0 15px 0; padding: 0; width: 100%; }
td, th { border-top: 1px solid #666; border-left: 1px solid #666; padding: 4px; margin: 0; vertical-align: top; text-align: left; }
caption { text-align: left; padding: 4px; }
td.empty, th.empty { border-left: none; } 
td ul, td dl { margin: 0; }

/* ==================================================================================================================== */
/* PAGE STRUCTURE */
/* ==================================================================================================================== */

/*  entire content area container */
#main-container {
	width: 780px;
	margin: 0 auto;
	padding: 10px 10px 0 10px; 
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	background: transparent url(../images/bkgd-main.jpg) no-repeat center top; }

#mast-container { margin: 0; padding: 0; width: 780px; height: 120px; background: #fff url(../images/bkgd-mast.jpg) no-repeat center top; border-bottom: 1px solid #28347A; }

#content-container { margin: 0; padding: 0; text-align: left; background: #fff url(../images/bkgd-content.jpg) repeat-y right bottom; width: 778px; border-left: 1px solid #808080; border-right: 1px solid #808080; }
	
#content { float: left; margin: 0; padding: 5px 0 10px 15px; width: 598px; }

#nav-container { width: 148px; float: left; padding: 0 0 230px 0; margin: 0; text-align: left; background: transparent url(../images/bkgd-nav-container.jpg) no-repeat center bottom; }
#nav-container ul { margin: 0; padding: 0; border-bottom: 1px solid #fff; } 
#nav-container ul li { margin: 0; padding: 0; display: inline; }
#nav-container ul li a {
	display: block;
	margin: 0;
	padding: 4px 4px 4px 10px;
	font-size: 92%;
	font-weight: bold;
	color: #384694;
	background: #f5f5f5 url(../images/bkgd-nav.jpg) no-repeat 0px 0px;
	border-bottom: 1px solid #BABABA;
	border-top: 1px solid #fff; } 
#nav-container ul li a:link, #nav-container ul li a:visited { text-decoration: none; }
#nav-container ul li a:hover, #nav-container ul li a:active { color: #3853D9; }
#nav-container ul li.on a:link, #nav-container ul li.on a:visited { color: #C7AD02; }
#nav-container ul li.on a:active, #nav-container ul li.on a:hover { color: #C7AD02; }

#footer-container {
	clear: both;
	width: 778px; 
	text-align: center;
	margin: 0;
	padding: 6px 0; 
	color: #919CCF;
	background: #253378;
	font-size: 97%; }
#footer-container p { margin: 0 0 .5em 0; }

#bottom-container{
	width: 800px;
	height: 10px;
	margin: 0 auto;
	padding: 0; 
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background: transparent url(../images/bkgd-main.jpg) no-repeat center bottom; }

/* ==================================================================================================================== */
/* PRIMARY CONTENT AREA STYLES */
/* ==================================================================================================================== */

/* TEXT/BACKGROUND COLORS */
.red-text { color: #D13C13; }
.red-bkgd { background-color: #D13C13; }
.blue-text { color: #1F3E8A; }
.blue-bkgd { background-color: #1F3E8A; }
.white-text { color: #fff; }
.white-bkgd { background-color: #fff; }
.gray-bkgd { background-color: #f5f5f5; }

/* TEXT STYLES */
.italic { font-style: italic; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.lower-pad { padding-bottom: 10px; }
.smaller-text { font-size: 50%; }
.kerned { letter-spacing: 1px; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.hidden { display: none; }
.underline { border-bottom: 1px solid #4460AB; }

/* FLOAT PROPERTIES */
.inline-left, .inline-left-fixed { float: left; margin: 0 10px 5px 0; }
.inline-right, .inline-right-fixed { float: right; margin: 0 0 5px 10px; }
.inline-left-fixed, .inline-right-fixed { width: 200px; }
.float-left { float: left; }
.float-right { float: right; }
.clear-float { clear: both; }

/* PADDING */
.pad20 { padding: 20px; }
.pad1015 { padding: 10px 15px; }
.pad10 { padding: 10px 10px 0 10px; }
.pad5 { padding: 5px; }

/* BORDER STYLES */
.t-border { border: 1px solid #8F8F8F; }
.p-border { border: 1px solid #8F8F8F; padding: 2px; }

/* LISTS */
.indented { padding-left: 10px; }
ul.bullets li { padding-left: 15px; background: transparent url(../images/bullet-square.gif) no-repeat 0% 50%; }
ul.arrows li { padding-left: 15px; background: transparent url(../images/bullet-arrow.gif) no-repeat 0% 50%; }
ul.arrows li.top-bullet { background-position: 0% 10%; }

/* PDF icon */
.pdf { background: transparent url(../images/icon-pdf.gif) no-repeat 0% 50%; padding: 0 0 0 20px; }

/* FORMS */
