/***********************************************/
/* ana.css                            */

/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: palatino, Palatino;
	color: #7e7f7f;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: url(../Templates/grey2.jpg);
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #4678a0;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 150%;
 font-family:palatino, Palatino;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114%;
 font-family:palatino, Palatino;
 color: #e5e8e7;
 margin: 0px;
 padding: 0px;
}

h3{
 font: 100%;
 font-family:palatino, Palatino;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100%;
 font-family:palatino, Palatino;
 color: #7e7f7f;
 margin: 5px 0px 0px 0px;
 padding: 0px;
}

h5{
 font: 100%;
 font-family:palatino, Palatino;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h6{
 font: 100%;
 font-family:palatino, Palatino
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 134px;
	left: 8%;
	right: 10%;
	width:88%;
	background-color:#000000;	
	 	max-width: 1100px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{

	position: absolute;
	top: 0px;
		left: 8%;
	right: 10%;
	width:90%;
	max-width:1000px;
	
}

#pageNav{
	float: left;
	width:120px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;

}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 120px;
	border-left: 1px solid #ccd2d2;
	background-color: #ffffff;
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175%;
	font-family:palatino, Palatino;
	font-size: 16px;
	color: #ffffff;
	margin:8px 5px 5px 8px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 110%;

min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url(../Templates/glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
font: palatino, Palatino;
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font: palatino, Palatino;
	font-weight:bold;
  	color: #000000;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url(../Templates/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 100px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	max-width: 960;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff ;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}



/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font:14px palatino, Palatino;
	background-color: #f2f2f2;
	min-height: 200px;
	border-left: 1px solid #ccd2d2;
	margin:0 0 0 120px;
	
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% palatino, Palatino;
	color: #000000;
	padding: 3px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


.feature #cell_A {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 175px;

text-align:center;
}
.feature #cell_A h3 {
	text-align: center;
		color: #7e7f7f;
		font-family: palatino, Palatino;
}

.feature #cell_R {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 150px;

text-align:center;
}
.feature #cell_R h3 {
	text-align: center;
		color: #7e7f7f;
		font-family: palatino, Palatino;
}

.feature #cell_A h4, .feature #cell_B h4, .feature #cell_C h4, .feature #cell_D h4, .feature #cell_E h4, .feature #cell_F h4, .feature #cell_Q h4, .feature #cell_R h4   {

margin: 0 -4px 0 !important;
padding:0 0 0 0;
font-size:1.3em;
color:#7e7f7f;
text-align:center;
font-weight:bold;
font-style:italic;
font-family:palatino, Palatino;
}
.feature #cell_25 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 25px;

text-align:center;

}
.feature #cell_8 {
margin:0;
padding:3px;
float:left;
width: 8px;

text-align:center;

}

.feature #cell_35 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 35px;

text-align:center;

}
.feature #cell_45 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 45px;

text-align:center;

}

.feature #cell_60 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 60px;

text-align:center;
}

.feature #cell_75 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 75px;

text-align:center;
}

.feature #cell_100 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 100px;

text-align:center;
}
.feature #cell_125 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 125px;

text-align:center;
}


.feature #cell_155 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 155px;
text-align:center;
}

.feature #cell_175 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 175px;

text-align:center;
}
.feature #cell_210 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 210px;

text-align:center;
}
.feature #cell_225 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 225px;

text-align:center;
}
.feature #cell_250 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 250px;

text-align:center;
}

.feature #cell_325 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 325px;

text-align:center;
}
.feature #cell_335 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 335px;

text-align:center;
}


.feature #cell_367 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 367px;
text-align:center;
}
.feature #cell_SS {
margin:0;
padding:3px;
float:left;
width: 367px;
text-align:center;
}
.feature #cell_450 {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 450px;
text-align:center;
}
.feature #cell_SS p{
text-align:center;
}

.feature #cell_155 h3, .feature #cell_175 h3, .feature #cell_325 h3, .feature #cell_367 h3, .feature #cell_210 h3, .feature #cell_450 h3, .feature #cell_225 h3, .feature #cell_335 h3 {
	text-align: center;
		color: #7e7f7f;
		font-family: palatino, Palatino;
}

