/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


body	{
	margin: 0;
	padding: 0;
	background: url('/img/bg-body.png');
}

div {
	font-size: 12px;
}

div, input select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #1c1c1c;
}

a	{
	color: #1c1c1c;
}

h1	{}

h2 {
	margin: 0 0 20px 0;
	padding: 11px 0 13px 15px;
	line-height: 18px;
	text-shadow: 1px 1px 0 #2d5e75;
	font-size: 18px;
	background: url('/img/bg-header-blue.png'); 
	color: #fff;
}

h2.gray {
	text-shadow: 1px 1px 0 #3f4449;
	background: url('/img/bg-header-gray.png'); 
}

h3 {
	font-size: 16px;
	line-height: 22px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

p	{
	margin-bottom: 20px;
	line-height: 19px;
}

input, select, textarea {
	padding: 2px;
	border: 1px solid #b3b3b3;
	font-size: 15px;
	background: url('/img/bg-inputs.png') repeat-x;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input[type="radio"], input[type="checkbox"] {
	background: transparent;
	border: 0;
}

input.button {
	margin: 0;
	padding: 0;
	border: none;
}

.fl {
	float: left;
}

label	{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 11px;
}

table td {
	vertical-align: middle;
}

#aux {
	margin: 0 0 15px 0;
	height: 31px;
	background: url('/img/bg-aux.png');
}

#page {
	padding: 0 0 50px 0;
	background: #fff;
}

#header	{
	overflow: hidden;
	width: 990px;
	margin: 15px auto 15px auto;
}

#header h1 a {
	display: block;
	width: 400px;
	height: 82px;
	float: left;
	text-indent: -4000px;
	background: url('/img/logo.gif');
}

#header h1 a {
	display: block;
	width: 400px;
	height: 82px;
	float: left;
	text-indent: -4000px;
	background: url('/img/logo.gif');
}

#header #sign-in {
	width: 500px;
	margin: 0 0 0 90px;
	float: left;
}

#header #sign-in h5 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#header #create-account {
	margin: 15px 0 0 0;
	padding: 0 0 1px 0;
	font-weight: bold;
}

#header #create-account a {
	color: #19668a;
}

#header #signed-in {
	width: 500px;
	margin: 20px 0 0 90px;
	float: left;
}

#header #edit-account {
	margin: 15px 0 0 0;
	padding: 0 0 1px 0;
	font-weight: bold;
}

#header #edit-account a {
	color: #19668a;
}

#wrapper	{
	overflow: hidden;
	width: 990px;
	margin: 0 auto;
}

#nav-wrapper {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #c5c5c5;
}

#nav 	{
	background: #186082 url('/img/bg-nav.png');
	border-bottom: 4px solid #e3e3e3;
	overflow: hidden;
}

#nav ul {
	list-style: none;
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	display: block;
	margin: 4px 0 0 0;
	padding: 14px 21px 16px 21px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
}

#nav ul li a:hover {
	background: #0c435b;
}

#nav ul li a.active {
	background: #fff url('/img/bg-nav-active.png');
	color: #333;
	text-shadow: none;
}

#stage	{
	width: 670px;
	float: left;
}

#stage-full	{}

#sidebar	{
	margin-left: 20px;
	width: 300px;
	float: left;
}

#footer	{
	height: 183px;
	background: url('/img/bg-footer.png');
}

#footer-inside {
	width: 990px;
	margin: 0 auto;
}

#footer-links {
	padding: 40px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #012b54;
}

#footer-links a {
	text-transform: uppercase;
	color: #fff;
}

#footer-disclaimer {
	padding: 30px 0 0 0;
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	color: #70bbde;
}

#footer a	{
	
}

.hr	{
	margin: 10px 0 20px 0;
	border-bottom: 1px dotted #ccc;
}

