body {
	font:normal 0.69em/1.6em arial, calibri, arial, helvetica, sans-serif;
	color:#2f2f2f;
	background:#4f4f4f;
	margin:0;
}

/*------------------------------------------
	M A R K D O W N   E L E M E N T S
	Standard elements (ul, ol, p, etc)
------------------------------------------*/

/* --- PARAGRAPHS, LISTS --- */
#content #content-area p,
.sidebar .block p {
	margin:0;
	padding:0 0 15px;
}
#content #content-area ul,
.sidebar .block ul,
#content #content-area ol,
.sidebar .block ol {
	margin:0;
	padding:0 0 10px 35px;
}
#content #content-area ul li,
.sidebar .block ul li {
	padding:0 0 5px 0;
	list-style-type:disc;
}
#content #content-area ol li,
.sidebar .block ol li {
	padding:0 0 5px 0;
	list-style-type:decimal;
}
#content #content-area ul ol,
.sidebar .block ul ol,
#content #content-area ul ul,
.sidebar .block ul ul,
#content #content-area ol ul,
.sidebar .block ol ul {
	padding-bottom:0;
	padding-top:7px;
}
#content #content-area ul ol li,
.sidebar .block ul ol li {
	padding:0 0 5px 0;
	list-style-type:decimal;
}
#content #content-area ul ul li,
.sidebar .block ul ul li,
#content #content-area ol ul li,
.sidebar .block ol ul li {
	padding:0 0 5px 0;
	list-style-type:disc;
}

/* --- LINKS --- */
a {
	color:#930808;
	text-decoration:none;
}
a:hover {
	color:#640000;
}

/* --- TABLES --- */
#content-area table {
	margin-bottom:15px;
	border-bottom:#ddd 1px solid;
	border-right:#ddd 1px solid;
}
#content-area table td,
#content-area table th {
	padding:3px 8px;
	vertica-align:top;
	border-top:#ddd 1px solid;
	border-left:#ddd 1px solid;
}
#content-area table th,
#content-area table td.active {
	background:#f3f3f3;
}

/*---------------------------
	H E A D I N G S
---------------------------*/

h1, h2, h3, h4, caption {
	color:#2f2f2f;
	background-color:transparent;
	text-align:left;
	margin:0;
}

h2 a, h3 a, h4 a { color:#2f2f2f; }
h2 a:hover, h3 a:hover, h4 a:hover { color:#2f2f2f; }

h1, h2, h3 {
	font-family: helvetica, arial, calibri, sans-serif;
	line-height:1.2em;
	font-weight:normal;
}
h1 {
	margin:0 0 10px;
	font-size:2.5em;
}
h1:first-letter {
	text-transform:uppercase;
}
h2, caption {
	padding:0 0 3px;
	font-size:1.6em;
}
h3 {
	font-weight:bold;
	font-size:1.2em;
}
h4 { /* Introduction */
	font-size:1em;
	line-height:1.6em;
	font-weight:bold;
	margin-bottom:15px;
}

/*---------------------------
	F O R M S
---------------------------*/

form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size:100%;
	margin:0;
	background:#f9f9f9;
	border:1px solid #ddd;
	padding:2px;
}
fieldset {
	border:none;
}
legend {
	color:#000;
	padding:0;
	margin:0;
}

input.form-checkbox,
input.form-radio {
	border:none;
	background:none;
}

.node-type-webform .form-text,
.node-type-webform .form-select,
.node-type-webform .form-textarea {
	width:250px;
}
.node-type-webform .form-item .form-radios,
.node-type-webform .form-item .form-checkboxes {
	padding:2px 0 0;
}

.form-submit {
	padding:2px 5px;
	margin-bottom:15px;
	border:none;
	color:#fff;
	background:#8e0808;
}
.node-type-webform .form-textarea,
.resizable-textarea {
	width:350px;
}
.node-type-webform .form-select {
	width:256px;
}
.form-required {
	color:#c03;
}

/* --- BLOCK FORMS --- */
.block .form-text,
.block .form-select,
.block .form-textarea { 
	width:194px;
}
.block .form-text.search { 
	padding-left:19px;
	width:177px;
	background-image:url(images/search.gif);
	background-position:3px 50%;
	background-repeat:no-repeat;
}


/*---------------------------
	H E A D E R
---------------------------*/

#header {
	background: url(images/bg_header.gif) repeat-x 0 0;
	padding:0;
	margin: 0;
}
#header #logo img {
	display:block;
	float: left;
}
#header .inner { 
	position: relative; 
	padding: 30px 0 60px;
	background: url(images/bg_header-inner.gif) no-repeat top right;
}

