
/* Hudson International www.hudsonies.com 
developed by Vance Bell www.vancebell.com */

/* CSS Reset Code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Main CSS Styles --------------------------------------------------------------------------*/

.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}

#body {
	width: 900px;
	background-color: #c9ceac;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(../images/body_bg.gif) repeat;
	}
	
#wrapper {
	width: 900px;
	border: 1px #28a36a;
	text-align: left;
	background: white;
	}

#page {
	width:900px;
}

#header {
	width: 900px;
	background: url(../images/header_bg.gif) repeat-x;
	height:157px;
	}

/* Main Navigation Styles --------------------------------------------------------------------------*/

#mainnavigation {

	width: 826px;
	text-align:center;
	margin-left: 74px;
	margin-right: 0;
	padding: 0;
}

.mainnavigation ul {
	margin: 0;
	padding: 0;
}

.mainnavigation li {
	text-align:center;
	display:inline;
	width: 133px;
	margin: 0;
	padding: 0;

}

.mainnavigation li a {
	display:block;
	padding: 10px 0 0 0;
	margin: 0 0 0 4px;
	float: left;
	width: 133px;
	height: 21px;
	background: url(../images/navigation_off.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.mainnavigation li a:hover {
	background: url(../images/navigation_on.gif) no-repeat;
	color: #000;
}

.mainnavigation li a.current {
	background: url(../images/navigation_on.gif) no-repeat;
	color: #000;
}

/* Left Navigation CSS Styles --------------------------------------------------------------------------*/

#leftnavigation {
	float:left;
	font: 12px Verdana, Arial, sans-serif;
	width: 172px;
	padding: 0;
	margin: 0;
}

.leftnavigation ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.leftnavigation li {
	padding: 0;
	margin: 0 0 3px 0;
	display:block;

}

.leftnavigation li a {
	background-color:#a0a488;
	color: white;
	padding: 7px 5px 7px 15px; 
	margin: 0;
	text-decoration: none;
	font-weight: bold;	
	display: block;
	width: auto;
}

.leftnavigation li a:hover {
	background-color:#01294c;
}

.leftnavigation a.current{
	background-color:#01294c;
}

#leftsubnavigation {
	font: 12px Verdana, Arial, sans-serif;
	width: 172px;
	padding: 0;
	margin: 0;

}

.leftsubnavigation ul {

}

.leftsubnavigation li {

}

.leftsubnavigation li a {
	background-color:#f3f5f8;
	color: #a0a488;
	padding: 5px 5px 5px 15px; 
	margin: 0;
	text-decoration: none;
	font-weight: bold;	
	display: block;
	width: auto;
}

.leftsubnavigation li a:hover {
	color:#f26522;
	background-color:#f3f5f8;
}

.leftsubnavigation a.current{
	color:#f26522;
	background-color:#f3f5f8;
}

/* Content CSS Styles --------------------------------------------------------------------------*/

#content {
	width: 880px;
	background-color:#fff;
	padding: 22px 0px 22px 20px;
}

#content p {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.8em;
	padding: 0 0 10px 0;
}

#content h1 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height: 1.8em;
	padding: 0 0 10px 0;
}

#content ul.contentlist {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.8em;
	list-style-position:outside;
	list-style-type:disc;
	padding: 0 10px 12px 40px;
}

#content li.contentlist {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.8em;
}

#content ul.contentlist a {
	color: #c93102;
	text-decoration:underline;
}

#content ul.contentlist a:hover {
	text-decoration:none;
}

#content p a {
	color: #c93102;
	text-decoration:underline;
}

#content p a:hover {
	text-decoration:none;
}

#welcome {
	width: 386px;
	background: url(../images/home_welcome_bg.gif);
	float:left;
}

#welcome p {
	padding: 0 15px 12px 15px;
}

.homegutter {
	width:19px;
	float:left;
}

#slideshow {
	width: 465px;
	background: url(../images/slideshow_bg.gif) no-repeat;
	float:left;
}

.slideshow {
	padding: 23px 0px 0px 20px;
}

#areas {
	width: 386px;
	padding: 15px 0 0 0;
	float:left;
}

#areas p, #areas h1 {
	padding: 0 15px 12px 15px;
}

#casestudies {
	padding: 15px 15px 0 15px;
	width: 205px;
	float:left;
}

#homepipe {
	padding: 15px 0 0 0;
	width: 3px;
	background: url(../images/home_pipe.gif) no-repeat;
	float:left;
}

#contactus {
	padding: 15px 0 0 15px;
	width: 205px;
	float:left;
}

.readmore {
	text-align:left;
	}

.readmore a {
	color: #c93102;
	text-decoration:underline;
}

.readmore a:hover {
	color: #c93102;
	text-decoration:none;
}

/*    */

#bodycolumn {
	float:left;
	width: 423px;
	margin: 0 8px 0 14px;
}

#bodycolumnheader p {
	width: 423px;
	padding: 0;
}

#bodycolumntext {
	width:423px;
	background-color: #f3f5f8;
}

#bodycolumntext p {
	padding: 6px 16px 8px 20px;
	line-height:1.8em;
}

#bodycolumnfooter {
	width:423px;
	background: url(../images/bodycolumnfooter.gif) no-repeat;
}

#rightcolumn {
	float:left;
	width: 249px;
	padding: 14px 6px 0 0;
}

#photocaption p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color:#01294c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	line-height: 1.6em;
}

#rightcolumnimage {
	text-align:center;
	margin:auto;
}

#rightcolumncontactus {
	padding: 10px 10px 0 10px;
}

#footer p {
	background-color:#87a0b7;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footertext p {
	padding: 9px 0 9px 0;
}

#footer p a {
	color: #fff;
	text-decoration:none;
}

#footer p a:hover {
	color: #fff;
	text-decoration:underline;
}

#citation {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
#citation p {
	padding: 9px 0 9px 0;
}

#citation p a {
	color: #6c94b8;
	text-decoration:underline;
}

#citation p a:hover {
	color: #6c94b8;
	text-decoration:none;
}

/* Form CSS Styles --------------------------------------------------------------------------*/

#form {
	font: 14px Arial, sans-serif;
	padding: 20px 0 0 19px;
}

#form label {
float: left;
width: 120px;
font-weight: bold;
}

#form input, #form textarea {
width: 180px;
margin-bottom: 10px;
}

#form input.checkbox {
width: 25px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 120px;
}

#form textarea {
width: 250px;
height: 150px;
}

#form p {
	font: 14px Arial, sans-serif;
	color: #c1000c;
	font-weight:bold;
}

#form .boxes {
width: 1em;
}

#submitbutton {
margin-left: 100px;
margin-top: 5px;
width: 90px;
}


.social-buttons { padding: 9px 0 6px 20px; }
#twitter-button { margin-right: 12px; float:left; }
#facebook-button { float:left; margin-right: 12px; }
#linkedin-button { margin-right: 12px; float:left }
#google-button { float:left;  margin-right: 12px; }
