@font-face {
    font-family: 'GillSansStdRegular';
    src: url('/sup/fonts/gillsansstd-webfont.eot');
    src: url('/sup/fonts/gillsansstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sup/fonts/gillsansstd-webfont.woff') format('woff'),
         url('/sup/fonts/gillsansstd-webfont.ttf') format('truetype'),
         url('/sup/fonts/gillsansstd-webfont.svg#GillSansStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GillSansStdBold';
    src: url('/sup/fonts/gillsansstd-bold-webfont.eot');
    src: url('/sup/fonts/gillsansstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sup/fonts/gillsansstd-bold-webfont.woff') format('woff'),
         url('/sup/fonts/gillsansstd-bold-webfont.ttf') format('truetype'),
         url('/sup/fonts/gillsansstd-bold-webfont.svg#GillSansStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GillSansStdBoldCondensed';
    src: url('/sup/fonts/gillsansstd-boldcondensed-webfont.eot');
    src: url('/sup/fonts/gillsansstd-boldcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sup/fonts/gillsansstd-boldcondensed-webfont.woff') format('woff'),
         url('/sup/fonts/gillsansstd-boldcondensed-webfont.ttf') format('truetype'),
         url('/sup/fonts/gillsansstd-boldcondensed-webfont.svg#GillSansStdBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansStdBoldItalic';
    src: url('/sup/fonts/gillsansstd-bolditalic-webfont.eot');
    src: url('/sup/fonts/gillsansstd-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sup/fonts/gillsansstd-bolditalic-webfont.woff') format('woff'),
         url('/sup/fonts/gillsansstd-bolditalic-webfont.ttf') format('truetype'),
         url('/sup/fonts/gillsansstd-bolditalic-webfont.svg#GillSansStdBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansStdExtraBold';
    src: url('/sup/fonts/gillsansstd-extrabold-webfont.eot');
    src: url('/sup/fonts/gillsansstd-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sup/fonts/gillsansstd-extrabold-webfont.woff') format('woff'),
         url('/sup/fonts/gillsansstd-extrabold-webfont.ttf') format('truetype'),
         url('/sup/fonts/gillsansstd-extrabold-webfont.svg#GillSansStdExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansStdItalic';
    src: url('/sup/fonts/gillsansstd-italic-webfont.eot');
    src: url('/sup/fonts/gillsansstd-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sup/fonts/gillsansstd-italic-webfont.woff') format('woff'),
         url('/sup/fonts/gillsansstd-italic-webfont.ttf') format('truetype'),
         url('/sup/fonts/gillsansstd-italic-webfont.svg#GillSansStdItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansStdLight';
    src: url('/sup/fonts/gillsansstd-light-webfont.eot');
    src: url('/sup/fonts/gillsansstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sup/fonts/gillsansstd-light-webfont.woff') format('woff'),
         url('/sup/fonts/gillsansstd-light-webfont.ttf') format('truetype'),
         url('/sup/fonts/gillsansstd-light-webfont.svg#GillSansStdLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansStdLightItalic';
    src: url('/sup/fonts/gillsansstd-lightitalic-webfont.eot');
    src: url('/sup/fonts/gillsansstd-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sup/fonts/gillsansstd-lightitalic-webfont.woff') format('woff'),
         url('/sup/fonts/gillsansstd-lightitalic-webfont.ttf') format('truetype'),
         url('/sup/fonts/gillsansstd-lightitalic-webfont.svg#GillSansStdLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------------------------- */
/* Group Clearfix
/* --------------------------------------------------------------------- */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }


html, body {
    background-color: #d3d3d3;
    color: #444;
    padding: 0;
    margin: 0;
    font: 14px/1.5 Arial, Helvetica, sans-serif;
}

a {
    color: #C00;
    text-decoration: none;
}
a:hover {
    color: #f33;
}

a img {
	border: none;
}

p {
    margin: .8em 0;
}

.icon {
	vertical-align: middle;
}

h1, h2, h3, h4, h5 {
    line-height: 1.1;
    margin: 1em 0 .2em;
}

h1 {
    font: 40px/1.1 "GillSansStdLight";
    color: #111;
    margin-top: .5em;
}

h2 {
    font: 30px/1.1 "GillSansStdLight";
    color: #933;
}

h3 {
	color: #111;
	font-size: 16px;
}

h3 em {
	font-weight: normal;
}

ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    line-height: 1.1;
}

li {
    line-height: 1.1;
    padding: 0 0 0 4px;
    margin: .6em 0;
}

blockquote {
	margin: 0 0 2em;
	padding: 0;
}

cite {
	font-style: italic;
	font-size: .9em;
}

.wrapper {
    margin: 0 auto;
    padding: 1px 0;
    width: 980px;
}

#header {
    background: url(/sup/img/bg/header.gif) bottom repeat-x #db1218;
}
#header .wrapper {
    background: url(/sup/img/bg/ballot.jpg) -15px 100% no-repeat;
    height: 149px;
    position: relative;
}

#content {
    background: url(/sup/img/bg/content.jpg) top no-repeat;
    min-height: 450px;
}

#main_content {
	float: right;
	width: 564px;
	padding-right: 24px;
	padding-bottom: 15px;
}

#sidebar {
    float: left;
    clear: left;
    background: url(/sup/img/bg/sidebar.gif) top no-repeat;
    width: 320px;
    padding: 15px 20px 0 19px;
}

#sidebar_body {
    background: url(/sup/img/bg/sidebar_body.gif) bottom no-repeat #fff;
    padding: 1px 30px 55px;
    font-size: 15px;
}

#sidebar .intro {
    font: 24px/1.1 "GillSansStdLight";
    color: #8e3031;
    margin: 20px 0 5px;
}

