/***********************************************/
/* autocareersStyle.css                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	background: #A4AFC1;
}

img {
	border: 0;
}

h1 {
	font: bold 120% Arial,sans-serif;
	color: #006699;
}

h2 {
	font: bold 115% Arial,sans-serif;
	color: #334d55;
}

h3 {
	font: normal 110% Arial,sans-serif;
	color: #006699;
}

h4 {
	font: bold 105% Arial,sans-serif;
	color: #334d55;
	margin-bottom: 0.5em;
}

h5 {
	font: bold 85% Arial, sans-serif;
	color: #006699;
	margin-bottom: 0.5em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell1 {
	position: absolute;
	top: 4%;
	left: 5%;
	right: 5%;
	width: 90%;
	background-color: #fff;
}

#masthead {
	margin: 0;
	padding: 0;
	background: #000;
	height: 90px;
}

#content {
	background-color: #FFFFFF;
	margin: 0 3em 0;
	padding: 0;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************* banner styles ***************/

#banner {
	top: 0;
	float: right;
	background: #000000;
	border: 0;
}

#logo {
	float: left;
	background: #000;
	border: 0;
}

/************* globalNav styles ***************/

#nav {
	float: left;
	font-size: 0.75em;
	font-family: Arial, sans-serif;
}

#nav, #nav ul {
	width: 100%;
	list-style: none;
	line-height: 1.15;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em;
	background: #434544;
}

#nav a {
	display: block;
	color: #ddd;
	text-decoration: none;
	padding: 0.25em 2.3em;
}

#nav ul a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#nav li {
	float: left;
	padding: 0;
	list-style: none;
}

#nav li ul {
	position: absolute;
	left: -666em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0 0 0 -1px;
	background: #555;
	border-left: 0.1em solid #FFFFFF;
	border-right: 0.1em solid #FFFFFF;
	border-top: 0.1em solid #FFFFFF;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	border-bottom: 1px solid #FFFFFF;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul, {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #888;
}

/********* table styles *********/

#content table {
	width: 100%;
	background-color: #fafafa;
	border: 1px #769BAD solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

#content table th {
	background-color: #F0F0F0;
	border: 1px #769BAD solid;
	border-bottom: 2px #769BAD solid;
	color: #404040;
	font: normal 0.75em Arial, sans-serif;
	padding: 4px 0 4px 8px;
	text-align: left;
}

#content table td {
	border-bottom: 1px #769BAD dotted;
	text-align: left;
	font: normal 0.75em Arial,sans-serif;
	color: #404040;
	background-color: #fafafa;
	padding: 4px 0 4px 8px;
	vertical-align: top;
}

.tdLeftLine {
	border-left: 1px #769BAD dotted;
}


#indexTable table {
	width: 100%;
	border: 0;
	margin-top: 1em;
	margin-bottom: 1.5em;
}

#indexTable table th {
	background-color: #769BAD;
	color: #fff;
	border: 0;
	font: normal 0.75em Arial, sans-serif;
	padding: 4px 0 4px 8px;
	text-align: left;
}

#indexTable table td {
	background-color: #fff;
	border-bottom: 1px #769BAD solid;
	text-align: left;
	font: normal 0.75em Arial,sans-serif;
	color: #404040;
	padding: 8px 0 8px 8px;
	vertical-align: top;
}

#indexTable a:link {
	color: #406A90;
	text-decoration: none;
	font-weight: bold;
}

#indexTable a:visited {
	text-decoration: none;
	font-weight: bold;
}

#indexTable a:hover {
	color: #769BAD;
	text-decoration: underline;
}

/************** siteInfo styles ****************/

#siteInfo {
	border-top: 1px dotted #ccc;
	font-size: 0.6em;
	color: #cccccc;
	margin: 30px 0 0 0;
	padding: 10px 0 10px 50px;
	background: #FFFFFF;
}

/********************* misc styles **********************/

.blue {
	color: #006699;
}

#content p {
	font-size: 0.8em;
	line-height: 1.4;
	font-family: Arial, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
}

#content ul {
	margin-top: 0.3em;
	font-size: 0.75em;
	font-family: Arial, sans-serif;
}

#content li {
	padding-bottom: 0.5em;
	list-style: square;
}

#content a:link {
	color: #769BAD;
	text-decoration: none;
}

#content a:hover {
	color: #406A90;
	text-decoration: underline;
}

/********************* xtra styles? **********************/

.xtraCell {
	border-top: 2px #769BAD solid;
}
.pathway {
	font-weight: bold;
	color: #006699;
	padding-bottom: 0.5em;
}
.competency {
	padding-bottom: 0.9em;
}

.imageRight {
	border: 1px solid #CCCCCC;
	padding: 3px;
	float: right;
	margin: 5px 0 10px 10px;
}

.profilelink {
	font: 65% Arial, sans-serif;
	color: #006699;
	margin-bottom: 0.5em;
}