﻿/* ------------------------ Basic Body CSS Starts -------------------------*/
body{
	behavior: url(/assets/css/ie_fix.htc); /* this is to correct issues with IE 6 only */
	padding:0px;
	margin:0px;
	background: #ECECEC; /*Gray;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px; /*1em*/
}

img {
	border:0px;
}

#wrapper {
	width: 980px;
	padding:0;
	margin: 0 auto;
	background-color: white;
}


#FauxColumn_left {
	margin:0;
	padding:0;
	background: url(/assets/images/left.gif) repeat-y left top;
	
}

#FauxColumn_right {
	margin:0;
	padding:0;
	background:url(/assets/images/right.gif) repeat-y right top;
	
}
		

#left_column {
	float:left;
	width:190px;
	height:100%;
	margin:0;
	padding:0;
	background-color:#696885;	
	

}
		
#right_column {
	float:right;
	width:190px;
	height:100%;
	margin:0;
	padding:0;
	background-color:#DCE1D8;
	
}

#middle_column {
	background:#FFFFFF;
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
	width:600px;
	margin-right: 190px;
	margin-left: 190px;
}

.middle_content {
	margin:0;
	padding-top: 0.5em;
	padding-right: .5em;
	padding-bottom: 0.5em;
	padding-left: .5em;
	font-size: 0.9em;
	color: #333333;
}

.breadcrumb {
	font-size: .7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.breadcrumb a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#mccont {
	display: block;
	height: 100%;
}

#mccont p {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;	
}

#lccont {
	display: block;
	height: 100%;
	clear: both;
	

}
	
#lccont p {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;	
}
	
	

.right_content {
	margin:0;
	padding-top: 10px;
	padding-bottom: 0.5em;
	padding-right: 0.5em;	
	padding-left: 0.5em;
	/*font-size: .9em;*/
}
		
.left_content {
	margin:0;
	padding-top: 5px;
	padding-bottom: 0.5em;
	padding-right: 0.5em;	
	padding-left: 0.5em;
	font-size: 0.9em;
	/*color: #FFF;*/
}

.block {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}

#footer {
	text-align: center;
	font-size: .8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background: url(/assets/images/footer_back.jpg) repeat-x left top;
}


#footer a {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

		
/***************************MAIN CONTENT STYLES*****************/
		

p.note {  /*SMALLER FONT FOR NOTES*/
	font-size:0.75em;	
}

p.header {
	border-left:solid 1px black;
	border-right:solid 1px black;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

li.listhead { /*BOLD HEADING IN LIST*/
	font-weight:bold;
}

hr.separator { /*LINE FOR SEPARATING ELEMENTS*/
	width:350px;
	text-align:center;
}

#mccont a {
	color:#696985;
}

#mccont a:hover {
	color:#A24500;	
}

#mccont a.bookmark {  /*FOR FIRST LEVEL ANCHOR LINKS */
	color:black ;
	font-weight:bold;	
}

#mccont a.bookmark2 {  /*FOR SECOND LEVEL ANCHOR LINKS */
	color:black ;
	text-decoration:underline;	
}

span.underline {
	text-decoration:underline;
}

span.italics {
	font-style:italic;
}

span.bold {
	font-weight:bold;
}

span.note {
	font-size:0.75em;	
}

span.alert {
	color:red;
}



h1 {
	font-size:1.25em;
	padding:0;
	margin-bottom:5px;
	color:black;
}

/* this replaces the old p.subhead class */
h2 {
	font-size:1.00em;
	padding:0;
	margin:0;
	color:black;
}

h3 {
	font-size:0.90em;
	padding:0;
	margin:0;
	color:black;
}


ul.descriptive li {
	margin-bottom:5px;
	}
	
ul li.undecorated {
	list-style:none;
	text-decoration:underline;
}

ol.descriptive li {	
	margin-bottom:5px;
	}
	
