﻿/* Basic stuff */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	padding: 0px;
	background: #eee;
	color: #2f2f2f;
}

.newsbox {
	border: 1px solid #ccc; background: #eee; font-size: 16px; line-height: 23px; font-weight: bold; color: #666; padding: 10px; margin: 0 0 20px 0
}

.quote {
	border: 1px solid #ccc; padding: 15px; background: #eee; margin: 0 0 20px 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/* General formatting */

#header {
	width: 100%;
	height: 96px;
	background: #fff url('images/bg-top.gif') top center repeat;
}
#header_in {
	width: 900px;
	margin: 0 auto;
	text-align: right;
}
#logo {
	position: relative;
	float: left;
	top: 7px;
	left: 20px;
	width: 430px;
	height: 72px;
}

#contentwrap {
	background: #fff;
}
#content {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 10px 5px 15px;
}
#insidecontent {
	width: 620px;
	float: left;
}
#clearFoot {
	background: #fff;
	height: 45px;
}
#footer {
/*	background: url('../images/bg/footer.gif') top left repeat-x; */
	background: #eee;
	border-top: 2px solid #ccc;
	height: 35px;
	font-size: 11px;
	color: #999;
	padding: 10px 0;
}

#footer a {color: #999;}
#footer a:link:visited {color: #999;}
#footer a:hover{color: #666; text-decoration: none; }

#insidecontent {
	width: 600px;
	margin-top: 15px;
	float: left;
}
#insidehighlight {	
	width: 200px;
	float: left;
	padding: 0 30px 0 0;
}

/* Front content */

/* TOP MENU */
#topmenu {
	margin: 0px;
	padding: 55px 40px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	}
#topmenu a, {
	padding: 13px 0 0 0;
	color: #fff;
	text-decoration: none;
}	
#topmenu a:hover, #topmenu a:active, #topmenu a.selected {
	color: #ff0000;
}

/* LEFT MENU */

#secondarynavs {
	width: 180px;
	float: left;
	padding: 0 50px 0 0;
}
#secondarynavs h3 {
	text-transform: uppercase;
	font: bold 11px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	border-top: 4px solid #8b8b8b;
	border-bottom: 1px dotted #8b8b8b;
	padding: 3px 0;
	margin: 5px 0 10px 0;
	color: #282f33;
}
#content ul.secondary {
	margin: 0 0 20px 0px;
}
#content ul.secondary li {
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 3px 0 1px 0px;
	display:block;
	list-style-type:none;
	font-weight: bold;
}
ul.secondary li a {
	text-decoration: none;
	/* color: #66cc33 ff3399 ff9900; 8bccda 3399ff*/
	color: #9966ff;
	padding: 2px;
}

ul.secondary li.active a, ul.secondary li a:hover {
	background: #ccc;
}
ul.secondary2 li.active a, ul.secondary2 li a:hover {
	background: #ccc;
}
ul.secondary3 li.active a, ul.secondary3 li a:hover {
	background: #ccc;
}
#content ul.secondary2 {
	margin: 0 0 20px 0px;
}
#content ul.secondary2 li {
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 3px 0 1px 0px;
	display:block;
	list-style-type:none;
	font-weight: bold;
}
ul.secondary2 li a {
	text-decoration: none;
	color: #ff3399;
	padding: 2px;
}
#content ul.secondary3 {
	margin: 0 0 20px 0px;
}
#content ul.secondary3 li {
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 3px 0 1px 0px;
	display:block;
	list-style-type:none;
	font-weight: bold;
}
ul.secondary3 li a {
	text-decoration: none;
	color: #ff9933;
	padding: 2px;
}
/* MY ACCOUNT */
.account_start {
	padding: 15px;
	border: 2px solid red;
	width:  400px;
}

#notice {
	border: 2px solid #ecd5d5;
	background: #faeded;
	padding: 10px;
	margin: 10px 0;
}

#error {
	border: 2px solid #ecd5d5;
	background: #faeded;
	padding: 10px;
	margin: 10px 0;
	text-align: center;
	color: red;
	font-weight: bold;
}

/* Text formatting */

.scshot {
	margin: 20px 0;
	border: 5px solid #ccc;
}

p {
	color: #222;
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 12px 0;
	line-height: 16px;
}
blockquote {
	background: url(images/quote.gif) top left no-repeat;
	margin: 5px 0 15px 0;
	padding-left: 35px;
	color: #666;
	line-height: 20px;
}

