/*#############################################################
Name: Casey's ATA Black Belt Academy
Date: 2008-08-08
Description: A closer look at Programs offered at Casey's ATA Black Belt Academy.
Author: Lynn and Martin Dombrowski
URL: http://www.ladstudio.com
LAD Studio LLC 


#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #009;
}
a:hover {
	color: #999;
}
a:link {
	color: #CCC;
}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.style1 {
	color: #000092;
	font-size: medium;
	font-weight: bold;
}
.style2 {font-size: 1.5em}
.style5 {
	font-size: large;
}
.style6 {color: #000092}
.style8 {font-size: xx-large}
.style9 {font-size: xx-small}
p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	color: #FFF;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #D6D6D6;
	border-left-color: #F00;
	background-color: #000;
}
blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	margin: 0 auto;
	width: 780px;	
	font-size: 1.2em;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* header */
.top {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 160px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin none #FFFFFF;
}
.header .left, .header .right {
	color: #FFF;
	height: 150px;
	background-color: #000;
}
.header .left {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;
	width: 564px;
	background-color: #000;
	background-image: url(../html/assets/CaseysATAHeadertop_on_black.png);
	background-repeat: no-repeat;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	height: 41px;
	background-color: #000;
	background-image: url(../html/assets/nav.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #999;
	border-left-color: #999;
}
.navigation a {
	border-right: 1px solid #AFBEC7;
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	text-decoration: none;
	background-color: #000;
	background-image: url(../html/nav.gif);
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
.navigation a:hover {
	background-position: left bottom;
	color: #FF0;
	background-color: #333;
}

/* main */
.main {
	background-color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
}

/*content containers */
#leftcol {
	float: left;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#leftcol2 {
	float: left;
	width: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#leftcol3 {
	float: left;
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#centercol {
	background-position: center center;
	text-align: center;
	vertical-align: bottom;
}

#centercolRtJustify {
	background-position: center center;
	text-align: left;
	vertical-align: bottom;
	padding-left: 5%;
	padding-right: 5%;
}

#rightcol {
	float: right;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#rightcol2 {
	float: right;
	width: 65%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}


#rightcol3 {
	float: right;
	width: 20%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#specialCol {
	float: left;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#specialAttentionBox {
	background-color: #000001;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #F00;
	height: auto;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F00;
	border-left-color: #CCCCCC;
	padding: 15px;

}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #999;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../html/assets/li.png);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	color: #666666;
	line-height: 43px;
	text-align: center;
	background-color: #444444;
	background-image: url(../html/assets/bgfooter.png);
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 6%;
	width: 780px;
}
.footer a,.footer a:hover {
	color: #FFF;
}
.wvsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.container .main .content form table {
	color: #FFF;
}

