@charset "UTF-8";
body {
	font: 80% Arial, Helvetica, sans-serif;	
	/*background: #ffffff url(images/main_bg.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: #333333;
}
h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a:link, .staffName a:visited {
	border-bottom: 1px dotted #314871;
	text-decoration:none;
	color:#314871;
}


a:hover {
	border-bottom: 1px dotted #8C0000;
	text-decoration:none;
	color:#8C0000;
}
.featTitle1{color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; letter-spacing:1px;}
.featTitle2{color: #036; font-weight:bold; font-size:20px; letter-spacing:.5px;}

body /* Internet Explorer */ 
{ 
text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 
.smalltext{font-size:10px;}
.oneColFixCtrHdr{
	background-image:url(images/foyerArt/back.jpg); 
}
.oneColFixCtrHdr #container {
	width: 1000px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1b1687; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: 1em;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
#container #dropDownMenu a {
	color: #ffffff; /*navigation bar link text color*/
}
#container #dropDownMenu a:hover {
	color: #1b1687; /*navigation bar link text color*/
}

.oneColFixCtrHdr #container #submenuitemcolor a {
	color: #1b1687 !important; /*navigation bar link text color*/
}
.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_bg.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 {
	background: #1b1687 url(images/header_bg.jpg) repeat-x; 
	height: 100px;
	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: 600px;
	top: 0px;
	background: #b7c1e3 url(images/top_box.jpg) no-repeat; 
	width: 341px;
	height: 46px;
	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 #searchbox {
	float:left;
	margin-left: 10px;
	margin-top: 8px;
	background: transparent; 
	width: 350px;
	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: 0.7em;
}
.oneColFixCtrHdr #nav {
	background-image: url(images/menu_bg.jpg);
	height: 40px;
	margin-top:3px;
}
.oneColFixCtrHdr #nav #dropDownMenu .submenu {
	display:none;
}

.oneColFixCtrHdr #nav #dropDownMenu .submenuSelected {
	font-size:18px;
}
.navActive {border-top:2px solid #ffffff; background-color:#b7c1e3 !important; color:#1b1687 !important;}

.oneColFixCtrHdr #mainContent {
	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;*/
	background:#ffffff;
	margin-top:43px;
}
.oneColFixCtrHdr #mainContent h1 {
	padding: 6px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	margin-top: 40px;
	padding-bottom:10px;
	#margin-top: 0px; /* IE 7 hack to move up page header */
	color: #1b1687;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	background-color:#b7c1e4;
	height:25px;
	font-variant:small-caps;
}

.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: 1px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.oneColFixCtrHdr #leftCol {
	float: left;
	width: 700px;
	margin-top: 10px;
	margin-left: 10px;
	padding:0 10px 20px 10px;
}
.oneColFixCtrHdr #leftCol2 {
	float: left;
	width: 225px;
	padding: 10px;
	margin-left: 10px;
}
.oneColFixCtrHdr #leftCol2 #submenuitemcolor ul {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
}
.oneColFixCtrHdr #leftCol2 #submenuitemcolor ul li {
	padding: 8px 0 8px 5px;
	margin-left: 10px;
	text-decoration:none;
	border-width: 0 1px 1px 0;
	vertical-align:middle;
	list-style: url(images/list_style_img.gif);
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
}
.oneColFixCtrHdr #leftCol2 #submenuitemcolor ul li ul {
	margin: 8px 0 0 0;
	padding: 0 10px 0 0;
}
.oneColFixCtrHdr #leftCol2 #submenuitemcolor ul li ul li {
	padding: 8px 0 5px 0px;
	vertical-align:middle;
	margin-left: 12px;
	border: 0;
	border-width: 0;
	list-style: url(images/list_style_img2.gif);
	font: bold 12px Arial, Helvetica, sans-serif;
}



.oneColFixCtrHdr #leftCol2 #submenuitemcolor a
{	border: 0;
	border-width: 0;
	text-decoration: none;
	color: #333;
}

.oneColFixCtrHdr #leftCol2 #submenuitemcolor a:hover
{	border: 0;
	border-width: 0;
	text-decoration: none;
	color: #CCD199;
}

.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: Arial, 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: 264px;
	height:120px;
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 0;
	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: 30px;
	width: 240px;
	padding: 10px;
}
.oneColFixCtrHdr #rightCol2 {
	float: right;
	width: 720px;
	padding: 10px;
}
.oneColFixCtrHdr #rightCol2 h2 {
	padding: 20px 0 10px 0px;
	margin: 0;
	color: #314871;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

/*wwwheader used in technology section in template I cannot easily change - webgen system*/
.oneColFixCtrHdr #rightCol2 .wwwheader {
	padding: 20px 0 10px 0px;
	margin: 0;
	color: #314871;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