p.small {
	font-size: 11px;
	line-height: 14px;
}
#insidecontent p {
	line-height: 19px;
	padding: 0 0 16px 0;
}
#insidecontent p.big {
	font-size: 15px;
	line-height: 22px;
	padding: 0 0 18px 0;
}
#secondarynavs p {
	font-size: 11px;
	line-height: 15px;
}
#insidecontent h1 {
	font: bold 22px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	color: #282f33;
	border-bottom: 1px solid #ededed;
}
#insidecontent h2 {
	font: bold 20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0 0 8px 0;
	color: #282f33;
	border-bottom: 1px solid #ededed;
}
#insidecontent h3 {
	font: 15px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 18px 0;
	padding: 5px;
	color: #282f33;
	background:  #eee;
}
	
h4 {
	font: bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px 0;
	color: #282f33;
}

hr {
height: 1px;
border: 0;
margin-bottom: 15px;
color: #ccc;
background-color: #eee;
width: 100%;
}


/* Links */ 
#insidecontent a:link, a:hover, a:active {
	text-decoration:underline;
	color: #3399ff;
}
#insidecontent a:visited { color:#3399ff; }
#insidecontent a:hover { text-decoration:none; }

/* Create a Download Steps */
.step {
	border: 2px solid #ccc;
	background: #eee;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
	margin: 40px 0 10px 0;
}

#step a:link, a:hover, a:active {
	text-decoration:underline;
	color: #3399ff;
}
#step a:visited { color:#3399ff; }
#step a:hover { text-decoration:none; }


.step2 li { list-style-type: square;}


/* Ajax Accordion for Members Area */
.block h5 {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #eee;
	color: #000;
	cursor: pointer;
	font: normal 16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* Images */

img {
	border: 0;
}
img.middleme {
	vertical-align: middle;
	margin-right: 3px;
}
img.leftimg {
	float: left;
}
img.rightimg {
	float: right;
}
/* Lists */

#content ul, #content ol {
	margin: 10px 0 15px 25px;
}
#content ul li, #content ol li {
	font-size: 12px;
	padding: 3px 0 5px 3px;
	line-height: 16px;
}
#content ul.small li, #content ol.small li {
	font-size: 11px;
}
#content ul.arrow, #content ul.bigtick, #content ul.bigcross {
	margin: 0 0 15px 10px;
	list-style: none;
}
#content ul.arrow li {
	padding: 0 0 4px 20px;
	line-height: 1.4em;
	background: url(/images/icons/bluepoint.gif) no-repeat 0 3px;
}
#content ul.bigtick li {
	padding: 0 0 4px 20px;
	line-height: 1.4em;
	background: url(/images/icons/tick.gif) no-repeat 0 3px;
}
#content ul.bigcross li {
	padding: 0 0 4px 20px;
	line-height: 1.4em;
	background: url(/images/icons/cross.gif) no-repeat 0 3px;
}
#content ul.arrow li span, #content ul.bigtick li span, #content ul.bigcross li span  {
	font-size: 11px;
	line-height: 14px;
	display: block;
	margin: 3px 0 10px 0;
}
#content div.errorMessage ul, #content ul.tick {
	margin: 0 0 10px 0px;
}
#content ul.tick li {
	font-size: 11px;
	background: url(/images/icons/tick.gif) no-repeat 0 3px;
	margin:0;
	padding: 1px 0 6px 18px;
	display:block;
	list-style-type:none;
}
#blog ul.tick li {
	font-size: 12px;
	background: url(/images/icons/tick.gif) no-repeat 0 3px;
	margin:0 0 0 15px;
	padding: 1px 0 6px 18px;
	display:block;
	list-style-type:none;
}
#content ul.tick li.learn {
	background: none;
	padding-top: 3px;
}
#content ul.smallList {
	margin: 5px 0 15px 0;
}
/* Forms */

input { 
	padding: 2px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
select { 
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
select option {
	padding-right: 4px;
}
textarea {
	font: 11px verdana, arial, helvetica, sans-serif;
	padding: 2px;
}
textarea.full {
	width: 550px;
}
form.subscribe {
	margin-bottom: 15px;
}
form.subscribe input {
	float: left;
}
form.subscribe input.button {
	padding-left: 5px;
	margin-top: -2px;
}
#subscribe-text {
	width: 75px;
}
input.subscribeButton {
	vertical-align: middle;
	padding-left: 5px;
	margin-top: -4px;
}
body#blog #insidecontent table.formstuff {
	width: 600px;
}
body#blog #insidecontent table.formstuff td {
	padding: 1px 0;
}
body#blog #insidecontent table.formstuff td p {
	margin: 0;
	padding: 5px 0 2px 0;
	font-weight: normal;
	font-size: 11px;
}
body#blog #insidecontent table.formstuff td label {
	font-size: 11px;
}
table.contactform td {
	padding: 10px 0 0 0;
}