@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
A:link, A:visited{
	color: #03539A;
	text-decoration: none;
}
A:hover{
	color: #B70A1D;
	text-decoration: none;
}
html{
	overflow-y: scroll;	/*Always show vertical scrollbars to allow uniform flow on page change*/
}
html, body{
	height: 100%; /* needed for container min-height */
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
body{
	background: url(../images/bgSide.gif) #012E59 repeat-x center bottom;
	background-attachment: fixed;
}
#container{
	margin: 0 auto;
	position: relative;
	border: solid #49728F;
	border-width: 0px 1px;
	width: 778px;
	text-align: left;
	background: url(../images/mainContent_bg.gif) repeat-y center top; /*mainContent background*/
	display: block;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height */
	min-height: 100%; /* real browsers */
} 
#header{
	background: url(../images/logo_internet.jpg) #324E6E center top no-repeat;
	height: 144px;
	width: 100%;
	overflow: hidden;
} 
#header h1{
	padding: 0 5px;
	font-size: 17px;
	line-height: 60px;
	text-decoration: none;
	color: #090;
	display: inline;
	font-weight: bold;
}
#header h1 A:link, #header h1 A:visited{
	color: #090;
}
#header h1 A:hover{
	color: #090;
}
#header #HLeft{
	width: 22%;
	height: 100%;
	text-decoration: none;
	float: left;
}
#header #HRight{
	width: 78%;
	height: 100%;
	text-decoration: none;
	float: left;
}
#header #HLeft A:link, #header #HLeft A:visited{
	background: url(../images/logo_internet.jpg) -1px top no-repeat;
}
#header #HRight A:link, #header #HRight A:visited{
	background: url(../images/logo_internet.jpg) -172px top no-repeat;
}
#header #HLeft A:hover, #header #HRight A:hover{
	background-image: url(../images/logo_internet_hover.jpg);
}
#header A{
	display: block;
	width: 100%;
	height: 94%;
}
#quickNav{
	line-height: 29px;
	border-bottom: 1px solid #49728F;
	background: url(../images/bgQuickNav.gif) #49728F repeat-x center center;
	width: 100%;
	display: inline-block;
	
	height: auto !important; /* real browsers */
	height: 29px; /* IE6: treated as min-height */
	min-height: 29px; /* real browsers */
}
#quickNav p A, #quickNav #printPage A{
	padding: 0 10px;
	display: inline-block;
}
#quickNav #home{
	width: 40px;
	background: url(../images/home.gif) no-repeat center center;
	float: left;
}
#quickNav #home A{
	display: block;
	width: 100%;
	height: 100%;
}
#quickNav A:link, #quickNav A:visited{
	color: #FFF;
}
#quickNav p A:hover{
	background-color: #5185AC;
	display: inline-block;
}
#quickNav p{
	margin-left: -5px;
	padding: 0 5px;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	display: inline;
	float: left;
}
#quickNav #printer{
	width: 30px;
	background: url(../images/printer.gif) no-repeat center center;
	float: right;
}
#quickNav #printer A{
	display: block;
	width: 100%;
	height: 100%;
}
#quickNav p#print{
	margin: 0;	/*Redefines margin*/
	padding: 0; /*Redefines padding*/
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 14px;
	line-height: 29px;
	float: right;
}
/* --- If sidebar hidden, check end of screen.css --- */
#mainContent{
	float: left;
	padding-bottom: 12em; /* bottom padding for footer */
}
#mainContent #contentTop{
	height: 11px;
	width: 100%;
	background: url(../images/mainContent_top.gif) no-repeat left top;
	display: block;
}
#mainContent #contentTitle{
	margin: -6px 6px 15px 6px;
	padding-left: 6px;
	background: url(../images/mainContent_title.gif) no-repeat left bottom;
	display: inline-block;
}
#mainContent #contentTitle p{
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #000;
	font-variant: small-caps;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	float: left;
	background: url(../images/mainContent_title.gif) repeat-x left bottom;
}
#mainContent #contentTitle p#spacer{
	float: left;
	background: url(../images/line.gif) no-repeat left bottom;
	width: 60px;
}

#mainContent #topRight #graphics{
	padding-right: 10px;
	font-size: 1em;
	color: #000;
	font-variant: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	display: inherit;
	line-height: 30px;
}
#mainContent #topRight #text{
	padding-right: 10px;
	font-size: 1em;
	color: #000;
	font-variant: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	display: inherit;
	line-height: 30px;
}

#mainContent #contentBodyText{
	padding: 0 20px;
	width: 538px; /* ------------ depends on sidebar ------------ */
	display: block;
	font-size: small; /* 0.8em */
}
#mainContent #thumbnail{
	margin-right: -10px; /* image wrap uniformity fix */
	font-size: 5px;
	z-index: -100;
}
#mainContent h1{
	padding: 0 10px;
	font-size: 1.2em;
	line-height: 40px;
	font-weight: bold;
	color: #000;
}
#mainContent h2{
	padding-bottom: 0.5em;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000;
}
#mainContent h3{
	padding-bottom: 0.5em;
	font-size: 1em;
	line-height: 1.1em;
	text-decoration: underline;
	color: #000;
}
#mainContent p{
	padding-bottom: 0.8em;
	line-height: 1.3em;
}
#mainContent UL{
	line-height: 1.2em;
}
#mainContent UL LI{
	line-height: 1.5em;
}

