@charset "UTF-8";
a, a:link {
	text-decoration: none;
	color: #8a0a0a;
}
a:visited {
	text-decoration: none;
	color: #8a0a0a;
}
a:hover {
	text-decoration: underline;
}
img a {
	text-decoration: none;
	border: 0;
}
img a:hover {
	text-decoration: none;
	border: 0;
}

a.block {
	border: 0;
}

body {
	margin: 0px;
	width: 100%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	width: 600px;
	color: #7F1819;
}

.h1400staff {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 600px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 100%;
}

#topContainer {
	text-align: left;
	background-repeat: repeat-x;
	background-image: url(../assets/topContainer_bg2.jpg);
	background-position: left top;
}

#pageHeader {
	text-align: left;
	clear: both;
	color: #ffffff;
	height: 40px;
	margin-left: 180px;
	padding-bottom: 3px;
}

	#pageHeader img {
}

#utilityLinks {
	height: 26px;
	padding-right: 10px;
	text-align: right;
	color: #A2A2A2;
}

#utilityLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 5px;
}

#utilityLinks li {
	margin: 0;
	display: inline;
}

#utilityLinks a {
	color: #CCCCCC;
	text-decoration: none;
}

#utilityLinks a:hover {
	color: #FFFFFF;
}

#mainContent {
	padding: 0px;
	width: 100%;
	background-color: #fafafa;
}
#globalLinks {
	color: #565656;
	text-align: right;
	white-space: nowrap;
	clear: both;
	margin-left: 180px;
	padding: 5px 15px 2px 23px;
	height: 15px;
	background-color: #A2ACAC;
}

#globalLinks a:hover {
	color: #8a0a0a;
}

#globalLinks a {
	text-decoration: none;
	color: #FFFFFF;
}

.sectionHead {
	color: #ebebeb;
	text-indent: 15px;
	width: 180px;
	font-size: 9px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #7D7E7C;
}

#sidebar {
	width: 180px;
	float: left;
	vertical-align: bottom;
	display: block;
	border-right: 1px solid #c3c3c3;
	height: 100%;
}

#navcontainer {
	width: 180px;
	background-color: #EEE;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	font-weight: bold;
	text-indent: 0px;
}

#navcontainer li {
}

#navcontainer a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	border-bottom: 1px solid #c3c3c3;
	padding-top: 6px;
	padding-bottom: 2px;
	text-indent: 5px;
}

#navcontainer ul a:hover {
	color: #000000;
	background: #D3DFDD;
}

#navcontainer ul ul {
	padding: 0px;
	margin: 0;
	font-weight: normal;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 2px 0px 2px;
	text-indent: 30px;
	background: #ffffff;
}

#navcontainer ul ul a:hover {
	color: #000000;
	text-decoration: none;
	background: #D3DFDD url(../assets/13X13_arrow_right.gif) no-repeat 13px center;
}

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	text-indent: 45px;
}

#navcontainer ul ul ul a:hover {
	background: #ffffff url(../assets/13X13_arrow_right.gif) no-repeat 28px center;
	color: #990000;
}

.navcontainerCurrent {
	background: #ffffff;
}

#NavXtra {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	padding-left: 20px;
	margin: 0px 0px 0px 180px;
	padding-bottom: 20px;
	border-left: 1px solid #c3c3c3;
	background-color: #FFFFFF;
}

#headContainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/dept_seal_large2.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

#breadcrumbcontainer {
	color: #666666;
	padding-left: 3px;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 4px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#breadcrumbcontainer a {
	color: #8a0a0a;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: #8a0a0a;
	text-decoration: underline;
}

#feature {
	overflow: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#feature a {
	color: #8a0a0a;
	text-decoration: none;
	border-bottom: 1px solid #e5cfcf;
}
#feature a:hover {
	color: #8a0a0a;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

.featureImage {
	padding: 5px 10px 5px 5px;
	float: left;
}

#feature p {
	line-height: 1.5em;
	text-align: left;
}

.infobox {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border: 1px dashed #cccccc;
	text-align: left;
	background: #f3f3f3;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.infoboxSmall {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border: 1px dashed #cccccc;
	text-align: left;
	background: #f3f3f3;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.infoboxSmallColor {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border: 1px dashed #cccccc;
	text-align: center;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 5px;
	background-color: #FFFFCC;
	color: #000;
	font-weight: bold;
}

.infoboxStatement {
	clear: both;
	border: 1px solid #cccccc;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #F7F7F7;
	display: block;
	margin: 0px;
	color: #1F1F1F;
}


.relatedLinks {
	border: 1px solid #C1C1C1;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fafafa;
}


.relatedLinks ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.relatedLinks li a {
	display:list-item;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:left;
}

