@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/tile.gif) repeat;
	font-family: Arial;
	font-size: 11.5px;
}


/* TYPOGRAPHY */

h1, h2, h3, h4, h5 { font-weight: normal; margin: 0 0 5px 0; }
h2 {font-size: 12px; font-family: Georgia; font-style: italic;}

a:link {
	color: #ff3c00;
	text-decoration: none;
}

a:visited {
	color: #ff3c00;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

#wrapper {
	width: 880px;
	margin: auto;
	position: relative;
	padding-top: 15px;
}

#header {
	margin: auto;
	width: 880px;

}


#content {
	width: 100%;
	margin: auto;
}


#navigation {
	margin: 20px 0 20px 0;
	background: url(../images/orange-dash.gif) repeat-x bottom;
	padding-bottom: 5px;
	position: relative;
	height: 15px;
	width: 880px;
}

#navigation ul {
	color: #ff3c00;
	list-style: none;
}

#navigation li {
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 12.5px;
	margin-right: 90px;
}

#navigation li.last {
	margin-right: 0;
	float: right;

}

h1#logo {
	width:880px;
	height:272px;
	text-indent:-9999px;
	background:url(../images/logo.png) top left no-repeat;
	margin:10px 10px 8px 0;
}

span#bubble {
	width: 128px;
	height: 132px;
	background: url(../images/bubble.gif) no-repeat;
	position: absolute;
	top:18px;
	left: -1px;
}

.thumb-box {
	clear: both;
	height: 145px;
	margin-bottom: 10px;
	overflow: hidden;
}

.thumb-box img {
	float: left;
	margin-right: 14px;
}

.thumb-box img.last {
	margin-right: 0;
}


/* FOOTER  */

#footer {
	padding-top: 10px;
	clear: both;
	color: #ff3c00;
	font-size: 10px;
	height: 40px;
	width: 100%;
}

#footer p {
	width: 550px;
	float: left;
	text-transform: uppercase;
}


#footer span {
	float: right;
	display: inline;
}


/* POPUPS */


.what {
	display: none;
    position: absolute;
    height: 181px;
    width: 549px;
    z-index: 50;
    left: 280px;
    color: white;
    background: transparent url(../images/bubbles/what-bubble.png) no-repeat top center;
}

.tooltip {
	display: none;
    position: absolute;
    height: 139px;
    width: 326px;
    z-index: 50;
    color: white;
    background: transparent url(../images/bubbles/whoweare-bubble.png) no-repeat top center;
}

.contact {
	display: none;
    position: absolute;
    height: 72px;
    width: 235px;
    z-index: 50;
    left: 280px;
    color: white;
    background: transparent url(../images/bubbles/contact-bubble.png) no-repeat top center;
}

.should {
	display: none;
    position: absolute;
    height: 136px;
    width: 350px;
    z-index: 50;
    left: 280px;
    color: white;
    background: transparent url(../images/bubbles/should-bubble.png) no-repeat top center;
}

.services {
	display: none;
    position: absolute;
    height: 295px;
    width: 850px;
    z-index: 50;
    left: 280px;
    color: white;
    background: transparent url(../images/bubbles/services-bubble.png) no-repeat center center;
}
	
	
/* CONTACT FORM */
#contact_wrap {
	width: 920px;
	padding: 10px 0 0 0;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background: #000 !important;
	color: black;
}

h2.contact_title {
	width: auto;
	height: 30px;
	font-family: Georgia;
	font-size: 24px;
	color: #fff;
	font-weight: lighter;
}

h2.contact_title span {
	color: #e97505;
}

#contact_wrap h3 {
	width: auto;
	font-family: Georgia;
	font-size: 18px;
	color: #e97505;
	font-weight:lighter;
}

#contact_wrap a{
	color: #e97505;
}
.leftcol {
	width: 225px;
	height: auto;
	padding: 5px 15px 0 10px;
	float:left;
}
.middlecol {
	width: 225px;
	height: auto;
	padding-right:0px;
	float:left;
}
.rightcol {
	width: 435px;
	height: auto;
	float:left;
}
#contact_wrap p {
	margin-bottom:20px;
	line-height:16px;
	color:#fff;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	font-weight: lighter;
}

#contact_wrap p.contactinfo {
	font-size: 12px;
	line-height: 14px;
}


.name {
	width: 225px;
	height: auto;
	margin-bottom:3px;
	font-size:12px;
}
.titles {
	width: 225px;
	height: auto;
	font-size:12px;
}
.emails {
	width: 225px;
	height: auto;
	margin-bottom:20px;
	font-size:12px;
}
.emails a {
	color:#486C8C;
}
.emails a:hover {
	color:#FFF;
	text-decoration:none;
}
label {
	font-size:12px;
	width: 200px;
	height: 16px;
	font-weight:normal;
	color:#e97505;
	font-size: 11px;
	text-transform: uppercase;
}
input[type="text"] {
	width: 200px;
	height: 20px;
	margin-top:3px;
	margin-bottom:9px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-color: #f1efe8;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	width: 440px;
	height: 225px;
	margin-top:3px;
	margin-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-color: #f1efe8;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formHighlight {
	background-color: #171b26;
}
.send_button {
	background: #e97505;
	float:right;
	margin:0px;
	color: #fff;
	padding: 5px 10px;
	border: 0;

}

.required {
	color:#612D54;
}

label.error {
	color: red;
}

.messageBox ul {
	list-style: none;
}

#alert{
	line-height:16px;
	color:#fff;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	font-weight: lighter;
}