p.blackbar {
	background-color:#333333;
	color:white;
	font-weight:bold;
	width:98%;
	text-indent:2px;
	font-size:1.05em;
	margin-bottom:0;
	padding-bottom:0;
}

span.posted {
	margin:0;
	padding:0;
	font-size:0.75em;
	color:#666666;
	font-weight:bold;
}

#pregnant 
{
	display:none;
}

/* -------------------------- Basic Body CSS Ends  ---------------------------*/
/* -------------------------- Banner CSS Starts  ----------------------------*/

#header {
width:100%;
height: 129px;
font-size: 0.85em;
margin: 0;
padding: 0;
}





#sect508 {
	width: 100%;
	height:13px;
	color: white;
	font-size: 0.80em;	
	background-color: #ECECEC; /*Gray;*/
}

#sect508 a {
	color: #ECECEC; /*Gray;*/
	text-decoration: none;
	float:right;
	margin-right:5px;
}



#searchbar {
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	margin: 0px;
	padding-top: 0px;
}

#searchbar form {
	margin: 0px;
	padding: 0px;
}

.search {
	width: 25em;
	margin-right: -0.3em;
	border: 1px none #FFFFFF;
	background: #FFFFFF no-repeat left center;
	}
	
.search:hover {
	background: #FFFFCC url(none);
}
.search:active {
	background: #FFFFCC url(none);
}

.searchbutton {
	color: #000000;
	background: #999999;
	width: 5em;
	border: 1px solid #333333;
	font-size: 0.9em;
}
	
.searchbutton:hover {
	background: #666;
	cursor: pointer;
	color: #FFFFFF;
}

#azlogo {
	height: 75px;
	float: left;
	width: 302px;
	text-align: left;
	margin-right: -20em;
}

.seal {
	float: right;	
	height: 75px;
	width: 302px;
	text-align: right;
	margin-left: -20em;
}

#bnr_wrapper {
	background: #333333 url(/assets/images/bnr_back.jpg) repeat-x left top;
	white-space: nowrap;
	min-width:800px;
	display: table;
	width: 100%;
	text-align: center;
	height: 7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#bnr_center{
	color: #FFFFFF;
	font-size: 1.7em;
	line-height: 1.1em;
	text-shadow: #000 2px 2px 2px;
	height: 75px;
	width: 950px;
	background: url(/assets/images/banner.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#bnr_wrapper #slogan {
	float: left;
	height: 18px;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
	margin-top: 3px;
	padding-left: 20px;
}

#bnr_wrapper #sloganspanish {
	float: left;
	color: #FFFFFF;
	font-size: 0.77em;
	text-align: left;
	margin-top: 3px;
	padding-left: 20px;
}

#bnr_wrapper #bnr2_wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* ------------------------- Top Drop Menu Begins --------------------------- */

.topmenu_wrapper {
	background: #333333;
	width: 100%;
	text-align: center;
	height: 20px;
	display: table;
	white-space: nowrap;
	}

.topmenu {
	color:white;
	width: 920px;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	white-space: nowrap;
	}

#nav li:hover ul.sub
{
	left:2em;
	top:1.5em;
	background: #062233;
	width:60em;
	height:5.3em;
	z-index:100;
	font-weight: normal;
	text-align: left;
	overflow: auto;
	position:absolute;
	border: 1px solid #A24500;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	padding: 1px;
}

#nav {
	margin:0;
	list-style:none;
	z-index:500;
	padding: 0;
	width: 920px;
	font-weight: bold;
}

#nav li.top {
	display:block;
	float:left;
	white-space: normal;
}

#nav li.top:hover {
	
}

#nav li a.top_link {
	line-height:1.5em;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	font-size:1em;
	cursor:pointer;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	background: url(/assets/images/tab_corner2.png) no-repeat left top;
	/*background: url(/assets/images/tab_corner.gif) no-repeat left top;*/
	font-size: 1em;
}