#learn_how_we_work {
	float: right;
	margin-top: 0;
}

#footer {
    font: 12px "GillSansStdRegular";
    clear: both;
    background: #111;
    color: #ddd;
    overflow: hidden;
    _height: 0;
}

#footer_nav {
    float: right;
}

#footer_nav a {
    color: #ff999f;
}
#footer_nav a:hover {
    color: #fff;
    text-decoration: none;
}

#footer #address {
    /*
    background: url(/sup/img/bg/footer_drk.gif) top repeat-x #580404;
    padding: 15px 30px 20px;
    margin: 0 30px 0 21px;
    text-align: center;
    */
    margin-left: 40px;
    margin-right: 40px;
    float: left;
    width: 300px;
}

#logo {
    float: left;
    display: inline;
    padding: 0;
    margin: 84px 0 0 19px;
    background: #fafafa url(/sup/img/bg/logo.gif) top no-repeat;
}
#logo a {
    display: block;
    height: 90px;
    width: 320px;
    text-indent: -999px;
    overflow: hidden;
}

#super_nav {
    position: absolute;
    top: 58px;
    left: 392px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#super_nav li {
    float: left;
    padding: 0 24px 0 0;
    margin: 0;
}

#super_nav li a {
    font: 16px "GillSansStdRegular";
    color: #ff999f;
}
#super_nav li a:hover {
    color: #fff;
    text-decoration: none;
}

#call_us {
    position: absolute;
    top: 12px;
    left: 391px;
    color: #fff;
    font: 20px "GillSansStdRegular";
}

#primary_nav {
	position: absolute;
	top: 92px;
    left: 375px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 610px;
}

#primary_nav li {
	float: left;
	padding: 0;
	margin: 0;
}

#primary_nav li a {
    font:  16px/1 'GillSansStdBold', 'Arial Black', Gadget, sans-serif;
    text-transform: uppercase;
    display: block;
    height: 25px;
    padding: 17px;
    color: #fff;
}

#primary_nav li a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #810d10;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #eee, #fff);
	background-image: -moz-linear-gradient(bottom, #eee, #fff);
	background-image: -ms-linear-gradient(bottom, #eee, #fff);
	background-image: -o-linear-gradient(bottom, #eee, #fff);
	background-image: linear-gradient(bottom, #eee, #fff);
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#primary_nav li.active a {
	cursor: auto;
    text-decoration: none;
    background-color: #fff;
    color: #810d10;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fee));
	background-image: -webkit-linear-gradient(bottom, #d3d3d3, #fee);
	background-image: -moz-linear-gradient(bottom, #d3d3d3, #fee);
	background-image: -ms-linear-gradient(bottom, #d3d3d3, #fee);
	background-image: -o-linear-gradient(bottom, #d3d3d3, #fee);
	background-image: linear-gradient(bottom, #d3d3d3, #fee);
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


.clear {
    clear: both;
}

/* homepage layout and styles */

body.home #content .wrapper {
	width: auto;
	padding: 0;
}

#home_stripe {
    background: url(/sup/img/bg/home_stripe.gif) top repeat-x #f3f3f3;
}

#home_wrapper {
	padding: 1px 0;
    margin: 0 auto;
    width: 980px;
}

#how_can_we_help {
    background: url(/sup/img/bg/how_can_we_help_home.gif) top no-repeat;
    color: #eee;
    margin-top: 1px;
    padding: 10px 30px 10px 30px;
    background-color: #384345;
    border-radius: 0 0 5px 5px;
}

.home #how_can_we_help {
	margin-top: 11px;
	padding-bottom: 90px;
	border-radius: 0 0 0 0;
}

#how_can_we_help h2 {
    color: #fff;
}

#how_can_we_help label {
    color: #b1c2c6;
}

#how_can_we_help select {
    display: block;
    width: 100%;
    padding: 3px;
}

#how_can_we_help .actions {
    text-align: right;
}

