/*_______________________________________________
UNIVERSALS */
body {
	background-color:#E6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	margin-top:0;
	font-size:85%;
	line-height:100%;
}
a {
	color:#069;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: underline;
}
a:visited {
	color: #00c0ff;
	text-decoration: none;
}
a:visited:hover {
	color: #069;
	text-decoration: underline;
}
/*_______________________________________________
TEXT FORMATTING */
/*_______________________________________________
Basics */	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	line-height:normal;
	margin: 1.75em 0 .5em 0;
	background-color:#09C;
	padding: 2px 9px;
	background-image:url(../images/fade-bar.png);
	background-position:left;
}
h2 {
	font-size: 120%;
	font-weight: 600;
	line-height:125%;
	color: #09C;
	border-top: solid 2px #eee;
	padding: .5em 0 0 0;
	margin: 1em 0 .5em 0;
}
h3 {
	font-size: 100%;
	line-height:135%;
	font-weight: bold;
	margin: .5em 0 .5em 0;
}
h4 {
	font-size:100%;
	line-height:125%;
	font-weight:bold;
	margin:0 0 .4em 0;
}
p {
	font-size:90%;
	line-height:175%;
	margin:0em 0em 1em 0em;
	font-family: Arial, Helvetica, sans-serif;
}

.form_label {
	font-size:85%;
	line-height:175%;
	margin:0em 0em 1em 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}


h4 ul {
	image: url(../images/arrow.png);
}
h4 li {
	position: relative;
	left: 6px;
	line-height:1.5em;
	font-weight:bold;
	margin-bottom:.35em;
	margin-left:-2em;
}
/*_______________________________________________
Class Specifics */

.middleContent li {
	margin:0em 0em .5em 0em;
	font-size:90%;
	line-height:175%;
	text-indent:0;
	list-style-position:outside;
	list-style-type:disc;
}
.nsb {
	margin-top:0;
}
.nsa {
	margin-bottom:0;
}
.red {
	color:#900;
	font-weight:bold;
}

.label {
	font-size:80%;
	line-height:100%;
	margin:.5em 0 0 0;
}
.menuhead {
	background-color:#007297;
	padding: 8px 10px;
	text-transform:uppercase;
	color:#fff;
	font-size:80%;
	line-height:110%;
	font-weight:bold;
	margin-bottom:0;
	border-top:solid 2px #666;
}
.menuHome {
	background-color:#007297;
	text-transform:uppercase;
	color:#fff;
	font-size:80%;
	line-height:110%;
	font-weight:bold;
	margin-bottom:0;
	border-top:solid 2px #666;
}
.textInput {
	font-weight:bold;
	background-color:#F5F5F5;
	border: 1px solid #8C8C8C;
	padding:3px 6px;
}
.example {
	font-size:70%;
	font-weight:normal;
	line-height:130%;
	text-align:left;
	color:#999;
	margin-top:4px;
}
.error {
	font-size:80%;
	color:#900;
	font-weight:bold;
	margin:0;
}
.attribute {
	line-height:1.6em;
	font-style:italic;
	text-align:right;
	margin:9px 0 15px 0
}
.quote {
	line-height:1.5em;
	font-weight: normal;
}
.quote:first-letter {
	font-size:1.35em;
	font-weight:100;
}
.quote:first-line {
	margin-left:-.3em;
}
.link {
	font-size:90%;
	line-height:125%;
	font-weight:bold;
	margin:0 0 .8em 0;
	padding:0 .4em 0 0;
}
.link:before {
	content:url(../images/arrow-link.png);
}
.frontTable td {
	vertical-align:top;
}
/*_______________________________________________
GEOMETRY  */

