@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF url(../images/main_bgv.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3, h4, p, ul, ol {
	margin: 0;
	padding: 0;
}
body /* Internet Explorer */ {
	text-align: center;
}
body /* Mozilla Firefox alignment */ {
	text-align: -moz-center;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	_margin: -18 auto;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container a {
	color: #314871;
}
.oneColFixCtrHdr #container2 {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/main_bgv2.jpg) repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	_margin: -18 auto;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/* USE bg3 FOR PLAIN BACKGROUND */
	background: #314871;
	height: 135px;
	padding: 0; 
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #topbox {
	position: relative;
	margin-left: 780px;
	top: 4px;
	background: #eae08d url(../images/top_box.jpg) no-repeat;
	width: 220px;
	height: 30px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #topbox p {
	padding: 4px 0;
	margin: 0 15px;
	font-size: 0.7em;
}
.oneColFixCtrHdr #topbox a {
	text-decoration: none;
	color: #333;
}
.oneColFixCtrHdr #topbox a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #alertbox {
	float:left;
	margin-left: 50px;
	margin-top: 20px;
	/*background: #CCCCCC url(images/search.jpg) no-repeat;*/ 
	background: transparent;
	width: 55px;
	height: 30px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #searchbox {
	float:right;
	margin-right: 0;
	margin-top: 30px;
	/*background: #CCCCCC url(images/search.jpg) no-repeat;*/ 
	background: transparent;
	text-align:right;
	width: 260px;
	height: 30px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #searchbox p {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
