/*  
Site Name: Commarc Corporate Site
Site URI: ---
Description: ---
Version: 1.0

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: Oct 2009
Last update made by: adam

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right !important; }
.left 					{ text-align: left !important; }
.small 					{ font-size: 9px !important;}
#ie6 .small, #ie7 .small{ font-size: 10px !important;}
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden					{ display: none; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.hot					{ cursor:pointer; }

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
em, .italic				{ font-style: italic; }
code					{ font-family: Courier, serif; color: #999; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "Calibri", Arial, Verdana, sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #fff;
	color: #666;
}

img, #logo { behavior: url(/scripts/iepngfix.htc) }

h1, h2, h3, h4, h5, h6 { letter-spacing: 0px; margin-bottom: 0; color: #333; font-weight: bold; }

h1 { font-size: 2.6em; margin: 0; color: #000; }							/* Main Title on Detail Page */
h2 { font-size: 2.0em; margin: 0 0 0 0; }
h3 { font-size: 1.5em; margin: 0 0 0 0; font-weight: bold; }

p { font-size: 1.4em; line-height: 1.4em; margin: 0 0 20px 0; }

a { color: #a9c435; font-weight: bold; }

a:hover, a:active { color: #b2d235; }

ul li {
	list-style-type: none;
}

ol li {
	list-style-type: decimal;
}

blockquote {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica;
	font-weight: bold;
	color: #999;
	padding: 30px 0 0 0;
}

.quote-src {
	text-align: right;
}

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

.wrapper { width: 920px; margin: auto auto; position: relative; }

#header {
	height: 104px;
	background: url(/Images/interface/bg/bg-header.jpg) repeat-x;
	position: relative;
	z-index: 200;
}
#header .wrapper { height: 104px; }

#navigation {
	
}

#page {
	width: 920px;
	margin: auto auto;
	position: relative;
}

#content {
	
}

#footer {
	background: #c9e548 url(/Images/interface/bg/bg-footer.jpg) repeat-x;
	padding: 10px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	position: relative;
	z-index: 2;
}

#bottom-nav {
	width: 920px;
	margin: auto auto;
}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* access keys ========================= */
#accesskeys { display: none; }

/* header ========================= */
#logo {
	background: url(/Images/interface/logo/logo-commarc.png) no-repeat;
	width: 392px;
	height: 49px;
	position: absolute;
	top: 0;
	left: -53px;
	text-indent: -9999px;
	overflow: hidden;
}

#ie6 #logo {
	cursor: pointer;
}

#head-contact-info {
	float: right;
	margin: 13px 0px 0px 0px;
	color: #999;
}

#head-contact-info strong { font-size: 16px; }

/* navigation ========================= */
#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
}

#navigation li {
	float: left;
	padding: 0 80px 13px 0;
}
#navigation li.last { padding-right: 0; }
	
#navigation a {
	text-decoration: none;
	color: #2e4903;
	font-size: 18px;
	font-weight: normal;
	text-shadow: #61731b 1px 1px 2px;
	display: block;
	position: relative;
}
#navigation a:hover, #navigation .selected a	{ color: #FFF; }
#navigation a:hover .ind 						{ display: block; }

#navigation a .ind {
	width: 18px;
	height: 10px;
	display: block;
	background: url(/Images/interface/ind/ind-main-nav.png) no-repeat;
	position: absolute;
	bottom: -21px;
	left: 38%;
	display: none;
}
#ie7 #navigation a .ind { bottom: -17px; }

/* columns ========================= */
#col1 {
	width: 606px;
	float: left;
	margin: 35px 20px 0px 0px;
}

#col2 {
	width: 294px;
	float: left;
	margin: 35px 0px 0px 0px;
}

/* breadcrumbs ========================= */
#breadcrumbs {
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	color: #666;
	padding-bottom: 5px;
	margin: 0px 0px 16px 0px;
}

#breadcrumbs li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#breadcrumbs li a {
	background: url(/Images/interface/ind/ind-breadcrumbs.gif) no-repeat 100% 5px;
	padding-right: 12px;
}

/* footer ========================= */
#footer .wrapper {
	text-align: center;
}

#footer a	{ 
	text-align: center; 
	display: inline-block; 
	padding: 0 0 10px; 
	outline: none;
	
	text-decoration: none;
	color: #2e4903;
	font-size: 18px;
	font-weight: normal;
	text-shadow: #61731b 1px 1px 2px;
}
	#footer a:hover,
	#footer a:focus {
		color: #fff;
	}
