/*  ***************************************  
	Due to poor and inconsistent implimentation of standards by browsers (primarily IE),  
	CSS layout & control seems to be more art than science. An excellent resource for 
	learning the theory and practical application of CSS as well as identifying known 
	issues and fixes is at: http://www.positioniseverything.net.  Possibly the best page 
	on the site is the one dedicated specifically to documenting IE bugs: 
	http://www.positioniseverything.net/explorer.html
     ***************************************  */

body, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
}
body {
	margin:0px;
	padding:0px;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ABA000;
	color: #9EBA00;
	margin: 0px;
	padding: 0px 0px 5px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DA7926;
	margin: 0px;
	padding: 0px 0px 5px;
}
h3 {
	color: #9EBA00;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 5px;
}
h5 {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 5px;
}
h6 {
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 5px;
}

p {
	margin: 0px;
	padding: 0px 0px 10px;
}
ul {
	margin: 0px 0px 5px;
}
li {
	margin: 0px 0px 0px;
}
	/* Hides from IE5-mac \*/
	* html li { margin-left: 20px; }
	/* End hide from IE5-mac */
ul li {
	list-style-type: square;
}

th {
	font-size: 12px;
	text-align: left;
	background: #E2DDD1;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 10px;
	margin: 0px;
}
li blockquote{
	margin:0px 20px 10px;
}



a:link {
	color: #DA7926;
	text-decoration: none;
}
a:visited {
	color: #CE670F;
	text-decoration: none;
}
a:hover {
	color: #009EC0;
	text-decoration: underline;
}
a:active {
	color: #10BFF9;
	text-decoration: underline;
}

/*  ***************************************  */

#header {
	display:block;
	color: #FFFFFF;
	position:relative;
	padding:0px;
	font-size: 11px;
	background: url("/images/headerBG.gif") #553C5B repeat-x;
	border: 1px solid #553C5B;  		/* must stay on to maintain proper header layout  */
}
	#header a:link, #header a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#header a:hover {
		color: #009EC0;
		text-decoration: underline;
	}
	#header a:active {
		color: #10BFF9;
		text-decoration: underline;
	}
#headerRightWrapper {
	position:relative;
	float:right;
	margin:10px 5px 0px 0px;
	border: 1px solid #553C5B;    		/* must stay on to maintain proper header layout  */
}
#headerRight {
	position: absolute;
	margin-left:-300px;
	width:300px;
	text-align: right;
	left: 0px;
	top: 11px;
/*	border: 1px dashed #FF0000;  */
}

#headerPrint {    		/* used to show content on printed pages */
	display:none;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
}

/*  ***************************************  
	Primary Nav / ypSlideOut menu stuff
     ***************************************  */
#primaryNav {
	color: #FFFFFF;
	position:relative;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding:0px;
	background: #B3AD9F;
	z-index:20;
}
		/* Hides from IE5-mac \*/
		* html #primaryNav { width: 99.9%; }
		/* End hide from IE5-mac */
.navTable {
	margin:5px 0px 0px 13px;
}
		/* Hides from IE5-mac \*/
		* html .navTable { margin-top:0px; }
		/* End hide from IE5-mac */
.menuActuator {
	vertical-align: middle;
	border: 0px solid pink;
}
	.menuActuator a:link, .menuActuator a:visited {
		color: #000000;
		font-weight:bold;
		height: 27px;
		padding: 5px 5px;
		text-decoration: none;
	}

	.menuActuator a:hover, .menuActuator td a:active {
		color: #009EC0;
		color: #000000;
		text-decoration: none;
		background: url("/images/white.gif") #C6C2B7 repeat-y;
	}

#primaryNav td ul, #primaryNav td li {
	margin-left: -20px;
	font-size: 11px;
	font-weight:bold;
}
	/* Hides from IE5-mac \*/
	* html #primaryNav td ul, * html #primaryNav td li { margin-left: 0px; }
	/* End hide from IE5-mac */



