/* CSS Document */

html, body {
	margin: 0;
	background: url(images/bg_tile.gif) repeat-x left top;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

#header {
	width: 924px;
	height: 72px;
	margin: 0 auto;
}

#logo {
	float: left;
	position: relative;
	left: 0px;
}

#mainWrapper {
	width: 920px;
	margin: 0 auto;
	/*border: 1px solid red;*/
}

#photoBtm {
	float: left;
	width: 920px;
	height: 31px;
	background: url(images/photo_btm.gif) no-repeat center top;
}

#pageTitle {
	position: relative;
	left: 318px;
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	line-height: 32px;
}

#col01 {
	float: left;
	width: 300px;
}

#col02 {
	float: left;
	width: 286px; /* 310 actual */
	padding: 20px 12px 40px 12px;
	line-height: 18px;
}

#col02full {
	float: left;
	width: 596px; /* 620 actual */
	padding: 20px 12px 40px 12px;
	line-height: 18px;
}

#col03 {
	float: left;
	width: 286px; /* 310 actual */
	padding: 20px 12px;
	line-height: 18px;
}

#sidebar {
	float: right;
	width: 238px; /* 300 actual */
/*
	height: 160px;
	min-height: 160px !important;
	height: auto;
*/
	padding: 20px 30px;
	background-color: #D3E7EF;
	border-left: 1px solid #D0E0E7;
	border-right: 1px solid #D0E0E7;
	font-size: 11px;
}

#sidebarBtm {
	float: right;
	width: 300px;
	height: 18px;
	background: url(images/sidebar_btm.gif) no-repeat center top;
	margin-bottom: 10px;
/* 	border-top: 1px solid red; */
}

#footer {
	float: right;
	width: 610px;
	margin: 0 auto;
}

#addressBar {
	width: 400px;
	height: 18px;
	margin: 0 auto;
	background: url(images/addressbar.gif) no-repeat center center;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}

#legal {
	clear: both;
	margin: 0px 0 20px 0;
	text-align: center;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.testimonials {
	line-height: normal;
}

.referenceL {
	float: left;
	width: 272px;
	margin: 5px 0;
	padding: 8px;
	border: 1px solid #d8d8d8;
}

.referenceR {
	float: right;
	width: 272px;
	margin: 5px 0;
	padding: 8px;
	border: 1px solid #d8d8d8;
}

/* !LINKS */

a:link, a:visited {
	color: #427388;
}

a:hover, a:active {
	color: #CCCC99;
	text-decoration: none;
}

/* !FONTS */

h2 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #427388;
}

#sidebar h1 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #365D6E;
	letter-spacing: 1px;
}

#sidebar h2 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #6B791F;
}

/* !TABLES */

.table {
	border: 1px solid #427388;
	font-size: 11px;
	line-height: normal;
}

.table thead {
	color: #FFF;
	font-weight: bold;
	background-color: #427388;
}

.table td {
	padding: 4px;
}

.table .desc {
	font-weight: bold;
	background-color: #D3E7EF;
}

.table tbody td {
	border-bottom: 1px solid #D3E7EF;
	border-right: 1px solid #D3E7EF;
}

.form {
	font-size: 11px;
	line-height: normal;
}

.form td {
	padding: 4px;
/* 	border-bottom: 1px solid #CCC; */
}

.form .desc {
	background: #D3E7EF;
	font-weight: bold;
	text-align: right;
}

.form .required {
	background: #cc6666;
}

.form .header {
	background-color: #427388;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 6px;
}

/* !LISTS */

ul.bullets {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	margin-left: -24px;
/* 	margin-left: 15px; */
}

ul.features {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url("images/checkmark.jpg");
	font-weight: bold;
}


/* !MISCELLANEOUS */

.right {
	float: right;
	margin-left: 8px;
}

.left {
	float: left;
	margin-right: 8px;
}

.picRight {
	margin-left: 8px;
	border: 1px solid #252525;
}

.picLeft {
	margin-right: 8px;
	border: 1px solid #252525;
}

.clear {
	clear: both;
}

.disclaimer {
	font-size: 10px;
	font-weight: normal;
}

.on {
	display: inline;
}

.off {
	display: none;
}

#blanket {
	background-color: #1A475A;
	opacity: 0.75;
	filter: alpha(opacity=75);
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
}

.popUpDiv {
	/*display:	none;*/
	position: absolute;
	z-index: 101;
	width: 500px;
	padding: 30px;
	background-color: #FFF;
	border: 1px solid #000;
}

.popUpDiv p {
	line-height: 16px;
}

.newsTitle {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #427388;
}

.newsSubtitle {
	margin: 0;
	font-weight: bold;
}

.breakoutBox {
	background-color: #d3e7ef;
	border: 1px solid #bccfd6;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	font-size: 11px;
}