.hr2	{
	margin: 5px 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

div.error	{
	padding-top: 5px;
	color: red;
	font-size: 11px;
}

.submit	{
	margin-top: 20px;
}

.vspace	{
	margin-top: 10px;
}

.pagination	{
	overflow: hidden;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.pagination-meta {
	margin: 5px 0 0 0;
	float: left;
	font-size: 13px;
}

.pagination-pages {
	float: right;
}

.pagination span {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.pagination span.current	{
	padding: 5px 10px 5px 10px;
	background: #196588;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #3f4449;
}

.pagination span a	{
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efeff0;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #bfc2c5;
}

td	{
}

tr.row td {
	background: #fff;
	border-bottom: 1px solid #bfc2c5;
}

tr.alt_row td{
	background: #efeff0;
	border-bottom: 1px solid #bfc2c5;
}

.data-table {
	width: 670px;
}

.data-table th	{
	padding: 8px;
	text-align: left;
	vertical-align: top;
	background: #196588;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0 #3f4449;
}

.data-table th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.data-table th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

.data-table th a	{
	color: #fff;
	text-shadow: 1px 1px 0 #0e435b;
}

.data-table td	{
	padding: 8px;
}

.box	{
	padding: 8px;
	background: #f9f9f9;
	border: 1px solid #ccc;
}

.rounded-box {
	background: #f2f2f2;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rounded-box-inside {
	padding: 10px 20px 10px 20px;
}

.rounded-box h2 {
	margin: 10px 0 0 0;
	padding: 11px 0 13px 15px;
	line-height: 18px;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.rounded-box h2.blue {
	text-shadow: 1px 1px 0 #2d5e75;
	background: url('/img/bg-header-blue.png'); 
}

.rounded-box h2.gray {
	text-shadow: 1px 1px 0 #3f4449;
	background: url('/img/bg-header-gray.png'); 
}

.rounded-box h2.green {
	text-shadow: 1px 1px 0 #345b18;
	background: url('/img/bg-header-green.png'); 
}

.rounded-box h4 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.clear	{
	clear: both;
}

#ajax_login	{
	display: none;
}

#ajax_dialog	{
	display: none;
}

#monthly_data	{
	display: none;
}

.close_dialog	{
	margin-top: 20px;
	text-align: center;
}

#leaderboard {
	margin: 0 auto;
	padding: 0;
	width: 728px;
	height: 90px;
	outline: none;
	border: 1px solid #666;
}

#ad_300x100 {
	margin: 0 0 25px 0;
	outline: none;
}

#zions_for_sale {
	margin: 0 0 20px 0;
	height: 379px;
	background: url('/img/zions_bg.gif');
}

#zions_for_sale_button {
	padding: 312px 0 0 75px;
	width: 373px;
	height: 63px;
}

.form_example {
	margin-top: 10px;
}

.form_required {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

#flashMessage {
	margin: 0 0 20px 0;
	padding: 15px;
	background: #edf5f8;
	border: 2px solid #005e90;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#flashMessage.success {
	background: #38b44a;
	border: 2px solid #005e20;
	color: #fff;
}

#flashMessage.error {
	background: #ee1c24;
	border: 2px solid #9e0a0f;
	color: #fff;
}

ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.subnav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #b3b3b3;
	font-size: 11px;
}

.pipe {
	margin: 0 10px 0 10px;
	color: #ccc;
}

.article-list {
	
}

.article-list h2 {
	margin: 0 0 2px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #dddcdc;
	background: none;
	color: #1c1c1c;
	text-shadow: none;
}

.article-list ul {
	padding: 15px 0 0 0;
	border-top: 1px solid #dddcdc;
}

.article-list ul li h3 {
	margin: 0 0 3px 0;
	font-size: 14px;
}

.error-message {
	margin: 2px 0 10px 0;
	color: red;
	font-weight: bold;
}

.rounded {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#article {
	width: 650px;
	font-size: 13px;
	line-height: 24px;
}

#article h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}

#article p {
	line-height: 24px;
}

#article ul {
	list-style: disc;
	margin-bottom: 20px;
	padding: 0;
}

#article ul li {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	line-height: 22px;
}

#education {}

#education-top {
	height: 63px;
	background: url('/img/education-cap-top.png');
}

#education-top h2 {
	margin: 0;
	padding: 16px 0 0 40px;
	background: none;
}

#education-body {
	padding: 10px 0 10px 0;
	background: url('/img/education-bg.png');
}

.education-item {
	overflow: hidden;
	width: 200px;
	padding: 0 0 20px 14px;
}

.education-bullet {
	width: 24px;
	height: 24px;
	float: left;
	background: url('/img/education-bullet.png');
}

.education-bullet span {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	text-shadow: 1px 1px 0 #345b18;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.education-title {
	width: 158px;
	float: left;
	margin: 0 0 0 10px;
}

.education-title a {
	font-weight: bold;
	line-height: 15px;
	color: #496b08;
}

#education-bottom {
	height: 9px;
	background: url('/img/education-cap-bottom.png');
}




.featured_title2 {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	text-shadow: 1px 1px 0 #fff;
}

.featured_data {
	width: 100%;
	margin-top: 15px;
}

.featured_attribute {
  padding-bottom:8px;
	font-size: 11px;
	text-shadow: 1px 1px 0 #fff;
}

.featured_value {
  padding-bottom:8px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

.more_featured {
  width: 300px;
	border-bottom: 1px solid #dddcdc;
	margin-bottom: 15px;
}

.more_yt {
	width: 116px;
	height: 51px;
	margin-left: 15px;
	padding-top: 5px;
	background: url('/img/bg_yt.gif') no-repeat;
}

.more_yt_attribute {
	padding: 4px 0 4px 10px;
	font-size: 12px;
	font-weight: bold;
}

.more_yt_value {
	margin: 0 0 0 10px;
	font-size: 18px;
	color: #ec5f01;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