.oneColFixCtrHdr #nav {

	height: 40px;
}
.oneColFixCtrHdr #nav #dropDownMenu .submenu {
	display:none;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: transparent;

}
.oneColFixCtrHdr img#grayborder {
	border: 1px solid silver;
	padding: 4px;
}
.oneColFixCtrHdr #mainContent h2 {
	padding: 7px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	margin-top: 40px;
    #margin-top: 40px; /* IE 7 hack to move up page header */
	color: #444444; /* #314871;*/
	font: bold 1.3em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 0.9em/1.5em normal Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr #midCol {
	float: left;
	width: 440px;
	margin-top:10px;
	margin-left: 10px;
	padding:0 10px 20px 10px;
}
.oneColFixCtrHdr #midColmain {
	float: left;
	width: 520px;
	margin-top:0;
	background-color:#ffffff;
}
.oneColFixCtrHdr #midColmain h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#314871;
	font: bold 16px/1.1em Tahoma, Geneva, sans-serif;
}
.oneColFixCtrHdr #midColmain p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: normal 14px/1.3em Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr #midColmain a:link, .oneColFixCtrHdr #midColmain a:visited {
	font-size:12px;
	text-decoration:underline;
}
.oneColFixCtrHdr #midColmain a:hover {
	text-decoration:none;
}
.oneColFixCtrHdr #leftCol {
	float: left;
	width: 240px;
	margin-top:10px;
	margin-left: 10px;
	padding:0 10px 20px 10px;
}
.oneColFixCtrHdr #leftColmain {
	float: left;
	width: 240px;
	margin-top:0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #rightColmain {
	float: right;
	width: 240px;
	margin-top:0px;
	margin-right: 10px;
}
.oneColFixCtrHdr #leftColv2 {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-left: 10px;
	padding:0 10px 20px 10px;
}
.oneColFixCtrHdr #leftCol2 {
	float: left;
	width: 225px;
	padding: 10px;
	margin-left: 2px;
	margin-top:-40px;
}
.oneColFixCtrHdr #leftCol2 ul {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
}
.oneColFixCtrHdr #leftCol2 ul li {
	padding: 8px 0 8px 5px;
	margin-left: 10px;
	border: 1px solid #BEBEBE;
	border-width: 0 1px 1px 0;
	list-style: url(../images/list_style_img.gif);
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
.oneColFixCtrHdr #leftCol2 ul li ul {
	margin: 8px 0 0 0;
	padding: 0 10px 0 0;
}
.oneColFixCtrHdr #leftCol2 ul li ul li {
	padding: 5px 0 5px 5px;
	margin-left: 12px;
	border: 0;
	border-width: 0;
	list-style: url(../images/list_style_img2.gif);
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
.oneColFixCtrHdr #leftCol2 ul li a {
	text-decoration: none;
	color: #333;
}
.oneColFixCtrHdr #leftCol2 ul li a:hover {
	text-decoration: none;
	color: #5882CE;
}
.oneColFixCtrHdr #leftCol h3 {
	color: #314871;
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
	clear: both;
}
.oneColFixCtrHdr #leftCol3 {
	float: left;
	position: relative;
	width: 540px;
	margin-top: 15px;
	margin-left: 10px;
}
.oneColFixCtrHdr #leftCol3 p {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.oneColFixCtrHdr #leftCol3 .note {
	font-size: 0.75em;
	margin:0;
	padding: 12px 6px;
}
.oneColFixCtrHdr #leftCol3 .big {
	font-size: 1.2em;
	font-weight: bold;
}
.oneColFixCtrHdr #leftCol3 a.btn {
	border:none;
}
.oneColFixCtrHdr #portlet {
	float: left;
	width: 230px;
	height:120px;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 0;
	background: #ffffff url(../employment/images/portlet_bg.jpg) repeat-x;
	margin-top: 8px;
	padding: 0;
	font-size: 95%;
}
.oneColFixCtrHdr #portletlg {
	float: left;
	width: 330px;
	height:250px;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 0;
	background: #ffffff url(../employment/images/portlet_bg.jpg) repeat-x;
	margin-top: 8px;
	padding: 0;
	font-size: 95%;
}
.oneColFixCtrHdr #portletvlg {
	float: left;
	width: 350px;
	height:650px;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 0;
	background: #ffffff url(../employment/images/portlet_bg.jpg) repeat-x;
	margin-top: 8px;
	padding: 0;
	font-size: 95%;
}
.oneColFixCtrHdr #portletabout {
	float: right;
	width: 280px;
	height:250px;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 0;
	background: #ffffff url(../employment/images/portlet_bg.jpg) repeat-x;
	margin-top: 8px;
	padding: 0;
	font-size: 95%;
}
.oneColFixCtrHdr #portletwork {
	float: right;
	width: 240px;
	height:230px;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 0;
	background: #ffffff url(../employment/images/portlet_bg.jpg) repeat-x;
	margin-top: 8px;
	padding: 0;
	font-size:95%;
}
.oneColFixCtrHdr #leftCol a:link, .oneColFixCtrHdr #leftCol a:visited {
	color: #314871;
	font-size: 0.8em;
}
.oneColFixCtrHdr #leftCol a:hover {
	text-decoration: none;
	color: #314871;
}
.oneColFixCtrHdr #rightCol {
	margin-left: 734px;
	margin-top: 5px;
	width: 240px;
	padding: 0 10px;
}
/*.oneColFixCtrHdr #rightColmain {
	margin-left: 754px;
	margin-top: 10px;
	width: 235px;
    padding: 0px;
}*/