#nav li a.top_link_active {
	line-height:1.5em;
	display:block;
	float:left;
	color:black;
	text-decoration:none;
	font-size:1em;
	cursor:pointer;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	background: url(/assets/images/tab_corner2.png) no-repeat left top;
	/*background: url(/assets/images/tab_corner.gif) no-repeat left top;*/
	background-color:#DCE1DA; /* alternate colors #696985, #A24500, #CCCCCC  */
	font-size: 1em;	
}

#nav li a.top_link:hover {
	color:#FFFFFF;
	cursor:pointer; 	
}

#nav li a.top_link span {float:left; display:block;}
#nav li a.top_link span.down {float:left; display:block;}
.down:hover {	
}

#nav li:hover a.top_link {color:#FFFFFF; }
#nav li:hover a.top_link span {color:#FFFFFF; }
#nav li:hover a.top_link span.down{	
}

#nav li:hover {
	z-index:400;
	background: #A24500;
	color:#FFFFFF;	

}

#nav li:hover ul.sub li
{
	position:relative;
	float:left;
	font-weight:normal;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 5px;
	padding-top: 0px;
	white-space: normal;
}

#nav li:hover ul.sub li:hover {
	background: #A24500;
	color:#FFFFFF;
	background: #A24500;
}

#nav li:hover ul.sub li a {
	display:block;
	font-size:1em;
	width:16em;
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
	padding-left: 1px;
}

.topmenu_wrapper .topmenu #nav .fly {
	font-size: 0.9em;
	line-height: 1.8em;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; color:#FFFFFF; }
#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{color:#FFFFFF; } 
.viewall{
	background: #A24500;
	text-align:center;
}

/* ---------------------------- Top Drop Menu ENDS---------------------------- */
/* -------------------------- Banner CSS ENDS  ----------------------------*/

/* --------------------------- left Menu Begins  ---------------------------- */

.nextlevel {
	background-color: #062233;
	font-family: Arial, Helvetica, sans-serif;

}
.nextlevel a {
	color:#0F9;
}


#menu {
	width: 170px;
	/* position: fixed;
	top: 10em; */
}

#menu ul {
	list-style: none;
	margin-top: 5px;
	margin-left: 0;
	margin-right:0;
	margin-bottom: 0;
	padding: 0;
	color:#FFFFFF;
}

#menu a, #menu h2 {
	font-size: 0.80em;
	font-weight:bold;
	display: block;
	margin: 0;
	padding: 10px 2px 2px 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#menu a {
text-decoration: none;
}

#menu a:hover {
	color: #FFF;
	background: #A24500;	
}

#menu li {
	position: relative; 
}

#menu ul ul ul {
	
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	/* for IE */
	filter:alpha(opacity=95);
	/* CSS3 standard */
	opacity:0.95;
	border: 1px solid #CCC;
}
#menu ul ul ul a {
	color:#FFF
}
#menu li:hover {
	background: #A24500;
	color:#FFFFFF;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;	
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#menu ul li {float: left; width: 100%; }
#menu ul li a {height: 1%; } 


.arrow {
	background: url(/assets/images/arrow.gif) no-repeat right center;
}


#menu ul li.menuheader {
	background: url(/assets/images/mainMenuTab.jpg) no-repeat left top;
	background-color:#062233;
	color:white;
	font-size: 0.80em;
	font-weight:bold;
	padding:3px;
	margin:0;
	text-align:center; 	
}

#menu ul li.menuheader:hover {
	background: url(/assets/images/mainMenuTab.jpg) no-repeat left top;
	background-color:#062233;
	color:white;
	font-size: 0.80em;
	font-weight:bold;
	padding:3px;
	margin:0;
	text-align:center; 	
}

/* ---------------------------- left Menu Ends  ---------------------------- */



/* ----------------------------news & popular marquee begins ---------------------------*/

#marquee {
	font-size: .75em;
}

#marquee a {
	color:white;
	text-decoration:none;
}