/* this class should be placed on a div or break element */
/* should be the final element before the close of a container that should fully contain a float */
.clearfloat{ 
	width: 100%;
	height: 1px;
	margin-bottom: -1px;
	clear: both;
}

#footer{
	position: relative;
	width: 100%;
	background: #FFF;
	bottom: 0; /* stick to bottom */
	display: inline-block;
}
#footer #mainContentEnd{
	background: url(../images/mainContent_bottom.gif) no-repeat center top;
	height: 18px;
	display: block;
}
#footer #Top{
	background-color: #83C73E;
	display: block;
	
	height: auto !important; /* real browsers */
	height: 24px; /* IE6: treated as min-height */
	min-height: 24px; /* real browsers */
} 
#footer #Top p{
	padding: 0 10px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	line-height: 22px;
}
#footer #Middle{
	background: #FFF;
	display: inline-block;
}
#footer #MLeft{
	background: url(../images/laseal.gif) no-repeat 30px center;
	width: 310px;
	text-decoration: none;
	float: left;
	
	height: auto !important; /* real browsers */
	height: 82px; /* IE6: treated as min-height */
	min-height: 82px; /* real browsers */
}
#footer #MCenter{
	width: 250px;
	background: url(../images/311_logo.gif) no-repeat right center;
	text-decoration: none;
	float: left;
	
	height: auto !important; /* real browsers */
	height: 82px; /* IE6: treated as min-height */
	min-height: 82px; /* real browsers */
}
#footer #MRight{
	margin-left: 5px;
	width: 210px;
	border-left: #000 1px solid;
	text-decoration: none;
	float: left;
	
	height: auto !important; /* real browsers */
	height: 82px; /* IE6: treated as min-height */
	min-height: 82px; /* real browsers */
}
#footer #MCenter p{
	padding-top: 15px;
	margin-right: 110px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	font-variant: small-caps;
	text-align: right;
}
#footer #MCenter A{
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
}
#footer #MRight #bold{
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
}
#footer #MRight p{
	margin-top: 12px;
	padding: 0 5px;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	text-align: left;
}
#footer #MRight{
	display: block;
}
#footer #Bottom{
	background-color: #FEF5E4;
	display: block;
	border-top: #000 1px solid;
	
	height: auto !important; /* real browsers */
	height: 30px; /* IE6: treated as min-height */
	min-height: 30px; /* real browsers */
}
#footer UL{
	margin-left: 110px;
	padding-top: 12px;
}
#footer LI{
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	font-variant: small-caps;
	color: #000;
}
#footer #Bottom UL{
	padding-top: 0;
}
#footer #Bottom LI{
	margin-right: 15px;
	display: inline;
}
p.non-ie{
	display: inline-block;
}
p.box{
	border: solid #49728F;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 10px;
	color: #49728F;
}
.chart{
	border: solid #49728F;
	border-width: 2px;
	padding: 5px;
	width: 220px;
	display: inline-block;
	text-align: center;
	background-color: #FFF;
}
.staff{
	border: 1px solid #000;
	margin: 5px 0px;
	width: 150px;
	height: 150px;
}

.img{
	float: left;
	width: 25%;
	height: 200px;
	display: inline-block;
}

.info{
	float: left;
	width: 75%;
	display: inline-block;
}

.contain{
	float: none;
	display: block;
	width: 100%;
}

/* Customized List Styles */

UL.custom{
	list-style: none;
	margin-left: 10px;
}
UL.screen{
	list-style: none;
	margin-left: 10px;
}
LI.orange{
	background: url(../images/orange.gif) no-repeat left 0.5em;
	padding-left: 15px;
	padding-bottom: 0.5em;
}
LI.yellow{
	background: url(../images/yellow.gif) no-repeat left 0.5em;
	padding-left: 15px;
	padding-bottom: 0.5em;
}
LI.green{
	background: url(../images/green.gif) no-repeat left 0.5em;
	padding-left: 15px;
	padding-bottom: 0.5em;
}
LI.arrow{
	background: url(../images/arrow-orange.gif) no-repeat left 0.5em;
	padding-left: 15px;
	padding-bottom: 0.5em;
}
LI.aparent{
	background: url(../images/arrow-parent.gif) no-repeat left 0.5em;
	padding-left: 15px;
	padding-bottom: 0.5em;
}
LI.acrobat{
	background: url(../images/acrobat_pdf.gif) no-repeat left 0.1em;
	padding-left: 22px;
	padding-bottom: 0.5em;
}
A.new:link, A.new:visited{
	background-image: url(../images/new-red.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
A.new:hover{
	background-image: url(../images/new-blue.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 25px;
}
#footer #Middle LI.arrow{
	background: url(../images/arrow-orange.gif) no-repeat left 0.9em;
}
#footer #Bottom LI.arrow{
	background: url(../images/arrow-orange.gif) no-repeat left 0.4em;
}
#footer #Bottom LI.acrobat{
	background: url(../images/acrobat_small.gif) no-repeat left 0.4em;
	padding-left: 12px;
	padding-bottom: 0;
}

