/* Layout */

#container {
	width:850px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: transparent url(images/main.jpg) center top repeat-y;
	border-top: 1px solid transparent;
	min-height: 400px;
}

#content {
	text-align: left;
	min-height: 400px;
	width: 780px;
	padding: 0 35px;
}



/* other */

tbody {
	border-top:0px;
}

body {
	text-align: center;
	font-family: "Myriad Pro","Myriad","Helvetica","Arial",Sans-Serif;
	background: transparent url(images/maple.jpg) center 0 repeat;
	padding: 0;
}



li {
	padding-bottom: 4px;
}

#nav {
	height: 50px;
	width: 850px;
}

#nav ul {
	height: 50px;
	background: transparent url(images/trainer_tabs.jpg)  left bottom no-repeat;
	margin-left: 25px;
	text-align: left;
	padding: 0 0 0 32px;

}

.admins #nav ul {
	background: transparent url(images/admin_tabs.jpg)  left bottom no-repeat;
}

#nav li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 -17px;
	width: 144px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0;
}

#nav img {
	height: 50px;
	width: 110px;
	padding: 0;
	margin: 0 17px;
}

h1 {
	text-align: center;
	background: transparent url(images/h1.jpg) top no-repeat;
	font-weight: bold;
	width: 700px;
	padding: 48px 50px 12px;
	font-size: 32px;
	margin: 0 -10px;
}

h4 {
	font-weight:bold;
}

h2 {
	font-weight:bold;
	font-size: 130%;
	margin-top: 1em;
	margin-bottom: .5em;

}

h3 {
	font-weight:bold;
	font-size: 105%;
	margin-top: 1em;
	margin-bottom: .5em;
}

h3 .subhead {
	font-size: 90%;
	font-weight: normal;
	display:block;
}

ul,ol {
	padding-left: 8px;
	margin: 0 10px;
}

a {
	color: rgb(129,85,172);
}


li {
	list-style: none;
	position: relative;
}

.bullet {
	display:block;
	float:left;
	height: 100%;
	width: 1.5em;
}

p {
	padding: .5em 0;
}

em {
	font-style:italic;
}


.has_logos li {
	list-style:none;
	position: relative;
	clear: both;
	padding-top: 24px;
	margin: 0 0 32px 0;
}

.has_logos img {
	float:left;
	width: 124px;
	margin-right: 12px;
	position: relative;
	margin-top: -48px;
}

.has_numbers li {
	list-style:none;
	position: relative;
	clear: both;
	padding-top: 24px;
	margin: 0 0 0 0;
}

#subnav {
	background: transparent url(images/subnav.jpg) top no-repeat;
	height: 61px;	
	width: 800px;
	margin: 0 -10px;

}

#subnav li {
	display: inline;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#subnav  ul {
	padding: 0;
	margin: 0;
	border: 0px;
}


#subnav li img{
	display:inline;
	margin:0;
	padding:0;
	border:0px;
	text-indent: 0;
}



#summary_stripe {
	background-color:rgb(182,134,207);
}

#summary {
	background: transparent url(images/summary.jpg) bottom no-repeat;
	padding:  0 16px 16px;
	width: 768px;
	margin: 0 -10px;

}

#resources {
	padding: 16px;
	width: 758px;
	margin: 0 auto;
	overflow:auto;
	height: 400px;
}

.resources li {
	color: rgb(129,85,172);
}

#resources .resources li li {
	color: black;
	list-style-image: none;
}

#videoresources {
	padding: 0px;
	width: 758px;
	margin: 0 0 0 0;
	overflow:auto;
	height: 550px;
}

.videoresources li {
	color: rgb(129,85,172);
}

.videoresources_prev {
	cursor:pointer;
	color: rgb(129,85,172);
	margin-left: -32px;
	text-indent: 32px;
	padding-bottom: 24px;
	margin-bottom: -24px;
	padding-top: 8px;
}

#videoresources .videoresources li li {
	color: black;
	list-style-image: none;
}

li h3 {
	padding: 0;
	font-weight:bold;
	margin:0;
}

#footer {
	height:102px;
}

table tr th {
	font-weight: bold;
	padding: 0 0 0 16px;
	border-bottom: 0px;
}


/* Navigation Styles */

