/* general stuff */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.align-left {
	float:left;
}

.align-right {
	float:right;
}

#content p {
	margin-bottom:12px;
	line-height:1.7em;
}

a img {
	border:none;
}

a {
	font-weight:bold;
}

body {
	font-size:12px;
	line-height:150%;
	background:#e5e5e5 url(../imgs/common/body-bg.gif) repeat-x top left;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

#wrap {
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto 20px;
	width:960px;
}

#wrap-inner {
	/*padding:0 10px;*/
}

#content {
	margin:24px 24px 44px;
	min-height:400px;
	height:expression('400px');
	background:#FFFFFF none repeat scroll 0 0;
}

html>body #content {
	height:auto;
	min-height:400px;
}

#content.two {
	background:transparent url(../imgs/common/column-r.gif) no-repeat bottom right;
}

/* end general stuff */


/* transactions */

#transaction-header {
	/*margin-bottom:12px;*/
	width:100%;
}

#transaction-header h1.red {
	/*margin-top: 14px;*/
	margin-bottom:0px;
}

.transaction-logo {
	/*margin-right:12px;
	float:left;*/
	width:105px;
}

#transaction_overview {
	margin-bottom:12px;
}

#transaction_overview li {
	list-style:none;
}

#transaction_overview li span {
	font-weight:bold;
}

/* transactions */


.feature {
	margin-bottom:12px;
}

.feature img {
	width:912px;
}
/* header */
#header {
	height:100px;
	width:960px;
	margin:0 auto;
	background:url(../imgs/common/header.jpg) no-repeat top left;
}

#logo {
	float:left;
	height:56px;
	width:360px;
	margin:21px 0 0 0;
}

#logo a {
	display:block;
	height:100%;
	width:100%;
}

#navigation {
	height:36px;
	background:url(../imgs/nav/bg.gif) repeat-x top left;
	padding-left:12px;
	border-top:4px solid #C1272D;
}

#navigation a {
	float:left;
	height:31px;
	margin-top:6px;
	padding-left:12px;
	color:#000;
	font-weight:normal;
	font-size:15px;
	margin-right:5px;
	font-weight:bold;
}

#navigation a:hover, #navigation a.current {
	background:url(../imgs/nav/nav-item.gif) no-repeat top left;
	color:#c1272d;
	font-weight:bold;
}

#navigation a span {
	float:left;
	height:27px;
	padding-top:4px;
	padding-right:12px;
}

#navigation a:hover span, #navigation a.current span {
	background:url(../imgs/nav/nav-item-r.gif) no-repeat top right;
}
/* end header */


/* main structure */
#column-l {
	float:left;
	width:73.5%;
	/*border-right:1px solid #D9D9D9;*/
	
}

#column-r {
	float:right;
	width:22%;
	border-top:1px solid #d9d9d9;
    /*background:#f3f3f3;*/
	padding:13px;

	
}


/*right nav*/

#column-r a {
	display:block;
	/*line-height:1.5em; removed for now*/
	padding:5px;
	position:relative;
	font-weight:normal;
	font-weight:bold;
}

	#column-r a .arrow {
		display:none;
	}
	

#column-r a.current {
	color:#FFFFFF;
	background:#C1272D;
	margin-left:-12px;
	padding-left:15px;
}

	#column-r a.current .arrow {
		display:block;
		position:absolute;
		top:9px;
		left:-7px;
	}
	
	* html #column-r a.current .arrow  {
		left:-22px;
	}

/*end right nav*/

#footer {
	clear:both;
	height:32px;
	background:#fff;
	padding:0 24px 14px;
}

#footer-inner {
	border-top:3px solid #C1272D;
	font-family:helvetica;
	font-size:10px;
	font-weight:bold;
	padding-top:7px;
}

#wrap-btm {
	/*background:url(../imgs/common/wrap-btm.gif) no-repeat top left;*/
	/*height:22px;*/
	
}
/* end main structure */


/* links */
a {
	color:#c1272d;
	text-decoration:none;
}

a:hover {
	color:#000000;

}
/* end links */


/* header tags */
h1 {
	font-size:15px;
}

h2 {
	font-size:1.0em;
}

h3 {
	font-size:1.2em;
	margin-bottom:0.2em;
}
/* end header tags */


/* highlight */
.red {
	color:#c1272d;
	float:left;
	margin-bottom:0.5em;
}

.highlight {
	padding:0.1em 0.25em 0;
	lineheight:100%;
	float:left;
	margin-bottom:0.5em;
}

.highlight.yellow {
	background:#f6ff00;
}

/*.highlight.red {
	background:#c1272d;
	color:#FFFFFF;
}*/


/* end hightlight */



