/*@import url("printable.css") print;*/
body {
 font-size: 100%;
 background-color:#f6f4f2;
} 
a:link {
	color: #036;
}
a:visited {
	color: #636;
}
a:hover {
	color: #933;
	text-decoration: underline;
}
img {
	border: none;
}
h1, h2, h3 {
	color: #036;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
}
h4 a {
	text-decoration: none;
}
/* p {
	margin: 0;
	padding: 0 0 1em 0;
} */
form {
	margin: 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
hr {
	/* clear: both; */
	border: 0;
	width: 100%;
	color: #999;
	background-color: #999;
	height: 1px;
	z-index: 10;
	/* margin-top: 2px !important; */
	padding: 0 !important;
}
* html hr {
	margin: 0;
}
.block_as_inline {
	display: inline;
}
#mainHolder {
	background-color: #fff;
	font-size: 1.2em;
	width: 1100px;
	margin: 6px auto;
	padding: 0;
	text-align: left
}
#header, #innerHolder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#header {
	height: 100px;
	background-color: #fff;
	margin: 15px 0 0 0;
}
#topMenu {
	height: 50px;
	background-color: #036;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
#topMenuBaps {
	height: 50px;
	background-color: #d6d6d6;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}
#topMenuBaps h1 {
	padding-left:10px;
}
#homepage #hero {
	width: 1080px;
	margin: 10px;
/*	border:1px solid #9A39CC;*/
}
table#bigHolder {
	margin: 0px;
	border: 0;
	width: 100%;
/*	border: 1px solid #4850D9;*/
}
table#bigHolder td {
	padding: 0;
	margin: 0;
	border: none;
	width:720px;
}

#homepage #content {
	margin: 20px 10px 10px 10px;
/*	border:1px solid #3B9A51;*/
}
#navAndBranding {
	width: 1080px;
	margin: 10px;
	border: 0;
}
* html #homepage #content {
}
* html #content { 
}
/* Fixing page headline and "print,email" alignment issues */ 
div.left, div.right, div#mainpage-titles {
	margin: 0 !important;
	padding: 10px 0 !important;
}
* html div.left, * html div.right, * html div#mainpage-titles {
	padding: 0 !important;
}
div#mainpage-titles h1#mainpagetitle {
	margin: 0 !important;
	padding: 0 !important;
}	
table#contentHolder {
	margin: 0px 0 0 0;
	padding: 0;
/*	border: 1px solid #2E882D;*/
	width: 100%;
}
table#contentHolder td {
	padding: 0;
	margin: 0;
	border: none;
	width:720px;
	text-align:left;
}
table#features {
	margin:0px 5px 0 0; 
	padding:0;
	width:720px;
/*	border:1px solid #E7BD0D;*/
}
table#features td {
	padding: 0;
	margin: 0;
	border: none;
	width:33%;
	text-align:left;
/*	border:1px solid #E39737;*/
}
table#features td.left {
	padding: 0 20px 15px 0;
}
table#features td.center {
	padding: 0 10px;
}
table#features td.right {
	padding: 0 0 0 20px;
}

div.news {
}
div.news span {
	display:block;position:absolute;bottom:0;left:0;right:0;background:black;background:rgba(0,0,0,0.6); padding:4px; color:#fff;font-weight:bold;
}
div.news a.news {
	position:relative; width:220px; height:120px; display:block;
}
div.news a:hover {
	text-decoration:underline;
}
	