.header {
	margin-top:0;
	text-align:center;
}
.mainContainer {
	position:absolute;
	width:970px;
	left:50%;
	margin-left:-485px;
	margin-top:0px;
	margin-bottom:2em;
	background-color:#fcfcfc;
	z-index:0;
}
.mainContent {
	position: relative;
	margin:1.3em 28px 1em 28px;
	min-height:500px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
}
.leftContent {
	position: inherit;
	z-index:3;
	width:175px;
	float:left;
	border:thin solid #ccc;
	background-color:#eee;
}
.middleContent {
	position:relative;
	margin-left:215px;
	width:480px;
	z-index:2;
}
.greatContent {
	position:relative;
	margin-left:210px;
	z-index:2;
}
.leftHalfTable {
	position:relative;
	width:48%;
	float:left;
}
.rightHalfTable {
	position:relative;
	float:right;
	width:48%;
}
.regContent {
	position:relative;
	margin-left:10%;
	width:80%;
	min-height:500px;
	padding: 0 0 0 15px;
}
.rightContent {
	position: relative;
	width:175px;
	float:right;
	border:thin solid #ccc;
	padding:0;
	background-color:#e1f8ff;
	margin-bottom:2em;
	color:666;
	font-weight:100;
}
.infobox {
	position:relative;
	background-color:#e1f8ff;
	float:right;
	padding:1em;
	z-index:1;
	clear:both;
}
.ads {
	position: relative;
	clear: both;
	margin-top:4em;
	padding:0em 0 1em 0;
	font-size:85%;
	background-color:#ddeeff;
}
.footer {
	position: relative;
	clear: both;
	margin:3em 0 3em 0;
	font-size:60%;
	line-height:120%;
	text-align:center;
	color:#999;
}
.padder {
	position: relative;
	padding:15px;
}
.courseQuote {
	position: inherit;
	width:93%;
	padding:18px;
	background-color:#FFFCCB;
	margin:1em 0;
	color:#666;
	font-weight:normal;
}
.loginBox {
	position: relative;
	border:thin solid #ccc;
	font-size:85%;
	color:#555;
	padding:2px 8px;
	background-color:#eee;
	margin-bottom:2em;
}
.regTable {
	width:100%;
}
.regTable tr {
	align:left;
	vertical-align:top;
}
.regTable td {
	vertical-align:top;
}
.regTable p {
	text-size:70%;
	line-height:100%;
	margin:0 0 4px 0;
}
.accTable {
	width:100%;
	text-size:60%;
}
.accTable tr {
	vertical-align:top;
	border-top:solid thin black;
}
.accTable td {
	padding:3px 10px 3px 10px;
	vertical-align:top;
}
.accTable p {
	margin:0 0 6px 0;
}
.productLineItem {
	min-height:165px;
	margin-bottom:15px;
}
.calKey{
	font-size:80%;
	text-align:center;
}
.calKey p{
	margin:0;
	line-height:135%;
	padding:6px;
}
.calKey a{
	color:#666;
text-decoration:underline;
}
.calKey a:hover{
	color:#000;
}
/*_______________________________________________
PICTURE CONTROL */

.pixR {
	margin-left:1.5em;
	margin-bottom:.5em;
	float:right;
	border: thin #ccc solid;
}
.pix {
	border: thin #666 solid;
	margin:0 1.5em .5em 0;
}
/*_______________________________________________
ZEBRATABLE */

#zebratable {
	width:100%;
	background-color:#CCC;
	color:#666;
}
#zebratable p {
	text-align:left;
	font-size:75%;
	line-height:120%;
	color:#666;
}
#zebratable a {
	text-decoration:underline;
}
#zebratable a:hover {
	color:#990000;
}
#zebratable tbody tr.evenrow td {
	background-color: #d1f4ff;
	padding:9px;
}
#zebratable h4 {
	margin-bottom:1px;
}
#zebratable tbody tr.oddrow td {
	background-color: #e1f8ff;
	padding:10px;
}
#zebratable thead tr td {
	font-size:10px;
	font-style:italic;
	padding:10px;
	color:#FFF;
}

/* SUB NAV BAR */

.subNavBar {
	font-size:75%;
	height:1em;
}

.subNavBar ul{
	list-style-type:none;
	margin-left:-40px;
}

.subNavBar li{
	float:left;
	color:#FFF;
	font-weight:bold;
	padding:.3em 0;
	border: solid #ccc 1px;
	background-color:#d1f4ff;

}

.subNavBar  a  {
	text-decoration:underline;
	font-weight:normal;
	padding:.3em .6em;
	background-color:#d1f4ff;
	color:#09c;
}
.subNavBar  a:hover {
	background-color:#00c0ff;
	color:#000;
	font-weight: normal;
}



.boxtext {
    color:black;

	line-height:150%;
	font-size:95%;
	
	
	min-height:500px;
	z-index:1;
	font-family: Arial, Verdana;
}

/*EOF*/

/* new style additions from Anton 06.07.10 */

a.headerLink {
	color:#003366;
}
a.headerLink:hover {
	color:#003366;
	text-decoration:none;
}