/* CSS Document */

/* Layout */

body {
	text-align: center;
	font-size: 85%;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: -5px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -5px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -5px;
	text-color:#FFFF00;
}

hr {
	color: #104499;
	height: 1px;
	width: 100%;
	text-align: left;
}

img.border {
	border: solid 1px #104499;
	margin: 0 5px 0 0;
	float: left;
}

#outer {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border: solid 1px #104499;
	background-color: #ccddff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#header {
	height: 98px;
	background-image:url('newsletters/stripeBg.gif');
	background-repeat: repeat-x;
	background-color: #104499;
	text-align: center;
}

#content {
	color: #001536;
	font-size: .8em;
	padding: 10px;
	width: 560px;
}

#contentAlbum {
	float: right;
	color: #001536;
	font-size: .8em;
	margin-right: 10px;
	width: 620px;
	padding: 10px 0 0 0;
	}
	
#contentMap {
	border: solid 1px #104499;
	background-color: #ccddff;
	color: #001536;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .8em;
}

#contentMap img {
	border: solid 1px #104499;
	margin: 10px;
}

#contentNews {
	float: right;
	color: #001536;
	font-size: .8em;
	padding: 8px 20px 20px 20px;
	width: 590px;
}

#contentNews ul li, #contentMap ul li {
	list-style-image: url('images/softball.gif');
	margin: 7px 0
}


#contentNews img.news {
	border: solid 1px #104499;
	float: left;
	margin: 0 5px 5px 0;
}

#contentNews img.content {
	float: left;
	margin: 5px 5px 5px 0;
}

/*#contentNews {
	color: #001536;
	font-size: .8em;
	padding: 30px;
	margin-left: 50px;
	width: 592px;	
}*/

#contentHome {
	color: #001536;
	font-size: .8em;
	width: 745px;
}


#content td {
	color: #001536;
	font-size: .8em;
}

#content td img {
	border: solid 1px #104499;
}

#contentAlbum td img {
	border: solid 1px #104499;
}

#contentNews table.border {
	border: solid 1px #104499;
}

#contentNews table.borderGold {
	border: solid 1px #EE8319;
}

#contentNews table.borderBlue {
	border: solid 1px #104499;
}

#contentNews table.borderIndigo {
	border: solid 1px #2E0854;
}

#contentNews table.borderRed {
	border: solid 1px #FB1004;
}

#contentNews table.borderGreen {
	border: solid 1px #03A403;
}

#contentNews table.borderBlack {
	border: solid 1px #000000;
}

#contentNews table.border td, #contentNews table.borderGold td, #contentNews table.borderIndigo td, #contentNews table.borderBlue td, #contentNews table.borderRed td, #contentNews table.borderGreen td, #contentNews table.borderBlack td {
	vertical-align: top;
	padding: 4px;
}

table.border tr.top {
	background-color: #104499;
	color: #fedc43;
	font-weight: bold;
}

tr.topGold {
	background-color: #EE8319;
	color: #ffffff;
	font-weight: bold;
}

tr.topIndigo {
	background-color: #2E0854;
	color: #ffffff;
	font-weight: bold;
}

tr.topBlue {
	background-color: #104499;
	color: #ffffff;
	font-weight: bold;
}

tr.topRed {
	background-color: #FB1004;
	color: #ffffff;
	font-weight: bold;
}


tr.topGreen {
	background-color: #03A403;
	color: #ffffff;
	font-weight: bold;
}

tr.topBlack {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

table.border tr.split {
	background-color: #E8F0FF;
}

tr.splitGold {
	background-color: #FBF2CC;
}

tr.splitBlue {
	background-color: #E8F0FF;
}

tr.splitRed {
	background-color: #FEC9C6;
}

tr.splitIndigo {
	background-color: #CC99CC;
}

tr.splitGreen {
	background-color: #CEFDCE;
}

tr.splitBlack {
	background-color: #ECEAEA;
}

#rightHome img, #leftHome img {
	border: solid 1px #104499;
	margin: 0 4px 4px 0;
}

#movie {
	border: solid 1px #104499;
	z-index: 1;
}

#flashbanner {
	position: relative;
	z-index: 1;
}

#rightHome img.noBorder, #leftHome img.noBorder, #content td img.noBorder {
	border: none;
}

#leftHome {
	width: 423px;
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	border-right: solid 1px #104499;
}

#rightHome {
	width: 280px;
	float: right;
	margin: 10px 10px 10px 0;
	padding: 0 0 10px 10px;
	/* border-left: solid 1px #104499; */
}

#colum1 {
	width: 305px;
	float: left;
	margin: 10px;
}

#colum2 {
	width: 305px;
	float: right;
	margin: 10px;
	/* border-left: solid 1px #104499; */
}