#header img#logo {
	float: left;
	margin-left: 0px;
	border: 0;
	padding-left: 10px;
}
#header #headerNav {
	text-align: right;
	margin-right: 10px;
	margin-top: -6px;
	font-size: 13px;
	line-height: 24px;
}
#header span {
	margin: 0 10px;
	color: #bbb;
}
#header #search {
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 13px;
}
#header #search input {
	margin-bottom: 5px;
}
#header #search input#keyword {
	border: 1px #999 solid;
}
#header #utility {
	font-size: 13px;
	padding-top: 5px;
}
#leftNav {
	margin: 0;
}
#leftHolder .leftNavBaps {
	margin: 15px 0 0 0;
	padding-left:20px;
	border-left:4px solid #933;
}
#bigHolder #quickLinks {
	background-color: #933;
	margin:0px 0 0 20px;
	height:224px;
}
#bigHolder #quickLinks ul {
	color: #fff;
	padding: 0 0 0 60px;
	margin: 0;	
	margin-left:20px;
}
#bigHolder #quickLinks a {
	color: #fff;
	text-decoration: none;
	background-color:#933;

}
#bigHolder #quickLinks a:visited {
	color: #fff;
	text-decoration: none;
}
#bigHolder #quickLinks a:hover {
	color: #fff;
	text-decoration: underline;
}
#bigHolder #quickLinks li {
	margin: .5em 0;
	padding-bottom: 1px;
	background-color:#933;
}
#bigHolder #quickLinks h2 {
	color: #fff;
	padding: 10px 0 0 20px;
	margin: 0;
	margin-left:20px;
}
#content td ul {
	padding: 1em;
	margin: 0;
	list-style-type: square;
}
#rightCol {
	margin: 0px 0 0 10px;
}
#rightCol h2 {
		background-color: #036;
	color: #fff;
	padding: 5px 5px 5px 15px;
	margin:0;
}
#rightCol h3 {
	background-color: #036;
	color: #fff;
	padding: 5px 5px 5px 15px;
	margin:0 0 8px 0;
}
#rightCol h4 {
	color: #036;
	font-size: 1.1em;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#content h4 {
	color: #036;
	font-size: 1.1em;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#footer h4 {
	color: #036;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#footer h4 a:link {
	color: #036;
}
#footer {
	clear: both;
/*	font-size: 0.9em;*/
	color: #333;
	margin-top: 10px;
	background-color: #f6f4f2;
	padding: 5px;
}
#footer a {
	color: #333;
	text-decoration: none;
	margin: .1em;
}
#footer a:hover {
	text-decoration: underline;
}
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
div.buffer {
	: both;
	margin: 0;
	padding: 10px;
}
#content {
	margin-bottom: -20px;
}
.CS_Element_LinkBar {
	display: inline;
	border-style: none
}
.CS_Textblock_Text {
	margin-bottom: 10px;
}
table td table td img {
	border: none !important;
}
table.color-table form {
	padding: 0;
	margin: 0;
}
table.color-table table {
	margin-left: 20px;
}

#amazon p {
	margin: 0px;
	padding: 0px;
}
/* *************** */
/* Utility Styles */
/* ************** */

.clear {
	margin: 0;
	paddding: 0;
	clear: both;
}
/* CLEARFIX: Just add a class of .clearfix to any element containing a float needing to be cleared, plus any Guillotine-Bug-fixing block elements within the container. (source: http://www.positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* additional clearfix elements are in ie.css */

.clearfix {
	display: inline-block;
} /* IE fix for Mac */
/* IE fix reset for non-mac \*/ * html .clearfix {
	height: 1%;
} /* End hide from IE-mac */
/* IE hack to fix weird EM bug (http://www.positioniseverything.net/explorer/italicbug-ie.html) */
/* \*/
* html #main {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}

/* Callout Boxes */
.caption {
	font-size: 1.0em;
}
.caption a {
	font-size: 1.0em;
}
.image-grey {
	background: rgb(235, 235, 235);
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-width: 1px 2px 2px 1px;
	margin: 0pt 0pt 1em 1em;
	padding: .3em .6em .6em;
	float: right;
	width: 258px;
}
.image-grey img {
	text-align: center;
}
.image-white {
	padding: 4px;
	float: right;
	margin: 1em;
	width: 258px;
}
.image-white img {
	text-align: center;
	padding: 4px;
}
.credit {
	clear: both;
	display: block;
	font-size: 0.85em;
	margin: 0px 4px 3px 0px;
	text-align: right;
}
.greyBox {
	background: rgb(235, 235, 235);
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-width: 1px 2px 2px 1px;
	margin: 0pt 0pt 1em 1em;
	padding: .3em .6em .6em;
	float: right;
	width: 258px;
}
.greyBox img {
	text-align: center;
}
.white a:link {
	color: #fff;
	text-decoration:none;
}
.white a:visited {
	color: #fff;
}
.white a:hover {
	color: #fff;
	text-decoration:underline;
}
.meetingblockcompact {
}

.imagegallery img {
	padding:2px 10px 10px 0; 
	width:80px; 
	height:80px;
}