#why_partner_home {
    margin: 0 25px 0 392px;
    padding-bottom: 38px;
}

#why_partner_home .reason {
	display: none;
}

#why_partner_home h3 {
	margin: 15px 0;
	padding: 15px 65px 15px 15px;
	font-size: 14px;
	background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #eee, #fff);
	background-image: -moz-linear-gradient(bottom, #eee, #fff);
	background-image: -ms-linear-gradient(bottom, #eee, #fff);
	background-image: -o-linear-gradient(bottom, #eee, #fff);
	background-image: linear-gradient(bottom, #eee, #fff);
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
	position: relative;
}

#why_partner_home h3 .icon {
	position: absolute;
	top: 0;
	right: 3px;
}


#why_partner_home .description {
	padding: 1px 85px 15px 15px;
	color: #6c848a;
	line-height: 1.5;
	font-size: 12px;
	background-color: #e2ebee;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#f3f3f3));
	background-image: -webkit-linear-gradient(bottom, #ddd, #f3f3f3);
	background-image: -moz-linear-gradient(bottom, #ddd, #f3f3f3);
	background-image: -ms-linear-gradient(bottom, #ddd, #f3f3f3);
	background-image: -o-linear-gradient(bottom, #ddd, #f3f3f3);
	background-image: linear-gradient(bottom, #ddd, #f3f3f3);
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.more_info {
	font-weight: bold;
	color: #78a8ba;
	line-height: 2em;
	float: left;
	width: 540px;
	text-transform: uppercase;
}

.more_info img {
	vertical-align: middle;
}

#twitter {
	float: right;
	width: 171px;
}

#twitter h3 {
	margin-top: 0;
}

#twitter .tweet {
	font-size: .8em;
}

#meet_the_team_home {
    margin: 0 auto;
    width: 570px;
    padding: 0 0 28px 379px;
}

#meet_the_team_container {
	margin-right: 200px;
}

#meet_the_rest {
	margin-top: 1px;
}

fieldset {
    background-color: #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px 0 25px 18px;
	margin-left: -18px;
	border: none;
	-moz-box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #aaa;
	-webkit-box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #aaa;
	box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #aaa;
}

.form_object {
    margin: .5em 0;
    clear: both;
    overflow: hidden;
    _height: 0;
}

#send_message {
	float: right;
	position: relative;
	top: -30px;
	left: -20px;
	-moz-box-shadow: 0 0 20px #c6dfe6, 0 -2px 2px #ddd, 0 -5px 15px #ddd;
	-webkit-box-shadow: 0 0 20px #c6dfe6, 0 -2px 2px #ddd, 0 -5px 15px #ddd;
	box-shadow: 0 0 20px #c6dfe6, 0 -2px 2px #ddd, 0 -5px 15px #ddd;
}

.helping {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #57767f;
	position: relative;
	top: -8px;
}

.form_object select, .form_object.text input, .form_object textarea {
    border: 1px solid #888;
    background-color: #f0f0f0;
    -moz-border-radius: 4px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: arial, helvetica, sans-serif;
	padding: 5px 8px;
	-moz-box-shadow: inset 0 1px 2px #bbb, inset 0 -1px 2px #fff;
	-webkit-box-shadow: inset 0 1px 2px #bbb, inset 0 -1px 2px #fff;
	box-shadow: inset 0 1px 2px #bbb, inset 0 -1px 2px #fff;
    font-size: 1em;
}

.form_object.select label, .form_object.text label, .form_object.textarea label, .form_object.radio .label, .form_object.checkbox .label {
    float: left;
    margin-right: 15px;
    width: 25%;
	position: relative;
	padding-top: 4px;
    text-align: right;
	-moz-text-shadow: 0 1px 0 #eee;
	-webkit-text-shadow: 0 1px 0 #eee;
	text-shadow: 0 1px 0 #eee;
	color: #555;
	font-size: .9em;
	font-weight: bold;
}

