/* CSS Document */
@import url(../css/undohtml.css);
@import url(../css/headers.css);
@import url(../css/forms.css);
@import url(./menu.css);
@import url(../css/tertiary.css);

body {
	background: #231F1C;
	font-family: Georgia, Cambria, serif;
	font-size: 100%;
	color: #FFF;
}

a, a:active {
	color: #36F;
	text-decoration: none;
}

a:hover {
	color: #36F;
	text-decoration: underline;
}

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

#wrapper {
	width: 930px;
	margin: 25px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

#header {
	background: #FFF;
}

#header .left, #header .right {
	height: 104px;
	width: 15px;
}

#header .left {
	/* background: url(../img/layout.png) top left no-repeat; */
}

#header .right {
	/* background: url(../img/layout.png) -15px 0 no-repeat; */
}

#branding {
	width: 900px;
	height: 124px;
	background: transparent;
	float: left;
}

#branding a {
	float: left;
}

#branding div {
	float: right;
	font-size: 18px;
	margin-right: 25px;
	margin-top: 52px;
	text-align: right;
}

#branding div .phone {
	background: url(../img/icon-phone.png) no-repeat left center;
	margin: 0;
	padding-left: 15px;
}

#branding div .email {
	background: url(../img/icon-email.png) no-repeat left center;
	margin: 0;
	padding-left: 20px;
}

#logo {
	display: block;
	margin: 27px 0 0 10px;
}

#navigation {
	background: transparent;
	clear: both;
	height: 44px;
}

#top {
	clear: both;
	background: transparent;
	height: 26px;
}

#top .left, #top .right {
	height: 26px;
	width: 35px;
}

#top .left {
	/* background: url(../img/layout.png) -30px -44px no-repeat; */
	float: left;
}

#top .right {
	/* background: url(../img/layout.png) -65px -44px no-repeat; */
	float: right;
}

#main {
	/* background: #FFFFFF; */
	padding-top: 25px;
}

#slides {
	background: transparent;
	margin: 0;
	padding: 0;
}

#content {
	background: transparent;
	margin: 0 10px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}

#bottom {
	clear: both;
	background: transparent;
	height: 24px;
}

#bottom .left, #bottom .right {
	height: 24px;
	width: 35px;
}

#bottom .left {
	/* background: url(../img/layout.png) -30px -70px no-repeat; */
}

#bottom .right {
	/* background: url(../img/layout.png) -65px -70px no-repeat; */
}

#bar {
	background: transparent;
	height: 15px;
}

#footer {
	background: transparent;
	color: #D7D7D7;
	/*height: auto !important;
	height: 283px;
	min-height: 283px;*/
}

#links {
	margin-left: 25px;
	padding-bottom: 25px;
	font-size: 21px;
}

#links a {
	color: #D7D7D7;
	text-decoration: none;
}

#links a.blue-link:hover {
	color: #3546a6;
}

#links a.purple-link:hover {
	color: #a16ec7;
}

#links a.green-link:hover {
	color: #8dc63f;
}

#links a.orange-link:hover {
	color: #F9A13C;
}

.tricol {
	width: 33%;
	float: left;
}

.tricol h2 {
	display: block;
	margin: 27px 0 25px 25px;
}

#info {
	background: transparent;
	color: #CCC;
	font-size: 12px;
	margin-left: 25px;
	padding-bottom: 5px;
	position: absolute;
	height: auto;
	width: 910px;
	font-weight: bold;
	clear: both;
}

#info .right {
	text-align: right;
}

#info p.company {
	font-weight: normal;
}

.social {
	width: 32px;
	height: 32px;
	display: block;
	float: right;
	margin-left: 4px;
}

.facebook {
	background: url(../img/social.png) no-repeat 0 0;
}

.twitter {
	background: url(../img/social.png) no-repeat -32px 0;
}

.linkedin {
	background: url(../img/social.png) no-repeat -64px 0;
}

.clear {
	display: block;
	height: auto;
	clear: both;
}
