/* CLARIAN HEALTH VENTURES CSS Document */

/* -- PAGE STRUCTURE -- */

body {
	background: url("../images/chvBg.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0;
	padding: 0;
	voice-family: "\";}\"";
	voice-family: inherit;
	width: 100%;
}
.pageWrapper {
	border: 1px solid #BBB49E;	
	background-color: #fff;
	/*height: 543px;*/
	left: 50%;
	margin: 10px 0 0 -385px;
	padding: 0;
	position: relative;
	width: 770px;
}
label {
	display: none;
}
form input {
	background-color: #eee;
	border: 1px solid #ccc;
	color: #91eb34;
	font-family: "Arial";
	font-size: 90%;
}

/* -- HEADER -- */

#header {
	background-color: #fff;
	height: 61px;
	width: 100%;
}

/* -- LOGO -- */

.logo {
	background: url("../images/ch_venturelogo2.gif") no-repeat;
	float: left;
	height: 32px;
	margin: 14px 0px 0 8px;
	padding: 0;
	width: 260px;
}
.logo a {
	color: #fff;
	display: block;
	height: 32px;
	width: 260px;
	text-decoration: none;
}

/* -- MAIN NAVIGATION -- */

#mainNav {
	background: url("../images/navBg.gif");
	border-bottom: 1px solid #BBB49E;
	font-weight: normal;
	height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#mainNav ul {
	margin: 0;
	padding: 5px 0 0 0;
}
#mainNav li {
	color: #fff;
	display: inline;
	/*font-size: 11px;*/
	margin: 0 30px 0 0;
	padding: 0;
}
#mainNav li a {
	/*border: 0;*/
	color: #fff;
	text-decoration: none;
}

/* -- CONTENT AREA -- */

#contentArea {
	border: 1px solid #BBB49E;
	background-color: #eeece7;
	/*height: 290px;*/
	min-height: 380px;
  	height:auto !important;
  	height:380px;
	margin: 5px;
	padding: 0;
	width: 758px;
}
.newsFlash {
	background-color: #CCCCCC;
	float: right;
	/*height: 290px;*/
	height:auto;
	
	margin: 5px 0 0 10px;
	padding: 0;
}
.mainFlashHeader {
	background-color: #CCCCCC;
	/*height: 153px;*/
	margin: 0;
	padding: 0;
	width: 758px;
}

/* -- CONTENT -- */

.content {
	/* border: 1px solid #000; */
	/*float: left;*/
	font-size: small;
	/*height: 280px;*/
	margin: 5px;
	padding: 0;
	height:auto;
	/*width: 410px;*/
}
.content h1 {
	color: #820024;
	font-style: normal;
	font-size: 150%;
	margin: 5px;
}
.content h2, .content h3 {
	color: #6c9;
	font-size: 120%;
	margin: 5px;
}
.content h3 {
	color: #666;
}
.content p {
	font-size: 110%;
	margin: 5px;
	padding: 0;
	padding: 5px;
	line-height: 19px;
}
.content img {
	margin: 5px;
}
.content ul {
	font-size: small;
	margin-top:0;
}
.content li {
	list-style: disc;
}
.content a {
	color: #900;
}
.content a:hover {
	color: #000000;
}
.icons a {
	font-size: 90%;
	font-weight: normal;
}
.content label {
	color: #363;
	display: inline;
	font-size: 110%;
	font-weight: bold;
}
.content input, .content select {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 100%;
	padding:3px;
	margin-right:3px;
}
.content input.buttons {
	background-color: #dee;
	border: 1px solid #ccc;
	color: #666;
	font-size: 115%;
	font-weight: bold;
	margin: 0;
}
#container {
	height: 310px;
	margin: 5px;
	padding: 0;
	width: 100px;
}

/* -- FOOTER -- */

#footer{
	/* background-color: none; 
	border: 1px solid #000; */
	color: #666;
	height: 22px;
	left: 50%;
	margin: 10px 0 0 -380px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 760px;
}
#footer a {
	color: #900;
}
#footer a:hover {
	color: #000000;
}
#footer a:visited {
	color: #900;
}
a.activeMenu {
	color: #363;
}
.formcontainer {
	margin-top:30px;
}
.formcontainer form{
	background-color:#fcfcfc;
	border: 1px solid #c1c1c1;
	padding:12px;
}
.input {
	float:left;
}
.inputTitle {
	display:block;
	padding-top:5px;
	width:80px;
	float:left;
}
.formRow {
	width:auto;
	margin: 3px 3px 8px 3px;
	vertical-align:bottom;
}