@charset "utf-8";
/*
*********************************
STYLES FOR BODY
*********************************
*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(/images/PG1415_bg_OPT_2560x1352.png);
	background-size: 2560px 1352px;
/*	background-image:url(/images/clouds_bg_2560x1352.jpg);*/
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-color: #000000;
}


/*
*********************************
Background center image
*********************************
*/

.backgroundcenterimage {
	width: 1500px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(/images/backgrounds/test_1500x800.jpg);
	background-repeat:no-repeat;
	text-align: center;
	
}
	


/*
*********************************
Container holds all the content
*********************************
*/
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}





/*
*********************************
ALL STYLES FOR THE HEADER
*********************************
*/
.oneColFixCtrHdr #header {
	/* padding: 0 10px 0 20px;   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 #header h1 {
	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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


/*
*********************************
STYLE FOR THE Nav Bar
*********************************
*/

#navcontainer ul
{
padding: 0;
margin: 0;
background-image:url(/images/nav_bg_5x100.jpg);
background-repeat:repeat-x;
color: White;
float: left;
width: 973px;
font-family: arial, helvetica, sans-serif;
font-size:14px;
font-weight:bold;
border: 1px solid #fffbca;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 0.75em;
background-repeat:repeat-x;
color: White;
text-decoration: none;
float: left;
/*border-right: 1px solid #fff;*/
}

#navcontainer ul li a:hover
{
background-image:url(/images/nav_bg2_5x100.jpg);
background-repeat:repeat-x;
color: #000;
}


/*
*********************************
STYLE FOR THE MAIN CONTAINER
*********************************
*/
.oneColFixCtrHdr #mainContent {
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	/*border: 1px solid #000000;*/
	

}

#singlecolumn { 
	width: 963px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 10px;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/Medgray_bg_1000x5_opt.png);
	background-repeat:repeat-y;
	border: 1px solid #000;
}


#leftcolumn { 
	width: 290px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	float: left;
	display:inline;
}

#featuredcontent { 
	width: 650px;
	padding-top:18px;
	padding-bottom:25px;
	padding-right:0px;
	padding-left:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	background-image:url(/images/fc_bg_670x355_opt.png);
	background-repeat:no-repeat;
}

.iconlinks a:link, .iconlinks a:visited, .iconlinks a:hover{
	font-family: arial, helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-decoration:none;
}

#infocolumn { 
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/lightgray_bg_1000x5_opt.png);
	background-repeat:repeat-y;
	border: 1px solid #000;
}

#rightcolumn { 
	width: 670px;
	padding: 5px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	float: right;
	display:inline;
	background-image:url(/images/lightgray_bg_1000x5_opt.png);
	background-repeat:repeat-y;
	border: 1px solid #000;
}

#iconscolumn { 
	width: 630px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/lightgray_bg_1000x5_opt.png);
	background-repeat:repeat-y;
	border: 1px solid #000;
}

.clear { 
	clear: both;
}

/*
***************************************
ALL STYLES FOR THE GENERAL TWO COLUMN
***************************************
*/

.generaltexttitle { 
	font-family: arial, helvetica, sans-serif;
	font-size:16px;

}


#generalleftcolumn { 
	width: 700px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	float: left;
	display:inline;
}

#generalrightcolumn { 
	width: 272px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	float: right;
	display:inline;
}

#generaladcolumn { 
	width: 250px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/lightgray_bg_1000x5_opt.png);
	background-repeat:repeat-y;
	border: 1px solid #000;
}

#generalinfocolumn { 
	width: 670px;
	padding-top:10px;
	padding-bottom:30px;
	padding-right:10px;
	padding-left:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/lightgray_bg_1000x5_opt.png);
	background-repeat:repeat-y;
	border: 1px solid #000;
}

.featuredarticlestitle { 
	font-family: arial, helvetica, sans-serif;
	font-size:14px;

}

/*
*************************************
ALL STYLES FOR THE RIGHT CONTACT BOX
*************************************
*/
.rightcontentcontactbox{
	font: 11px Arial;
	padding: 5px 5px 5px 5px;
	/*display: block;*/
	color: #000000;
	text-decoration: none;
	border: 1px solid #000;
/*	background-color:#FFFFFF; */
}
.rightcontentcontactbox a:link, .rightcontentcontactbox a:visited{
	color: #000000;
	text-decoration: underline;
	
}
.rightcontentcontactbox a:hover{
	color:#F00;
	text-decoration: underline;
}
.rightcontentcontactboxtitle {
	font: 12px Arial;
	padding: 2px 5px 2px 5px;
	display: block;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	background-color:#000;
	background-image:url(/images/nav_bg_5x100.jpg);
	background-repeat:repeat-x;
}
.rightsidecontact {

padding: 5px 0px 5px 0px;

}
.rightsidecontacttop {

padding: 0px 0px 5px 0px;

}

.rightcontentcontactboxmain {

border-bottom: 1px dotted #6F6F6F;

}

/*
*********************************
ALL STYLES FOR THE FOOTER
*********************************
*/
.glossarytitleletter {
	font-family: arial, helvetica, sans-serif;
	font-size:20px;
	border-bottom: 1px solid #000;

}