#primaryNav td li {
	list-style:none;
	text-transform: none;
	padding: 3px 5px;
}
	#primaryNav td li a:link, #primaryNav td li a:visited {
		color: #000000;
		text-decoration: none;
	}
	#primaryNav td li a:hover, #primaryNav td li a:active {
		color: #009EC0;
		color: #000000;
		text-decoration: underline;
	}

.menuBox  {
	position: absolute;
}
.menu  {
	background: #B3AD9F;
	border: 1px solid #FFFFFF;
	border-top: 5px solid #F97C12;
}

/*  ***************************************  */

#contentWrapper {
	clear:both;
	position:relative;
	margin: 5px 5px 5px 34px;
	z-index:10;
	border: 0px dashed #FF0000;  
}

#crumbPath {
	margin: 5px;
	border: 1px dashed #ffffff;  
	height:18px;
}
	#crumbPath a:link, #crumbPath  a:visited {
		color: #DA7926;
		text-decoration: none;
	}
	#crumbPath a:hover {
		color: #009EC0;
		text-decoration: underline;
	}
	#crumbPath a:active {
		color: #10BFF9;
		text-decoration: underline;
	}

#contentMainWrapper {
	margin-left: 168px;
	border: 0px dashed #0000FF;  
}

#content {
	clear:right;
	margin: 30px 5px 0px;
	padding: 0px;
	left: 1px;
}
#content ol li {
	padding-bottom: 10px;
}
#content ol li ul li {
	padding-bottom: 0px;
}
#contentSubNav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	color: #FFFFFF;
	font-size: 11px;
	background: url("/images/contentSubNavBG.gif") #553C5B bottom left no-repeat;
	border: 0px dashed #FFFF00;  
}
#subNavTop {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background: #F97C12;
	border-bottom: 3px solid #FFFFFF;  
}
#contentSubNav ul {
	margin: 0px;
	padding: 5px;
	border: 0px solid #FFFF00;  
}
#contentSubNav li {
	list-style-type: none;
	line-height:11px;
	margin-bottom:5px;
}
	#contentSubNav li a:link, #contentSubNav li a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#contentSubNav li a:hover, #contentSubNav li a:active {
		color: #D0D0D0;
		text-decoration: none;
	}



/*  ***************************************  */

#contentMain {
	padding: 5px;
	background: #FFFFFF;
	border-left: 3px solid #D4D0B6;  
}
#contentCurrentOptions {
	float:right;
	width: 235px;
	padding: 6px 5px 0px 16px;
	margin: -5px -5px 0px 0px;
	background: #496159;
}

/* ------ CALLOUT ------ */
#calloutText {
	float:right;
	clear:right;
	width: 228px;
	padding: 6px 7px 6px 14px;
	margin-bottom: 5px;
	background: url("/images/calloutTextBG.gif") #FFFFFF repeat-y;
/*	border-left: 2px solid #670303;  */
}
.calloutImg {
	float:right;
	clear:right;
	position: relative;
	padding: 0px 0px 6px 6px;
	background: #FFFFFF;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	color: #009EC0;   /* blue  */
	font-size: 16px;
	line-height: 24px;
}
.calloutBlock {
	float:right;
	width: 30%;
	padding: 10px;
	margin: 0px 0px 10px 15px;
	background: #F6F4EF;
	border-left: 3px solid #533A59;
}



#eventList {
	margin-top:-3px;
/*	border: 1px dashed #0000FF;  */
}
#eventList li {
	list-style-type: none;
	margin-left:-30px;
}


/*  ***************************************  */


#footer {
	clear:both;
	text-align: right;
	padding: 0px;
	margin: 10px 6px 0px;
	font-size: 11px;
	color: #666666;
	border: 0px solid #670303;  
}
#footer ul {
	margin: 0px;
	padding: 0px 0 5px 0;
}
#footer li {
	margin: 0px;
	padding:3px;
	list-style-type: none;
	display: inline;
}


/*  ***************************************  */

.alignLeft { float:left; }
.alignRight { float:right; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }

