@charset "UTF-8";
/* CSS Document */

html {
	height: 100%; margin-bottom: 1px; 
}


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(<%= image_path("parch-d2.jpg") %>);
	background-color: #333;
	background-repeat: repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

a#textLink, a#textLinkServices, a:visited#Services, a#textLinkHome, a:visited#textLinkHome {
    color: #C60;
    text-decoration: underline;
}

a:hover#textLink, a:hover#textLinkServices, a:hover#textLinkHome {
    text-decoration: none;
	border-bottom: dashed 1px #C60;
	background-color: #FFC;
}

	a#textLinkH3 {
		text-decoration: underline;
		color: #333;
	}


	a:hover#textLinkH3 {
		text-decoration: none;
		color: #333;
		background-color: #CCC;
		border-bottom: dashed 1px #333;
	}

	a#textLinkSm {
		color: #C60;
		font-size: 10px;
		text-decoration: underline;
	}
	
	a:hover#textLinkSm {
		font-size: 10px;
		text-decoration: none;
		border-bottom: dashed 1px #C60;
		background-color: #FFC;
	}


#topContainer {
	width: 960px;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: solid 1px #000;
}


#masthead {
	background-color: #333;
	width: inherit;
	height: 110px;
}


#topNav {
	width: inherit;
	height: 27px;
	top: 0px;
	position:relative;
	z-index:3;
	border-: solid 1px #333;
	background-color:#333333;
}

#homeBrand {
	width: 960px;
	height: 210px;
	z-index: 0;
	border-top: solid 1px #000;
	background-color: #333;
}


#homeContent {
	width: 694px;
	
	position: relative;
	left: 12px;
	top: 10px;
	padding-bottom: 25px;
}

#homeHighlight {
	width: 694px;
	height: 135px;
	border: none; /* solid 1px #333; */
}


#homeLeftCol {
	position: relative;
	left: 0px;
	top: 14px;
	width: 341px;
	/* border: solid 1px #333; */
}

#pageRightCol {
	position: absolute;
	left: 354px;
	top: 14px;
	width: 341px;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#homeRightCol {
	position: absolute;
	left: 354px;
	top: 149px;
	width: 341px;
	background-repeat: no-repeat;
	background-color: #FFF;
}


#homeColContent {
	width: 321px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: solid 1px #333;
}

#pageColContent1 {
	width: 321px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: solid 1px #333;
}

#pageColContent2 {
	width: 321px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: solid 1px #333;
}


	p#homeNews {
		padding: 0px;
		margin-top: .25px;
		margin-bottom: .8em;
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #333;
}

	p#homeOther {
		padding: 0px;
		margin-top: 14px;
		font: normal 11px/11pt Arial, Helvetica, sans-serif;
		color: #333;
}


	p#homeAboutText {
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 8px;
	line-height: 1.8em;
	font: normal 11px/11pt Arial, Helvetica, sans-serif;
	color: #333;
}



#rightSubNav {
	position: absolute;
	left: 708px;
	top: 0px;
	width: 225px;
	background-color: #FFF;
	/* declaring opacity properties breaks Flash window transparent mode */
	/* opacity:.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95; */
}


img.subNavBtn {
	width: 225px;
	height: 25px;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
}


img.subNavGSA {
	width: 225px;
	height: 30px;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
}





/*  FOOTER STYLES  */

div#footer {
	position: inherit;
	width: 940px;
	height: 24px;
	border-top: solid 1px #333;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
}


#footer td {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
}


a#textLinkFooter {
	color: #C60;
	font-size: 10px;
	text-decoration: underline;
}

a:hover#textLinkFooter {
	font-size: 10px;
	text-decoration: none;
	border-bottom: dashed 1px #C60;
	background-color: #FFC;
}





/*  INTERIOR STYLES  */

#contentContainer {
	width: 694px;
	min-height: 400px;
	position: relative;
	left: 12px;
	top: 10px;
}


#intImage {
	width: 960px;
	/*height: 210px;*/
	border-bottom: solid 1px #333;
	background-color: #FFF;
}


#intContent {
	position: inherit;
	width: 620px;
	left: 15px;
	padding-bottom: 36px;
}


#breadcrumbs {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666;
}


	a#breadcrumb {
		color: #C60;
		font-size: 10px;
		text-decoration: underline;
	}
	
	a:hover#breadcrumb {
		font-size: 10px;
		text-decoration: none;
		border-bottom: dashed 1px #C60;
		background-color: #FFC;
	}


h1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #C60;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: .6em;
	padding: 0px;
}	


h2 {
	font: normal 15px Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	margin-top: -8px;
	margin-bottom: .75em;
	padding: 0px;
}	


h3 {
	font: normal 13px/14pt Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	margin-top: 1.3em;
	margin-bottom: .25em;
	padding: 0px;
}	


h3#bio {
	font: normal 13px/14pt Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: -10px;
}	


h4 {
	font: normal 11px/14pt Arial, Helvetica, sans-serif;
	color: #c60;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: .25em;
	padding: 0px;
}


h4#wmd {
	margin-top: 1.2em;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin-top: 1.5em;
	margin-bottom: 0px;
	padding: 0px;
}

h5.gsa {
	margin-top: .5em;
}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C60;
	font-weight: bold;
	margin-bottom: -10px;
	padding: 0px;
}	


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #333;
	margin-top: .2em;
	margin-bottom: 1.0em;
	line-height: 140%;
	padding: 0px;
}


p#preUl {
	margin-bottom: 0px;
}


ul {
	padding: 0px;
	list-style-type: square;
	margin-top: .5em;
	margin-bottom: 1.2em;
	margin-left: 1.0em;
}


li {
	padding: 0px;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}


li.embeddedLi {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	/* list-style-image: url(../images/tc_gl_ci_circle_bullet.gif); */
}


ul.tc_leadership {
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    line-height: 15pt;
}

li.tc_leadership {
    list-style: none;
    line-height: 15pt;
}


p#registerNow {
	text-indent: 12px;
}


a#registerNow {
	color:#390;
	text-decoration: underline;
}





/*  FLASH MAP CONTAINER  */
#flashMap {
	width: 665px;
	height: 385px;
	padding-top: 10px;
	background-color: #FFF;
	border-bottom: solid 1px #333;
}





/*  FORM STYLES  */

td#formTD {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
}


input, select, textarea {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
}


#sendBtn {
	background-color: #C60;
	border: solid 1px #333;;
	font: 100 11px Arial, Helvetica, sans-serif;
	color: #FFF;
}


#courseList {
	color: #333;
}

option {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 14px;
}





/* TRAIN */
a.train_sched {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #C60;
}

a.train_sched:hover {
	text-decoration: none;
	border-bottom: dashed 1px #C60;
	background-color: #FFC;
}

td.schedHdr {
	padding-top: 4px;
	padding-bottom: 12px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
}


td.sched {
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

td.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: black;
	margin-top: .2em;
	margin-bottom: 1.0em;
	line-height: 140%;
	padding: 0px;
}

td.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #333;
	margin-top: .2em;
	margin-bottom: 1.0em;
	line-height: 140%;
	padding: 0px;
}




