@charset 'utf-8';
/**
 * Screen Output
 *
 * Main stylesheet for screen and projection output.
 *
 * @link       http://example.com/
 * @version    1.0
 * @media      screen, projection
 */

/* @group Global reset */
* {
	margin: 0;
	padding: 0;
}
/* @end */

/* @group Structure */
body {
	font: 75%/1.5 'Neue Helvetica', Helvetica, Arial, FreeSans, sans-serif;
	color: #3c4f6d;
	background: #f3f3f3;
}
div#wrapper {
	width: 820px;
	margin: 0 auto;
}

/* @group Header */
div#header {
	color: #3c4f6d;
	background: #fff url('../i/mood-3.jpg') no-repeat center bottom;
	border-bottom: 3px solid #3c4f6d;
	padding: 35px 0 212px;
	position: relative;
}
div#header div#logo {
	width: 904px;
	margin: 0 auto;
	padding: 0 0 45px;
}
/* @end */

/* @group Content */
div.content {
	color: #3c4f6d;
	background: transparent url('../i/bg_content.gif') repeat-y center;
	margin: 0 0 10px;
	padding: 10px 0;
	clear: both;
	overflow: visible;
}

div.person {
	margin: 0 0 40px;
	}

/* @group Claim */
div#claim {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
}
div#claim h1 {
	font: italic normal 2em Georgia, serif;
	width: 790px;
	margin: 0 auto 17px;
	padding: 0;
	color: #000;
	background: transparent;
	position: relative;
}
div#claim h1 span {
	display: inline;
	color: #a93b50;
	background: #fff;
	padding: 4px 15px;
	margin: 0 0 0 -15px;
	position: relative;
}
div#claim p {
	color: #3c4f6d;
	background: #fff;
	width: 730px;
	margin: 0 auto;
	padding: 10px 20px 10px 40px;
}
/* @end */
/* @end */

/* @group Footer */
div#footer {
	width: 790px;
	margin: 10px auto;
	padding: 0 0 50px;
	text-align: right;
	font-size: .85em;
}
/* @end */

/* @group Navigation */
div#navigation {
	width: 790px;
	height: 29px;
	margin: 0 auto;
}
div#navigation ul {
	margin: 0;
	list-style: none;
}
div#navigation ul li {
	display: inline;
	padding: 0;
}
div#navigation ul li a {
	float: left;
	margin: 3px 1px 0 0;
	padding: 0 10px;
	line-height: 2em;
	border: 1px solid #3c4f6d;
	color: #fff;
	background: #3c4f6d;
	text-decoration: none;
}
body#start div#navigation ul li a#navlink_start,
body#partner div#navigation ul li a#navlink_partner,
body#portfolio div#navigation ul li a#navlink_portfolio,
body#press div#navigation ul li a#navlink_press,
body#contact div#navigation ul li a#navlink_contact {
	color: #3c4f6d;
	background: #fff;
	border-bottom: 0 none;
	margin: 0 1px 0 0;
	padding: 2px 25px;
}
/*div#big-idea {
	display: none;
}*/
ul#sub-navigation {
	margin: 2em 0 0;
	list-style: none;
}
ul#sub-navigation li {
	text-align: right;
	border-top: 1px solid #3c4f6d;
	margin: 0 0 1em;
}
ul#sub-navigation li a {
	text-decoration: none;
}

div#about 	 li#subnav-about,
div#about-management li#subnav-management,
div#partner-focus li#subnav-focus,
div#partner-value li#subnav-addedvalue,
div#press li#subnav-press,
div#press-download li#subnav-download,
div#press-contact li#subnav-presscontact
{
	border-top: 2px solid #3c4f6d;
	font-weight: bold;
	}

/* @end */
/* @end */

/* @group Images */
img {
	vertical-align: bottom;
}
/* @end */

/* @group Links */
a:link {
	color: #3c4f6d;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #3c4f6d;
	background: transparent;
	text-decoration: underline;
}
a:hover , a:focus {
	color: #3c4f6d;
	background: transparent;
	text-decoration: none;
}
a:active {
	color: #a93b50;
	background: transparent;
	text-decoration: none;
}
a img {
	border: 0 none;
}
/* @end */

/* @group Headings */
h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 14px;
}
h1 span {
	display: block;
	width: 125px;
	padding: 4px 10px 4px 10px;
	color: #fff;
	background: #3c4f6d;
	font-size: 0.89em;
	text-align: right;
}

h2 {
	font-size: 1.17em; /* = 16px */
	margin: 1.75em 0 .71em;
	word-spacing: -.125em;
}
h3 {
	font-size: 1.17em;
	margin: 1.21em 0 .86em;
	word-spacing: -.125em;
}
h4 , h5 , h6 {
	font-size: 1em;
}
/* @end */

/* @group Paragraphs */
p , address {
	margin: 0 0 1em;
	word-spacing: .175em;
	font-style: normal;
}
/* @end */