.relatedLinks h4 {
	display: block;
	color: #333333;
	margin: 0px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #E2E2E2;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}


.relatedLinks2 {
	border: 1px solid #CCCCCC;
	width: 179px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}


.relatedLinks2 ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.relatedLinks2 li a {
	display:list-item;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:left;
}

.relatedLinks2 h4 {
	display: block;
	color: #666666;
	margin: 0px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-color: #F3F3F3;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.loginBox {
	width: 179px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../assets/relatedLinks-back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}


.loginBox ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.2;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.loginBox li a {
	display:block;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-align:left;
}

.loginBox h4 {
	display: block;
	color: #333333;
	margin: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-image: url(../assets/relatedLinks-h4-back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
	padding-top: 20px;
	padding-left: 200px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c1c1c1;
	padding-right: 0px;
	clear: both;
	margin: 0px;
	font-size: 10px;
}

#footer a {
	color: #000000;
}


#footer a:hover {
	color: #8a0a0a;
	text-decoration: none;
}

.footerCredit {
	font-size: 9px;
	color: #666666;
}

.promo {
	margin: 10px auto;
	text-align: center;
	width: 180px;
}

caption {
	margin: 0 0 15px 0;
	text-align: left;
	color: #888;
	font-size: 1.1em;
	
}

.newsBar {
	clear: both;
	border: 1px dashed #d6d6d6;
	padding-right: 5px;
	padding-left: 8px;
	margin-right: 83px;
	margin-left: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 8px;
}

.input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}

.clear {
	clear: both;
	float: none;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	width: 580px;
}
.clearNoLine {
	clear: both; 
	float:none; 
	height:20px; 
	text-align:right;
	margin-right: 20px;
}

.clearDiv {
	clear:both;
	height:1px;
}

.id_photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}

.text_photo {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
	margin-top: 5px;
}

.feature600px {
	width: 600px;
	overflow: auto;
}
.mainColumn {
	float:left;
	width: 400px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: 0px;
}

.rightColumnText {
	width: 200px;
	border-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightColumnTextBox {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rightColumnTextBoxAlert {
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #DEECEC;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	width: 160px;
	padding: 10px;
}
.rightColumnText_img {
	border: 1px solid #c1c1c1;
}

.\3columnContainer {
	display: table;
	overflow: auto;
		}

.row  {
	display: table-row;
    }

.left200 {
	display: table-cell;
	padding: 10px;
	width: 200px;
		}

.right200 {
	display: table-cell;
	padding: 10px;
	width: 200px;
		}

.middle200 {
	display: table-cell;
	padding: 10px;
	margin-right: 201px;
	margin-left: 201px;
		}
.right400 {
	display: table-cell;
	width: 420px;
	vertical-align: top;
	padding: 5px;
		}
#nojs {
	font-weight: normal;
	color: #333333;
	background-color: #FFFF00;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10%;
	padding-bottom: 5px;
	padding-left: 10%;
}
.relatedLinks p {
	padding: 5px;
}
.quictime250X180 {
	height: 250px;
	width: 180px;
	border: 1px solid #C1C1C1;
	margin-right: auto;
	margin-left: auto;
}

.feature_news {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333333;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.lessonInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#featureLinks {
	width: 600px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F5F5F5;
	padding-left: 3px;
}
.listPadding {
	display: block;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightColumnText9px {
	font-size: 9px;
}
.portfolioThumbs {
	width: 600px;
}
.portfolioThumbs ul {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.portfolioThumbs li {
	display: inline;
	margin-right: 0px;
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
}
.portfolioThumbs a {
	text-decoration: none;
}
.relatedLinks li {
	padding-bottom: 2px;
}
.newsBoxSidebar {
	display: block;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 5px;
}
#printCredit {
	display: none;
}
#printHeader {
	display: none;
}
#feature .mainColumn ul {
	line-height: 1.5em;
}
.sudoText {
	color: #E8E8E8;
}
#feature .feature600px .footerCredit {
	color: #4E4E4E;
	font-size: 10px;
	padding-left: 15px;
	font-style:italic;
}
.feature600px .infobox {
	width: 560px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar #NavXtra div {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#sidebar #NavXtra .relatedLinks {
	width: 90%;
	background-color: #FFFFFF;
	margin-top: 20px;
	border-right-style: solid;
	border-bottom-style: solid;
}
#sidebar #NavXtra .relatedLinks li a {
	width: 100%;
	display: list-item;
}
#sidebar #NavXtra .relatedLinks h4 {
	color: #000000;
	background-color: #CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: normal;
}
.pageIndex {
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 595px;
	padding-left: 0px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	height: 15px;
}
.pageIndex ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(../assets/13X13_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.pageIndex li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
.pageIndexStaff {
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #333333;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 595px;
	padding-left: 0px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 3px;
	height: 15px;
}
.pageIndexStaff ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(../assets/13X13_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pageIndexStaff li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
.more {
	background-image: url(../assets/12x12_link_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	text-align: right;
	padding-right: 20px;
	margin-right: 10px;
}
.moreLeft {
	background-image: url(../assets/12x12_link_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 1px;
	text-align: left;
	margin-right: 10px;
	padding-left: 20px;
}

#feature .rightColumnFloatRight {
	float: right;
	width: 200px;
	padding-left: 10px;
	vertical-align: middle;
}
.relatedLinks2 li {
	padding-bottom: 2px;
}
#footer .divMenu {
	display: block;
	width: 600px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
}
.feature600px dl {
	padding-left: 2px;
}
.feature600px dd {
	margin-left: 20px;
	line-height: 1.5;
}
#footerSearchBox {
	width: 600px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	padding-top: 10px;
}