.trainers.default #nav_default {
	background: transparent url(images/tabs/resources.jpg)  left bottom no-repeat;	
}
.trainers.standards #nav_standards {
	background: transparent url(images/tabs/standards.jpg)  left bottom no-repeat;	
}
.trainers.admin #nav_admin {
	background: transparent url(images/tabs/admin.jpg)  left bottom no-repeat;	
}
.trainers.toolbox #nav_toolbox {
	background: transparent url(images/tabs/toolbox.jpg)  left bottom no-repeat;	
}
.trainers.modules #nav_modules {
	background: transparent url(images/tabs/modules.jpg)  left bottom no-repeat;	
}

.admins-default #nav_resources {
	background: transparent url(images/admin_tabs/resources.jpg)  left bottom no-repeat;	
}
.admins-standards #nav_standards {
	background: transparent url(images/admin_tabs/standards.jpg)  left bottom no-repeat;	
}


.has_times {
 width: auto;
}

.has_times li {
	width: 100%;
}

.time {
	width: auto;
	float: right;
}

.column {
	width: 222px;
	float:left;
	margin-right: 9px;
	padding: 6px;
}


.column.four {
	width: 152px;
	margin-right: 9px;
}

.column.active {
	width: 100%;
	float:none;
	padding:  0;
	margin-right: 0;
}

.column.active h3{
	cursor:pointer;
	text-decoration: underline;
	color: rgb(129,85,172);
}


#resources.multilist {
	padding-left: 32px;
}

#resources.multilist h1,h2,h3{
	text-indent:-16px;
}

#resources.multilist li {

}


#summary ol.lettered li{
	list-style: none;
}

h1.small {
	font-size: 1.5em;
	text-align:center;
}

h1.small .sub {
	display:block;
	font-style: italic;
}

#home_nav {
	margin: 0 -10px;
}

#contact {
	text-align: center;
}

#contact p {
	padding: .25em;
}


.license button {
	background:transparent;
	border:none;
	cursor:pointer;
}

.license form {
	text-align: center;
}

.license li {
 clear:left;
}

#home_nav img.hover {
	display:none;
}

#home_nav a:hover img {
	display:none;
}
#home_nav a:hover img.hover {
	display:inline;
}

#return_home {
	position: relative;
	padding-top: 28px;
}

.subhead {
	display:block;
	font-weight: normal;
	text-indent: 0px;
	color:black;
}

 li.bulleted, ul.bulleted li {
	list-style-type:disc;
}



.aside {
	color:black;
	font-weight:normal;
	font-size: 90%;
	text-decoration:none;
}

.closed p, .closed ul {
	display:none;
}

.resource h3 {
	cursor:pointer;
	background: transparent url(images/minus_square.gif)  left top no-repeat;
	color: rgb(129,85,172);
	margin-left: -32px;
	text-indent: 32px;
	padding-bottom: 24px;
	margin-bottom: -24px;
	padding-top: 8px;
}

.active h3 {
	background: transparent url(images/minus_square.gif)  left top no-repeat;
	margin-left: -16px;
	text-indent: 32px;
	padding-top: 8px;
}

.closed h3 {
	background: transparent url(images/plus_square.gif)  left top no-repeat;
}

.resource {
	padding-left: 64px;
}

.resource h3.download {
	background: transparent url(images/download_icon_big.gif)  left top no-repeat;
}



.teks h3{
	background: transparent url(images/teks_logo_bullet.gif)  left top no-repeat;
	padding-top: 16px;
	padding-bottom: 48px;
	margin-bottom: -48px;
	margin-left: -40px;
	text-indent: 40px;
}

.elps a{
	background: transparent  url(images/elps_logo_small.gif)  left top no-repeat;
	margin-left: -32px;	padding-left: 64px;
	padding-top: 16px;
	padding-bottom: 48px;
	
}

.elsp li {
	height: 48px;
}

.ccrs a{
	background: transparent  url(images/ccrs_logo_small.gif)  left top no-repeat;
	margin-left: -32px;
	padding-left: 64px;
	padding-top: 16px;
	padding-bottom: 48px;
	margin-bottom: 0;	
}

.ccrs li {
	height: 48px;

}

a.download {
	padding-left: 23px;
	margin-left: -23px;
	background: transparent url(images/download_icon.gif) top left no-repeat;
}

a.link {
	padding-left: 25px;
	margin-left: -25px;
	background: transparent url(images/link_svelte.gif) top left no-repeat;
}


.resource li {
	padding-left: 8px;
}

.resource ul {
	padding-top: .5em;
}