@charset "utf-8";



/* CSS Document */



body {

	margin:0px;

	background:#e6e6e6 url(../images/bg_gradient.jpg) repeat-x top left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: black;

}

a {	color:#165c75; text-decoration:underline;}

a:hover {text-decoration:none;}

ul {list-style-image:url(../images/list_arrow.jpg);}

.container {

	margin:15px auto;

	width:700px;

	background-color: white;

	border:solid 1px #ccc;

}

.header{

	width:100%;

	height:131px;

	background:white url(../images/header_demo.jpg) no-repeat top left;

}

.rightConLeftCol {

	float:right;

	width: 200px;

	background-color:white;

}

.leftConRightCol {

	float:left;

	width:500px;

	background:#e8f6f3;

	min-height: 150px;

	height: auto !important;

	height: 150px;

}

.colLeft {

	z-index:1;

	position: relative;

	left:-500px;

	width:190px;

	padding: 5px;

	background:#e8f6f3 url(../images/bg_leftside.jpg) repeat-x top left;

	min-height: 150px;

	height: auto !important;

	height: 150px;

}

.colRight {

	z-index:2;

	position: relative;

	left:200px;

	width:490px;

	background:white url(../images/bg_maincontent.jpg) no-repeat bottom right;

	min-height: 150px;

	height: auto !important;

	height: 150px;

}

.footer{

	width: 680px;

	background:#165c75;

	border:solid 1px #ccc;

	border-top:none;

	color: white;

	height:15px;

	float:left;

	padding: 0 10px 0 10px;

}

.title{

	border-bottom: solid 1px #165c75;

}

.title h1{

	font-size:14px;

	line-height:1px;

	color: #165c75;

	font-variant:small-caps;

}

h2{

	font-size:12px;

	font-weight: bold;

	color: #00a890

}

.footerCopy{

	float: right;

	text-align: right;

	margin-top: -14px;

}

.brclear {

	clear: both;

	font-size: 1px;

	margin: 0px;

	line-height: 0;

	height: 0px;

}

.brspace {

	font-size: 1px;

	margin: 0px;

	line-height: 0;

	height: 0px;

}

.textContainer {

	padding:5px;

}

.border {

	border: 1px #00a890 solid;

}



/* IE mac hack */

* html>body .colRight {

	display:inline-block;

	overflow: auto;

}

* html>body .colLeft {

	overflow: auto;

}