/* services */

#services th {
	background:#C1272D;
	margin-bottom:0.5em;
	padding:0.25em 0.25em 0;
	color:#FFFFFF;
}

	#services td {
		margin-right:5px;
	}

	#services .headlines td {
		font-weight:bold;
		padding-bottom:8px;
	}
	
	#services .content td {
		vertical-align:top;
	}



/* end services */

/* careers */

#careers {
	margin: 20px 0 20px 0;
}

	#careers li {
		margin:0 0 3px 35px;
		
	}

/* end careers */

/* blocks */
.block {
	width:270px;
	border:1px solid #d9d9d9;
	float:left;
	padding:12px;
	height:195px;
	background:#f2f2f2 url(../imgs/common/box-bg.gif) repeat-x bottom left;
}

	.block.space {
		margin-right:11px;
		margin-bottom:11px;
		width:297px;
		height:140px;
	}
	
.block.space h2 span {
	display:block;
	font-size:11px;
}

#content .block .highlight {
	margin-bottom:5px;
	padding:0;
}

#content .block p {
	line-height:1.5em;
	margin-top:7px;
}

	p span {
		/*font-weight:bold;*/
		font-style:italic;
	}

.middle-block {
	margin:0 11px;
}

#block1 {
	background:#f2f2f2 url(../imgs/blocks/block1.gif) no-repeat bottom left;
}

#block2 {
	background:#f2f2f2 url(../imgs/blocks/block2.gif) no-repeat bottom right;
}

#block3 {
	background:#f2f2f2 url(../imgs/blocks/block3.gif) no-repeat bottom left;
}



/* end blocks */


/* blog content */
.post {
	margin-bottom:3em;
}

.post-title {
	border-bottom:1px solid #e2e2e2;
	margin-bottom:0.25em;
	padding-bottom:0.25em;
}

.post-title .date {
	margin-top:0.9em;
}

.post p,
.comment p {
	margin:0.5em 0;
}

.post .meta-data {
	font-size:0.9em;
	float:right;
}

.date {
	float:right;
	font-size:0.8em;
	color:#bfbfbf;
}

.comments {
	margin-bottom:3em;
}

.comment {
	margin-bottom:1em;
	padding:1em 1em 0.5em 1em;
	background:#FFFB9F;
}

.comment-data img {
	width:1.5em;
	height:1.5em;
	float:left;
}

/*.comment-data .align-left {
	margin:0.35em 0 0 0.7em;
}*/

.comment .date {
	margin:0.25em 0 0 0;
}

.moderation {
	text-align:center;
	margin:1em;
	padding:0.5em 0;
}

.moderation span {
	background:#FFEAF8;
	padding:2px;
}
/* end blog content */


/* column-r */
.column-r-section {
	margin-bottom:2em;
}
/* end column-r */



/* form styling */
.form fieldset {
	border:none;
	margin-top:25px;
}

.form fieldset label {
	float:left;
	font-size:0.9em;
	width:60px;
	text-align:right;
	margin-right:2em;
	padding:0.4em 0 0.4em 0.4em;
	font-weight:bold;
}

.form fieldset .clear {
	margin-bottom:1em;
}

.form fieldset .form_border {
	border:4px solid #ECECEC;
	float:left;
}

.form fieldset input,
.form fieldset textarea {
	border:1px solid #BCBCBC;
	font-size:0.9em;
	padding:0.4em;
	width:270px;
}

.form fieldset textarea {
	height:200px;
}

.form fieldset button {
	margin-left:83px;
}
/* end form styling */

#ijwmap {
	width:195px;
	border:1px solid #BCBCBC;
	margin:1px auto 10px;
}

#mapinfo {
	margin-left:2px;
	font-size:11px;	
}

.label {
	float:left;
	font-weight:bold;

	padding-right:11px;
	text-align:right;
	width:165px;
}

.left {
	float:left;
}

.data {
	float:left;
	width:490px;
}

.spacer {
	clear:both;
	margin-bottom:50px;
}

.bold {
	font-weight:bold;
}

.year {
	border-bottom:1px dotted #C1272D;
	color:#C1272D;
	font-size:1.5em;
	margin-bottom:0.5em;
	margin-top:31px;
}

.smalllabel {
	float:left;
	width:66px;
	font-weight:bold;
	font-style:normal;
}

.feedback {
	padding:10px;
	border-top:1px solid #7f7f7f;
	border-bottom:1px solid #7f7f7f;
	background:#efefef;
	margin-bottom:10px;
}

.error {
	padding:10px;
	border-top:1px solid #C1272D;
	border-bottom:1px solid #C1272D;
	background:#FFEFF0;
	margin-bottom:10px;
}