/*--------------------------------------
	C O N T E N T
	page, main, content and sidebars
--------------------------------------*/

.inner { 
	margin: 0 auto;
	width: 861px; 
}
#page {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: #fff;
}
#main { 
	margin: 25px auto;
	padding: 0;
	background: url(images/bg_main.gif) repeat-y 330px 0;
}
#content {
	float:right;
	width:500px;
}
#sidebar-left {
	float:left;
	width:300px;
}
#sidebar-right {
	float:right;
	display: none;
}
#topimage,
#flashcontent,
#front-image {
	margin-top: 25px;	
}
#front-image { display: block; }
#topimage img { display: block; }

/*---------------------------
	B L O C K S
---------------------------*/

.sidebar .block {
	margin-top: 30px;	
}
.sidebar .block.region-count-1 { margin-top: 0; }
.sidebar h2 {
	background: #373737 url(images/bg_sidebar-h2.gif) no-repeat 0 0;
	border-bottom:3px #2e2e2e solid;
	color: #fff;
	font: bold 1em arial, helvetica, verdana, calibri, sans-serif;
	margin-bottom:0;
	padding:10px 20px 5px;
	text-transform: none;
}
.sidebar .block .content {
	background: #f6f6f6 url(images/bg_sidebar-block.gif) no-repeat bottom;
	padding:15px 20px;
}

/* --- POLICY --- */

.sidebar .block.policy ul {
	list-style:none;
	padding-left: 0px;
	padding-bottom: 15px;
}
.sidebar .block.policy ul li {
	list-style:none;
	background: url(images/bullet_check.gif) no-repeat 5px;
	padding: 0.35em 0 0.35em 23px;
	border-bottom: 1px solid #e3e3e3;
}

/* --- TESTIMONIALS --- */

#block-views-testimonials-block_1, .sidebar .block.testimonials {
	color: #fff;
	padding: 0;
	background: #363636 url(images/bg_testimonials.gif) no-repeat 0 0;
}
#block-views-testimonials-block_1 .content, .sidebar .block.testimonials .content {
	background: url(images/bg_testimonials-content.gif) no-repeat bottom;
}
#block-views-testimonials-block_1 .view-content, .sidebar .block.testimonials .view-content {
	background: url(images/bg_testimonials-quote.gif) no-repeat top left;
	padding-left: 60px;	
	margin-bottom: 12px;
}
#block-views-testimonials-block_1 .views-field-body, .sidebar .block.testimonials .views-field-body {
	font-style: italic;
}
#block-views-testimonials-block_1 .views-field-title, .sidebar .block.testimonials .views-field-title {
	font-weight: bold;
}
#block-views-testimonials-block_1 .view-footer, .sidebar .block.testimonials .view-footer {
	border-top: 1px solid #4a4a4a;
	padding: 10px 0 0;
}
#block-views-testimonials-block_1 .view-footer a, .sidebar .block.testimonials .view-footer a {
	background: url(images/bg_testimonials-link.gif) no-repeat 100% 0.45em;
	color: #ffe0e0;	
	padding-right: 10px;
}
#block-views-testimonials-block_1 .view-footer a:hover, .sidebar .block.testimonials .view-footer a:hover {
	color: #fff;
}

/* --- PARTNER LOGOS --- */

.block.logos { 
	border-top: 1px solid #E5E5E5;
	/*border-bottom: 1px solid #E5E5E5;*/
	padding-top: 20px;
}
.block.logos img { 
	margin: 0 15px 0 0;
}

/* --- LATEST OBJECTS --- */