/* @group Quotes */
blockquote {
	margin: 0 0 1em;
	padding: 0 1em;
}
/* @end */

/* @group Lists */
ul {
	list-style-type: disc;
	margin: 0 0 1em;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em;
}
dl {
	margin: 0 0 1em;
}
/* @group List items */
ul li , ol li , dl dd {
	padding: 0 0 0 1em;
}
dl dt {
	font-weight: bold;
}
/* @end */
/* @end */

/* @group Tables */
table {
	margin: 0 0 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group Forms */
form label {
	font-weight: bold;
}
form input , form textarea , form select {
	font: 1em 'Neue Helvetica', Helvetica, Arial, FreeSans, sans-serif;
}
form em {
	font-style: normal;
	font-weight: bold;
	color: #f00;
	background: transparent;
}
/* @end */

/* @group Abbreviations */
abbr , acronym {
	border-bottom: 0 none;
}
/* @end */

/* @group News */
.hfeed .date {
	margin: 0;
	font-size: .83em;
	color: #999;
	background: transparent;
}
.hfeed .box {
	position: relative;
	float: left;
	width: 190px;
	height: 8em;
	margin: 1em 15px 2em 0;
	padding: 0 10px 0 30px;
	border: 1px solid #c4cad2;
}
.hfeed .box h2 {
	font-size: 1em;
	margin: 1em 0;
}
.hfeed .box .more {
	margin: 0;
	font-size: .92em;
}
.hfeed .box .category {
	position: absolute;
	top: -1px;
	left: -1px;
	line-height: 1;
	color: #3c4f6d;
	background: #fff;
	padding: 0 5px 5px 0;
	border-right: 1px solid #c4cad2;
	border-bottom: 1px solid #c4cad2;
}
/* @end */

/* @group Multi-column layout */
.col-tiny {
	width: 100px;
	float: left;
	display: inline;
	margin: 0;
	/*text-align: right;*/
}
.col-small {
	width: 145px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	text-align: right;
}
.col-medium {
	width: 500px;
	float: left;
	display: inline;
	margin: 0 10px 0 55px;
}
.col-wide {
	width: 585px;
	float: left;
	display: inline;
	margin: 0 30px 0 55px;
}
.col-full {
	width: 735px;
	float: left;
	display: inline;
	margin: 0 30px 0 55px;
}
/* @end */

/* @group Separator */
div.separator {
	border-top: 1px solid #ccc;
	margin: 0 0 1em;
}
div.separator hr , hr {
	display: none;
}
/* @end */

/* @group Notices */
.error {
	padding: .5em;
	margin: 0 0 1em;
	color: #8a1f11;
	background: #fbe3e4;
	border: 2px solid #fbc2c4;
}
.error a {
	color: #8a1f11;
	background: transparent;
}
.notice {
	padding: .5em;
	margin: 0 0 1em;
	color: #514721;
	background: #fff6bf;
	border: 2px solid #ffd324;
}
.notice a {
	color: #514721;
	background: transparent;
}
.success {
	padding: .5em;
	margin: 0 0 1em;
	color: #264409;
	background: #e6efc2;
	border: 2px solid #c6d880;
}
.success a {
	color: #264409;
	background: transparent;
}
/* @end */

/* @group Clearfix
 * @see   http://www.positioniseverything.net/easyclearing.html
 */
.clearfix , div.content { display: inline-block; }
.clearfix:after , div.content:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix , * html div.content { height: 1%; }
.clearfix , div.content { display: block; }
/* @end */

/* @group Additional classes */
.hidden {
	position: absolute;
	left: -1000em;
	top: -1000em;
	overflow: hidden;
}
.alternate {
	color: #666;
	background: transparent;
	font: italic normal 1em 'Warnock Pro', 'Goudy Old Style', Palatino, 'Book Antiqua', Georgia, serif;
}
.kern {
	letter-spacing: -.1em;
}
.last {
	margin-right: 0 !important;
}
/* @formular */

.smalldata {
}

.smalldata div#leftcentercolumn {
	width:48%;
	float:left;
}
.smalldata div#rightcentercolumn {
	width:48%;
	float:right;
}
.smalldata div div {
	margin:2em 0;
	clear:both;
}
.smalldata div div div {
	margin:0;
}
.smalldata label {
 	font-weight: normal;
}
.smalldata input{
	width:234px;
         height: 17px;
         padding: 1px 0 0 2px;
}
.smalldata input.zipinput {
	width:40px;
}
.smalldata input.towninput {
	width: 180px;
}
.smalldata div div.zipandtown {
	margin:0 0 2em 0;
	padding:0;
}
.bigdata {
	clear:both;
}
.bigdata div {
	margin:0 0 2em 0;
}
.bigdata textarea {
	width:100%;
}
#logoupload input{
	width:100%;
         height: 21px;
}
.logo img {
	width:180px;
}

/* @end */