/* CSS Document */

/* GLOBAL STYLES */
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size: 12px;
}
a{
	color: #003d78;
}
a:hover{
	text-decoration: none;
}
/*--Sucker Fish Drop Down Nav--*/
#menu{
	height: 28px;
	border: 1px solid #C1C2C4;
}
#menu ul{
	list-style: none;
}
#menu li{
	background: no-repeat;
	float: left;
	position:relative;
}
#menu li a{
	position:relative;
	color: #999;
	float: left;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 8px 10px 0 10px;
	height: 20px;
	background: no-repeat;
	border-right: 1px solid #C1C2C4;
}
#menu li a:hover{
	color: #4D4D4D;
	background: url(../images/bg-menu.gif) bottom repeat-x;
}
#menu li ul {
	z-index: 1000;
	position:absolute;
	left: 0;
	list-style: none;
	display:none;
	margin-top: 28px;
	border-top: 1px solid #C1C2C4;
	margin-left: -1px;
}
#menu li ul li {
	display:block;
	padding: 0;
	background: #fff;
	margin:0;
	border-bottom: 1px solid #C1C2C4;
}
#menu a.drop {
	font-size: 11px;
	text-decoration: none;
	text-indent: 0px;
	font-weight: lighter;
	color: #999;
	display: block;
	width: 139px;
	height: 20px;
	padding: 5px 0px 0px 10px;
	border-left: 1px solid #C1C2C4;
}
#menu a.drop:hover {
	width: 139px;
	padding-right: 0px;
    color: #4D4D4D;
    border-left: 1px solid #4D4D4D;
	background: url(../images/bg-menu.gif) left repeat-y;
}	
#menu li:hover ul, #menu li.sfhover ul {
	display:block;
	width: 150px;
	padding-right: 0px;
	z-index: 1000;
}
/*--End Sucker Fish--*/
/* MAJOR STYLES */
#container{
	width: 990px;
	margin: 50px auto;
	position:relative;
}
#container .background-image{
	position: absolute;
	right: 30px;
	bottom: 88px;
}
#content{
	padding: 0 0 0 13px!important;
	padding: 0 0 0 12px;
	margin-bottom: 13px;
	border: 1px solid #C1C2C4;
	border-top: 0px;
	height: auto;
	background: url(../images/bg-container.jpg) left repeat-y;
}
*:first-child+html #content{
	padding: 0 0 0 12px!important;
}
#leftcol{
	border-top: 13px solid #FFFFFF;
	height: auto;
	width: 150px;
	float: left;
	margin-right: 13px;
}
#leftcol .pis-box{
	position: absolute;
	width: 150px;
	left: 14px !important;
	left: 13px;
	bottom: 94px !important;
	background: #E1E1E1;
	font-size: 11px;
	border-bottom: 13px solid #fff;
}
*:first-child+html #leftcol .pis-box{
	left: 13px !important;
}
#leftcol .pis-box p{
	padding: 0 5px 5px 10px;
}
#middlecol{
	border-top: 13px solid #FFFFFF;
	border-bottom: 13px solid #FFFFFF;
	height: auto;
	width: 390px;
	float: left;
	margin-right: 13px;
}
#content ul, #content ol{
	margin: 0 0 13px 23px;
}
#content ol li ul{
	margin-left: 23px;
	list-style-type: disc;
}
#middlecol p{
	margin-bottom: 13px;
}
#middlecol .angled-text-box{
	margin-top: 40px;
}
#middlecol p.angled{
	color: #003d78;
	font-size:12px;
	font-style:italic;
}
#middlecol .indent-block{
	clear: both; 
	display:block; 
	float:left; 
	height:15px; 
}
#middlecol input, #middlecol textarea{
	border: 1px solid #012F60;
	width: 200px;
	background: #EBEBEB;
}
#middlecol form span{
	font-size: 10px;
	color: #FF0000;
}
#middlecol .button{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #012F60;
	border: 0px solid #012F60;
	height: 20px;
	width: 200px;
}

#middlecol h1, #rightcol h1{
	margin: 100px 0 20px 0;
	font-size: 26px;
	color: #003d78;
	padding-bottom: 10px;
	
	/*font-size: 26px;
	margin: 100px 0 20px 0;
	width: 380px;
	height: 30px;*/
}
#rightcol h1{
	margin: 70px 0 20px 0px;
}
#middlecol h3, #rightcol h3, #middlecol h4, #rightcol h4{
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 20px;
	font-weight: bold;
}
#middlecol h4, #rightcol h4{
	margin-bottom: 0px;
}
#rightcol{	
	border-top: 13px solid #FFFFFF;
	border-bottom: 13px solid #FFFFFF;
	height: auto;
	width: 370px;
	padding: 0 0 0 20px;
	display: block;
	float: left;
}
#rightcol h2{	
	margin-top: 100px;
	font-size: 26px;
	color: #003d78;
	padding-bottom: 10px;
}
#rightcol p{	
	padding-bottom: 15px;
	line-height: 17px;
}
#rightcol p.big-para{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#footer{
	clear: both;
	height: 80px;
	font-size: 11px;
	margin-top: 5px;
	color: #777777;
}
#footer a{
	color: #777777;
	text-decoration: none;
	padding-bottom: 5px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .footer-link{
	margin-bottom: 5px;
}



.error{
	color:#FF0000;
	font-size: 11px;
}


/* 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  {
	visibility: hidden;
	font-size:28px;
}