.block.latest-projects { 
	padding: 15px 0 0;
	margin: 0;
}
.block.latest-projects .content { margin: 0; padding: 0; }
.block.latest-projects .views-row-first { margin: 0; padding: 0;  }
.block.latest-projects .view-content { margin: 0; padding: 0; }
.block.latest-projects h2 { 
	border-bottom: 1px solid #E5E5E5; 
	margin-bottom: 20px;
	padding-bottom: 0.4em;
}
.block.latest-projects .views-field-field-reference-image-fid { float: left; padding: 0; }
.block.latest-projects .views-field-field-reference-image-fid img { display: block; margin: 0; padding: 0; }
.block.latest-projects .views-field-title,
.block.latest-projects .views-field-body,
.block.latest-projects .views-field-view-node { 
	float: right;  
	width: 280px;
}
.block.latest-projects .views-field-title { font-weight: bold; }
.block.latest-projects .views-field-body { padding: 5px 0 1em; clear: right; }
.block.latest-projects .views-field-body p { margin: 0; padding: 0 0 0.5em; }
.block.latest-projects .views-field-view-node { padding:0; margin: 0; }
.block.latest-projects .views-field-view-node span { 
	background: url(images/bg_button-span.gif) no-repeat right;
	display: block;
	width: 5.5em;
	padding: 0 7px 0 0;
	/*position: absolute;
	bottom: 0;*/
	float: none;
	margin: 0;
}
.block.latest-projects .views-field-view-node span a { 
	background: url(images/bg_button-a.gif) no-repeat left;
	color: #474747;
	display: block;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0em 0.35em 0.6em;
	text-align: center;
	width: 5em;	
}
.block.latest-projects .views-field-view-node span a:hover { color: #000; }

/* --- REFERENCE MENU --- */

.sidebar .block.reference-menu {
		
}
.sidebar .block.reference-menu .content { 
	background: none;
	padding: 0;
}
/*
.sidebar .block.reference-menu .content .view .view-content .views-field-title,
.sidebar .block.reference-menu .content .view .view-footer p {
	background: url(images/bg_subnav-li.gif) no-repeat bottom;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 3px;
	padding:0 0 7px;
	white-space:nowrap;
}
.sidebar .block.reference-menu .content .view .view-content .views-field-title a,
.sidebar .block.reference-menu .content .view .view-footer p a { 
	background: url(images/bg_subnav-a.gif) no-repeat 0 0;
	color:#4f4f4f;
	display:block;
	font: bold 1em arial, helvetica, calibri, verdana, sans-serif;
	padding:9px 20px 2px;
	text-decoration:none;
	text-transform: none;
	width:260px;
}*/
.sidebar .block.reference-menu .content .view .view-content .views-field-title a { 
	background: url(images/bg_subnav-li.gif) no-repeat bottom;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 3px;
	padding:0 0 7px;
	white-space:nowrap;
	display: block;
}
.sidebar .block.reference-menu .content .view .view-content .views-field-title a:hover,
.sidebar .block.reference-menu .content .view .view-content .views-field-title a span:hover { color: #000; }
.sidebar .block.reference-menu .content .view .view-content .views-field-title a.active { 
	background: url(images/bg_subnav-active-li.gif) no-repeat bottom;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 3px;
	padding:0 0 7px;
	white-space:nowrap;
	display: block;
}
.sidebar .block.reference-menu .content .view .view-content .views-field-title a span { 
	background: url(images/bg_subnav-a.gif) no-repeat 0 0;
	color:#4f4f4f;
	display:block;
	font: bold 1em arial, helvetica, calibri, verdana, sans-serif;
	padding:9px 20px 2px;
	text-decoration:none;
	text-transform: none;
	width:260px;
	cursor: hand;
}
.sidebar .block.reference-menu .content .view .view-content .views-field-title a.active span { 
	background: url(images/bg_subnav-active-a.gif) no-repeat 0 0;
	color:#fff;
	display:block;
	font: bold 1em arial, helvetica, calibri, verdana, sans-serif;
	padding:9px 20px 2px;
	text-decoration:none;
	text-transform: none;
	width:260px;
	
}

/*---------------------------
	F O O T E R
---------------------------*/

#footer {
	background: #4f4f4f;
	color: #fff;
	padding:0;
	line-height:1.6em;
	margin: 20px auto 0;
}
#footer .inner {
	background: url(images/bg_footer.gif) no-repeat 640px 0;	
	min-height: 90px;
	padding: 15px 0;
}
#footer p {
	margin:0;
}
#footer ul {
	margin:3px 0 0;
	padding:0;
}
#footer ul li {
	padding:0;
	display:inline;
	list-style:none;	
}
#footer ul li a {
	color: #d0d0d0;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
