@charset "utf-8";
#classHeader_L {
	float: left;
	width: 147px;
	padding-left: 18px;
	height: 169px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#classHeader_B {
	clear: both;
	float: left;
}

#classHeader_R {
	margin-left: 150px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
}

body  {
	background: #00004E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #FF6200;
	text-decoration: none;
}
a:hover {
	color: #AFAFAF;
}

/*LAYOUT ELEMENTS */
/* Container */
#container {
	width: 895px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
	position: relative;

} 

/* Header/Nav */
#header {
	color: #F05D00;
	margin: 0px;
	padding-top: 14px;
	padding-bottom: 12px;
	width: 900px;
	height: 15px;
	background-color: #000000;
} 

#nav .homeIcon {
	position: absolute;
	top: 27px;
	left: 40px;
}
#nav .cartIcon {
	position: absolute;
	top: 27px;
	right: 30px;
	width: 26;
	height: 25;
}


#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav li.navItem {
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	display: inline;
}
#nav li.current {
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	display: inline;
}

#nav li.navItem li {
	background-image: url(../images/int_instructorsDropDownBG.png);
	color: #FFFFFF;
	width: 160px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-transform: none;
	text-align: left;
	font-size: 10px;
	line-height: 21px;
	margin: 0px;
	height: 110px;
}
#nav li.current li {
	background-image: url(../images/int_instructorsDropDownBG.png);
	color: #FFFFFF;
	width: 160px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-transform: none;
	text-align: left;
	font-size: 10px;
	line-height: 21px;
	margin: 0px;
	height: 110px;
}

#nav li.navItem li:hover {
	background-color: #000000;
}
#nav li.current li:hover {
	background-color: #000000;
}

#nav li.navItem .top {
	margin-top: 28px;
}

#nav li.current .top {
	margin-top: 28px;
}

#nav a {
	color: #FFFFFF;
}
#nav a.current {
	color: #FF6200;
}

#nav a:hover {
	color: #C7E0F1;
}

#nav ul {
	position: relative;
	left: -10px;
}
#nav li {
	position: relative;
}

#nav ul ul  {
	position: absolute;
	left: 0;
	top: 0;
}

div#nav ul ul,
div#nav ul li:hover ul
{display: none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul
{display: block;}



/* Sidebar */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 282px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#sidebar1 p {
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 16px;
	padding-right: 30px;
	padding-left: 20px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sidebar1 a {
	color: #F68036;
	text-decoration: none;
}

#sidebar1 hr {
	width: 96%;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px;
}


/* Logo Box */
#logoBox {
	width: 282px;
	text-align: center;
	padding-top: 25px;
	height: 475px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 12px;
}


/* News/Updates */
#newsUpdates {
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-image: url(../images/int_sidebarBottom.gif);
	margin-top: 12px;
	background-color: #DCDCDC;
}

/* Main Content */
#mainContent {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
	padding: 0px;
} 

#mainContent p {
	font-size: 100%;
	padding-left: 18px;
	margin: 0px;
	padding-right: 30px;
	line-height: 150%;
	padding-bottom: 20px;
}

#mainContent ol, ul {
	font-size: 100%;
	padding-left: 36px;
	margin: 0px;
	padding-right: 30px;
	line-height: 130%;
	padding-bottom: 30px;
}
/* Footer */
#footer {
	margin: 0px;
	padding: 0px;
}

#footer p {
	font-size: 9px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #FF6200;
}

/* HEADLINES */
#mainContent .headline {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../images/int_headerBG.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 604px;
	padding-top: 6px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#mainContent .headline_inDesign {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../images/inDesign_headerBG.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 604px;
	padding-top: 6px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/* COMMON ELEMENTS */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* CALENDAR ELEMENTS */
#classCalendar table {
	background-repeat: no-repeat;
	background-image: url(../images/int_classTableBG.gif);
}

#classCalendar table a {
	color: #000000;
}

#classCalendar th {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	height: 25px;
}

#classCalendar td {
	font-size: 10px;
	height: 53px;
}

#classDescription {
	position: absolute;
	width: 400px;
	margin-left: 100px;
	height: 300px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#classDescription .classDescriptionHeadline {
	font-size: 16px;
}

#classDescription #scroll_text {
	padding-top: 15px;
}

#closeBox {
	width: 100%;
	background-color: #000000;
	text-align: right;
	padding-bottom: 3px;
}


/* Div Hide/Show */
.hidden { 
	display: none; 
}

.unhidden { 
	display: block; 
}


/* CONTACT PAGE ELEMENTS */
#contactForm {
	padding-top: 15px;
}

#contactForm .contactFormHeadline {
	font-size: 18px;
	color: #4299CE;
	font-weight: bold;
}

#contactForm .disclaimer {
	font-size: 9px;
	padding-top: 6px;
}

#contactForm table {
	margin-left: 18px;
	height: 50px;
}

#contactForm td {
	height: 50px;
}

.contactTable01 {
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}

.contactTable02 {
	font-size: 13px;
}

.formField01 {
	font-size: 11px;
}

.formField input {
	font-size:9px;
}

#contactForm select {
	font-size: 10px;
	width: 200px;
	margin-left: 7px;
}

.formButton {
	cursor:pointer;
	color: #FFFFFF;
	background-color: #FF6201;
	font-size: 17px;
	width: 80px;
	height: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}

.formButton:hover {
	color: #FF6201;
	background-color: #FFFFFF;
	border: 1px solid #FF6201;
}


/* CLASSES ELEMENTS */

/* INDEX ELEMENTS */
#classesLanding table {
	background-repeat: no-repeat;
	background-image: url(../images/int_classesTableBG.gif);
}

#classesLanding th {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	height: 25px;
}

#classesLanding td {
	font-size: 10px;
	height: 56px;
	padding-right: 15px;

}

#courseIcons {
	float: right;
	width: 72px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: center;
	height: 100%;
}

#courseIcons td {
	height: 60px;
}

#courseIcons img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#courseIcons .currentIcon {
	border: 3px solid #FF6201;
}

#courseDescription {
	width: 525px;
}

.courseLocationDatesTime {
	color: #4498D1;
	font-weight: bold;
}

#courseDescription p {
	font-size: 11px;
}

.objectiveHeadline {
	color: #123287;
	font-size: 14px;
	font-weight: bold;
}

.objectiveHeadline2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#courseDescription .courseObjectivesHeadline {
	color: #4498D1;
}

.classesRegisterNowButton {
	padding-right: 25px;
}


/* Icon Menu Elements */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu .icon {
	padding-bottom: 19px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	height: 147px;
	width: 175px;
	font-size: 12px;
}

#menu .top {
	background-image: url(../images/classes_iconRolloverBG.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 147px;
	width: 140px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu a:hover {
	color: #FF6200;
}

#menu li {
	position: relative;
}

#menu ul ul  {
	position: absolute;
	top: 0;
	right: 55px;
	width: 175px;
}

div#menu ul ul,
div#menu ul li:hover ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

#menu hr {
	color: #FFFFFF;
	width: 95%;
	margin-left: 7px;
}


/* Instructors Elements */
.instructorHeadline {
	font-size: 15px;
	font-weight: bold;
}

.hr_instructors {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}


/* INDEX ELEMENTS */
#classOfferings table {
	background-repeat: no-repeat;
	background-image: url(../images/int_homeTableBG.gif);
}

#classOfferings th {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	height: 25px;
}

#classOfferings td {
	font-size: 10px;
	height: 56px;
}
