﻿*
{
	padding:0;
	margin:0;
	line-height:1em;
	font-size:1em;
	 font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

h1
{
	font-size:1.8em;
	line-height:1.8em;
}

.buttonHover:hover
{
    background-color: #DDDEFF;
    cursor:pointer;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration:none;
}

.buttonHover
{
    color:#666666;
    text-decoration:none;
    line-height:1.2em;
}

#landingPage
{
    width:740px;
    
    padding-left:10px; 
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid grey; 
    text-decoration:none; 
    float:left;
}

#landingPageDescription
{
    font-size:.8em; 
    line-height:1.4em; 
    margin-right:30px;
}

.slideshow
{
	width:740px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

.slideshow #text
{
    padding: 5px 5px 5px 5px;
}

.slideshow #slide0, #slide1, .slideshow #slide2, .slideshow #slide3, .slideshow #slide4
{
	width:740px;
	height:190px;
	margin-top: 0px;
	float:left;
	clear:none;
	background-color:#EFFDFD;
}

.slideshow #slide0:hover, #slide1:hover, .slideshow #slide2:hover, .slideshow #slide3:hover, .slideshow #slide4:hover
{
    background-color:#DEECEC;
}

.slideshow #image h1
{
	font-size:1.3em;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:lighter;
	color:#555555;
	text-align:center;
}

.slideshow #image, .slideshow #image a:visited
{
	clear:none;
	float:left;
	width:495px;
	font-size:.9em;
	line-height:1.5em;
	margin-left:15px;
	font-family:Verdana;
	color:#222222;
}

h2
{
	font-size:1.5em;
	line-height:1.5em;
}

h3
{
	font-size:1.2em;
	line-height:1.2em;
}

h4
{
	font-size:1.1em;
	line-height:1.1em;
}

img
{
	border-style:none;
	border-width: 0;
	clear:none;
}
/* Begin MENU CSS */
.menu 
{
	width:590px; 
	height:32px; 
	border-top: solid 4px #007cc2;
	position:relative; 
	text-align:center; 
	margin-left:35px; 
	margin-bottom:20px;
	padding-top:40px; 
	z-index:100;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	font-size: 10px;
	text-transform:uppercase;
}
/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:746px; 
	w\idth:745px;
	
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	margin-top:10px;
	list-style-type:none;
}

.menu ul ul 
{
	width:85px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	width:85px;
	padding-left:1px;
	padding-right:1px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
    padding-top:10px;
	display:block;
	text-decoration:none; 
	/*color:#0274be; */
	color:#0066CC;
	width:85px; 
	height:32px; 
	font-weight:bold;
}

.menu a p
{
	position:absolute;
	bottom:0;
	width:85px;
	left:0;
	vertical-align:bottom;
	text-align:center;
	margin-bottom:15px;
	cursor:pointer;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
	width:85px; 
	w\idth:85px;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited
{
	background: #EEEEEE url("../images/arrows.gif") no-repeat right;
}
/* style the second level background */
.menu ul ul :hover > a.drop
{
	background:#DDDDDD url("../images/arrows.gif") no-repeat right;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited 
{
	background:#EEEEEE;
}
/* style the third level hover */
.menu ul ul ul a:hover, .menu ul a:hover
{
	background:#DDDDDD;
}
  
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility:hidden; 
	position:absolute;
	height:0;top:32px;
	left:0; 
	width:85px;
}

/* another hack for IE5.5 */
* html .menu ul ul 
{
	top:30px;
    t\op:31px;
}
 
/* position the third level flyout menu */
.menu ul ul ul
{
	left:170px; 
	top:-10px; 
	width:150px;
	_left:145px; /*IE6 css hack */
}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
	left:-149px;
}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	background:#EEEEEE; 
	color:#888888; 
	height:auto; 
	line-height:1em; 
	padding:10px 10px; 
	
	width:150px;
	border-width:0 1px 1px 1px;
	border-bottom:1px solid #AAAAAA;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited 
{
	width:150px;w\idth:128px;
}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover, .menu :hover > a, .menu ul ul :hover > a, .menu ul ul ul a:visited:hover
{
	background:#DDDDDD;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul, .menu ul :hover ul :hover ul
{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden;
}
/*END CSS MENU */

body 
{
	background-image:url("../images/BG.gif");
}

.content
{
	width:800px;
	height:auto;
	min-height:200px;
	margin: 0 auto 0 auto;
	background-color:White;
	background-image:url("../images/contentBG.jpeg");
	background-repeat:repeat-y;
}

.pageContent
{
	clear:both;
	margin-left:27px;
}


#logo
{
	float:right;
	clear:right;
	margin-right:40px;
	margin-top:-96px;
	border-top: solid 4px #007cc2;
}

#logo:hover
{
	cursor:pointer;
}

.footer
{
	clear:both;
	position:relative;
	z-index:10;
	width:800px;
	height:80px;
	padding-top:10px;
	margin:0 auto 0 auto;
	background-image:url("../images/contentBG.jpeg");
	background-repeat:repeat-y;
}

.footerDivide
{
	width:740px;
	height:1px;
	margin-left:27px;
	border-top:1px dotted #AAAAAA;
}

.footer ul
{
	width:740px;
	border-bottom: solid 4px #007cc2;
	height:30px;
	margin-left: 30px;
	font-family:Arial,helvetica,sans-serif;
	color: #999999;
	font-size:11px;
	text-decoration:none;
}

.footer li
{
	display:inline;
	float:left;
	clear:none;
	list-style:none;
}

#footerLinks
{
	float:right;
}


/* home page css */

.homePageNews
{
	width:740px;
	background-image:url("../images/HomeNewsBG.jpg");
	background-repeat:repeat;
	margin-top:10px;
	border-bottom: 1px solid #9999FF;
	border-top: 1px solid #BBBBFF;
}

#title1
{
	color:#0066AA;
	margin-left:40px;
	font-size:18px;
}
#title2
{
	margin-left:120px;
	font-size:22px;
	color:#999999;
}

.GreyHeadline {
	font-size: 18px;
	font-weight: normal;
	color: #005893;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:15px;
	padding-bottom:15px;
}

#homeContent
{
	margin-left:30%;
	
}

.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding-bottom:15px;
}

/* end homepage CSS */

/*Generic CSS (applies to mutliple pages) */

#banner
{
	border-top: 1px solid #BBBBFF;
	border-bottom: 1px dotted #0000FF;
	background: url("../Images/secondaryWave.jpg") no-repeat;
	width:740px;
	height:60px;
	margin-bottom:15px;
}

#bannerText a
{
	position:relative;
	clear:none;
	float:right;
	vertical-align:middle;
	height:40px;
	margin-top:20px;
	margin-right:10px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#005893;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

#leftSide
{
	float:left;
	width:225px;
	list-style:none;
}

#leftSide img
{
	float:left;
	clear:both;
	margin-bottom:20px;
}

#rightSide
{
	width:500px;
	text-align:left;
	margin-left:200px;
	padding-left:25px;
	word-spacing:2px;
}

#rightSide p
{
	margin-right:5px;
}

#rightSide ul
{
	list-style:none;
	padding-bottom:15px;
	line-height:15px;
}

.style1
{
	color:Red;
}

/*Glossary CSS */

.Glossary
{
	width:720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding-bottom:15px;
	margin-left:10px;
}

.Glossary h3
{
	margin: 20px 0 10px 0;
	font-size:16px;
	border-bottom:1px dotted black;
	
}
.Glossary .letter
{
	font-size:26px;
	color:black;
	margin: 10px 0 10px 0;
}

.Glossary .definition
{
	margin-left:15px;
	line-height:15px;
}

.LetterLinks a
{
	float:left;
	margin-left:14px;
	font-size:20px;
}

/* End Glossary CSS */
.requestInformation
{
    width:272px;
    height:60px;
    float:right;
    margin-right:35px;
    margin-top:10px;
    background-image: url('../../../images/button-blue.PNG');
}
.requestInformation a
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	font-size: 1em;
	text-transform:uppercase;
	margin-right:0px;
	float:right; 
	width:247px; 
	height:50px;
	color:#444444;
	font-weight:bold;
	line-height:1.2em;
	text-align:right; 
	padding-right:33px;
	padding-top:20px;
	
	
}
/*
.requestInformation a
{
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:0px;
	float:right; 
	width:400px; 
	text-align:right; 
	margin-right:35px;
}
*/
.requestInformation a:hover
{
	text-decoration:underline;
}