#footer ul li a:hover { color: #fff; }

/*---------------------------
	P A G I N G
---------------------------*/
ul.pager {
	margin-top: 20px;	
}
ul.pager li,
.item-list ul.pager li { background: #F1F1F1; padding: 3px 7px; }


/*--------------------------------
	T O P   M E N U
--------------------------------*/

#topmenu {
	float: right;
}
#topmenu ul {
	margin: 0;
	padding: 0;
}
#topmenu li {
	float: left;
	padding:0;
	margin: 0;
	list-style:none;
	display:inline;
	white-space:nowrap;
}
#topmenu li a {
	color:#fff;
	display:block;
	font: 1em helvetica, arial, calibri, verdana, sans-serif;
	padding:0 10px;
	margin: 0;
	text-decoration:none;
	border-right: 1px solid #fff;
}
#topmenu li.last a {
	padding-right: 0;
	border: none;
}

/*--------------------------------
	P R I M A R Y   L I N K S
--------------------------------*/

#nav {
	bottom: 0;
	margin-top: 10px;
	left: 0;
	position: absolute;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	float: left;
	padding:0 6px 0 0;
	list-style:none;
	display:inline;
	white-space:nowrap;
}
#nav li a {
	color:#ffbdbd;
	display:block;
	font: 1em helvetica, arial, calibri, verdana, sans-serif;
	padding:8px 10px 12px 16px;
	text-decoration:none;
	text-transform: uppercase;
}
#nav li a.active,
#nav li a.active:hover,
#nav li.active-trail a,
#nav li.active-trail a:hover {
	background: url(images/bg_nav-a.gif) no-repeat top left;
	color:#3f3f3f;
}
#nav li.active,
#nav li.active-trail {
	background: url(images/bg_nav-li.gif) no-repeat top right;
	color:#787878;
}
#nav li a:hover {
	color:#fff;
}

/*--------------------------------
	P R I M A R Y   L I N K S
	Subnav Links
--------------------------------*/

.sidebar #subnav,
.sidebar #block-menu_block-1 {
	width:300px;
	margin:0 0 20px 0;
}
.sidebar .block#block-menu_block-1 .content {
	padding: 0;
	background: none;
}

.sidebar #subnav ul.menu,
.sidebar #block-menu_block-1 ul.menu {
	width:300px;
	margin:0;
	padding:0;
}
.sidebar #subnav ul.menu li,
.sidebar #block-menu_block-1 ul.menu li {
	background: url(images/bg_subnav-li.gif) no-repeat bottom;
	list-style-image:none;
	list-style-type:none;
	margin:0 0 3px;
	padding:0 0 7px;
	white-space:nowrap;
}
.sidebar #subnav ul.menu li.last,
.sidebar #block-menu_block-1 ul.menu li.last { margin-bottom: 0; }
.sidebar #subnav ul.menu li a,
.sidebar #block-menu_block-1 ul.menu li a {
	background: url(images/bg_subnav-a.gif) no-repeat 0 0;
	color:#4f4f4f;
	display:block;
	font: bold 1em arial, helvetica, calibri, verdana, sans-serif;
	padding:9px 20px 2px;
	text-decoration:none;
	text-transform: none;
	width:260px;
}
.sidebar #subnav ul.menu li.active,
.sidebar #block-menu_block-1 ul.menu li.active {
	background: #9d1414 url(images/bg_subnav-active-li.gif) no-repeat bottom;
}
.sidebar #subnav ul.menu li.active a,
.sidebar #subnav ul.menu li.active a:hover,
.sidebar #block-menu_block-1 ul.menu li.active a,
.sidebar #block-menu_block-1 ul.menu li.active a:hover {
	color:#fff;
	background: #9d1414 url(images/bg_subnav-active-a.gif) no-repeat 0 0;
}
.sidebar #subnav ul.menu li a:hover,
.sidebar #block-menu_block-1 ul.menu li a:hover {
	color:#000;
}

