@charset "ISO-8859-1";
@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura-webfont.eot');
    src: url('../fonts/futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura-webfont.woff') format('woff'),
         url('../fonts/futura-webfont.ttf') format('truetype'),
         url('../fonts/futura-webfont.svg#FuturaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
p, br, h1, h2, h3 {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
img {
	border: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000 url(../images/bgd-menu.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#menu-logo-wrapper {
	background: url(../images/bgd-menu.jpg) repeat-x;
	float: left;
	width: 1020px;
	position: absolute;
}
#logo {
	width: 370px;
	height: 115px;
	margin-left: 21px;
}
#menu {
	float: right;
	font-size: 13px;
	height: 60px;
	margin-right: 28px;
}
#menu ul {
	margin: 0; 
	padding: 0;
}
#menu ul li {
	display: inline;
	position: relative;
	float: left;
	list-style: none;
}
#menu ul li.divider {
	background: url(../images/menu-divider.jpg);
	display: inline;
	line-height: 60px;
	float: left;
	width: 2px;
}
#menu ul li a {
	float: left;
	text-decoration: none;
	color: #999999;
	line-height: 60px;
	padding: 0 20px 0 20px;
	text-align: center;
}
#home a.home, #home a.home:hover,
#contact a.contact, #contact a.contact:hover,
#services-menu a.services-menu, #services-menu a.services-menu:hover,
#portfolio-web a.portfolio, #portfolio-web a.portfolio:hover,
#portfolio-print a.portfolio, #portfolio-print a.portfolio:hover,
#portfolio-branding a.portfolio, #portfolio-branding a.portfolio:hover {
	color: #cbcbcb;
	background: url(../images/bgd-menu.jpg);
}
a.portfolio-web, a.portfolio-print, a.portfolio-branding {
	margin-left: 15px;
}
#portfolio-web a.portfolio-web, #portfolio-web a.portfolio-web:hover,
#portfolio-print a.portfolio-print, #portfolio-print a.portfolio-print:hover, #portfolio-branding a.portfolio-branding, #portfolio-branding a.portfolio-branding:hover {
	color: #cbcbcb;
}
#menu ul li a:hover {
	color: #ffffff;
	background: url(../images/bgd-menu-hover.jpg);
}
#menu ul li a.icon {
	margin: 15px 5px 0 5px;
	padding: 0;
}
#menu ul li a.icon:hover {
	background: none;
}
#midIndex {
	background: url(../images/bgd-mid-index.jpg) no-repeat;
	height: 360px;
	width: 1020px;
	float: left;
	margin-top: 60px;
	padding: 60px 0 0 0;
}
#midInterior {
	background: url(../images/bgd-mid-interior.jpg) no-repeat;
	height: 145px;
	width: 1020px;
	float: left;
	margin-top: 60px;
	padding: 65px 0 0 0;
}
#midInterior .floatright {
	float: right;
	margin-right: 20px;
}
#mainContent {
	clear: both;
	background: #ffffff url(../images/bgd-content.jpg) bottom no-repeat;
	width: 920px;
	margin-left: 30px;
	padding: 0 20px 40px 20px;
}
#mainContent a {
	color: #1b77c0;
	text-decoration: none;
}
#mainContent a:hover {
	color: #c04268;
}
#welcome {
	width: 530px;
	padding-top: 32px;
	padding-right: 60px;
	height: 620px;
}
#welcome h1 {
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1b77c0;
	font-weight: normal;
	margin-bottom: 10px;
}
#welcome h2 {
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1b77c0;
	font-weight: normal;
	padding-left: 10px;
	line-height: 28px;
}
#welcome h3 {
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #777777;
	margin-top: 20px;
}
#welcome p {
	font-size: 12px;
	color: #777777;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 18px;
}
#interior {
	padding-top: 32px;
	width: 600px;
}
#interior h1 {
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1b77c0;
	font-weight: normal;
	line-height: 40px;
}
#interior h2 {
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1b77c0;
	font-weight: normal;
	padding-left: 10px;
	line-height: 28px;
}
#interior h3 {
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #777777;
}
#interior p {
	font-size: 12px;
	color: #777777;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 18px;
}
.contactlabel {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 92px;
	font-size: 12px;
	color: #777777;
}
.contentImage {
	float: right;
	margin: 40px 0 0 0;
	clear: both;
	position: relative;
	left: 20px;
}
#interior form {
	background: #ffffff;
	border: 1px solid #999999;
	padding: 10px;
}
label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 100px;
	font-size: 12px;
	color: #777777;
}
.textinput {
	width: 400px;
	-moz-padding-start: 1px;
    -moz-padding-end: 1px;
	height: 20px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #999999;
	color: #777777;
	background: #efefef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.textarea {
	width: 400px;
	padding: 1px;
	height: 100px;
	font-size: 12px;
	border: 1px solid #999999;
	color: #777777;
	background: #efefef;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
textarea:focus, input:focus {
	border: 1px solid #1b77c0;
}
.submitbutton {
	background: #1b77c0;
	border: 1px solid #1b77c0;
	color: #ffffff;
	font-size: 12px;
	width: 100px;
	height: 20px;
	margin: 0;
	cursor: pointer;
}
.submitbutton:hover {
	background: #c04268;
	border: 1px solid #c04268;
	color: #ffffff;
}
#portfolio-container {
	float: right;
	padding-top: 32px;
	width: 500px;
}
#callout {
	background: transparent url(../images/bgd-callout.png) no-repeat;
	float: right;
	width: 276px;
	height: 600px;
	padding: 32px 32px 22px 22px;
}
#callout h1{
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1b77c0;
	font-weight: normal;
	margin-bottom: 10px;
}
#callout h2 {
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1b77c0;
	font-weight: normal;
	padding-left: 10px;
	line-height: 28px;
}
#callout p {
	font-size: 12px;
	color: #777777;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 18px;
}