/*
.nav {
	color: #FFFFFF;
}
	.nav a:link, .nav a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.nav a:hover {
		color: #D4D0B6;
		text-decoration: underline;
	}
	.nav a:active {
		color: #C0B880;
		text-decoration: underline;
	}
.navPrimary, .navPrimary a:link, .navPrimary a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	.navPrimary a:hover, .navPrimary a:active {
		color: #C0B880;
		text-decoration: none;
	}
.navCurrent, .navCurrent a:link, .navCurrent a:visited {
	margin: -4px 0px 0px -2px;
	padding:2px 4px 1px;
	color: #FFFFFF;
	background: #597068;
	text-decoration: none;
}
	.navCurrent a:hover, .navCurrent a:active {
		color: #C0B880;
		text-decoration: none;
	}
*/
#subNavItems {
		padding: 5px;
		color: #cccccc;
		font-weight:bold;
		text-decoration: none;
	}
#subNavItems li {
	font-weight:normal;
	border: 0px solid pink;
	}
#subNavItems ul {
	margin-top: -10px;		/* raises first item in L2 list */
	}
#subNavItems li ul {
	margin-top: 0px;		/* prevents first item in nested lists from overlapping */
	}

#subNavItems, #subNavItems a:link, #subNavItems a:visited {
	color: #cccccc;
	text-decoration: none;
}
	#subNavItems a:hover, #subNavItems a:active {
		color: #C0B880;
		color: #FFFFFF;
		text-decoration: none;
	}







.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #5C4462;
	line-height: 20px;
	padding-bottom:15px;
}
.crumbPath {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
	.crumbPath a:link, .crumbPath a:visited {
		color: #B6D6CB;
		text-decoration: none;
	}
	.crumbPath a:hover, .crumbPath a:active {
		color: #FFFFFF;
		text-decoration: underline;
	}
.small {
	font-size:10px;
}
.showHide {
	font-size:12px;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
}
.fileDate {
	position: absolute;
	margin-left: -152px;
}
.fileDetails {
	font-size:10px;
	font-weight: normal;
	color: #666666;
}
#fileDownload dt, #fileDownload dd  {
	margin-left: 152px;
}
#fileDownload dd  {
	margin-bottom: 10px;
	color: #666666;
}
#fileDownload dt .fileDetails  {
	padding-left: 15px;
	
}

.error {
	background: #FFEEFF;
	color: #FF00FF;
}
.peoplePhoto {
	height: 200px;
	width: 135px;
}
.currentAudience {
	background: #063E2C;
	color: #FFFFFF;
}

.QA dt {
	font-weight: bold;
}
.QA dd { 
	margin-left: 10px;
	padding-bottom:20px;
}

.colhdr tr, .colhdr td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px; 
	border-bottom: 1px solid #670303;
}

.showHide {
	font-weight: normal;
}
.clearRight {
	clear:right;
}
.courseList {
	line-height: 20px;
}
.courseDetails {
	margin: -16px 50px 0px;
}
.courseRequirements {
	color: #666666;
	font-style: italic;
}
.shared {
	color: #FF00FF;
}
.warning {
	color: #990000;
}
	.shared a:link, .shared a:visited {
		color: #FF00FF;
	}
	.shared a:hover, .shared a:active {
		color: #FF00FF;
	}

.imgTopRight {
	float:right;
	margin: -50px 0px 5px10px;
	border-left: 10px solid #FFFFFF;  
	border-bottom: 5px solid #FFFFFF;  
}
.searchResults {
	font-weight: bold;
}
 
.colHalf {
	float: left;
	width: 45%;
	margin-right: 3%;
}


/*  ***************************************
     HACKS
     ***************************************  */
/* Hides from IE5-mac \*/
* html #header {width:99.8%;}
* html #headerRightWrapper {height: 1%;}
* html #headerRight {height: 1%;}
* html #contentWrapper {height: 1%;}
* html #contentMain {height: 1%;}
* html #contentMainWrapper {height: 1%;}
* html #homeHeaderImg {top: 5px;}
* html #homeNavImg {top: 0px;}
* html #homeBottomWall {text-align:left;}
* html #homeEvents li { margin-left:0px;}
* html #homeText {margin: 20px 100px 0px 45px;}
/* End hide from IE5-mac */
