body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ul,ol,li,dl,dt,dd,form,a,fieldset,input,table,th,td,hr
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	font-family: arial,sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 1.2;
	color: #1f1f1f;
	background: #eae5df url(images/body_bg.png) top left repeat-x;
}

a {
	text-decoration: none;	
}

strong {
	color: #000000;	
}

.clear {
	clear: both;
}

button {
	width: 100px;
	height: 34px;
	background: transparent url(images/button.png) top left no-repeat;
	text-align: center;
	text-transform: lowercase;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

button span {
	padding: 15px 0;
}

.right {
	float: right;	
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
}

#box {
	margin-top: 20px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}

#footer {
	margin-top: 20px;
	font-size: 10px;
	text-align: center;	
}

#logo, #page_topper, #top_nav, #content, #footer {
	display: block;
	clear: both;
}

#logo {
	background: transparent url(images/logo.png) 10px 20px no-repeat;
	height: 100px;
}

#page_topper {
	height: 420px;	
}

#page_topper.home {
	background: transparent url(images/home_topper.jpg) top center no-repeat;
}

#page_topper.about {
	background: transparent url(images/about_topper.jpg) top center no-repeat;
}

#page_topper.services {
	background: transparent url(images/services_topper.jpg) top center no-repeat;
}

#page_topper.career {
	background: transparent url(images/career_topper.jpg) top center no-repeat;
}

#page_topper.contact {
	background: transparent url(images/contact_topper.jpg) top center no-repeat;
}

#top_nav {
	background: #000000;
	height: 79px;
	padding-left: 12px;
}

#top_nav ul li {
	list-style: none;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	padding: 30px 60px;
	font-size: 16px;
}

#top_nav ul li a:link, #top_nav ul li a:VISITED {
	color: #ffffff;
}

#top_nav ul li.current, #top_nav ul li:hover {
	background: #23c0a6;
}

#content {
	padding: 20px;
	position: relative;
	padding-bottom: 50px;
	background-color: #ffffff;
}

#content.home {
	background-color: transparent;	
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
}

h2 {
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 20px;
	color: #000000;
}

h2 span {
	font-weight: normal;	
}

.white_box {
	width: 260px;
	float: left;
	border-radius: 20px;
	padding: 20px;
	background: #ffffff;
	margin-right: 30px;
}

.white_box.last {
	margin-right: 0;
}

.white_box img {
	width: 260px;
}

.white_box h1 {
	margin-left: 15px;
	margin-bottom: 5px;
}

.white_box div {
	padding: 15px;
}

.left_menu {
	float: left;
	width: 200px;
	text-align: center;
	padding: 0 75px;
	padding-top: 20px;
	margin-right: 20px;
}

.left_menu button {
	display: block;
	clear: both;
	height: 72px;
	width: 200px;
	margin-bottom: 20px;
	background: transparent url(images/left_menu_button.png) top center no-repeat;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}

.left_menu button.current {
	color: #00a99d;
}

.left_menu button.big {
	height: 106px;
	background: transparent url(images/left_menu_button_big.jpg) top center no-repeat;
	line-height: 1.2;
}

.right_content {
	border-left: 1px solid black;
	float: left;
	width: 500px;
}

.right_content div {
	margin: 20px;
	margin-left: 50px;
	color: #3f3f3f;
}

.right_content div p {
	padding-bottom: 20px;
	line-height: 1.5;
}

.highlight {
	font-weight: bold;
	font-style: italic;
}

.right_content div ul {
	margin: 0 0 20px 20px;
}

.form {
	border: 1px solid #bfbfbf;
	border-radius: 10px;
}

.form h3 {
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px;
	background-color: #bfbfbf;	
}

.form input, .form select, .form textarea {
	border: 1px solid #bfbfbf;
	padding: 1px 2px;
	width: 300px;
}

.form textarea {
	width: 600px;
}

.form p {
	padding-bottom: 20px;
	line-height: 1.5;
	display: block;
	clear: both;
	margin-left: 20px;
}

.form p label {
	width: 150px;
	font-weight: bold;
	float: left;
}