.feature #cell_155 h4, .feature #cell_175 h4, .feature #cell_325 h4, .feature #cell_367 h4, .feature #cell_210 h4, .feature #cell_450 h4, .feature #cell_225 h4, .feature #cell_335 h4{

margin:10px 0 -4px 0 !important;
padding:18px 0px 0px 0px;
font-size:1.3em;

text-align:center;
font-weight:bold;
font-style:italic;
font-family:palatino, Palatino;

}
.feature #cell_155 p.desc2, .feature #cell_175 p.desc2, .feature #cell_325 p.desc2, .feature #cell_367 p.desc2, .feature #cell_210 p.desc2, .feature #cell_225 p.desc2,  .feature #cell_335 p.desc2, {
font-size:2px;
color:#7e7f7f;
text-align:center;
font-weight:bold;
font-style:italic;
font-family:palatino, Palatino;

}

.feature #cell_B {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width:13%;
text-align:center;
}
.feature #cell_B h3 {
	text-align: center;
		color: #7e7f7f;
		font-family: palatino, Palatino;
}

.feature #cell_Q {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width:25%;
text-align:center;
}

.feature #cell_Q h3 {
	text-align: center;
		color: #7e7f7f;
		font-family: palatino, Palatino;
}

.feature #cell_U {
margin:0 8px 1em 2%;
padding:3px;
float:left;
width:26%;
text-align:center;
}



.feature #cell_C {
margin:0 15px 1em 15px;
padding:8px;
float:left;
width:18%;
text-align:center;
}

.feature #cell_C h3 {
	text-align: center;
		color: #7e7f7f;
		font-family: palatino, Palatino;
}



.feature  #cell_F {
	margin: 0;
	padding: 0 80px 0 10px;
	float:inherit;
	width: 100%;
	
	text-align:center;
	font-size: 10px;
	
}
.feature #cell_F p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between d
ivs */
	padding: 5px 125px 0 115px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.feature  #cell_G {
	width: 98%; 

	text-align: center;
	padding: 0px 350px 0px 150px;
	
}
.feature #cell_G p {
padding: 5px 125px 0 115px;
	color: #7e7f7f;
	 	font-size: small;
}
.feature #cell_G h4 {
	text-align: left;
	
}


.feature #cell_H  {
	margin:0 15px 1em 15px;
padding:8px;
float:right;
width:98%;


}
.feature #cell_H p {
font-size:16px;
color:#7e7f7f;
text-align:justify;
font-weight:normal;
font-style:normal;
font-family:palatino, Palatino;

}
.feature #cell_HH  {
	margin:0 15px 1em 15px;
padding:8px;
float:right;
width:98%;
text-align:left;
font-weight:normal;
font-style:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;


}
.feature #cell_HH p {
font-size:12px;
color:#7e7f7f;
text-align:left;
font-weight:normal;
font-style:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;

}




.feature #cell_J  {
	margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 35%;

text-align:center;
}

.feature #cell_J400  {
	margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 400px;

text-align:center;
}
.feature #cell_K  {
	margin:0 8px 1em 2%;
padding:3px;
float:left;
width: 8%;

text-align:center;
}
.feature #cell_N {
margin:0 15px 1em 5%;
padding:8px;
float:left;
width: 30%;

text-align:center;
}

.feature #cell_O {
margin:0 15px 1em 15px;
padding:8px;
float:left;
width:50%;

text-align:center;
}
.feature #cell_O p {
	text-align:justify;
		color: #7e7f7f;
		font-family: palatino, Palatino;
}

.feature #cell_P  {
	margin:0 15px 1em 15px;
padding:8px;
float:right;
width:15%;
background-color:#676a6a;
text-align:center;
}
.feature #cell_R {
margin:0 15px 1em 15px;
padding:8px;
float:left;
width:25%;
background-color:#676a6a;
text-align:left;
color: #7e7f7f;
		font-family: palatino, Palatino;
}

.feature #cell_S {
margin:0 15px 1em 15px;
padding:8px;
float:left;
width:60%;
background-color:#676a6a;
text-align:left;

font-family: palatino, Palatino;
}
.feature #cell_S p {
	text-align:left;
		color: #7e7f7f;
		font-family: palatino, Palatino;
		}
		.feature #cell_T {