.oneColFixCtrHdr #rightColmain {
	float: right;
	width: 235px;
	margin-top:10px;
	margin-right: 0px;
}
.oneColFixCtrHdr #rightColv2 {
	margin-left: 534px;
	margin-top: 30px;
	width: 370px;
	padding: 10px;
}
.oneColFixCtrHdr #rightCol2 {
	float: right;
	margin-top: 10px;
	width: 720px;
	padding: 10px;
}
.oneColFixCtrHdr #rightCol2 h3, .oneColFixCtrHdr #container2 h3  {
	padding: 16px 0 10px 10px;
	margin: 0;
	color: #fe9d34;
	font: normal 1.4em 'RobotoRegular', Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 h4 {
	padding: 12px 0 2px 10px;
	margin: 0;
	color: #002c77; /*#666; */
	font:  normal 1.1em 'RobotoRegular', Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 .prmedia {
	padding: 12px 0 2px 16px;
	margin: 0;
	color: #666; 
	font:  normal 1.1em 'RobotoRegular', Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 h5 {
	padding: 5px 17px 0 10px;
	margin:8px 0 0 0;
	color: #314871;
	font:  bold 0.85em Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 div.tagline {
	float:left; 
	padding: 5px 5px 0 10px;
	width:480px;	
}
.oneColFixCtrHdr #rightCol2 div.tagline p {
	color:#999;
	font: normal 1.2em/1.3 "Palatino Linotype", "Book Antiqua", Palatino, serif; 	
}
.oneColFixCtrHdr #rightCol2 .btnBox1 {
	margin-left:15px;
	padding:10px;
	background:#f6f6f6;
	border-top:1px solid #dddddd;
}
.oneColFixCtrHdr #rightCol2 .btnBox2 {
	margin-left:15px;
	padding:10px;
	background:#ffffff;
	border-top:1px solid #dddddd;
}
.oneColFixCtrHdr #rightCol2 .btnBoxOurWork1 {
	margin-left:40px;
	padding:2px;
	/*background:#f6f6f6;*/
	/*background:#fff8e3;*/
	background:#ececec;
	border-top:1px solid #dddddd;
}
.oneColFixCtrHdr #rightCol2 .btnBoxOurWork2 {
	margin-left:40px;
	padding:2px;
	background:#ffffff;
	border-top:1px solid #dddddd;
}
.oneColFixCtrHdr #rightCol2 p {
	padding: 5px;
	margin: 6px 5px 12px 4px;
	color: #333;
	font: normal 0.85em/1.4em Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 blockquote {
	font: normal 0.85em/1.4em Arial, Verdana, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 ul, .oneColFixCtrHdr #rightCol2 ol {
	padding: 0 20px 10px 40px;
	margin: 0 0 10px 0;
	color: #333;
	font: normal 0.85em/1.4em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 ul li, .oneColFixCtrHdr #rightCol2 ol li {
	margin-top: 8px;
}
.oneColFixCtrHdr #rightCol2 ul ul {
	padding: 0 20px 10px 40px;
	margin: 0 0 10px 0;
	color: #333;
	font: normal 0.99em/1.4em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 a {
	color: #314871;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #314871;
}
.oneColFixCtrHdr #rightCol2 a:hover {
	color: #314871;
	text-decoration: none;
	border-bottom: 0;
}
.oneColFixCtrHdr #rightCol2 a.wwwnavWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0;
}
.oneColFixCtrHdr #rightCol2 .noline {
	color:#FFF;
	text-decoration: underline;
	border-bottom: 0;
	text-decoration:none;
}
.oneColFixCtrHdr #rightCol2.wwwbodytxlargeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.oneColFixCtrHdr #rightCol3 {
	float: right;
	width: 200px;
	padding: 0 10px;
}
.oneColFixCtrHdr #btmBox {
	border: 1px solid #CCCCCC;
	border-width: 1px 0 0 0;
	font-size:75%;
	padding:13px 20px;
	margin-top:10px;
	background:url(../images/portlet_bg.jpg) repeat-x;
}
.accordion {
	margin-left: 10px;
	color: #333;
	padding: 0;
	font-size: 0.8em;
}
.accordion h6 {
	background: #eee url(../images/arrow-square.gif) no-repeat left -51px;
	width:470px;
	margin: 7px 0 0 0;
	padding: 6px 0 6px 30px;
	height: 17px;
	border: 1px solid #BEBEBE;
	cursor: pointer;
	font-size: 0.95em;
}
.accordion h6:hover {
	background-color: #eae08d;
}
.accordion h6.active {
	background-position: left 5px;
}
.accordion blockquote {
	margin: 0;
	padding: 20px 30px;
	width: 440px;
	display: none;
	background-color:#fff;
	border: 1px solid #BEBEBE;
	border-width: 0 1px 1px 1px;
}
.accordion a:link, .accordion a:visited {
	color: #314871;
	margin-bottom:8px;
}
.accordion a:hover {
	text-decoration: none;
	color: #314871;
}
.accordion2 {
	margin-left: 10px;
	color: #333;
	padding: 0;
	font-size: 0.85em;
}
.accordion2 h3 {
	background: #E7D291 url(../images/arrow-square.gif) no-repeat left -51px;
	margin: 10px 0 0 0;
	padding: 6px 10px 5px 30px;
	width: 192px;
	height: 17px;
	border: 1px solid #BEBEBE;
	border-width: 1px;
	cursor: pointer;
	font-size: 0.8em;
	color:#314871;
}
.accordion2 h3:hover {
	background-color: #E7D292;
}
.accordion2 h3.active {
	background-position: left 5px;
}
.accordion2 p {
	margin: 0 0 20px 15px;
	padding: 6px 15px;
	width: 212px;
	border: 1px solid #BEBEBE;
	border-width: 0 1px 1px 1px;
	display: none;
	background-color: #f6f6f6;
}
.accordion2 a:link, .accordion2 a:visited {
	color: #314871;
}
.accordion2 a:hover {
	text-decoration: none;
	color: #314871;
}
.greenband {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #000000 url(../images/green_bg.gif) repeat;
}
.truncate_more_link {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
.breadCrumbs, .breadCrumbs a {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	color: #666666;
	padding-bottom: 0px;
	padding-top:5px;
	margin:0;
	_margin: -18px;
}
.breadCrumbs a:hover {
	text-decoration: none;
	color: #314871;
	border: 1px solid #BEBEBE;
	border-width: 0 0px 1px 0px;
}
div.figure {
	float: right;
	width: 25%;
	margin: 0.5em;
	padding: 0.5em;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
.rightquote {
	line-height:1.8em;
	background: #FFF8e3 url(../images/quote-left.jpg) no-repeat scroll 10px 0;
	border-left:4px solid #e7d291;
	float: right;
	margin: 10px 0 10px 20px;
	padding: 0 20px;
	width: 190px;
	color:#314871;
}

.rightquote2 {
	line-height:1.8em;
	/*background: #FFF8e3 url(../images/quote-left.jpg) no-repeat scroll 10px 0; */
	border-left: 3px solid #e7d291;

	float: right;
	margin: 1px 0 10px 40px;
	padding: 0 10px 0 5px;
	width: 300px;
	font:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:95%;
	background-color:#d4dae5;
}
.rightquote3 {
	width: 300px;
float: right;
margin-left: 1em;
border-top: solid 1px black;
border-bottom: solid 1px black;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size:95%;

}

.pullquote {
    width: 300px;
    float: right;
    margin: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-indent: -1.3em;
}
 
.pullquote:before {
    content: "“ ";
    font-size: xx-large;
    font-weight: bold;
}
 
.pullquote:after {
    content: " ”";
    font-size: xx-large;
    font-weight: bold;
}


.leftquote {
	line-height:1.8em;
	background: #FFF8e3 url(../images/quote-left.jpg) no-repeat scroll 10px 0;
	border-left:4px solid #e7d291;
	float: left;
	margin: 10px 20px 10px 20px;
	padding: 0 20px;
	width: 190px;
	color:#314871;
}
.leftquotelg {
	line-height:1.8em;
	background: #FFF8e3 url(../images/quote-left.jpg) no-repeat scroll 10px 0;
	border-left:4px solid #e7d291;
	float: left;
	margin: 10px 20px 10px 20px;
	padding: 0 20px;
	width: 655px;
	color:#314871;
}
.caption {
	font:  italic 12px Arial, Verdana, Helvetica, sans-serif;
	color: #314871;
	text-align: center;
}
div.figure {
	/* float: right;
 width: 25%;
  border: thin silver solid; */
  margin: 0.5em;
	padding: 0.5em;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: 10px;
	text-indent: 0;
}
.navActive {
	/*color:red;
	border-top:2px solid #314871;
	margin-top:-2px;
	background: #eeeeee;*/
}
.hangingindent {
	padding-left:35px;
	text-indent:-65px;
}
.hangingindent a {
	font-weight:bold;
}