* html #leftHome {
	width: 413px;
	margin: 0 0 0 10;
	padding: 0 10 0 0;
	border-right: solid 1px #104499;
}

* html #rightHome {
	width: 270px;
	margin: 0;
	padding: 0;
	/* border-left: solid 1px #104499; */
}

#footer {
	color: #fedc43; 
	background-color: #104499;
	font-size: .7em;	
	font-weight: bold;
	padding: 3px;
	width: 745px;
	clear: both;
	text-align: right;
}

#banner {
	padding-bottom: 4px;
	background-color: #104499;
	text-align: center;
}

#weather {
	float: right;
	width: 110px;
	margin-left: 15px;
	padding: 0 5px;
	border: solid 1px #104499;
}

#weather img {
	margin-top: 3px;
	border: solid 1px #104499;
}

.logo {
	margin: 10px;
	border: 0px none;
}

img.title {
	margin-left: 5px;
	margin-bottom: 7px;
}

img.right {
	float: right;
	margin-bottom: 20px;
}

img.left {
	float: left;
	margin-bottom: 20px;
}

/* Navigation */

#navigation{
	text-align: center;
	margin: 0;
	height: 17px;
	background-color: #ccddff;
	border-bottom: solid 1px #104499;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 1px 0;
	font-size: .75em;
	text-align: center;
}

#navigation li {
	position: relative;
	float: left;
	background-color: #104499;
	text-align: center;
	width: 8.87em;
	font-weight: bold;
	padding: .1em;
	margin-left: 1px;
	z-index: 2;
}

#navigation ul li.active {
	color: #104499; 
	background-color: #fedc43;
	border: solid .1em #104499;
	width: 8.87em;
	font-weight: bold;
	padding: 0 1px;
}

#navigation ul ul {
	position: absolute;
	font-size: .85em;
	top: 14px;
	left: -1px;
	border: 0px none;
	padding: 0;
	display: none;
	z-index: 2; list-style-type:none
}

#navigation li li {
	position: relative;
	background-color: #104499;
	text-align: center;
	font-weight: bold;
	width: 10.2em;
	border-top: solid .1em #ccddff;
	z-index: 2;
}

#navigation ul ul li.active {
	position: relative;
	font-size: .8em;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	width: 11.2em;
	margin-bottom: 1px;
}

#navigation li:hover ul, #navigation li.show ul {
	display: block;
}

/* #navigation li:hover ul, #navigation li.over ul {
	display: block; 
} */

/* Navigation Links */
#navigation li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	width: 8.3em;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active {
	color: #fedc43; 
}

#navigation li a:hover {
	color: #104499; 
	background-color: #fedc43;
	width: 8.8em;
}

#navigation li a.act:link, #navigation li a.act:visited, #navigation li a.act:active, #navigation li a.act:hover {
	color: #104499; 
	background-color: #fedc43;
	width: 8.4em;
}

#navigation li li a:link, #navigation li li a:visited, #navigation li li a:active {
	width: 9.7em;
	text-align: center;
}

#navigation li li a:hover {
	color: #104499; 
	background-color: #fedc43;
	width: 10.4em;
	text-align: center;
}

/* Sub Navigation */

#subNavigation {
	float: left;
	padding: 10px 1px 10px 10px;
	
}

#subNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subNavigation li {
	list-style: none;
	margin: 2px 0;
	padding: 1px;
	font-size: .7em;
	color: #104499; 
	background-color: #fedc43;
	border: solid .1em #104499;
	text-align: center;
	width: 9.3em;
}

#subNavigation li.active {
	color: #fedc43; 
	background-color: #104499;
	font-weight: bold;
}

/* Sub Navigation Links */

#subNavigation a {
	display: block;
}

#subNavigation a:link, #subNavigation a:visited, #subNavigation a:active {
	color: #104499;
	text-decoration: none;
	width: 8.9em;
}

#subNavigation a:hover {
	text-decoration: none;
	color: #fedc43;
	background-color: #104499;
	width: 9.1em;
	padding: 0;
}

/* Content Links*/

#content a:link, #content a:visited, #content a:active, #contentNews a:link, #contentNews a:visited, #contentNews a:active, #contentHome a:link, #contentHome a:visited, #contentHome a:active, #contentAlbum a:link, #contentAlbum a:visited, #contentAlbum a:active{
	color: #001536;
	text-decoration: underline;
}

#content a:hover, #contentNews a:hover, #contentHome a:hover, #contentAlbum a:hover {
	color: #104499;
	text-decoration: none;
}


.special {
	display: none;
}

#simplebox  {
    height: 350px;
    overflow: auto;
    padding:10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */