@charset "UTF-8";
/* CSS Document */

ul,ol,li,dl,dt {
	padding:0px;
	margin-left: 20px;
}
li,dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 4px;
	vertical-align: text-bottom;
	}
ul{
	padding:0px;
	margin-top: 0px;
}

h1              {
	color: #003366;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2              {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link        {
	color: #397ccc;
	font-style: normal;
	text-decoration: none
}
v:link      {
	color: #397ccc;
	text-decoration: none
}
a:hover         {
	text-decoration: underline
}
a   {
	color: #397ccc;
	text-decoration: none
}
.bold {
	font-weight: bold;
}

/*allows background color to expand auto */
#scroller {
	position: absolute;
	margin-left: 164px;
	margin-top: 268px;
	z-index: 99;
}
#outerwrapper {
	width:auto;
	background-color: #336699;/*controls main content components */
	position: relative;
}#innerwrapper {
	width:1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
#innerinsides {
	width:1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/insidesouter.jpg);
	background-repeat: no-repeat;
	background-color: #17324e;
}
.imgPadding {
}

/*
-----------------------------------------------------------------------------------------
PERSISTENT FOR TOP
-------------------------------------------------------------------------------------- */
#persistent {
	position: relative;
	background-color: #ffcc00;
	height: 18px;
	}
#persistent a {color:#1d2e43;}
#persistent a:link       { color: #1d2e43; font-style: normal; text-decoration: none }
#persistent v:link     {
	color: #1d2e43;
	text-decoration: none;
}
#persistent a:hover      { color: #1d2e43; text-decoration: underline }

#persistent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
	z-index: 3000;
	padding-top: 3px;
	padding-right: 100px;
	text-align: right;
}
/*
-----------------------------------------------------------------------------------------
LOGO AND SEARCH BLOCK
-------------------------------------------------------------------------------------- */
#logo {
	background-color: #FFFFFF;
	height: 82px;
	}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #397ccc;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	height: 41px;
	width: 351px;
	position: absolute;
	background-color: #FFFFFF;
	left: 487px;
	top: 25px;
}
#search a {color:#397ccc;}
#search a:link       { color: #397ccc; font-style: normal; text-decoration: none }
#search v:link     { color: #397ccc; text-decoration: none }
#search a:hover      { color: #397ccc; text-decoration: underline }
/*
-----------------------------------------------------------------------------------------
Home Page Only to include image and scroller for top
-------------------------------------------------------------------------------------- */
#hmtop {
	height: 202px;
	background-image: url(../images/hmtop.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	position: relative;
	}
/*
-----------------------------------------------------------------------------------------
Home Page Only to include middle section and social media icons
-------------------------------------------------------------------------------------- */
#hmmiddle {
	height: 298px;
	background-image: url(../images/hmmiddle.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	}
#social {
	height: 27px;
	width: 160px;
	float: right;
	padding-right: 125px;
	padding-top: 2px;
	position: relative;
}
#socialinside {
	height: 27px;
	width: 200px;
	float: right;
	padding-right: 20px;
	padding-top: 2px;
	text-align: right;
}
#column {
	position: relative;
	}
#maincolumn {
	width: 350px;
	position: absolute;
	top: 46px;
	right: 390px;
	height: 245px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #397ccc;
	}
#maincolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
#maincolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}
#news {
	width: 200px;
	position: absolute;
	left: 650px;
	right: 0px;
	top: 46px;
	height: 245px;
	}
#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}


/*
-----------------------------------------------------------------------------------------
Home Page Only footer
-------------------------------------------------------------------------------------- */
#hmfooter {
	height: 143px;
	background-image: url(../images/hmfooter.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	}
#hmfooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 230px;
	padding-top: 50px;
	font-weight: normal;
	}
#hmfooter a {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
#hmfooter a:link       {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
#hmfooter v:link     {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#hmfooter a:hover      {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#gallery {
	position:absolute;
	left:328px;
	top:650px;
	width:147px;
	height:106px;
	z-index:1;
}
#gallery p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	}
#gallery a {color:#FFFFFF; text-decoration: underline}
#gallery a:link       {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline
}
#gallery v:link     {
	color: #FFFFFF;
	text-decoration: underline
}
#gallery a:hover      { color: #FFFFFF; text-decoration: underline }

	
	
	/*
-----------------------------------------------------------------------------------------
Inside Pages footer
-------------------------------------------------------------------------------------- */
#footer {
	height: 142px;
	width: 1024px;
	background-color: 12162b;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #ffcc00;
	}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 130px;
	padding-top: 10px;
	font-weight: normal;
	}
#footer a {
	color:#FFFFFF;
	font-weight: normal;
}
#footer a:link       {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
#footer v:link     {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover      {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#footerscroller {
	margin-top: 10px;
	margin-left: 150px;
}

/*
-----------------------------------------------------------------------------------------
Inside Content
-------------------------------------------------------------------------------------- */
#content {
	width:763px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #397ccc;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

