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

/* Color Glossary

	White: #f1f1f1;
	Yellow: #fee904;
	Purple: #301a73;
	Orange: #e37003;
	Green: #6fbe0c;
	Red: #c00100;
	Black: #1a1a1a;

*/

/* Structure 
--------------------------------- */

body, input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

html, body {
	color: #1a1a1a;
	background: #1a1a1a;
}

#wrapper {
	width: 960px;
}

#header {
	top: 0;
	left: 0;
	width: 960px;
	height: 200px;
}


#logo {
	top: 20px;
	left: 0;
	height: 142px;
	width: 378px;
}

#header div {
	color: #f1f1f1;
	position: absolute;
	top: 100px;
	right: 0;
	font-size: 20px;
	text-align: right;
	width: 490px;
	line-height: 1;
}

#header div strong {
	display: block;
	font-size: 24px;
	text-align: left;
	line-height: 1.4;
}

#drop-nav {
	top: 0;
	right: 0;
	padding: 0;
	font-size: 18px;
	text-transform: lowercase;
}

#drop-nav li {
	padding: 0 0 0 10px;
}

#drop-nav li a {
	color: #f1f1f1;
	text-align: center;
	padding: 30px 0 15px 0;
	width: 90px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#drop-nav li a:hover, #drop-nav li a.current, #drop-nav li a.currentParent {
	text-decoration: none;
	padding: 50px 0 15px 0;
	color: #f1f1f1;
}

#drop-nav a.home {
	background: #fee904;
	color: #1a1a1a;
}

#drop-nav a.home:hover, #drop-nav a.home.current {
	background: #fee904;
	color: #1a1a1a;
}

#drop-nav a.about {
	background: #301a73;
}

#drop-nav a.services {
	background: #e37003;
}

#drop-nav a.portfolio {
	background: #6fbe0c;
}

#drop-nav a.contact {
	background: #c00100;
}
}

#drop-nav a.random {
	background: #761a41;
}

#content {
	width: 960px;
}

#content .content {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
	padding: 20px;
	margin: 0 0 20px 0;
}

.content.full {
	width: 920px;
}

.content.left {
	width: 590px;
}

.content.right {
	width: 270px;
}


#breadcrumb {
	padding: 5px 0 0 0;
	font-size: 14px;
}

#footer {
	color: #f1f1f1;
	border-top: 2px solid #f1f1f1;
	padding: 20px 0;
}

#footer #footer-logo {
	position: relative;
	top: 0;
	left: 0;
	height: 105px;
	width: 275px;
	display: block;
	background: url(../../layout/images/footer-logo.png) no-repeat 0 0;
	text-indent: -999em;
	padding: 0 0 10px 0;
}

#footer #search {
	background: url(../../layout/images/search-bkgrd.png) no-repeat 0 0;
	height: 30px;
	width: 481px;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
}

#footer #search #search-term {
	border: 0px solid #f1f1f1;
	padding: 0;
	font-size: 18px;
	color: #6fbe0c;
	width: 430px;
	position: absolute;
	top: 6px;
	left: 10px;
	height: 20px;
}

#footer #search #search-submit {
	border: 0px solid #f1f1f1;
	background: url(../../layout/images/btn-search.png) no-repeat 0 0;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 8px;
	right: 10px;
}

#footer #search #search-submit:hover {
	cursor: pointer;
}

#footer #social {
	position: absolute;
	top: 70px;
	right: 0;
	height: 50px;
}

a.social {
	height: 50px;
	width: 50px;
	display: block;
	margin: 0 0 0 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	float: left;
}

a#facebook {
	background-image: url(../../layout/images/facebook.png);
}

a#twitter {
	background-image: url(../../layout/images/twitter.png);
}

a#you-tube {
	background-image: url(../../layout/images/you-tube.png);
}

a#sd {
	background-image: url(../../layout/images/sd.png);
}

a#aptuitiv {
	background-image: url(../../layout/images/aptuitiv.png);
}

#footer #contact-info {
	float: right;
}

#carousel {
	height: 410px;
}

#slides {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 410px;
	width: 920px;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 1;
}

.slide {
	position: relative;
	height: 410px;
	width: 920px;
}

.slide span {
	font-size: 60px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	z-index: 2;
}

#slides .slide img {
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 1;
}

#slides .slide div {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 600px;
	font-size: 18px;
}

#slides .slide div p {
	width: 450px;
}

#carousel ul {
	position: absolute;
	bottom: 20px;
	right: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#carousel ul li {
	float: left;
	padding: 0 0 0 10px;
}

#carousel ul li a {
	display: block;
	padding: 1px;
}

#carousel ul li a.activeSlide, #carousel ul li a:hover {
	border: 1px solid #fee904;
	padding: 0;
}

ul.nav {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
	width: 270px;
}

ul.nav li {
	padding: 5px 0;
}