.form_object label em {
	position: absolute;
	top: -3px;
	right: -7px;
	font-weight: bold;
	font-style: normal;
	color: #c30;
}

.helping span.required {
	color: #c30;
}

.textarea textarea {
    float: left;
    width: 70%;
}

.helper {
    color: #686868;
    padding-bottom: 3px;
}

div.helper, .current_file, .note {
    margin-left: 26%;
    padding-left: 5px;
    clear: left;
}

.form_action {
    margin: 1em 0 1.5em;
}

/* messaging */

.info, .error, .note, .warning, .success {
    border: 1px solid #ccc;
    background-color: #eee;
    margin: 1em 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

p.info, p.error, p.note, p.warning, p.success {
    padding: 1em 15px;
}
div.info, div.error, div.note, div.warning, div.success {
    padding: 0 15px;
}

.info {
    color: #039;
    border-color: #039;
    background-color: #def;
}

.error {
    color: #c00;
    border-color: #c00;
    background-color: #fee;
}

.success {
    color: #390;
    border-color: #390;
    background-color: #eeffe0;
}

a.more {
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
}

p.important {
	color: #000;
	font-size: 13px;
}

p.important strong {
}

/**
* roundabout
*/
#why_partner_headline {
	font-size: 46px;
	margin: 0 0 10px;
}

.roundabout-holder {
	list-style: none;
	height: 310px;
}
.roundabout-moveable-item {
	width: 360px;
	height: 310px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #92b7c2;
	padding: 3px 20px;
	font-size: .9em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.roundabout-in-focus {
	cursor: auto;
}

#why_partner {
	width: 75%;
	margin: 0 auto 20px;
	position: relative;
}

#why_partner a#previous,
#why_partner a#next {
	display: block;
	width: 70px;
	height: 40px;
	outline: none;
	position: absolute;
	top: 45px;
	z-index: 999;
	background: url(/sup/img/next_button.gif) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
}

#why_partner a#previous:active,
#why_partner a#next:active {
	margin-top: 6px;
}

#why_partner a#previous {
	right: -65px;
}

#why_partner a#next {
	left: -30px;
	background: url(/sup/img/previous_button.gif) no-repeat top left;
}

#gain_access {
	background: url(/sup/img/why_partner/gain_access.jpg) no-repeat 100% -10px #fff;
}

	#gain_access p {
		padding-right: 40%;
	}

#spending_decisions {
	background: url(/sup/img/why_partner/spending_decisions.jpg) no-repeat bottom center #fff;
}

#lower_overhead {
	background: url(/sup/img/why_partner/lower_overhead.jpg) no-repeat bottom right #fff;
}

#negative_press {
	background: url(/sup/img/why_partner/negative_press.jpg) no-repeat bottom right #fff;
}

	#negative_press p {
		padding-right: 32%;
	}

#increase_confidence {
	background: url(/sup/img/why_partner/increase_confidence.jpg) no-repeat bottom right #fff;
}

#raise_money {
	background: url(/sup/img/why_partner/raise_money.jpg) no-repeat bottom right #fff;
}

	#raise_money p {
		padding-right: 47%;
	}

/**
* general interior styles
*/

#main_content p.intro {
	font-size: 17px;
	line-height: 1.2em;
	color: #666;
	padding: 15px 18px;
	margin: -5px 0 0 -18px;
	background-color: #f0f0f0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, sans-serif;
	box-shadow: inset 0 1px 1px #ccc, inset 0 -1px 0 #fff;
	-moz-box-shadow: inset 0 1px 1px #ccc, inset 0 -1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 1px #ccc, inset 0 -1px 0 #fff;
}

#main_content p.intro strong {
	color: #38535e;
}

#main_content ul,
#main_content ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
}

#main_content ul {
	margin: 0 0 1.5em;
}

#main_content ul li {
	margin: 0 0 .7em 0;
	padding: 0 0 0 25px;
	background: url(/sup/img/bg/bullet.gif) no-repeat 5px .1em;
	line-height: 1.1em;
}

#main_content p.callout {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #c03538;
}
/**
* what we do
*/

.capabilities h3 {
	margin-bottom: .7em;
	margin-top: 20px;
}

