/* Define Tags */
a, a:visited, a:hover {	
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	color:#214a82;	
	}
a:hover {
	color:#183864;	
	}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana,Arial,Helvetica; 
	color:#00853e;
	/*border-bottom:2px solid #ddd;*/
	}
h1 {
	font-size:18px;
	}
h2 {
	font-size:14px;
	border-bottom:0;
	}
h3 {
	font-size:12px;
	border-bottom:0;
	}
h4 {
	font-size:10px;
	border-bottom:0;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
form {
	margin:0;
	padding:0;
	}

img {
	display:block;
	}
	
/* Custom Class Names */
.form {
	font-size:12px;	
	font-family:Verdana,Arial,Helvetica; 
	color:#5a5a5a;	
	}

p, li, .copy, .bold, .copySmall, .copyLarge, .button, .error{
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	color:#5a5a5a;	
	line-height:1.5em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:13px;	
	}

.copyright, a.copyright, a.copyright:visited, a.copyright:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	color:#5a5a5a;	
	line-height:1.5em;
	text-decoration:none;
	}
a.copyright:hover {	
	color:#474747;	
	text-decoration:underline;
	}


.footerMenu, a.footerMenu, a.footerMenu:visited, a.footerMenu:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica;
	color:#5F5F5F;	
	line-height:1.5em;
	text-decoration:none;
	}
a.footerMenu:hover {	
	color:#043F81;	
	text-decoration:underline;
	}

.form {
	background-color:#fff;
	}
	
.button { 
	color:#fff; 
	background-color:#344a61;
	border:2px solid #202f3f; 
	cursor:pointer;
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}


ul.square {
	padding:0;
	margin:0;
	}
ul.square li {
	margin-left:30px;
	padding-left:10px;
	list-style-type:none;
	background:url(images/bullet.gif) no-repeat 0 8px;
	}

.clear {
	clear:both;
	}
.red { color:#990000; font-weight:bold; }

/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM PAGE		*
 *	DEFINITIONS BELOW		*
 ********************************/

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	z-index: 10;
}

.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, .sIFR-hasFlash h2, .sIFR-hasFlash h3 {
	visibility:hidden;
	font-size:18px;
	text-transform:capitalize;
	line-height:1.2em;
	}
.sIFR-hasFlash h2 {
	font-size:16px;
	}
.sIFR-hasFlash h3 {
	font-size:14px;
	}


.slideoutMenu div ul, .slideoutMenu div {
	padding:0;
	margin:0;
	}
	.slideoutMenu div ul li {
		list-style-type:none;
		}
		.slideoutMenu div ul li a, .slideoutMenu div ul li a:visited, .slideoutMenu div ul li a:hover,
		.slideoutMenu div a, .slideoutMenu div a:visited, .slideoutMenu div a:hover {
			display:block;
			padding:6px;
			font-size:10px;	
			font-family:Verdana,Arial,Helvetica; 
			color:#5d5d5d;
			text-decoration:none;
			border-right:1px solid #c6c6c6;
			background-color:#f5f5f5;
			border-left:1px solid #c6c6c6;
			border-bottom:1px solid #c6c6c6;
			line-height:normal;
			}
			.slideoutMenu div ul li a:hover, .slideoutMenu div a:hover {
				color:#5d5d5d;
				background-color:#e3eceb;
				}

