@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'CorbelRegular';
	line-height: 24px;
}

img {
	border: none;
	outline: none;
}

div#title_wrap {
	width: 950px;
	border-bottom: 1px solid #EFEFEF;
	height: 169px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background-image: url(images/jpg/title_bg.jpg);
	background-repeat: repeat-x;
}

div#title {
	width: 950px;
	height: 169px;
	margin: 0 auto;
	padding: 0;
	border: none;
}

div#nav_wrap {
	width: 950px;
	border-bottom: 1px solid #EFEFEF;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

div#nav {
	width: 950px;
	height: 40px;
	line-height: 41px;
	margin: 0 auto;
	padding: 0;
	border: none;
	line-height: 41px;
	color: #999;
}

div#main_wrap {
	width: 100%;
	border-bottom: 1px solid #F15D76;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

div#main {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	border: none;
}

div#image {
	float: left;
	width: 950px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: none;
}

div#leftcol {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
}

div#rightcol {
	float: left;
	width: 700px;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	line-height: 25px;
}

.meet_the_team {
	width: 340px;
	margin: 0 0 10px 0;
	border: none;
	padding: 0;
	height: 164px;
	float: left;
	display: inline-block;
}

div#folio_wrap {
	width: 950px;
	border: none;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

div#footer_wrap {
	width: 100%;
	border-top: 1px solid #FFF;
	height: 40px;
	margin: 0;
	padding: 0;
}

div#footer {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border: none;
	color: #000;
	font-family: 'CorbelRegular';
	font-size: 12px;
	text-align: center;
}

.box_outs {
	width: 298px;
	float: left;
	margin: 10px 0 0 0;
	padding: 5px;
	border-right: 1px solid #EFEFEF;
	font-size: 14px;
}


div#intro_text {
	width: 938px;
	float: left;
	margin: 10px 0 0 0;
	padding: 5px;
	border: none;
}

.intro_text h1 {
	font-family: 'CorbelRegular';
	font-size: 30px;
	margin: 0 0 5px 0;
	color: #3F5966;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #F15D77;
	padding: 0 0 10px 0;
}

div#rightcol h1 {
	font-family: 'CorbelRegular';
	font-size: 30px;
	margin: 0 0 5px 0;
	color: #3F5966;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #F15D77;
	padding: 0 0 10px 0;
}

div#rightcol div.meet_the_team h1 {
	font-family: 'CorbelRegular';
	font-size: 18px;
	margin: 0;
	color: #F15D77;
	font-weight: normal;
	padding: 0;
	border: none;
}

div#rightcol div.meet_the_team img {
	margin-right: 15px;
	border: 1px solid #F15D77;
}

div#rightcol div.meet_the_team p {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

div#rightcol h2 {
	font-family: 'CorbelRegular';
	font-size: 20px;
	font-weight: normal;
	color: #F15D77;
}

div#intro_text h1 {
	font-family: 'CorbelRegular';
	font-size: 20px;
	margin: 0 0 5px 0;
	color: #F15D77;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #F15D77;
	padding: 0 0 5px 0;
}

.box_outs h2 {
	font-family: 'CorbelRegular';
	font-size: 18px;
	margin: 0 0 5px 0;
	color: #F15D77;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #F15D77;
	padding: 0 0 5px 0;
}

.box_outs a {
	background:transparent url(images/png/icon-external.png) no-repeat right 3px;
	 color:#F15D77;
	 padding:0 13px 0 0;
	 text-decoration:none;
	 -webkit-transition:none!important;
	 -o-transition:none!important;
	 transition:none!important;
}

.box_outs a:hover {
	background:transparent url(images/png/icon-external2.png) no-repeat right 3px;
	color:#F57E92;
}

div#rightcol a {
	 color:#F15D77;
	 text-decoration:none;
	 -webkit-transition:none!important;
	 -o-transition:none!important;
	 transition:none!important;
}

div#rightcol a:hover {
	color:#F57E92;
}

.no_bg {
	background: none;
	padding: 0;
}

div#tweet a {
	background:transparent url(images/png/icon-external.png) no-repeat right 3px;
	 color:#F15D77;
	 padding:0 13px 0 0;
	 text-decoration:none;
	 -webkit-transition:none!important;
	 -o-transition:none!important;
	 transition:none!important;
}

div#tweet a:hover {
	background:transparent url(images/png/icon-external2.png) no-repeat right 3px;
	color:#F57E92;
}

.middle_box {
	margin: 10px 10px 0 10px;
}

.right_box {
	border: none;
}

div#intro_text {
	width: 950px;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	border: none;
	background-color: #fff;
}