.capabilities p {
	width: 45%;
	float: left;
	padding-top: 7px;
}

.capabilities a.why_partner img {
	margin-top: 1em;
}

.capabilities .capabilities_list {
	width: 50%;
	float: right;
}

.faqs h3 {
	padding-left: 35px;
	background: url(/sup/img/bg/question.gif) no-repeat 0 .3em;
	padding-top: 12px;
	padding-bottom: 4px;
	margin-bottom: .2em;
}

.faqs p.answer {
	margin-top: 0;
	padding-left: 35px;
}

/**
* partnering
*/

#main_content .partnering p.callout {
	width: 38%;
	float: right;
	margin: 0 0 1.5em 45px;
}

#main_content .partnering p.callout a img {
	margin-top: 20px;
}

/**
* clients
*/

.clients a img {
	margin: 10px 0 0 0;
	display: block;
}


#client_login {
	float: right;
	display: inline;
	margin-top: -1px;
	margin-right: -16px;
	background: #e9f3f6;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 129px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

/**
* team
*/

#team  {

}

#team h2 {
	margin: 20px 0 .2em 0;
}

#team h3 {
	margin: 0 0 .3em 0;
}

#team .social {
	clear: right;
	padding: 7px;
	background-color: #384345;
	margin-bottom: 2em;
	box-shadow: inset 0 1px 0 #000, inset 0 -1px 0 #000;
	-moz-box-shadow: inset 0 1px 0 #000, inset 0 -1px 0 #000;
	-webkit-box-shadow: inset 0 1px 0 #000, inset 0 -1px 0 #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#team .social p {
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
}

#team .social p.to_top, #team .social p.view_all {
	float: right;
	margin-right: 0;
}

#team .social p span {
	display: none;
}

#team .social p a {
	display: block;
	padding: 0 10px 0 33px;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	background-color: #d8d8d8;
	background-position: 4px 3px;
	background-repeat: no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 26px;
	-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #999;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #999;
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 #999;
}

#team .social p.to_top a, #team .social p.view_all a  {
	padding-left: 10px;
}

#team .social p a:hover {
	background-color: #eef7fa;
}

#team .social p.linked_in a {
	background-image: url(/sup/img/linkedin_icon.gif);
}

#team .social p.twitter a {
	background-image: url(/sup/img/twitter_icon.gif);
}

#team .social p.google_plus a {
	background-image: url(/sup/img/google_plus_icon.jpg);
}

#team .social p.facebook a {
	background-image: url(/sup/img/facebook_icon.gif);
}

#team img {
	float: right;
	margin: 0 0 15px 30px;
	box-shadow: 0 10px 20px #aaa;
	-moz-box-shadow: 0 1px 20px #aaa;
	-webkit-box-shadow: 0 1px 20px #aaa;
}


/**
* contact
*/

.contact_info {
	width: 50%;
	float: left;
	padding-top: 10px;
}

.contact_info p strong {
	color: #861517 !important;
	font-size: 16px;
}

.social_contact {
	width: 45%;
	float: right;
}

.social_contact span {
	display: block;
	font-size: .85em;
	font-weight: bold;
}

.social_contact a {
	display: inline-block;
	padding: 0 10px 0 33px;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	background-color: #edf8fc;
	background-position: 4px 3px;
	background-repeat: no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 26px;
	-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #6999a6;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #6999a6;
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 #6999a6;
}

.social_contact a:hover {
	background-color: #fff;
}

.social_contact p.linked_in a {
	background-image: url(/sup/img/linkedin_icon.gif);
}

.social_contact p.twitter a {
	background-image: url(/sup/img/twitter_icon.gif);
}

.social_contact p.facebook a {
	background-image: url(/sup/img/facebook_icon.gif);
}

.blog.body img {
	margin: 20px;
	border: 1px solid #999;
}

.learn_more {
	overflow: hidden;
}

.learn_more a {
	float: left;
	padding: 6px 12px;
	border: 1px solid #444;
	background-color:#777;
	color: #eee;
	border-radius: 5px;
	text-transform: uppercase;
	font-style: italic;
}

.column {
	float: left;
}

/* columns */
.column {
	float: left;
    display: inline;
}

.column.two {
	width: 48%;
	margin-left: 4%;
}

.column.two.major {
	width: 60%;
}

.column.two.minor {
	width: 37%;
}

.column.three {
	width: 32%;
	margin-left: 2%;
}

.column.two.first, .column.three.first, .column.four.first {
    margin-left: 0;
}