html body #content ul.nav li a {
	display: block;
	background: url(../../layout/images/portfolio-nav-bkgrd.png) no-repeat 0 0;
	height: 22px;
	width: 260px;
	padding: 5px 0 0 10px;
	color: #f1f1f1;
}

html body#home #content ul.nav li a:hover, html body#home #content ul.nav li a.current {
	background-position: 0 -27px;
	text-decoration: none;
	color: #1a1a1a;
}

html body#about #content ul.nav li a:hover, html body#about #content ul.nav li a.current {
	background-position: 0 -54px;
	text-decoration: none;
}

html body#services #content ul.nav li a:hover, html body#services #content ul.nav li a.current {
	background-position: 0 -81px;
	text-decoration: none;
}

html body#portfolio #content ul.nav li a:hover, html body#portfolio #content ul.nav li a.current, html body#home #content .content.right#portfolio ul.nav li a:hover {
	background-position: 0 -108px;
	text-decoration: none;
}

html body#contact #content ul.nav li a:hover, html body#contact #content ul.nav li a.current {
	background-position: 0 -135px;
	text-decoration: none;
}

.image-caption {
	border: 2px solid #fee904;
}

.image-caption.centered {
	height: 163px;
	width: 190px;
	display: block;
	margin: 0 38px;
}

#about .image-caption {
	border-color: #301a73;
}

#services .image-caption {
	border-color: #e37003;
}

#portfolio .image-caption {
	border-color: #6fbe0c;
}

#contact .image-caption {
	border-color: #c00100;
}

.image-caption span {
	text-align: center;
	display: block;
	height: 20px;
	background: #fee904;
	color: #1a1a1a;
}

#about .image-caption span {
	background: #301a73;
	color: #f1f1f1;
}

#services .image-caption span {
	background: #e37003;
	color: #f1f1f1;
}

#portfolio .image-caption span {
	background: #6fbe0c;
	color: #f1f1f1;
}

#contact .image-caption span {
	background: #c00100;
	color: #f1f1f1;
}

#tblPortfolio td {
	padding: 0 0 10px 4px;
}

#tblPortfolio td.col1 {
	padding: 0 0 10px 0;
}


/* Headings 
--------------------------------- */

h1, h2 {
	font-weight: normal;
	color: #f1f1f1;
	font-size: 30px;
	position: relative;
	left: -24px;
	top: 0;
	padding: 0 0 0 4px;
	margin: 0;
	background: url(../../layout/images/headings-left-edge.png) no-repeat 0 0;
	height: 50px;
}

#home h1, #home h2 {
	color: #1a1a1a;
}

#about h1, #about h2 {
	background-position: 0 -50px;
	color: #f1f1f1;
}

#services h1, #services h2 {
	background-position: 0 -100px;
	color: #f1f1f1;
}

#portfolio h1, #portfolio h2 {
	background-position: 0 -150px;
	color: #f1f1f1;
}

#contact h1, #contact h2 {
	background-position: 0 -200px;
	color: #f1f1f1;
}

h1 span, h2 span {
	background: url(../../layout/images/headings-left.png) no-repeat right 0px;
	height: 50px;
	display: inline-block;
	padding: 0 40px 0 20px;
}

#about h1 span, #about h2 span {
	background-position: right -50px;
}

#services h1 span, #services h2 span {
	background-position: right -100px;
}

#portfolio h1 span, #portfolio h2 span {
	background-position: right -150px;
}

#contact h1 span, #contact h2 span {
	background-position: right -200px;
}


/* Links 
--------------------------------- */

a {
	color: #301a73;
}

#home a {
	color: #301a73;
}

#about a {
	color: #301a73;
}

#services a {
	color: #e37003;
}

#portfolio a {
	color: #6fbe0c;
}

#contact a {
	color: #c00100;
}

a:hover {
	text-decoration: underline;
}

#footer a {
	color: #f1f1f1;
}

/* Misc 
--------------------------------- */

.yellow {
	color: #fee904;
}

.purple {
	color: #301a73;
}

.orange {
	color: #e37003;
}

.green {
	color: #6fbe0c;
}

.red {
	color: #c00100;
}

html body #content a.button {
	height: 48px;
	width: 255px;
	padding: 10px 0 0 10px;
	display: block;
	float: left;
	background: url(../../layout/images/button.png) no-repeat 0 0;
	color: #fee904;
	font-size: 18px;
	font-weight: bold;
}

html body #content a.button:hover {
	background-position: 0 -58px;
	color: #301a73;
	text-decoration: none;
}

iframe {
	overflow: hidden !important;
}

label {
	display: block;
	font-weight: bold;
}

input[type=text], textarea {
	width: 300px;
}

textarea {
	height: 100px;
}


/* Page - Search Results 
--------------------------------- */

.search {
	padding: 25px 0 0 0;
}

.search .date {
	font-size: 12px;
}

.search h4 {
	margin: 0 0 10px 0;	
	font-variant: normal;
}

#search-pages {
	padding: 25px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

#search-pages-term {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}