/* --- THIRD LEVEL --- */
.sidebar #subnav ul.menu li ul li { 
	list-style:none;
}
.sidebar #subnav ul.menu li ul li a {
	padding-left:20px;
	width:170px;
}

/*--------------------------------
	S T O R Y
--------------------------------*/
	
/* --- BLOCK : Latest News --- */
.sidebar .block .view-story ul { padding-left:0; }
.sidebar .block .view-story li { list-style:none; }
.sidebar .block .view-story li a { display:block;line-height:1.3em; }

/* --- BLOCK : Archive --- */
.sidebar .block .view-archive ul { padding-left:0; }
.sidebar .block .view-archive li { list-style:none; }
.sidebar .block .view-archive li a { line-height:1.3em;text-transform:capitalize; }

.sidebar .block .item-list ul { padding-left:0; }
.sidebar .block .item-list li { list-style:none; }
.sidebar .block .item-list li a { line-height:1.3em; }


/* --- TEASER --- */
#main .views-row-first table.story-teaser { border-top:#eee 1px solid; }

#main .view-story .view-header p {
	margin:0;
	padding-bottom:8px;
}
#main table.story-teaser {
	margin-bottom:0;
	border:none;
	border-bottom:#eee 1px solid;
}
#main table.story-teaser td {
	padding:3px 0;
	border:none;
}
#main table.story-teaser td.date {
	padding-right:10px;
	white-space:nowrap;
	vertical-align:top;
}
#main table.story-teaser td.title {
	width:100%;
}

/*--------------------------------
	R E F E R E N C E S
--------------------------------*/

#content .reference {
	color: #000;
}
#content .reference.view {
	margin: 10px 0 35px;
}
#content #content-bottom .views-row-last .reference.view { margin-bottom: 0; }
#content .reference.view h2,
#content #content-area .reference h2,
#content #content-bottom .reference h2,
.block .reference .inner h2 {
	font-size: 1.8em;
	padding-bottom: 0.5em;
}
#content .reference .inner,
#content #content-area .reference .inner,
#content #content-bottom .reference .inner,
.block .reference .inner {
	min-height: 0;
	background: #f1f1f1;
	color: #000;
}
#content #content-area .reference .inner img.reference-image,
#content #content-bottom .reference .inner img.reference-image,
.block .reference .inner img.reference-image { 
	display: block;
	margin: 0;
}
#content #content-area .reference p,
#content #content-bottom .reference p,
.block .reference p {
	margin: 0 0 5px;
	padding: 0 0 13px;
}
#content #content-area .reference ul,
#content #content-bottom .reference ul,
.block .reference ul {
	list-style-type: none;
	margin: 0 0 0px;
	padding: 0;
}
#content #content-area .reference ul li,
#content #content-bottom .reference ul li,
.block .reference ul li { 
	float: left; 
	margin: 0 13px 0 0;
	padding: 0;
	list-style-type: none;
}
#content #content-area .reference ul li.last,
#content #content-bottom .reference ul li.last,
.block .reference ul li.last { 
	margin-right: 0;
}
#content #content-area .reference ul li a img,
#content #content-bottom .reference ul li a img,
.block .reference ul li a img { 
	padding: 3px;
	background: #fff;
	border: 1px solid #dedede;
	display: block;
}
#content #content-area .reference ul li a img:hover,
#content #content-bottom .reference ul li a img:hover,
.block .reference ul li a img:hover { 
	border-color: #c1c1c1;
}
#content #content-area .reference .images,
#content #content-bottom .reference .images,
.block .reference .images {
	padding: 20px 20px 5px;
}
#content #content-area .reference .content,
#content #content-bottom .reference .content,
.block .reference .content {
	padding: 10px 20px 10px;
}
#block-views-references-block_2 .view-content .views-row-odd,
#block-views-references-block_2 .view-content .views-row-even {
	float: left;
	margin: 0 15px 15px 0;
}
#block-views-references-block_2 .view-content .views-row-3,
#block-views-references-block_2 .view-content .views-row-6,
#block-views-references-block_2 .view-content .views-row-9 {
	margin-right: 0;
}
#block-views-references-block_2 .view-footer a {
	background: #2493e1 url(images/bg_button.gif) no-repeat 80%;
	color: #fff;
	clear: both;
	float: right;
	padding: 2px 20px 2px 10px;
	text-transform: uppercase;
}
#block-views-references-block_2 .view-footer a:hover { background-color: #3ba4ed; }

