﻿/*default*/
h1, h2, h3, h4, h5 {  
	margin: 0;
	font-size:100%;
	padding:0;
}
/*headings*/
h2 {
	font-size:105%;
	margin:15px 0 18px 0;
	padding:0 30px 0 0;
	color:#00257b;
	line-height:1.1;
}
a{color:#000000;
				
}
a2{text-decoration: underline;color:#e8b610;}
a:hover{
	color:#e8b610;
	text-decoration:underline;
}

.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight: normal;
	color:#000000;
	list-style: square;
	letter-spacing: 0px;
}

.copylarge{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight: normal;
	color:#000000;
	list-style: square;
}

.title {
	color: #20358c;
	font-weight: bold;
	letter-spacing: 0px;
}

.required {
color: #990000
}


ul {
	list-style-type: square;
	padding-left: 0;
	margin-left: 20px;
	color: #e8b610;
	}
	
li { line-height: 85%; }

.boldcopy {
	font-size:85%;
	color: #bc9514;
	font-weight: bold;
}

.casestudy {
	font-size:70%;
	color: #bc9514;
	font-weight: bold;
}


/*horizontal menu*/
div#navcontainer
{
	background-color: #eab119;
	height: 30px;
}

div#navcontainer ul
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 70%;
	font-weight: bold;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
	padding: 5px 10px 20px 10px;
	color: #000000;
	text-decoration: none;
	border-right: 1px solid #fff;
}

div#navcontainer ul li a:hover
{
	background-color: #000000;
	color: white;
}

#active a { border-left: 1px solid #fff; }

.lit {
	background-color: #000000;
	color:#fff;
	padding: 5px 10px 20px 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-left:10px;
	
}

/*horizontal menu2*/

#centeredmenu {
	float:left;
	width:100%;
	background:#eab119;
	border-bottom:3px solid #666;
	overflow:hidden;
	position:relative;
	height: 30px;
}
#centeredmenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	font-weight: bold;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	height: 40px;
}
#centeredmenu ul li a {
	display:block;
	margin:0 0 0 0px;
	padding:3px 8px;
	background:#f0d477;
	color:#000000;
	text-decoration:none;
	line-height:2em;
	height: 30px;
	border-left: 1px solid #666;
}
#centeredmenu ul li a:hover {
	background:#000;
	color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
	color:#fff;
	background:#666;
	font-weight:bold;
}