#services-callout {
	background: transparent;
	float: right;
	width: 320px;
	padding: 32px 0 0 10px;
}
#services-callout h1{
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1b77c0;
	font-weight: normal;
	line-height: 40px;
}
#services-callout p {
	font-size: 12px;
	color: #777777;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 18px;
}

#refer {
	background: transparent url(../images/bgd-refer.png) no-repeat;
	width: 276px;
	height: 276px;
	padding: 32px 32px 22px 22px;
	margin-left: -22px;
}
#refer h1 {
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 10px;
}
#refer p {
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 20px;
	padding-left: 10px;
	line-height: 18px;
}
#footer {
	clear: both;
	background: url(../images/bgd-menu-hover.jpg) repeat-x bottom;
	width: 920px;
	height: 24px;
	font-size: 12px;
	margin-left: 30px;
	padding: 9px 20px 0 20px;
}
#footer ul {
	margin: 0; 
	padding: 0;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	float: left;
	text-decoration: none;
	color: #bbb;
	padding: 0 20px 0 20px;
	text-align: center;
	border-right: 1px solid #bbb;
}
#footer ul li a:hover{
	color: #ffffff;
}
.faderWrapper {
	margin: 0 auto;
	width: 990px;
}
.showWrapper {
	float: left;
	background: url(../images/bgd-samples.png);
	width: 270px;
	height: 250px;
	padding: 22px 30px 30px 22px;
	margin-left: 8px;
}
#services-table {
	width: 580px;
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
}
#services-table th {
	background: #5499d0;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}
#services-table th.left {
	background: #5499d0;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: left;
}
#services-table td.left {
	color: #000;
	border-left: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
#services-table td.leftbottom {
	color: #000;
	border-left: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px #5499d0 solid;
}
#services-table td.left2 {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
#services-table td.leftbottom2 {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px #5499d0 solid;
}
#services-table td.right {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}
#services-table td.rightbottom {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	border-bottom: 1px #5499d0 solid;
}
#services-table td.blue {
	color: #1b77c0;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}
#services-table td.bottom {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px #5499d0 solid;
}
#services-table td {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}

#services-callout-table {
	width: 320px;
	font-family: "Futura", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#services-callout-table th {
	background: #5499d0;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}
#services-callout-table th.left {
	background: #5499d0;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: left;
}
#services-callout-table td.left {
	color: #000;
	border-left: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
#services-callout-table td.leftbottom {
	color: #000;
	border-left: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px #5499d0 solid;
}
#services-callout-table td.right {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}
#services-callout-table td.rightbottom {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	border-bottom: 1px #5499d0 solid;
}
#services-callout-table td.blue {
	color: #1b77c0;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}
#services-callout-table td.bottom {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px #5499d0 solid;
}
#services-callout-table td {
	color: #000;
	border-right: 1px #5499d0 solid;
	padding-top: 7px;
	padding-bottom: 5px;
	text-align: center;
}
div.dots
{
	float: left;
	clear: both;
	width: 100%;
	background: url("../images/dotleaders.png") left 85% repeat-x;
	margin-bottom: 5px;
}
span.term
{
	float: left;
	padding-right: 5px;
	background-color: #fff;
	font-size: 11px;
}
span.page
{
	float: right;
	padding-left: 5px;
	background-color: #fff;
	font-size: 11px;
}
.breaker {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}
