/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: December 12, 2008       */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}


html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	background-color: #ffffff;
}

.clear {
	clear:both;
}

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {text-decoration: none; color: #b3c7d8;}
a:active {text-decoration: none;}

img {
	border: 0;
}

.bold {
	font-weight: bold;
}

#wrapper_bg {
	width: 100%;
	background:url(../images/main/backgroundimage.jpg) repeat-x top left #fff;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background:url(../images/main/backgroundimage.jpg) repeat-x top left #fff;
}

/*==================================*/
/*------------- HEADER -------------*/
/*==================================*/

#header {
	width: 880px;
	height: 95px;
	margin: 0 10px 0 10px;
	position: relative;
}

#logo {
	width: 190px;
	height: 95px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#logo a{
	width: 190px;
	height: 95px;
	display: block;
	background: url(../images/main/logo.gif) 20px 12px no-repeat;
}
/*==================================*/
/*------------ NAVIGATION ----------*/
/*==================================*/

ul#mainnavigation {
	list-style: none;
	width: 690px; /* 863px original */
	text-align: center;
	padding: 0;  /* 15px original */
	position: absolute;
	top: 0px;
	right: 0px;
	height: 95px;
}

ul#mainnavigation li {
	font-size: .8em;
	height: 95px;
	position: absolute;
}

ul#mainnavigation li a {
	padding: 0;
	display: block;
	color: #4b555f;
	border: 1px solid #fff;
	line-height: 220%;
}

ul#mainnavigation li a:hover {
	border: 1px solid #d41f26;
}

ul#mainnavigation li.active a{
	border: 1px solid #d41f26;
}

#whoweare { height: 30px; right: 357px; top: 30px; width: 125px;}
#whoweserve { height: 30px; right: 228px; top: 30px; width: 125px;}
#workforus { height: 30px; right: 99px; top: 30px; width: 125px;}
#contact {height: 30px; right: 0px; top: 30px; width: 95px;}

#whoweare a{ height: 30px; width: 125px;}
#whoweserve a{ height: 30px; width: 125px;}
#workforus a{ height: 30px; width: 125px;}
#contact a{height: 30px; width: 95px;}

/*==================================*/
/*--------- HEADER SEARCHBOX -------*/
/*==================================*/

#searcharea {
	float: right;
	width: 658px;
	height: 75px;
	color: #4b555f;
	font-size: .62em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding: 16px 20px 0 0;
}

#searcharea form {
	margin: 0;
	padding: 0;
	width: 658px;
	height: 60px;
}

#searcharea a, #searcharea a:visited{
	color: #4b555f;
	text-transform: none;
}

#searcharea a:hover {
	text-decoration: underline;
}

#searcharea p {
	float: right;
	width: 658px;
	height: 20px;
	padding: 8px 0 0 0;
	margin: 0;
}

#searcharea p a.left {
	padding: 0 1.3em 0 0;
	text-transform: uppercase;
}

#searcharea p a.right {
	padding: 0 0 0 1.3em;
	text-transform: uppercase;
}

#searcharea p a .lowercase {
	text-transform: lowercase;
}

#searcharea button {
	float: right;
	margin: 0 0 0 3px;
	padding: 0px;
	height: 20px;
	width: 20px;
	border: none;
	background: url(../images/main/searchicon.jpg) 0px 0px no-repeat;
	cursor: pointer;
	display: block;
}

#searcharea button:hover{
	background: url(../images/main/searchicon.jpg) 0px -20px no-repeat;
}

#searcharea input {
	float: right;
	margin: 0;
	border: 1px solid #a3a3a3;
	padding: 3px 2px 2px 2px;
	height: 13px;
	background-color: #fff;
	vertical-align: middle;
	width: 190px;
	color: #4b555f;
	font-size: .98em;
	display: block;
}

.searchbox {
	float: right;
}

#searcharea input:focus {
	background-color: #f6f6f6;
}


/*==================================*/
/*------------- FOOTER -------------*/
/*==================================*/

#footer_wrapper {
	width: 100%;
	background: url(../images/main/footer_bg.jpg) top left repeat-x;
	margin:0;
	padding:0;
}

#footer {
	width: 900px;
	background: url(../images/main/footer_bg.jpg) top left repeat-x;
	text-align: center;
	padding: 35px 0 15px 0;
	margin: 0 auto;
	font-size: .68em;
	line-height: 150%;
	color: #4b555f;
}

#footer a, #footer a:visited{
	color: #4b555f;
}

#footer a:hover {
	color: #0069AA;
	text-decoration: underline;
}

#footer p {
	margin: 0 0 5px 0;
}

#footer img {
	margin: 0 0 20px 0;
}