body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.png) repeat-x 0 0 #f1f1f1;
	text-align: left;
	font-family: Geneva, Arial, sans-serif;
	font-size: .84em;
	color: #666;
}

hr {display: none;}

.hidden {display: none;}


/* header elements */

#header {
	width: 100%;
	height: 151px;
}

#header h2 {
	height: 100px;
	width: 899px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-align: left;
	background: url(../images/header-logo.png) no-repeat 100% 0 #fff;
	border-right: 1px solid #ccc;
}

#header h1 {
	clear: left;
	margin: 0;
	padding: 0;
	line-height: 50px;
	height: 50px;
	width: 878px;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
	margin-left: 20px;
	text-indent: -9999px;
	background: url(../images/header-tagline.png) no-repeat 0 0 #002180;
}



/* main area elements */

#wrapper {
	width: 878px;
	position: relative;
	clear: left;
	margin-left: 20px;
	background: url(../images/wrapper-bg.gif) repeat-y 0 0 #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}

.clear {
	clear: both;
}

#navigation-column {
	float: left;
	width: 179px;
	background: url(../images/nav-gradient.png) repeat-x 0 0 #f1f1f1;
	padding-bottom: 20px;
}

#navigation-column ul {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	width: 179px;
}

#navigation-column ul li {
	clear: left;
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation-column ul li a {
	display: block;
	padding: 0 10px;
	color: #666;
	text-decoration: none;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
}

#navigation-column ul li a:hover, #navigation-column ul li a:active {
	color: #fff;
	text-decoration: none;
	background: #ff8800;
}

.company-page a {
	line-height: 24px !important;
	color: #ff8800 !important;
	background: #fff !important;
	border-bottom: 0 !important;
}

.company-page a:hover {
	color: #8c521e !important;
}



/* page contents elements */

#page-contents {
	float: left;
	width:639px;
	padding: 20px 30px;	
}

#page-contents p {
	text-align: justify;
}

/*#page-contents img {

}*/

.image-right {
	margin: 0 0 10px 20px;
	clear: right;
	max-width: 200px;	
}

.image-left {
	margin: 0 20px 10px 0;
	clear: left;
	max-width: 200px;	
}

#page-contents h2 {
	margin: 0 0 5px 0;
	padding: 40px 0 0;
	clear: both;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
}

#page-contents h3 {
	margin:  0 0 5px;
	padding: 30px 0 0;
	border-bottom: 1px dotted #666;
	clear: both;
}





/* footer elements */

#footer {
	clear: left;
	width: 880px;
	margin-left: 20px;
	border-top: 5px solid #ff8800;
}

#footer p {
	text-align: left;
	background: #002180;
	color: #fff;
	padding: 8px 20px;
	border-top: 1px solid #fff;
	margin: 0;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	color: #ff8800;
	text-decoration: underline;
}