/*
#footer a.last { text-align: right; }
#footer a.first { text-align: left; }
*/

/* bottom nav ========================= */
#bottom-nav {
	margin-top: 15px;
	margin-bottom: 30px;
}

#bottom-nav li {
	float: left;
	font-size: 1.4em;
	color: #a9a9a9;
}

#bottom-nav li a {
	color: #a9a9a9;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
	padding-right: 13px;
	background: url(/Images/interface/bg/bg-bottom-nav.gif) no-repeat 100% 6px;
}
#bottom-nav li a:hover { text-decoration: underline; }
#bottom-nav li.web-design { float: right; }
#bottom-nav li.web-design a { background: none; padding-right: 0; margin-right: 0; }

/* banner image ========================= */
#banner-image {
	/*background: #dfdfdf url(/Images/interface/bg/bg-feature-img.jpg) no-repeat 50% 0;*/
	width: 100%;
	overflow: hidden;
	position: relative;
}

#banner-image img { /*margin: auto auto;*/ width: 100%; }

#banner-image ul,
#banner-image ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
	#banner-image ul li.sel { z-index: 2; }


/* featured case study ========================= */
.featured-case-study {
	background: #2c2c2b url(/Images/interface/bg/bg-featured-case-study.gif) no-repeat top right;
	width: 606px;
	position: relative;
	margin-bottom: 20px;
}

.featured-case-study a.view {
	background: url(/Images/interface/bg/bg-feat-cs-link.jpg) no-repeat;
	display: block;
	width: 273px;
	height: 30px;
	color: #355403;
	font-size: 1.4em;
	text-decoration: none;
	padding: 7px 0 0 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.featured-case-study a.view:hover { text-decoration: underline; background-position: 0 0; }
#ie6 .featured-case-study a.view { bottom: -1px; }

.featured-case-study img { float: left; margin: 5px 0px 5px 0px; }

.featured-case-study p, .featured-case-study h3 {
	width: 287px;
	float: left;
	margin: 0px 0px 0px 12px;
}

.featured-case-study h3 {
	color: #f2f2f2;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}

.featured-case-study p {
	font-style: italic;
	margin-bottom: 40px;
}


/* *06: Forms -----------------------------------------------------------------------------------------------------------------*/

input, textarea {
	border: 1px solid #e2e9ef;
	border-top: 1px solid #acadb2;
	font-size: 1.2em;
	padding: 2px 5px 2px 5px;
}


/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* landing ========================= */
.landing-listing li {
	border-bottom: 1px solid #ccc;
	margin-top: 18px;
}

.landing-listing .img-holder {
	float: left;
	padding-bottom: 17px;
	background: url(/Images/interface/bg/bg-listing-img.jpg) no-repeat 50% 100%;
}

.landing-listing .img-holder img {
	padding: 5px;
	border: 1px solid #e6e6e6;
	margin-right: 10px;
}

.landing-listing h3 a {
	color: #333;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
}

.landing-listing h3 a:hover {
	color: #a9c435;
}

.landing-listing p {
	font-style: italic;
	margin: 0 0 5px 0;
}

.landing-listing a.read-more {
	background: url(/Images/interface/bg/bg-readmore.gif) no-repeat 0 2px;
	font-size: 1.4em;
	color: #333;
	text-decoration: none;
	padding: 0px 0px 0px 16px;
}

.landing-listing a.read-more:hover {
	background-position: 0 -26px;
}

.home-listing {
	margin-bottom: 40px;
}

/* detail ========================= */
.abstract {
	font-style: italic;
	font-size: 1.6em;
	color: #666;	
}

.detail-image {
	float: right;
	margin: 0px 0px 20px 20px;
	background: #f2f2f2;
}

.detail-image .img-holder {
	padding: 4px;
	border: 1px solid #e6e6e6;
	background: #fff;
	margin: 0;
}

.detail-image .img-caption {
	/*width: 230px;*/
	padding: 10px;
	margin: auto auto;
	background: #f2f2f2 url(/Images/interface/bg/bg-caption.jpg) no-repeat 50% 0;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	margin: 0;
}

.body-text li 							{	font-size: 1.4em; color: #666; }
#ie6 .body-text li, #ie7 .body-text li 	{ margin-left: 20px; }
.body-text ul li 						{ list-style-type: disc; }
.body-text ul, .body-text ol 			{ margin: 0px 0px 20px 0px; }

.key-points {
	background: url(/Images/interface/bg/bg-key-points.gif) no-repeat;
	padding: 20px;
	color: #5a7115;
}

.key-points h2, .key-points h3, .key-points li {
	color: #2e4903;
}

.key-points li { margin-left: 20px; }

.back-to-top {
	background: url(/Images/interface/bg/bg-key-points-bottom.gif) no-repeat;
	display: block;
	padding-top: 15px;
	text-align: right;
	font-size: 12px;
}

/* sidenav ========================= */
#col2 h4 {
	background: url(/Images/interface/bg/bg-sidenav-heading.jpg) no-repeat;
	height: 38px;
	color: #2e4903;
	font-size: 2em;
	padding: 6px 0px 0px 20px;
}

#sub-navigation {
	background: url(/Images/interface/bg/bg-sidenav.gif) no-repeat bottom left;
	padding-bottom: 11px;
}
#ie6 #sub-navigation, #ie7 #sub-navigation { zoom: 1; }

#sub-navigation li {
	background: #f2f2f2;
	border: 1px solid #ededed;
}