#marquee a:hover {
	color:#DCE1DA;
}

#marquee p {
	margin-left: 15px;
	margin-top:0;
	margin-right:3px;
	margin-bottom:0;
	padding: 0px;
	
}

#news {
	width: 175px;
	height:152px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top:5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: url(/assets/images/news.jpg) no-repeat left top; 
}

#links {
	width: 175px;
	height:152px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top:10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: url(/assets/images/links.jpg) no-repeat left top;
}

#spanishlinks {
	width: 175px;
	height:152px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top:10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: url(/assets/images/links_sp.jpg) no-repeat left top;	
}

/* -------------------------------news & popular marquee ends -------------------------- */


/* ----------------------------------- home page icon navrow begins ---------------------*/


#portals {
	height:185px;
	margin:0;
	padding:0;
}

.portalsDefaultText {
	display: block;
	float: left;
	width: 564px;
	height: 35px;
	text-align: center;
	line-height: 16px;
	font-size:0.80em;
	font-weight:bold;
}

#portals ul {
	margin:0;
	padding:0;
	list-style:none;
}

#portals li {
	
	float:left;
	padding-left:2px;
		}
		
#portals a {
	color:black;
	text-decoration:none;
	position:relative;
}

#portals a:hover	{
	border: none;
	color:black;	
}
		
a.portal1 {
	display: block;
	width:92px;
	height:103px;
	background:url('/assets/images/portal01_off.jpg') no-repeat left top;
}

a.portal1:hover {
	background:url('/assets/images/portal01_on.jpg') no-repeat left top;
}

a.portal2 {
	display: block;
	width:92px;
	height:103px;
	background:url('/assets/images/portal02_off.jpg') no-repeat left top;
}

a.portal2:hover {
	background:url('/assets/images/portal02_on.jpg') no-repeat left top;
}

a.portal3 {
	display: block;
	width:92px;
	height:103px;
	background:url('/assets/images/portal03_off.jpg') no-repeat left top;
}

a.portal3:hover {
	background:url('/assets/images/portal03_on.jpg') no-repeat left top;
}

a.portal4 {
	display: block;
	width:92px;
	height:103px;
	background:url('/assets/images/portal04_off.jpg') no-repeat left top;
}

a.portal4:hover {
	background:url('/assets/images/portal04_on.jpg') no-repeat left top;
}

a.portal5 {
	display: block;
	width:92px;
	height:103px;
	background:url('/assets/images/portal05_off.jpg') no-repeat left top;
}

a.portal5:hover {
	background:url('/assets/images/portal05_on.jpg') no-repeat left top;
}


a.portal6 {
	display: block;
	width:92px;
	height:103px;
	background:url('/assets/images/portal06_off.jpg') no-repeat left top;
}

a.portal6:hover {
	background:url('/assets/images/portal06_on.jpg') no-repeat left top;
}

#portals a span {
	width:550px;
	position: absolute;
	top:110px;
	display:none;
	text-align:center;
}

#portals a span.first {
     position:absolute;
     left:0px;
     background-color: white;
     }

#portals a span.second {
     position:absolute;
     left:-94px;
     background-color: white;
     }

#portals a span.third {
     position:absolute;
     left:-188px;
     background-color: white;
     }

#portals a span.fourth {
     position:absolute;
     left:-282px;
     background-color: white;
     }

#portals a span.fifth {
     position:absolute;
     left:-376px;
     background-color: white;
	}

#portals a span.sixth {
     position:absolute;
     left:-470px;
     background-color: white;
	}

#portals a:hover span {
     display:block;
	}

/* -------------------------------- home page icon navrow ends ------------------------*/

/*--------------------------------- Spanish home page icon navrow begins -------------*/

#spanishportals ul {
	margin:0;
	padding:0;
	list-style:none;	
}

#spanishportals li {
	float:left;
	margin-top:20px;
	margin-left: 60px;
}

