@charset "UTF-8";
/* global/reset */

* {
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002859;
	line-height:18px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;}

img {
	border:0px;
}

ul{
	padding:0px;
	margin:0px;
	list-style-type: none;
}

ul li{
	padding:0px;
	margin:0px;
	list-style-type: none;
}

a, a:link, a:visited {text-decoration:none;}

a:hover {text-decoration:underline;}

a:active {outline:none;}
 
:focus {-moz-outline-style:none;}

/* navigation */
#navContainer {
	width:900px;
	height:140px;
	margin:0px auto;
}

#logo {
	width:310px;
	height:120px;
	margin:0px;
	float:left;
}

	#logo span {
		display: none;
	}
	
	#logo li, #logo a {
		height:120px;
		display:block;
	}
	
	#logo li {
		float:left;
		list-style:none;
	}
	
	.logo {
		width:310px;
		height:120px;
		background-image:url(../images/logo-sprite.jpg);
		background-repeat:no-repeat;
		background-position: 0px 0px;
		float:left;
	}
	
	.logo a:hover {
		background-image:url(../images/logo-sprite.jpg);
		background-repeat:no-repeat;
		background-position: 0px -120px;
	}

	#navRight ul {
			float:right;
			margin:70px 20px 0px 0px;
		}
	
	#navRight ul li {
		margin:0px 10px 0px 10px;
		display:inline;
	}
	
	#navRight ul li a, #navRight ul li a:visited {
		height:auto;
		font-size:16px;
		line-height:20px;
		color:#002859;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	
	#navRight ul li a:hover, #navRight ul li a:visited:hover {
		text-decoration:none;
		color:#33892c;
		border-bottom:solid 2px #33892c;
	}
	
	#navRight ul li.selected a {
		text-decoration:none;
		color:#33892c;
		border-bottom:solid 2px #33892c;
	}
	
	#navRight ul li.blog a:hover {
		color:#002859;
		border:0;	
	}
		
#blog-tip {
	background:#33892c;
	display:none;
	padding:3px 6px;
	width:auto;
	height:18px;
	position:absolute;
	z-index:1000;
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
}

	#blog-tip h2 {
		font-family:Arial, Helvetica, sans-serif;
		color:#f7f7ef;
		font-size:16px;
		line-height:18px;
		text-transform:uppercase;
		font-weight:lighter;
	}

/* general layout */
#mainContainer {
	width:850px;
	height:auto;
	margin:0px auto 0px auto;
}

#footer {
	width:850px;
	height:30px;
	margin-top:10px;
	text-align:right;
}

	#footer p {
		font-size:10px;
		line-height:30px;
	}
	
	#footer a, #footer a:visited {
		color:#002859;
		font-size:10px;
		line-height:30px;
		text-decoration:none;
	}
	
	#footer a:hover, #footer a:visited:hover {
		text-decoration:underline;
		color:#33892c;
	}
/* index */
#homeImage {
	width:850px;
	height:380px;
	background-image:url(../images/home-img.jpg);
	background-repeat:no-repeat;
	position:relative;
}

	#homeImage p {
		position:absolute;
		bottom:60px;
		right:0px;
		padding:10px 30px 10px 10px;
		color:#f7f7ef;
		text-align:right;
		width:250px;
		/*background-image:url(../images/blue-trans.png);
		background-repeat:repeat;*/
	}
	
.bold {
	font-weight:bold;
	font-size:10px;
	line-height:16px;
}

#homeContent {
	width:850px;
	height:160px;
	margin:10px 0px 0px 0px;
	background-image:url(../images/blue-bg.jpg);
	background-repeat:no-repeat;
}

	#homeContent #textLeft {
		width:500px;
		height:120px;
		margin:10px 10px 0px 110px;
		padding:10px;
		line-height:20px;
		float:left;
	}
	
		#homeContent #textLeft p {
			color:#f7f7ef;
		}
	
	#homeContent #links {
		width:auto;
		height:120px;
		float:right;
		padding:10px;
		margin:10px 10px 0px 0px;
		text-align:right;
	}
		
		#homeContent #links h2 {
			font-family:Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			font-weight:lighter;
			color:#33892c;
			font-size:16px;
			line-height:18px;
			margin:0px 0px 5px 0px;
		}
		
		#homeContent #links a, #homeContent #links a:visited {
			color:#f7f7ef;
			font-size:13px;
			text-transform:uppercase;
			text-decoration:none;
		}
		
		#homeContent #links a:hover, #homeContent #links a:visited:hover {
			text-decoration:underline;
		}
		
