@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
}

#headerCell{
	padding-bottom: 4px;
	border-bottom: 1px solid #C9CFCB; 
}

#footerCell{
	padding-top: 4px;
	border-top: 1px solid #C9CFCB;
	height: 190px;
	background-color: #D3EAF2;
}

#footer{
	background-color: #D5EBF0;
	background-image: url(../images/footer.jpg);
	background-position:right top;
	background-repeat: repeat-x;
}

#headerLeft{
	background-color: #D5EBF0;
	background-image: url(../images/header_left.jpg);
	background-position:left bottom;
	background-repeat: no-repeat; 
}

#headerRight{
	background-color: #D5EBF0;
}

#headerRight a img {
	float:right;
	border:none;
}

#leftMargin{
	background-color: #6ABDDF;
}

#menuContainer{
	width:265px;
	background-color: #003B5E;
}

#menuContainer ul{
	list-style: none;
	margin: 0;
}

#menuContainer ul li:hover{
	background-color: #6ABDDF;
}

.borderTop{
	border-top:3px solid #E6ECEB;
}

.borderBottom{
	border-bottom:3px solid #E6ECEB;
}

#menuContainer ul li a{
	display: block;
	height: 116px;
	width: 265px;
	text-decoration: none;
	/*background-image:url(../images/orange_arrow.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: 240px 90px;*/
}

.arrow{
	position: absolute;
	margin-top: 90px;
	margin-left: 240px;
}

#menuContainer ul li a h1{
	position: relative;
	left: 15px;
	top: 10px;
	font-size: 18px;
	color: #FFFFFF;
	width: 200px;
}


#menuContainer ul .selectedMenuItem{
	background-color: #E6ECEB;
/*
	display: block;
	height: 116px;
	width: 265px;
	text-decoration: none;
	background-image: url(../images/blue_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 240px 40px;
	*/
}

#menuContainer ul .selectedMenuItem h1{
	position: relative;
	left: 15px;
	top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 900;
	color: #004F7C;
	width: 200px;
	line-height: 50px;
}

#contentContainer{
	width: 923px;
}

#menuContainer ul .blue1{
	background-color: #003B5E;
}

#menuContainer ul .blue2{
	background-color: #1D4257;
}

#menuContainer ul .blue3{
	background-color: #004F7C;
}

#menuContainer ul .blue4{
	background-color: #005F91;
}

#content{
	margin-top: 10px;
	margin-left: 10px;
}

.title{
	
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

#listan li a{
	color: #000000;
	text-decoration: none;
}

#listan li a:hover{
	text-decoration: underline;
}

.folderList{
	list-style: none;
	width: 650px;
}

.folderList li{
	float: left; 
	width: 33%;
	margin-top: 10px;
}

.folderList li a{
	display: block;
	width: 128px;
	height:	145px;
}

.folderList li a:hover{
	background-color: #6ABDDF;
}

.imgList{
	list-style: none;
}

.imgList li{
	width: 33%;
	float: left;
	margin-bottom: 30px;
}

.imgList li table{
	width: 200px;
}

.imgList li table tr td{
	text-align: center;
}


/* BEGIN VALIDATOR STYLE */
		.validation-failed 
		{
		  border: 					1px solid #f00;
		  background-color:			#F3A6A2;
		}
		
		.validation-passed 
		{
		  border: 					1px solid green;
		  background-color:			#8AD5A7;
		}
		
		.validation-advice 
		{
		  margin: 					2px; 
		  padding: 					2px; 
		  color:					#fff; 
		  background-color:			#f00;
		  width:					180px;
		}
		
		.warning 
		{
			border: 				1px solid #c66;
		}
		
		.warning-advice 
		{
			margin: 				2px;
			padding: 				2px;
			color:					#fff;
			background-color:		#bbb;
		}
/* END VALIDATOR STYLE */