#spanishportals a {
	display:block;
	width:190px;
	height:177px;
	text-decoration:none;
}

#spanishportals a span {
	color:white;
	width:450px;
	text-align:center;
	position:absolute;
	left:50px;
	top:200px;
	display:none;	
}

#spanishportals a:hover span {
	color:black;
	background-color: white;
	display:block;
}

#spanishportals a.solicitantes {
	background-image:url('/assets/images/portal01_off_spanish.jpg');	
}

#spanishportals a.solicitantes:hover {
	background-image:url('/assets/images/portal01_on_spanish.jpg');
}

#spanishportals a.miembros {
	background-image:url('/assets/images/portal02_off_spanish.jpg');
}

#spanishportals a.miembros:hover {
	background-image:url('/assets/images/portal02_on_spanish.jpg');
}

/*--------------------------------- Spanish home page icon navrow ends -------------*/

/* -------------------------- begin web forms ----------------------*/

fieldset {
	margin-top:10px;
	border: 1px solid darkgray;
	padding: 10px;
	background-color: #DCE1DA; 
	
}

legend {
	font-weight: bold;
	padding:5px;
	color:black;	
}

p.submission {
	text-align:center;
}

label.inline {
	width:8em;
	float:left;
}

input:focus,textarea:focus {
	background: #C0C0C0;
}

/* -------------------------- end web forms ------------------------*/

/* ---------------------- begin data tables --------------------*/

/* NOTE: CSS does not support the cellspacing table property, so this must 
be set to zero in the beginning table tag in the HTML code.*/

caption {
	font-weight: bold;
	text-align:center;
}

.datatable {
	width: 100%;
	border-collapse:collapse;
	border-left:solid 1px black;
}

.datatable th {
	background: #DCE1DA;
	padding:3px;
	border-right: solid 1px black;
	border-bottom:solid 1px black;
	border-top:solid 1px black;
}
	
.datatable th.header {
	background-color:black;
	color: white;
	font-weight:bold;
}

.datatable td {
	padding:3px;	
	border-bottom:1px solid black;
	border-right:solid 1px black;
	vertical-align:top;
}

.datatable tr.light {
	background: white;	
}

.datatable td.light {
	background: white;
}

.datatable tr.shaded {
	background: #f5f5f5;
}

.datatable td.shaded {	
	background: #f5f5f5;
}

#typecol,#sizecol,#codecol,#UPDcol,#positionscol,#picturecol,#countycol,#GSAcol,#CAPcol,#FFScol,#typecol,#indicatorcol,#begincol,#endcol {
	text-align:center;
}




/* ------------------------- end data tables ------------------- */

/*----------------------begin shared resources menu (right column)-----------*/

#shared ul {
	margin-top:10px;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding:0;
	list-style:none;
}

#shared li {
	margin:0;
	padding:0;
	text-indent:2px;
	
}

#privacy #shared li.privacy a,
#fraud #shared li.fraud a,
#grievance #shared li.grievance a,
#DRA #shared li.DRA a,
#notices #shared li.notices a,
#HIT #shared li.HIT a {
color: White;
}

/*alternate colors #062233,#DCE1DA,#696985 */
#privacy #shared li.privacy,
#fraud #shared li.fraud,
#grievance #shared li.grievance,
#DRA #shared li.DRA,
#notices #shared li.notices,
#HIT #shared li.HIT {
background-color: #062233;
}

#shared li.active a:hover {
	color:white;
}

#shared li.header {
	padding-left:3px;
	padding-right:3px;
	padding-bottom:5px;
	padding-top:0;
	text-indent:0;
	text-align:center;
	color:white;
	font-size: 0.75em;
	font-weight:bold;
	background:url('/assets/images/resource02.jpg') no-repeat left top;	
}

#shared a {
	display:block;
	padding:0;
	margin:0;
	height:20px;
	line-height:20px;
	text-decoration:none;
	color:#696985;
	border-bottom:solid 1px #696985;
	font-size: 0.75em;
	font-weight:bold;

}

