@charset "UTF-8";

/*** OVERRIDE ***/
* {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Arial";
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;	
}

h1, h2 {
	padding-bottom: 5px;		
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 14px;	
	font-weight: normal;
}

h3 {
	font-size: 12px;
}

.txtHeader_lg {
	font-size: 45px; 
	padding-bottom: 40px;
}

.txtHeader_sm {
	font-size: 24px;
}

p.center {
	text-align: center;	
}

.hidden {
	display: none;
}

/*** LAYOUT ***/
body {
	background-color: #4b4b4b;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	color: #4c4c4c;
	font-size: 12px;
}

.hr_hor_wide {
	margin: 20px 0px;	
}

.hr_hor_short {
	margin: 20px 0px;	
}

#nonFooter {
	background-color: #f6f6f8;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	padding-bottom: 75px;
	width: 100%;
}

	#header {
		display: block;
		height: 154px;
		margin: auto;
		width: 1000px;	
	}
	
		#header #logo {
			float: left;
			margin-left: 7px;
			margin-top: 39px;
		}
		
		#header #nav {
			float: right;
			font-size: 13px;
			margin-top: 63px;
			position: relative;
			z-index: 50;
		}
		
		.header_ignore {
			background: none !important;	
		}
	
	#content {
		display: block;
		margin: auto;
		width: 1000px;	
	}
	
		#content a, #content a:link, #content a:hover, #content a:visited, #content a:active {
			color: #3c59a9;	
		}
		
		#content a, #content a:link, #content a:visited, #content a:active {
			text-decoration: none;	
		}
		
		#content a:hover {
			text-decoration: underline;	
		}
								
#footer {
	background-image:url('../img/footer_center.jpg');
	background-color: #4e4e4e;
	background-repeat: repeat-x;
	background-position: center;
	color: #dadada;
	display: block;
	font-size: 12px;
	text-align: center;
}

	#footer .inner1 {
		display: block;
		height: 204px;
		margin: auto;
		width: 987px;
	}
	
		#footer .inner2 {
			padding-top: 50px;
		}
		
		#footer p {
			color: #dadada;
			padding-bottom: 15px;
		}
		
			#footer a, #footer a:link, #footer a:visited, #footer a:active {
				color: #dadada;
				text-decoration: none;
			}
			
			#footer a:hover {
				color: #dadada;
				text-decoration: underline;
			}


		#footer div.copyright {
			padding-top: 10px !important;	
		}
		
			#footer div.copyright p {
				color: #999 !important;
				font-size: 11px;
			}
				
/*** SUPERFISH NAVIGATION ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#888;
}
.sf-menu li {

}
.sf-menu li.sfHover ul {
	top:			50px; /* match top ul list item height */
}

.sf-menu li li {
	background:		#f8f9fa;
}

	.sf-menu li li a {
		padding: 4px 7px;	
	}

.sf-menu li li li {
	background:		#f8f9fa;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#eaebec;
	outline:		0;
}