@import url('screen.css');
/* text styles */
.blue-highlight{color:#8FCAE7;}
.blue-highlight-bold{color:#8FCAE7;font-weight: bold;}
.blue-highlight-italic{font-style: italic;color:#8FCAE7;}
.yellow-highlight{color:#fff100;}
.yellow-highlight-bold{font-weight: bold;color:#fff100;}
.yellow-highlight-italic{font-style: italic;color:#fff100;}


body {
	background-color: #666;
}
/* home page only */
#homepageImage {
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}
/*shadow box */
#shadow-middle {
	margin: 0;padding: 0;
	width: 975px;
	background: url(../_img/shadow-middle.png) repeat-y;
	}
#shadow-top {
	margin: 0;padding: 0;
	width: 975px;
	height: 12px;
	background: url(../_img/shadow-top.png) no-repeat;
	}
	#header-top {
		width: 964px;
		height: 12px;
		background-color: #fff;
		}
#shadow-bottom {
	margin: 0;
	width: 975px;
	height: 18px;
	background: url(../_img/shadow-bottom.png) no-repeat;
	}
#content {
	background-color: #ddd;
	width: 964px;
	}
#header {
	background-color: #fff;
	color: #000;
	width: 964px;
	height: 60px;
	}
	#logo {
		padding-left: 36px;
		padding-top: 10px;
	}
	#titan-award {
		text-align: right;
		width: 87px;
	}

#bodycopy {
	background-color: #404041;
	width: 920px;
	padding: 22px;
	}
span.bold {
	color: #9AD7EE;
	font-weight: bold;
}
/* navigation */
#navContainer {
	background: url('../_img/nav-bar.gif') 177px 0px no-repeat;
	height: 370px;
}
 #mainNav, #serviceSubNav { list-style: none; }
ul#mainNav { margin-left: 2px;}
ul#serviceSubNav {margin-left: 8px;}
ul#mainNav li, ul#serviceSubNav li { display: inline;}
#mainNav li a, #serviceSubNav li a {
float: left;height: 0;margin-top: 1px;padding-top: 20px;
	background-image: url('../_img/nav-template.gif');
	background-repeat: no-repeat;
	outline: none;
	overflow: hidden;

}
/* normal states */
a#navPhilosophy { background-position: 0px 0px;width: 75px; }
a#navServiceOfferings { background-position: -100px 0px;width: 122px; }
	a#subnavEnterprise { background-position: -242px 0px;width: 80px; }
	a#subnavSpecific { background-position: -339px 0px;width: 80px; }
a#navTestimonials { background-position: -452px 0px;width: 85px; }
a#navContact { background-position: -581px 0px;width: 75px; }
/* hover states */
a#navPhilosophy:hover { background-position: 0px -29px; }
a#navServiceOfferings:hover { background-position: -100px -29px;}
	a#subnavEnterprise:hover { background-position: -242px -29px; }
	a#subnavSpecific:hover { background-position: -339px -29px; }
a#navTestimonials:hover { background-position: -452px -29px;}
a#navContact:hover { background-position: -581px -29px;}

/* course styles */
#descIntro {
	padding-top: 36px;
}
#classlist {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
#classlist li {
	padding-top: 1px;
	padding-bottom: 8px;
	line-height: 14px;

}
#classlist li a {
	text-decoration: none;
	color: #fff;
}

#classlist li a.classlistActive:hover, #classlist li a:hover {
	color: #fff100;
}
#classlist li a.classlistActive, #classlist li a.classlistActive:active, #classlist li a.classlistActive:focus {
	color: #9AD7EE;
	text-decoration: none;
}
.coursemenulist {
	height: 340px;
	overflow: auto;
}
.downloadpdfLink {
	color: #fff;
	text-decoration: none;
	line-height: 17px;

}
div#linklabel {
	float:left;
	padding-top: 25px;
	width: 200px;
	cursor: pointer;
}
.courseDescriptions {
	padding-top: 5px;
}

/* contact style */
div label {
	width: 65px;
	padding-right: 5px;
	float: left;
	text-align: right;
	font-weight: normal;
}

div.eventlabel {
	width: 70px;
	padding-right: 5px;
	float: left;
	text-align: right;
	font-weight: normal;
}

div.txtRequired {
	color: #999;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {

}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

/* footer styles */
#learnmore {
	background-color: #404041;
	width: 928px;
	text-align: right;
	padding-right: 36px;
}
	#learnmore a {
		color: #9AD7EE;
		text-decoration: none;
	}
	#learnmore a:hover {
		color: #fff;
	}
