@charset "utf-8";
/* ----------------------------------
  HAWC Wellness Challenge Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
/*color scheme
blue: 0071BC

green: */

body, div, table,tr, td, form {margin:0;padding:0;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	background: #333333;
	margin: 0; 
	padding-left: 25px;
	text-align: center; 
	color: #666666;}
#wrapper{
	text-align:left;
	width:920px;
	border:1px solid #000;
	margin:1em auto;
	background:#fff;
	padding-top:5px;}

#header h1{margin:0;padding:0}
#header h1 a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:120px;
	width:274px;
	margin:0;
	padding:0;
	margin-left:1em;
	background: url(../img/theme/logo170x100.gif) no-repeat;
}
#leftColumn, #rightColumn {}
#leftColumn {width:300px;float:left; padding: 20px 10px 10px 20px;}
#rightColumn {width:550px; float:right; padding: 10px 10px 10px 10px;  }
/* to make a page one column... */
#oneCol #leftColumn {display:none;}
#oneCol #rightColumn {width:900px;}

#footer{clear:both;}

#footer {font-size:70%;}
#footer, #footer a, #footer a:hover, #footer a:active,  #footer a:visited {
	color: #666666;
	text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footerNav {
	float:right;}
.horBar {
	height:20px;
	clear:both;
	background:#263b93 url(../img/theme/horizBarBack.png) repeat-x;
	margin:0}
	


/*TEXT STYLES*/
.test	{
	font-style:italic; 
}


.h1		{
	font-family: Calibri, sans-serif;
	font-weight:bold;
	color: #6AA444;
	font-size:16px;
	border-bottom: thin #6AA444 inset;
	
}

.emph	{
	font-weight:bold; 
	color: #0071BC;
	letter-spacing:.05em;
}

a:link, a:visited, a:active	{
	color:#0071BC;
	text-decoration:underline;
}

a:hover	{
	color:#0071BC;
	text-decoration: none;
	font-weight:bold;
}

/*LOGIN*/
#loginBlock {
	/*background: #C7D6EE url(img/loginBack.png) left bottom;*/
	background-color:#C7D6EE;
	width:200px;
	float:right;
	margin-right:1em;
	padding:5px;
}
#loginBlock p{
	margin:5px;
	color:#0071BC;
	font: 700 100% Calibri, Verdana, Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;}
#loginBlock img {display:none;}/*REmove when you want hte shadow back in place :) */
#loginForm {
	text-align:center;}
#loginForm input[type='text'] {
	border:2px solid #95C674;
	margin-bottom:6px;
	width:180px;
	height:20px;}
#loginForm input[type='checkbox']	{
	width:5px;
	margin:0;
	padding:0;}
#loginForm label {font-size:80%;}
.loginButton {
	border:1px solid #000;
	background-color:#fff;
	text-align:center;
	color:#000;
	padding:2px 5px;
	text-decoration:none;
	font-size:80%;}
