/***** wrapper *****/
 
#wrapper {
	width:974px;
	margin: 20px auto;
	background: #fff;
	position: relative;
}

#header {
	width:974px;
	height: 170px;
	background: url(../images/header.png) top left no-repeat;
	
}

#header.offer {
	height: 200px;
	background: url(../images/header-offer.png) top left no-repeat;
}

#offer-text{
	width:974px;
	text-align: center;
	font: 2.4em Arial, Helvetica, sans-serif;
	font-weight: 700;
	position: absolute;
	top:143px;
}

#logo {
	width: 230px;
	height: 80px;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat top left;
	text-indent: -9999px;
	position: absolute;
	top: 40px;
	left: 95px;
	border: 0 !important;
	outline: 0;
}

#content {
	width:930px;
	margin: 0 auto;
	min-height: 370px;
	_padding: 0 0 0 22px;
	_margin: 0;
}

/***** columns *****/

.col {
	margin: 0 15px 0 0;
	float: left;
}

.col p {
	font-size: 1.1em;
}

.last {
	margin: 0;
}

.top {
	margin-top: 0;
}

.half {
	width: 142px;
}

.span-1 {
	width: 300px;
}

.span-2 {
	width: 615px;
}

.span-3 {
	width: 930px;
}

.square {
	background: #00929F;
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin: 0 10px 15px 0;
}

.grid .last {
	margin: 0 0 15px 0;
}


/***** nav *****/
#nav {
	clear: both;
	height: 27px; /* match li height when styled */
	width: 435px;
	margin: 0;
	background: url(../images/nav.png) 0 0 no-repeat;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 400px;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0;
}

#nav li a {
	height: 27px;
	text-decoration: none;
	text-indent: -9999px;
	border: 0 !important;
	outline: 0;
}

#nav li.home a {
	width: 49px;
	display: block;
	background: url(../images/nav.png) 0 -27px no-repeat;
	margin: 0 24px 0 0;
}

#nav li.home a:hover,
#nav li.home a.active {
	background: url(../images/nav.png) 0 -54px no-repeat;
}

#nav li.locations a {
	width: 88px;
	display: block;
	background: url(../images/nav.png) -73px -27px no-repeat;
	text-indent: -9999px;
	margin: 0 24px 0 0;
}

#nav li.locations a:hover,
#nav li.locations a.active {
	background: url(../images/nav.png) -73px -54px no-repeat;
}

#nav li.who a {
	width: 100px;
	display: block;
	background: url(../images/nav.png) -187px -27px no-repeat;
	text-indent: -9999px;
	margin: 0 24px 0 0;
}

#nav li.who a:hover,
#nav li.who a.active {
	background: url(../images/nav.png) -187px -54px no-repeat;
}

#nav li.contact a {
	width: 102px;
	display: block;
	background: url(../images/nav.png) -312px -27px no-repeat;
	text-indent: -9999px;
	margin: 0 24px 0 0;
}

#nav li.contact a:hover,
#nav li.contact a.active {
	background: url(../images/nav.png) -312px -54px no-repeat;
}

#nav li a:hover {

}

#nav li a.active {

}

/***** footer *****/
#footer{
	background: url(../images/footer.png) top center no-repeat;
	margin: 10px 0 0;
	padding: 20px 25px 0;
	height: 45px;
}

#footer .links {
	float: left;
	width: 450px;
}

#footer .links p {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 0;
}

#footer .links ul {
	margin: 0 0 0 -5px;
	position: relative;
	padding: 0;
	height: 20px;
}

#footer .links li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #00828C;
}

#footer .links li.first {
	border: 0;
}

#footer .links li a {
	text-decoration: none;
	color: #58595B;
}

#footer .logos {
	float: right;
}

/***** classes *****/

p strong {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1em;
}

strong {
	font-size: 1.1em;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.home-image {
	margin: 0 6px;
}

.mini-sep {
	margin: 15px 0;
}

h1.trajan {
	font-size: 2.2em;
	color: #00828C;
	font-weight: 400;
	margin: 0 0 10px;
}

h3.trajan {
	font-size: 1.2em;
	color: #00828C;
	font-weight: 400;
}

a {
	color: #58595B;
}

a img {
	border: 0;
}

a.external {
	color: #58595B;
}

a.none {
	border: 0 !important;
}

.caption {
	margin: 5px 40px;
}

.left {
	float: left;
}

.sub-nav {
	float: right;
	margin: 0 10px 49px 0;
	position: relative;
	padding: 0;
	height: 20px;
	font-size: 1.1em;
}

.sub-nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	border-left: 1px solid #00828C;
}

.sub-nav li.first {
	border: 0;
}

.sub-nav a,
.sub-nav a:visited {
	display: block;
	text-decoration: none;
	color: #58595B;
}

.sub-nav a:hover,
.sub-nav a.active {
	color: #00828C;
	border-bottom: 1px solid !important;
}

.list {
	font-size: 1.1em;
}

.grid h3 {
	text-align: center;
	font-weight: 400;
	color: #fff;
	background: #00929F;
	padding: 0 0 1px;
	height: 14px;
	width: 90px;
	font-size: 1.1em;
}

.grid a {
	text-decoration: none;
	color: #fff;
	display: block;
}

div.contact {
	background: url(../images/contact.jpg) top center no-repeat;
	font-size: 1.4em;
	width: 430px;
	height: 277px;
	padding: 7px 50px 23px 135px;
	*height: 284px;
	*padding: 0 50px 23px 135px;
}


div.align-center {
	height: 214px;
	padding: 70px 50px 23px 135px;
}

div.contact h3 {
	text-decoration: underline;
	margin: 0;
	color: #00828C;
}

div.contact p {
	padding: 0;
	font-size: 1em;
}

div.contact a {
	color: #00828C;
}




div.small {
/* 	font-size: 0.5em; */
}

.right {
	float: right;
	margin: 11px 14px 0 0;
}

.none {
	text-decoration: none !important;
	color: #00828C;
}

.none:hover {
	text-decoration: none;
	font-weight: 700;
}