margin:0;
padding:0;
float:left;
width:8px;

text-align:left;
color: #7e7f7f;
		font-family: palatino, Palatino;
}
.feature #cell_V {
margin:0 15px 1em 15px;
padding:8px;
float:left;
width:2%;

text-align:left;
color: #7e7f7f;
		font-family: palatino, Palatino;
}
.feature #cell_W {
margin:0 15px 1em 15px;
padding:8px;
float:left;
width:4%;

text-align:left;
color: #7e7f7f;
		font-family: palatino, Palatino;
}

.feature #cell_X {
margin:0 15px 1em 15px;
padding:8px;
float:left;
width:20%;

}
.feature #cell_Y {
margin:0;
padding:0;
float:left;
width:40px;


}


/*************** story styles ******************/

.story {
	font:Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 20px;
	font-size: 80%;
	background-color:#ffffff;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #ffffff;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	
	color: #005FA9;

	display: block;
	padding: 0px 0px 0px 0px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
.feature #footer { 
	padding: 0 10px; 
	background:#ffffff;
	text-align:center;
	font-size:0.65em;
} 
.feature #footer p {
	margin: 0; /
	padding: 10px 0; 
}
#feature img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-left:1px solid #ffffff;

}

#sectionLinks h6{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../Templates/bg_nav.jpg);
	font: palatino, Palatino;
	
	font-size:12px;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #999999;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}




/********************* end **********************/
.anasite {
	font-family: palatino, Palatino;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.ana1 {
	font-family: palatino, Palatino;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.res1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.res2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.res2Copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.res2Copy3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pagetitle {
	font-family: palatino, Palatino;
	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
	line-height:normal;
}

.featureCopy {
	padding: 0px 0px 10px 10px;
	min-height: 200px;
	height: 200px;
	font-family: palatino, Palatino
	font-weight: normal;
}
.label {
	font-family: palatino, Palatino;
	font-size: 16px;
	font-weight: normal;
	background-position: center;
}
.labelCopy {
	font-family: palatino, Palatino;
	font-size: 16px;
	font-weight: bold;
	background-position: center top;
	top: auto;
}
.desc em {
font-size:1.2em;
color:#7e7f7f;
text-align:center;
font-weight:normal;
}

.feature #cell_A ul.desc, .feature #cell_B ul.desc, .feature #cell_C ul.desc, .feature #cell_D ul.desc, .feature #cell_E ul.desc, .feature #cell_F ul.desc {
margin:0 0 0 5px;
padding:0 0 0 0;
list-style:none;
font-size:1.2em;
color:#7e7f7f;
}

.desc2 em {
font-size:1.3em;
color:#7e7f7f;
text-align:center;
font-weight:bold;
font-style:italic;
font-family:palatino, Palatino;
}



.feature #cell_A p.desc2, .feature #cell_B p.desc2, .feature #cell_C p.desc2, .feature #cell_D p.desc2, .feature #cell_E p.desc2, .feature #cell_F p.desc2 {
font-size:1.3em;
color:#7e7f7f;
text-align:center;
font-weight:bold;
font-style:italic;
font-family:palatino, Palatino;

}

.feature #cell_A, .feature #cell_B, .feature #cell_C, .feature #cell_D, .feature #cell_E, .feature #cell_F {
margin:0 0 .3em 0;
padding:5px 0 6px 10px;
font-size:1.0em;
color:#7e7f7f;
}

.feature #cell_A ul, .feature #cell_B ul, .feature #cell_C ul, .feature #cell_D ul, .feature #cell_E ul, .feature #cell_F ul {
margin:0 0 0 5px;
padding:0 0 0 0;
list-style:none;
color:#7e7f7f;
}

.feature #cell_A li, .feature #cell_B li, .feature #cell_C li, .feature #cell_D li, .feature #cell_E li, .feature #cell_F li {
margin:0 0 .3em 0;
padding:5px 0 6px 5px;
font-size:.75em;
}
.labelCopy2 {

	font-family: palatino, Palatino;
	font-size: 16px;
	font-weight: normal;
	background-position: left;
}
.story2 {
	font-family: palatino, Palatino;
	font-size: 14px;
	font-style: italic;
	font-variant: normal;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