.block.references .view-content { margin-top: 10px; }
.block.references .views-row-odd,
.block.references .views-row-even { 
	background: url(images/bg_references-quote.gif) no-repeat left 0.3em;	
	margin-bottom: 20px; 
	padding-left: 35px;
}
.block.references .views-row-last { margin: 0; }
.block.references .views-field-body { margin: 0; padding: 0; font-style: italic; }
.block.references .views-field-body p { margin: 0; padding: 0; }
.block.references .views-field-title { margin: 0; padding: 0; font-weight: bold; }

/* --- REFERENCES ARCHIVE --- */

.view-testimonials.view-display-id-page_1 .reference-item {
	border-top: 1px solid #E5E5E5;	
}
.view-testimonials.view-display-id-page_1 .views-row-last .reference-item {
	border-bottom: 1px solid #E5E5E5;	
}
.view-testimonials.view-display-id-page_1 a {
	display: block;
	padding: 8px;
}
.view-testimonials.view-display-id-page_1 a:hover {
	background: #f8f8f8; 
}
.view-testimonials.view-display-id-page_1 img.reference-image {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.view-testimonials.view-display-id-page_1 .title {
	display: block;
	font-weight: bold;
}
.view-testimonials.view-display-id-page_1 .body {
	display: block;
	color: #2f2f2f;
}
.view-testimonials.view-display-id-page_1 ul.pager a { padding: 0; }

/*--------------------------------
	V A R I O U S
--------------------------------*/

/* --- FLOAT IMG IN PAGE & STORY --- */
.node-type-story .field-field-story-image img,
.node-type-page .field-field-page-image img {
	display:block;
	float:right;
	margin:2px 0 20px 20px;
}

/* --- PAGE IMG  --- */
.node-type-reference .referenceimage {
	margin: 10px 0 25px;
	clear: both;
}
.node-type-reference .referenceimage img {
	float: none;
	margin: 0;
}
.node-type-reference .referenceimage span {
	display: block;
	padding: 2px 0 0;
}

/* --- PAGE IMG INLINE  --- */
.node-type-page img.inline { 
	float: right; 
	margin: 0 0 10px 15px;
}

/* --- WEBFORM  --- */
.node-type-webform img.inline { 
	float: right; 
	margin: 0 0 10px 15px;
}
.node-type-webform form { 
	clear: both;
}


/* --- SEARCH --- */
dl.search-results {
	margin:5px 0 0;
}
dl.search-results dt {
	font-size:100%;	
}
dl.search-results dd {
	margin:0;	
}
fieldset.search-advanced {
	display:none;	
}

/* --- TAXONOMY LINKS --- */
#content #content-area .taxonomy ul li {
	padding:0 5px 0 0;	
}

/* --- UL LIST LINKS --- */
#content #content-area .links {
	padding:0 0 15px;	
}

#content #content-area .links ul {
	margin:0;
	padding:0;
}
#content #content-area .links ul li {
	padding:0 5px 0 0;
	list-style-type:none;
}
#content #content-area .links ul li.comment_delete a,
#content #content-area .links ul li.comment_edit a,
#content #content-area .links ul li.comment_reply a {
	text-transform:capitalize;	
}

/* --- VIEWS FIX --- */
#content #content-area .views-tabset .views-tabs ul {
	padding:0;
	margin:0;
	list-style-image:none !important;
	list-style-type:none !important;	
}

#content #content-area .views-tabset .views-tabs ul li {
	padding:0;
	list-style-image:none;
	list-style-type:none;	
}

/* --- COMMENTS --- */
.comment {
	padding:10px 10px 0;
	border:#ececec 1px solid;
	border-bottom:#e2e2e2 2px solid;	
}
#comment-form .tips {
  display:  none;
}
#comment-form p {
  display:  none;
}