/*
*********************************
ALL STYLES FOR THE FOOTER
*********************************
*/
.oneColFixCtrHdr #footer {
	/* padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(/images/nav_bg_5x100.jpg);
	background-repeat:repeat-x;
	border: 1px solid #fffbca;
	
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footertext {
	padding: 5px 5px 3px 0px;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#FFFFFF;
}





/*
*****************************************************
ALL STYLES FOR THE KICKERS (Located in the header)
*****************************************************
*/
#kicker {
	margin: 0;
	padding: 8px 0px 0px 0px;
}
#kicker ul li{
	display: inline;
	margin: 0;
	list-style:none;
	padding: 0px 7px 0px 7px;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #FFF;
}

#kicker li.kickerlast {
	border:none;
}


#kicker a:link, #kicker a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#kicker a:hover{
	color:#F00;
	text-decoration:none;
}





/*
********************************************************************
ALL STYLES FOR THE FOOTER KICKERS (Located in the footer)
********************************************************************
*/
#kickerfooter {
	margin: 0;
	padding: 2px 0px 0px 0px;
}
#kickerfooter ul li{
	display: inline;
	margin: 0;
	list-style:none;
	padding: 0px 7px 0px 7px;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #FFF;
}

#kickerfooter li.kickerfooterlast {
	border:none;
}


#kickerfooter a:link, #kickerfooter a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#kickerfooter a:hover{
	color:#FF0;
	text-decoration:none;
}

/*
********************************************************************
ALL STYLES FOR THE Glossary Links
********************************************************************
*/
#glossaryletters {
	margin: 0;
	padding: 2px 0px 0px 0px;
}
#glossaryletters ul li{
	display: inline;
	margin: 0;
	list-style:none;
	padding: 0px 7px 0px 7px;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#000;
	border-right:1px solid #000;
}

#glossaryletters li.glossaryletters {
	border:none;
}


#glossaryletters a:link, #glossaryletters a:visited{
	color:#000;
	text-decoration:none;
}
#glossaryletters a:hover{
	color:#999;
	text-decoration:none;
}






/*
*************************************************************
ALL STYLES FOR Member Directory Modify Search and New Search
*************************************************************
*/
.ModNewSearchlink, .ModNewSearchlink a:link, .ModNewSearchlink a:visited{
	padding: 5px 5px 5px 5px;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.ModNewSearchlink a:hover{
	color:#F00;
	text-decoration:none;
}


/*
******************************************
ALL STYLES FOR THE MIDDLE CONTENT
******************************************
*/

.middlecontentboxtitle {
	font: 12px Arial;
	padding: 2px 5px 2px 5px;
	display: block;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	background-color:#093671;
	background-image:url(/images/top_nav/test_blue_0.gif);
	background-repeat:repeat-x;
}

.middlecontentboxtitle2 {
	font: 12px Arial;
	padding: 2px 5px 2px 5px;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	background-image:url(/images/nav_bg_5x100.jpg);
	background-repeat:repeat-x;
}

.middlecontentbox {

font: 12px Arial;

padding: 5px 5px 5px 5px;

/*display: block;*/

color: #000000;

text-decoration: none;

border: 1px solid #CCC;

background-color:#FFFFFF;

}
.middletitletext {
	font: 18px Arial;
	padding: 2px 5px 2px 5px;
	margin: 0px 2px 5px 0px;
	display: block;
	color: #000;
	font-style:italic;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 5px solid #1D447A;
}
.pressreleasetitletext {
	font: 16px Arial;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 5px 0px;
	display: block;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
.homemiddlelowerbox {

padding: 5px 0px 5px 0px;

}

.dottedDivider {
margin: 10px 5px 20px 0px;
border-bottom: 1px dashed #CCC;

}

.soldout {
	font: 14px Arial;
	color: #900;
	font-weight:bold;
}

/*
*********************************
ALL STYLES FOR THE Member Search
*********************************
*/
.MemberSearchtitle, .MemberSearchtitle a:link, .MemberSearchtitle a:visited{
	padding: 0px 0px 0px 0px;
	display:block;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.MemberSearchtitle a:hover{
	color:#F00;
	text-decoration:none;
}
.AdvancedMemberSearchtitle, .AdvancedMemberSearchtitle a:link, .AdvancedMemberSearchtitle a:visited{
	padding: 5px 0px 0px 0px;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: underline;
}
.AdvancedMemberSearchtitle a:hover{
	color:#F00;
	text-decoration:none;
}
.MemberSearchBox {

	padding: 16px 15px 0px 0px;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	font-weight:bold;
	color:#333;
	text-decoration:none;

}
.careertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.careerDescrip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.AEATodayTitle {
	font: 14px Arial;
	text-decoration: none;
}
.POCtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#A77F39
}
.Advertismenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333
}
#MiddleContentRed {
	color: #F00;
}

.GAServes{
	padding: 5px 0px 0px 0px;
	display:block;
	font-family:arial, verdana, sans-serif;
	font-size:11px; 
	color:#333;
	text-decoration:none;
}