#sub-navigation li.last {
	border-bottom: none;
}

#sub-navigation li a {
	color: #778d31;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 5px 10px 5px 20px;
}

#sub-navigation li a:hover 		{ color: #FFF; background: #bedc3f; }
#sub-navigation li.selected a 	{ color: #333; background: #dedede url(/Images/interface/bg/bg-subnav-hover.gif) no-repeat 0 12px; }

/* cross promo pods ========================= */
.sidebar-pod {
	background: #2d2d2c;
	margin-top: 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}

#ie6 .sidebar-pod {
	width: 294px;
	overflow: hidden;
}

.sidebar-pod h5 {
	background: #2d2d2c url(/Images/interface/bg/bg-sidebarpod-heading.gif) no-repeat;
	font-size: 2em;
	color: #FFF;
	font-weight: normal;
	padding: 15px 20px 5px 20px;
	line-height: 1.2em;
}

.sidebar-pod p {
	padding: 0 20px 0 20px;
	font-size: 1.6em;
	font-style: italic;
	line-height: 1.2em;
	color: #999;
}

.sidebar-pod a.read-more {
	background: url(/Images/interface/bg/bg-sidebarpod-foot.gif) no-repeat;
	display: block;
	width: 254px;
	height: 28px;
	color: #355403;
	font-size: 1.4em;
	text-decoration: none;
	padding: 9px 0 0 40px;
	position: absolute;
	z-index: 3;
	bottom: 0;
}

	/* java scroll buttons ==================== */
	.sidebar-pod .scoll-controls {
		position: absolute;
		z-index: 99;
		bottom: 12px;
		right: 15px;
		width: 42px;
		height: 15px;
	}
	
		.sidebar-pod .scoll-controls a {
			padding: 0;
			display: inline-block;
			width: 16px;
			height: 16px;
			overflow: hidden;
			text-indent: -999em;
			background: url(/images/interface/ind/ind-quote-controls.png) no-repeat;
		}
			#ie6 .sidebar-pod .scoll-controls a,
			#ie7 .sidebar-pod .scoll-controls a {
				float: left;
				display: block;
			}
			.sidebar-pod .scoll-controls a.prev { background-position: top left; margin-right: 10px; }
			.sidebar-pod .scoll-controls a.prev:hover { background-position: bottom left; }
			.sidebar-pod .scoll-controls a.next { background-position: top right; }
			.sidebar-pod .scoll-controls a.next:hover { background-position: bottom right; }

.sidebar-pod a:hover { text-decoration: underline; }

	.sidebar-pod .txt-cover {
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #2D2D2C;
		z-index: 99999;
	}

/* other sidebar pods ========================= */
a.contact-us {
	display: block;
	background: url(/Images/interface/bg/bg-contact-us.jpg) no-repeat;
	width: 294px;
	height: 126px;
	margin-top: 20px;
	text-decoration: none;
	font-weight: normal;
}
a.contact-us:hover { background-position: bottom left; }

a.contact-us .title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 10px 0px 0px 70px;
}
a.contact-us:hover .title {
	color: #2f4d01;
}

a.contact-us .detail {
	display: block;
	font-size: 1.6em;
	color: #999;
	line-height: 1em;
	padding: 10px 25px 0px 25px;
}

a.contact-us:hover .detail {
	color: #5a7115;
}

/* About Us Page ========================= */
#col1.about-page {
	
}
#col2.about-page {
	position: fixed;
	margin-left: 626px;
}

.about-item {
	clear: both;
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
}