div#quicklinks {
	width: 950px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #F15D77;
	border-bottom: 1px solid #F15D77;
	background-color: #363636;
	color: #FFF;
}

div#clientarea {
	float: left;
	width: 320px;
	padding: 10px;
	margin: 0;
	border: none;
}

div#tweet_wrap {
	float: left;
	width: 320px;
	padding: 10px;
	margin: 0;
	border-right: 1px dashed #fff;
}

div#tweet {
	float: left;
	width: 320px;
	padding: 0;
	margin: 0;
	border: none;
}

div#tweet li {
	list-style: none;
}

div#tweet SPAN.twitterTime {
  color: #00f;
}

div#tweet p {
	margin: 15px 0 -15px 0;
}

div#twitter {
	width: 240px;
	float: left;
	padding: 10px;
	margin: 0;
	border: none;
}

.highlight {
	color: #F15D77;
}

/***************************************************************
NAVIGATION
***************************************************************/

div#nav a {
	padding: 0 10px 0 0;
	margin: 0;
	border: none;
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 41px;
	font-family: 'CorbelRegular';
}

div#nav a:hover {
	padding: 0 10px 0 0;
	margin: 0;
	border: none;
	color: #F15D76;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 41px;
	font-family: 'CorbelRegular';
}

div#nav a.contact {
	margin-left: 190px;
	background-image: url(images/gif/email.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

div#nav a:hover.contact {
	margin-left: 190px;
	background-image: url(images/gif/email.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

div#leftcol a {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'CorbelRegular';
}

div#leftcol a:hover {
	padding: 0 10px 0 0;
	margin: 0;
	border: none;
	color: #F15D76;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'CorbelRegular';
}

div#footer a {
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 41px;
	font-family: 'CorbelRegular';
}

div#footer a:hover {
	padding: 0 0 0 10px;
	margin: 0;
	border: none;
	color: #666;
	text-decoration: none;
	text-transform: capitalize;
	line-height: 41px;
	font-family: 'CorbelRegular';
}

div#tweet SPAN.twitterTime {
	color: #3F5966;
	text-transform: uppercase;
}

div#intro_text a {
	background:transparent url(images/png/icon-external.png) no-repeat right 3px;
	 color:#F15D77;
	 padding:0 13px 0 0;
	 text-decoration:none;
	 -webkit-transition:none!important;
	 -o-transition:none!important;
	 transition:none!important;
}

div#intro_text a:hover {
	background:transparent url(images/png/icon-external2.png) no-repeat right 3px;
	color:#F57E92;
}

/* FORM ELEMENTS
*****************************************/

fieldset {
	padding: 5px;
	border: none;
	margin: 0;
	width: 96%;
}

.intro-text {
	font-family: 'QuicksandBook';
	font-size: 18px;
	color: #F15D77;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 10px;
}

#clientform {
	padding: 0;
	margin: 0;
	border: none;
}

#clientcode {
	border: 1px solid #E5003F;
	height: 21px;
	width: 250px;
	font-size: 140%;
	color: #000;
	font-weight: normal;
	margin: 5px 0 0 0;
}

#mailinglist {
	padding: 0;
	margin: 0;
	border: none;
}

#mailemail {
	border: 1px solid #E5003F;
	height: 21px;
	width: 250px;
	font-size: 140%;
	color: #000;
	font-weight: normal;
	margin: 5px 0 0 0;
}

.genericbox {
	width: 90%;
}

.border {
	border: 1px solid #F15D77;
}

.divider {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 20px;
}

/***************************************************************
HTML
***************************************************************/

.serv-left {float:left; margin:5px 15px 5px 0;}

.serv-right {float:right; margin:-5px 5px 15px 10px;}

/* CSS Document */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'CorbelRegular';
	src: url('corbel-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'CorbelRegular';
	src: url(//:) format('no404'), url('corbel-webfont.woff') format('woff'), url('corbel-webfont.ttf') format('truetype'), url('corbel-webfont.svg#webfontcgYcRdtK') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TrajanProRegular';
	src: url('trajanpro-regular-webfont.eot');
	src: local('☺'), url('trajanpro-regular-webfont.woff') format('woff'), url('trajanpro-regular-webfont.ttf') format('truetype'), url('trajanpro-regular-webfont.svg#webfontw9FtYEZf') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'QuicksandBook';
    src: url('quicksand_book-webfont.eot');
    src: url('quicksand_book-webfont.eot?#iefix') format('eot'),
         url('quicksand_book-webfont.woff') format('woff'),
         url('quicksand_book-webfont.ttf') format('truetype'),
         url('quicksand_book-webfont.svg#webfonteNlnH9Br') format('svg');
    font-weight: normal;
    font-style: normal;

}