.staffName {
	margin: 0;
	font: bold 1em Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #rightCol2 h3 {
	padding: 20px 0 0px 0px;
	margin: 0;
	color: #314871;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 h4 {
	padding: 12px 0 3px 0px;
	margin: 0;
	color: #333333;
	font: bold 0.95em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 h5 {
	padding: 8px 0 0 17px;
	margin: 0;
	color: #314871;
	font: bold 0.85em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 p {
	padding: 5px;
	margin: 12px 5px 12px 0px;
	color: #333;
	font: normal 1em/1.4em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 blockquote {
	font: normal 1em/1.4em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 ul, .oneColFixCtrHdr #rightCol2 ol {
	padding: 0 20px 10px 40px;
	margin: 0 0 10px 0;
	color: #333;
	font: normal .9em Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #rightCol2 ul li, .oneColFixCtrHdr #rightCol2 ol li {
	margin-top: 8px;
}
.oneColFixCtrHdr #rightCol2 a {
	color: #314871;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #314871;
}
.oneColFixCtrHdr #rightCol2 h2 a {
	color: #314871;
	text-decoration: none;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #314871;
}
.oneColFixCtrHdr #rightCol2 h3 a {
	color: #314871;
	text-decoration: none;
	font: bold 1em Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #314871;
}

.oneColFixCtrHdr #rightCol2 a:hover {
	color: #8C0000;
	text-decoration: none;
	border-bottom: 1px dotted #8C0000;
}

.oneColFixCtrHdr #rightCol3 {
	float: right;
	width: 150px;
	padding: 0 10px;
}
.oneColFixCtrHdr #rightBox {
	border: 1px solid #CCCCCC;
	border-width: 1px 1px 0 0;
	font-size:80%;
	padding:10px;
	margin-top:14px;
}
.accordion2 {
	margin-left: 10px;
	color: #333;
	padding: 0;
	font-size: 0.8em;
}
.accordion2 h3 {
	background: #F0F3E0 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;
}
.accordion2 h3:hover {
	background-color: #D2D89C;
}
.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;
}
.accordion2 a:link, .accordion2 a:visited {
	color: #314871;
}
.accordion2 a:hover {
	text-decoration: none;
	color: #314871;
}
.oneColFixCtrHdr #footer {
	width: 1000px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #0c085c url(images/footer_bg.jpg) repeat-x;
	height: 43px;
	margin-top:5px;
	border:#FFF thin solid;
}
.oneColFixCtrHdr #footer p {
	padding: 5px 10px;
	color: #FFFFFF;
	font: 0.9em Arial, Helvetica, sans-serif;
	text-align: left;
}
.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;
}

.redtext{color:#F00;}


/*for new foyer pages design*/

#backGradient {background-image: url(images/foyerArt/back2.jpg);}

.portalBox220{width:220px; background-color:#FFFFFF; font-size:12px; border: #CCC thin solid; margin:5px 2px 5px 5px; text-align:left;}

.portalBox352{width:352px; background-color:#FFFFFF; font-size:12px; border:#CCC thin solid; margin:5px 2px 5px 5px; text-align:left;}
.portalBox300{width:300px; background-color:#FFFFFF; font-size:12px; border:#CCC thin solid; margin:5px 2px 5px 5px; text-align:left;}

.portalBox390{width:390px; background-color:#FFFFFF; font-size:12px; border: #CCC thin solid; margin:5px; text-align:left;}
.portalBox662{width:662px; background-color:#FFFFFF; font-size:12px; border: #CCC thin solid; margin:5px; text-align:left;}

.portalTitle{height:30px; background-image:url(images/foyerArt/titleMainBack.jpg); background-repeat:repeat-x; padding:2px 2px 2px 9px; font-size:15px; font-weight:bold; color:#FFFFFF; letter-spacing:-.5px;}

.portalTitle a:link, .portalTitle a:visited, .portalTitle a:active {color:#FFF; text-decoration:none;}
.portalTitle a:hover {color: #b7c1e4; text-decoration:none;}


.portalContent{padding:5px; background-color:#FFFFFF;font-size:12px; color:#000;}
.portalContentTech{padding:5px; background-color:#FFFFFF;font-size:12px; color:#000;overflow: auto; height:263px;}
.portalContentNews{padding:5px; background-color:#FFFFFF;font-size:12px; color:#000;overflow: auto; height:613px;}

.phototext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic;font-weight: bold; color: #FFFFFF;background-color: #1B1306;border-top-style: none; border-right-style: none;border-bottom-style: none;border-left-style: none;border-color: #1B1306;border:none;border-style:none; padding:2px;}


