/****************************************************************************************
																  >> General Selectors << 
*****************************************************************************************/
html, body {
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	color: #000;
	font: 11pt/1.4 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a:hover {text-decoration: none;}
p {
	margin-bottom: 1.5em;
	line-height: 1.6;
}
ul, ol, dl {
	margin: 0 0 1.5em;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
abbr {border-bottom: 0;}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
h1 {
	margin: 0 0 0.30em;
	color: #0C627E;
	font: bold 20pt Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.30em;
	font: bold 18pt Arial, Helvetica, sans-serif;
	color: #666666;
}
h3,h4,h5,h6 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #8b8b8b;
}
h4,h5,h6 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #999;
}

/****************************************************************************************
																		     >> Layout << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide {display: none;}

/*-------------------------------------------Show Elements---*/
#wrapper {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	border-bottom: 2px solid #000;
	padding-bottom: 8px;
}
	#header h1 {
		margin: 0;
		font-size: 28pt;
	}
	#header h1 a {
		color: #000; 
		text-decoration: none;
	}
	
#main_content {margin: 30px 0 45px 0;}
	
#footer {
	border-top: 1px solid #666;
	padding-top: 5px;
}
	#footer p {
		margin: 0;
		font: normal 9pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}

#print-logo {
	display: block;
	margin: 0px;
	padding: 0px;
}
#masthead {
	display: none;
}
.banner-home {
	height: 236px;
	width: 761px;
	background-image: url(../images/banner-home.jpg);
	display: none;
}
.banner-about {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-about.gif);
	display: none;
}
.banner-recruiting {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-recruiting.gif);
	display: none;
}
.banner-career {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-career.gif);
	display: none;
}
.banner-contact {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-contact.gif);
	display: none;
}
.banner-default {
	height: 121px;
	width: 761px;
	background-image: url(../images/banner-default.gif);
	display: none;
}
#sidebar-wrapper {
	margin: 0px;
	padding: 0px;
	display: none;
}
#main-content-wrapper {
	min-height: 350px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main-content {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 24px;
}
#address {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0F7BA0;
	display: block;
}
#footer {
	background-color: #000000;
	height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	display: none;
}
#all-content-wrapper {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
