/*
                 Site:  www.userinsight.com
          Site Design:  Twelve Horses
                  URL:  http://web.twelvehorses.com
   Designer+Developer:  Tim Miley
	 

  -GLOBALS
============================================================= */
html {
  font-size: 100%;
  text-align: center;
}

body {
  margin: 0;
  text-align: left;
	background-color: #fff;
}

fieldset, form {
  margin: 0;
  padding:0;
  border: none;
}

legend { display: none; }

img { border: none; }

input, textarea, select {
  border: 1px solid #333333;
  color: #333;
  background-color: #fff;
}

td {
	vertical-align: top;
	}

#main_content img {
	background-color: #FFF;
	padding: 5px;
	margin: 3px;
	border: 1px solid #CCC;
	}
	
blockquote {	
	margin: 0;
	padding: 0;
	font-style: italic;
	}


/*  -CLASSES
============================================================= */

.btn {
  background-color: #0056ec;
  color: #fff;
  padding: 0 1px;
  cursor: pointer;
  border: 1px solid #0056ec;
  text-transform: uppercase;
  font-weight: bold;
}

a.pdf {
	background: url('../images/icon_pdf.gif') no-repeat;
	padding-left: 20px;
}

a.doc {
	background: url('../images/icon_word.gif') no-repeat;
	padding-left: 20px;
}
.active_on {
	color: #000 !important;
	font-weight: normal !important;
	}
.activegreen_on {
	color: #419638 !important;
	font-weight: normal !important;
	}
.more {
	margin: 0;
	float: right;
	clear: both;
	padding-right: 18px;
	background: url('../images/plus.gif') no-repeat center right;
	text-decoration: none;
	}
.three_column  {
	width: 680px;
	margin: 0 auto;
	border: none;
	}
.three_column td {
	width: 212px;
	padding: 0px 5px 15px 5px;
	}
.three_column td img {
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	}
.float {
	float: left;
	width: auto;
	margin: 5px 10px 0px 0;
	}
.singleimage {
	clear: both;
	}	

/*  -TYPOGRAPHY

DEEP GREEN: #419638
LIGHT GREEN: #79ae69
DARK GREY: #333
LIGHT TEXT GREY: #666
============================================================= */

body, font, p {
  font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
  color: #666;
}

h1 {
  margin: 0 0 .7em 0;
  font-size: 24px;
  color: #419638;
  line-height: 1em;
  font-weight: normal;
}
h2 {
  margin: 0 0 .5em 0;
  font-size: 18px;
  color: #419638;
	font-weight: normal;
}

h3 {
  margin: 0;
  font-size: 16px;
  color: #419638;
	font-weight: normal;
}

h4 {
  margin: 0 0 .1em 0;
  font-size: 14px;
  color: #333;
	font-weight: normal;
}

h1 p, h1 h2, h1 h3, h1 h4, h1 strong {
  margin: 0;
  font-weight: normal;
}

p { margin: 0 0 1em 0; }

ul { font-size: 13px; }

u { text-decoration: none; }

center { text-align: left; }

a {
  text-decoration: underline;
  font-weight: normal;
  color: #419638;
	}
a:hover {
  color: #000;
  text-decoration: underline;
	}
h1 a, h2 a, h3 a, h4 a {	
	text-decoration: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {	

	}
#header a, #footer a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	}
#header a:hover , #footer a:hover {
	color: #999;	
	}	
#nav a:hover{
	color: #000;
	}
#sidebar h2 {
	font-size: 16px;
	}	
/*  -MAIN LEVEL DIVS

============================================================= */
#header {
	width: 940px;
	margin: 20px auto 0 auto;
	overflow: auto;
	}
	
#header h2 {
	background: url('../images/user_insight.gif') no-repeat top left;
	text-indent: -9999px;
	float: left;
	margin: 0;
	}
#header h2 a {
	display: block;
	width: 193px;
	height: 50px;
	}
#header ul {
	margin: 17px 0 0 0;
	padding: 0;
	list-style: none;
	width: 600px;
	float: right;
	text-align: right;
	}
#header li {
	display: inline;
	margin-left: 15px;	
	}
#header li a {
	font-size: 14px;
	}

#banner {
	background: url('../images/bck_green_home.jpg') repeat-x top left;
	width: 100%;
	height: 280px;
	}
#banner_content {
	background: url('../images/bck_green_home_detail.jpg') no-repeat center top;
	width: 100%;
	height: 280px;
	}
#banner_img {
	width: 940px;
	margin: 0 auto;
	height: 280px;
	}
	
#container {
	background: url('../images/bck_homepage.gif') no-repeat center top;
	width: 930px;
	margin: 0 auto;
	padding: 15px 28px;
	clear: both;
	overflow: auto;
	}

#sidebar {
	width: 200px;	
	padding: 30px 10px 0 0;
	float: left;
	}

#main_content {
	width: 680px;	
	padding: 10px 10px 10px 30px;
	float: left;	
	background: url('../images/bck_divider.gif') no-repeat left top;
	position: relative;
	}

	
#footer {
	background: url('../images/bck_footer.gif') repeat-x top left;
	clear: both;
	}
#footer_content {
	width: 940px;
	margin: 30px auto 0 auto;
	padding: 10px; 0;
	overflow: auto;
	}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 500px;
	}
#footer li {
	display: inline;
	margin-right: 15px;
	}
#footer ul li a {
	color: #419638;
	}
#footer p {	
	text-align: right;
	}
	
/*  -DETAIL

============================================================= */	

#nav {
	margin: 0;
	padding: 0 0 40px 0;
	list-style: none;
	}
#nav li {
	margin-left: 20px;
	font-size: 14px;
	}
#nav li a {
	text-decoration: none;
	color:#747474;
	font-weight: normal;
	display: block;
	width: 180px;
	padding: 3px 0;	
	}
#nav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	}
#nav li ul li a {
	padding: 2px 0;
	font-size: 13px;
	width: 160px;
	}
#contactus {
	background: url('../images/icon_contact.gif') no-repeat left 2px;
	width: 80px;
	height: 20px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 15px;
	}
#contactus a {
	display: block;
	}
#tooltip{
	position:absolute;
	border:1px solid #333;
	background: black;
	padding:2px 5px;
	color:#fff;
	display:none;
	width: 200px;
	}	
/*  - MISC
============================================================= */

:focus { -moz-outline-style: none;	}