#shared a.last {
	border-bottom:solid 1px #696985;
}

#shared a:hover {
	color:#A24500;
}

/*------ hw stands for Health & Wellness -------------*/

#hw {
	height:40px;
	vertical-align:top;
	margin:0;
	padding:0;
}


#hw a {
	border:none;
	padding:0;
	margin:0;
	line-height:15px;
}

#hw image {
	float:left;
	margin-left:3px;
	
}

#hw span {	
	float:right;
	clear:left;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:5px;
	padding:0;
}

/*---------------------end shared resources menu -------------------------*/

/* ------------------------- begin linklists ---------------------------------------*/

#linklist ul {
	margin:0;
	padding:0;
	list-style:none;	
}

#linklist li {
	float:left;
	padding-left:10px;
}

#linklist a {
	font-weight:bold;
}

/*------------------------- end linklists -------------------------------------------*/

/*-------------------------- graphic linklist --------------------------------------*/

#graphiclinklist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;	
}

#graphiclinklist li {
	border-top: solid 1px silver;
	padding-top: 7px;
	text-align:center;
}

/*----------------------------------- end graphic linklist --------------------------------*/

/*----------------------------- language button -----------------------------------*/

p.language {
	width:130px;
	height:28px;
	line-height:23px;	
	text-align:center;
	padding:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:25px;
	font-size:0.80em;
	background-image:url('/assets/images/english-spanish_button_up.png');
}

p.language a {
	color:#696985;
	text-decoration: none;
}

p.language a:hover {
	color:#A24500;
}

/*----------------------------- end language button -----------------------------------*/

/*----------------------------- slide show -----------------------------------*/

#slideShow {
	display: block;
	float: left;
	position: relative;
	width: 562px;
	height: 170px;
	margin-top: -20px;
	left: 3px;
}

/*----------------------------- end slide show -----------------------------------*/

/*----------------------------- expandable box (splash page) -----------------------------------*/

.boxContainer {
	display: block;
	float: left;
	position: relative;
	width: 175px;
	margin-bottom: 10px;
	background-color: #6c6984;
}

.boxHeader {
	display: block;
	float: left;
	position: relative;
	width: 175px;
	height: 20px;
	text-align: center;
	font-size: 1.10em;
	color: #6c6984;
	font-weight: bold;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/assets/images/boxHeader.png');
	background-repeat: no-repeat;
}

.boxContent {
	display: block;
	float: left;
	position: relative;
	width: 165px;
	color: White;
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 5px 5px 5px 5px; /*top, right, bottom, left*/
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/assets/images/boxBorderRepeat.png');
	background-repeat: repeat-y;
}

.boxContent ul {
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
	list-style: none;	
}

.boxContentLinks01 {
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
}

.boxContentLinks02 {
	display: none;
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	padding: 0px 0px 0px 0px; /*top, right, bottom, left*/
}

.boxFooterContainer {
	display: block;
	float: left;
	position: relative;
	width: 175px;
	height: 12px;
	background-image: url('/assets/images/boxFooter.png');
	background-repeat: no-repeat;
}

.boxFooterContent {
	display: block;
	float: left;
	position: relative;
	width: 144px;
	height: 12px;
	text-align: right;
	padding-right: 3px;
	font-size:0.90em;
	color: #6c6984;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif
}

.boxFooterToggle {
	display: inline;
	float: left;
	position: relative;
	width: 28px;
	height: 12px;
	cursor: hand;
}

/*----------------------------- end expandable box (splash page) -----------------------------------*/

/*----------------------------- ticker (splash page) -----------------------------------*/

#pscroller {
    width: 520px;
    height: 18px;
}

#pscroller a {
    text-decoration: none;
    color: #FFFFFF;
}

.someclass {
    /*insert style here for more control*/
}

/*----------------------------- end ticker (splash page) -----------------------------------*/