@charset "utf-8";
/* * * * * * * * * * * * */
/*   CSS Style Sheet     */
/* * * * * * * * * * * * */

@import url(menu.css);
@import url(subnav.css);

body {
	background: #ccc;
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

/*  url(../Images/layout/bluebody_bg.png) repeat-x top left  */

/* * * * * * * * * * * * */
/*      ie png fix       */
/* * * * * * * * * * * * */

img, div, a, input, shadowwrap, pghead, foot { 
	behavior: url(../../Scripts/iepngfix.htc);
}


/* * * * * * * * * * * * * * * * * */
/*   hyperlink and anchor styles   */
/* * * * * * * * * * * * * * * * * */

a img {
	border: none;
}

a, a:link, a:visited, a:active {
	font: Arial, sans-serif;
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #99ccff;
}

#pghead a:hover {
	background: none;
}

#footerwrap a, #footerwrap a:visited, #footerwrap a:active {
	font: 100% Arial, sans-serif;
	color: #000000;
	text-decoration: none;
}

#footerwrap a:hover {
	font: 100% Arial, sans-serif;
	text-decoration: none;
	color: #FFF;
	background: none;
}


/* * * * * * * * * * * * */
/*   header tag styles   */
/* * * * * * * * * * * * */

h1 {
	border-bottom: 1px solid #999;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #005fae;
	width: 100%;
}

h1.index {
	font: bold 110% Arial, sans-serif;
	color: #000000;
	text-align: left;
	border: none;
}

h1.attn {
	font: bold 110% Arial, sans-serif;
	color: #0033CC;
	margin: 3px;
	border: none;
}

h2 {
	font: bold 90% Arial, sans-serif;
	color: #666666;
}

h2.attn {
	font: bold 90% Arial, sans-serif;
	color: #0033CC;
	margin: 0px;
}

h4 {
	font: bold 85% Arial, Helvetica, sans-serif;
	color: #005fae;
	margin: 15px 0px 5px;
	padding: 0;
}

h6 {
	font: bold 75% Arial, sans-serif;
	color: #666666;
}


.style1 {
	color: #0033CC;
}

.style2 {
	color: #000099;
}

/* * * * * * * * * * * * * */
/*   Layout Wrapper Divs   */
/* * * * * * * * * * * * * */

#shadowwrap {
	width: 840px;
	margin: 0px auto;
	text-align: center;
	background: url(../Images/layout/wrapper_bg.png) repeat-y top left;
	height: 100%;
}

#wrapper {
	width: 800px;
	padding: 0;
	text-align: center;
	margin: 0px auto 0px;
	background: none;

}

#pghead {
	width: 800px;
	height: 95px;
	margin: 0px auto;
	text-align: left;
	background: #dededf url(../Images/layout/checkered_bg.png) no-repeat top right;
}



#menuwrap {
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#contentwrap {
	width: auto;
	height: auto;
	margin: 10px 10px 0px;
	padding: 0px 0px 30px;
	text-align: left;
}

#breadcrum {
	height: 13px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	padding: 5px 0px 5px 10px;
}

#subnav {
	width: 155px;
	float: left;
	font: 70%/18px Arial, sans-serif;
	padding: 0px 5px 5px;
	background: #FFFFFF;
	margin: 0px 0px 5px 5px;
	text-align: center;
}

#subcontent {
	width: 600px;
	margin: 0px 5px 0px 180px;
}

#flashwrap {
	width: auto;
	height: auto;
	clear: both;
	margin-top: 20px;
	padding: 0;
	border: none;
}

#shadowclose {
	clear: both;
	width: 840px;
	height: 29px;
	background: url(../Images/layout/footer_bg.png);
	text-align: center;
	margin: 0px auto 0px;
}

#footerwrap {
	clear: both;
	width: 800px;
	height: auto;
	padding-top: 10px;
	font: 60% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin: 0px auto 10px;
}

/* * * * * * * * * * * * * */
/*   Paragraph Styles      */
/* * * * * * * * * * * * * */

#contentwrap p {
	font: 80% Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0px;
	line-height: 1.25em;
}




/*********************/
/***    Top        ***/
/*********************/

#top {
	
	width: 100%;
	height: 300px;
	margin-top: 55px;
	padding-right: 10px;
}


/* * * * * * * * * * * * * */
/*   List Styles           */
/* * * * * * * * * * * * * */


#contentwrap ul, li {
	font-size: 80%;
	margin-left: 0px;	
}

#contentwrap ul li {
	font-size: 100%;
	margin-left: 20px;
}

.num {
	list-style-type: decimal;
}


/* * * * * * * * */
/*   Lgs         */
/* * * * * * * * */

#lgs {
	clear: both;
	width: 100%;
	height: 85px;
	margin-top: 5px;
	padding-top: 25px;
	text-align: center;
}


/*******************************/
/* Component Divs              */
/*******************************/

#content p {
	font-size: 80%;
}

#top p {
	font-size: 80%;
}

#container {
	
}

#clr {
	clear: both;
}

#aboutimgs {
	text-align: center;
}

#flash {
	float: left;
	margin: 0px 10px 10px 0px;
}

#blurb {
	float: right;
	width: 200px;
	padding-top: 20px;
	font: 80% Arial, sans-serif;
	text-align: right;
	
}

#list {
	margin-left: 50px;
	margin-top: 0px;
	font: 85% Arial, sans-serif;
	text-align: left;
}

#item {
	width: 350px;	
}

#item h3 {
	padding: 3px;
	font: bold 100% Arial, sans-serif;
	color: #FFFFFF;
	text-indent: 10px;
	background-color: #005fae;
}

#form {
	width: 500px;
	height: auto;
	text-align: left;
}

/*************************************/
/***      static float styles      ***/
/*************************************/

.left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*************************************/

table {
	font: 85% Arial, sans-serif;
}

tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}