#socialIcons {
	width:auto;
	height:40px;
	margin:0px 0px 0px 0px;
	float:right;
}

	#socialIcons span {
		display: none;
	}
	
	#socialIcons li, #socialIcons a {
		height:32px;
		display:block;
	}
	
	#socialIcons li {
		float:left;
		list-style:none;
	}
	
	.facebook {
		width:32px;
		height:32px;
		background-image:url(../images/facebook-icon.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
	}
	
	.facebook a:hover {
		background-image:url(../images/facebook-icon.png);
		background-repeat:no-repeat;
		background-position:0px -32px;
	}

	.twitter {
		width:32px;
		height:32px;
		background-image:url(../images/twitter-icon.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
		margin-left:10px;
	}
	
	.twitter a:hover {
		background-image:url(../images/twitter-icon.png);
		background-repeat:no-repeat;
		background-position:0px -32px;
	}

/* about */
#aboutContent {
	width:465px;
	height:auto;
	float:left;
}

	#aboutContent h3 {
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-weight:lighter;
		color:#33892c;
		font-size:16px;
		line-height:18px;
		margin:0px 0px 10px 0px;	
	}
	
#aboutImage {
	width:360px;
	height:500px;
	background-image:url(../images/about-img.jpg);
	background-repeat:no-repeat;
	float:right;
}
/* services */
#servicesContent {
	width:400px;
	height:500px;
	float:left;
}

	#servicesContent h3 {
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-weight:lighter;
		color:#33892c;
		font-size:16px;
		line-height:18px;
		margin:0px;	
	}
	
	#servicesContent .italic {
		color:#002859;
		font-style:italic;
		font-size:10px;
		margin-bottom:5px;
	}
	
	#servicesContent a, #servicesContent a:visited {
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-weight:lighter;
		color:#f7f7ef;
		font-size:14px;
		line-height:45px;
		background-color:#002859;
		padding:7px;
		margin:0px 0px 10px 0px;	
	}
	
	#servicesContent a:hover, #servicesContent a:visited:hover {
		text-decoration:none;
		background-color:#33892c;
	}

#servicesImage {
	width:430px;
	height:500px;
	background-image:url(../images/services-img-2.jpg);
	background-repeat:no-repeat;
	float:right;
	
}

.tooltip {
    display:none;
    background-color:#33892c;
    height:auto;
	width:420px;
    padding:20px;
    font-size:11px;
	line-height:16px;
    color:#fff;
}


/* contact */
#contactForm {
	width:380px;
	height:500px;
	float:left;
}

	#contactForm h3 {
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-weight:lighter;
		color:#33892c;
		font-size:16px;
		line-height:18px;
		margin:0px 0px 10px 0px;
	}
	
#contactText {
	width:300px;
	height:465px;
	float:right;
	padding:35px 0px 0px 0px;
}
	
	#contactText h3 {
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		font-weight:lighter;
		color:#33892c;
		font-size:16px;
		line-height:18px;
		margin:0px 0px 5px 0px;
	}
	
	#contactText p.bold {
		font-weight:bold;
		font-size:12px;
		line-height:18px;
	}
	
	#contactText a, #contactText a:visited {
		color:#002859;
	}
	
	#contactText a:hover, #contactText a:visited:hover {
		color:#33892c;
		text-decoration:underline;
	}
	
#formtext {
	color:#002859;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px 0px 5px 0px;
	float:left;
	font-weight:bold;
}

#formtext2 {
	color:#002859;
	width:155px;
	height:auto;
	margin:0px 10px 0px 0px;
	padding:0px 0px 5px 0px;
	float:left;
	font-weight:bold;
}

#formtext3 {
	color:#002859;
	width:90px;
	height:auto;
	margin:0px 30px 0px 0px;
	padding:0px 0px 5px 0px;
	float:left;
	font-weight:bold;
}


#formtext4 {
	color:#002859;
	width:50px;
	height:auto;
	margin:0px;
	padding:0px 0px 5px 0px;
	float:left;
	font-weight:bold;
}

	#formtext p, #formtext2 p, #formtext3 p, #formtext4 p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#color:#002859;;
		line-height:12px;
	}

#formfield {
	width:auto;
	height:auto;
	margin:0px 15px 0px 0px;
	padding:5px 0px 5px 0px;
	float:left;
	overflow:hidden;
}
	
	#formfield h2 {
		color:#002859;
		font-size:12px;
		font-weight:bold;
	}
	
	#formfield input, #formfield textarea {
		outline:none;
	}
#form-btns {
	width:100%;
	height:auto;
	margin:10px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	float:left;
}
	#form-btns input {
		padding:2px 3px;
	}

.field {
	background-color:#fff;
	height:20px;
}

.field2 {background-color:#fff;}