.about-item-selected h2, .about-item-selected p {
	/*padding: 20px;
		background: #fbfbfb;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;*/
	border-left: 5px solid #f2f2f2;
	padding-left: 10px;
}

.about-back-to-top {
	background: url(/Images/interface/ind/ind-top-arrow.gif) no-repeat 0 6px;
	padding-left: 15px;
	font-size: 12px;
	float: right;
	margin: -25px 0px 0px 0px;
}

/* Homepage ========================= */
#homepage-content {
	margin-top: 24px;
}

#home-featured-case-study { float: left; margin-right: 22px; }
#home-featured-page { float: left; }

a.view {
	background: url(/Images/interface/ind/ind-home-view.gif) no-repeat 0 5px;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	padding-left: 20px;
}

a.view:hover {
	background-position: 0 -41px;
}

#homepage-content li 		{ float: left; }
#homepage-content li.last 	{ margin-right: 0; }

li.featured-service {
	width: 291px;
	float: left;
	margin-right: 23px;
}

#home-featured-page .img-holder, .featured-service .img-holder {
	padding-bottom: 20px;
	background: url(/Images/interface/bg/bg-home-content-img.jpg) no-repeat 50% 100%;
}

#home-featured-page .img-holder img, .featured-service .img-holder img {
	padding: 4px;
	border: 1px solid #e6e6e6;
}

.featured-service h3 {
	margin-top: -15px;
}
	
.featured-service p {
	margin: 0 0 5px 0;
}

.featured-service a.read-more {
	background: url(/Images/interface/bg/bg-readmore.gif) no-repeat 0 2px;
	font-size: 1.4em;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 16px;
	color: #333;
}

.featured-service a.read-more:hover {
	background-position: 0 -26px;
}

/* Contact Us Page ========================= */
#locations {
	background: url(/Images/interface/bg/bg-locations-bot.gif) no-repeat bottom left;
	padding-bottom: 1px;
}

#locations ul {
	background: url(/Images/interface/bg/bg-locations-top.gif) no-repeat top left;
	padding-top: 20px;
	margin: 0;
}

#locations li {
	list-style-type: none;
	margin: 0 20px 20px 20px;
}

#locations li p {
	margin: 0;
	font-size: 1.0em;
}

#locations li h3 {
	background: url(/Images/interface/bg/bg-locations-link.gif) no-repeat;
	height: 36px;
	font-size: 20px;
	padding: 3px 0 0 10px;
}

#locations li h3.hover { background-position: bottom left; }

#locations li h3 a {
	color: #333;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	background: url(/Images/interface/ind/ind-location.png) no-repeat 5px 9px;
	display: block;
	padding: 0 0 0 30px;
}
#ie6 #locations li h3 a {
	background-image: url(/Images/interface/ind/ind-location.gif);
}

#locations li h3.hover a { background-position: 5px -36px; }
#locations li h3 a.close { background-position: 5px -81px !important; }

#locations .details {
	padding: 18px 5px 0px 5px;
}

#locations .details p {
	margin-bottom: 10px;
}

#locations .img-holder {
	float: left;
	padding-bottom: 24px;
	background: url(/Images/interface/bg/bg-location-img.jpg) no-repeat 50% 100%;
	margin-right: 20px;
}

#locations .img-holder img {
	padding: 5px;
	border: 1px solid #e6e6e6;
	background: #FFF;
}

#contact-form {
	background: #f2f2f2 url(/Images/interface/bg/bg-contact-form.gif) no-repeat top left;
	padding-top: 20px;
}

#contact-form p {
	padding: 0 20px;
}

#contact-form li {
	list-style-type: none;
	margin-bottom: 10px;
}

#contact-form legend {
	display: none;
}

#contact-form fieldset {
	margin: 0px 0px 0px 20px;
}

#contact-form li label {
	display: block;
	font-size: 1.2em;
	color: #333;
}

#contact-form li input, #contact-form li textarea {
	width: 242px;
}

#contact-form li textarea { height: 100px; }

#contact-form .button {
	border: none;
	background: url(/Images/interface/btn/btn-submit.jpg) no-repeat;
	width: 294px;
	padding-left: 35px;
	font-size: 1.4em;
	height: 40px;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}

#contact-form .vsummary {
	margin: 0 20px 20px 20px;
	padding: 10px;
	font-size: 1.4em;
	background: #FF0000;
	color: #FFF !important;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact-form .vsummary li {
	margin: 0;
}

.PanelThanks {
	padding: 20px;
}





