body {
	/*font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;  Resets 1em to 10px */

        #font-size: 65.5%; 
        font-size: 62.5%;
        font-family: Helvetica, Arial, sans-serif;
	color: white;
	/*background: #EDEDED;*/
        background: rgb(244,244,237);
	text-align: center;
	margin: 0 200 30px;
        
	}

#page {
	background: #ffff;
	text-align: left;
	margin: 0 auto;
	/*padding: 20px 0 10px;*/
	padding: 0px 0 10px;
	position: relative;
	width: 950px;
	border: 1px solid #ddd;
        border-top: none;
	}

/* html #page { width: 950px }   IE hack */

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #3371A3;
	}

#primary {
	width: 620px;
	float: left;
	/*padding: 20px 0 5px;
	margin: 0 5px 0 30px;*/
	display: inline;
	overflow: hidden;
	}

.secondary {
	font-size: 1.2em;
	line-height: 1.5em;
/*	padding: 10px 0; 
	margin: 0 0 20px 71%;*/
	width: 26%;
	/*color: #666;*/
	position: relative;
       margin: 30px 0 0 10px ;
        overflow: hidden;
        background: url(box_580bg.png) 0 100% no-repeat; 
	}


.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}
/*- Main Menu in Header */
/*- Main Menu in Header */

ul.menu {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%; /* width: 80em;*/
	}

ul.menu li {
	display: inline;
	margin: 0;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	}

ul.menu li a {
	float: left;	
	/*padding: 5px 15px 6px;
	background: #52545F;*/
	padding: 10px 1.3em;	
	background:#ABAB9B;
	font-size: 1em;
	color: white;
	margin: 0;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

ul.menu li a:hover {
	/*background: #333;
	color: #eee !important;*/
	text-decoration: none;
	color: white;
	background: #BF311A;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
  border: 1px solid #ABAB9B;
  border-width: 1px 1px 0 1px;
	}
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
  font-weight: bold;
  color: #666;
  background: #FFF;
  text-decoration: none;
  /*border: 1px solid #52545F;*/
  border: 1px solid #ABAB9B;
  border-width: 1px 1px 0 1px;
}


#sidebar-spanish {
  position: absolute;
  text-align: right;
  font-size: 115%;
  color: #9E9585;
  top: 2.4em;
  right: 2.5em;
}

a.social-link {
  margin-left: 6.9px;
}

/*
#sidebar-newsletter-blog {
  position: absolute;
  text-align: right;
  top: 17.8em;
  right: 2.5em;
  text-decoration: none;
}
*/

#sidebar-newsletter-blog {
  position: absolute;
  text-align: right;
  top: 13.8em; 
  right: 1.5em;
  text-decoration: none;
}





.admintab {
	position: absolute;
	right: 0px;
	}

a img,:link img,:visited img { border:none }

h1,h2,h3,h4,h5,h6 {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
}
-------------------------------------------------------------- */

/* h1,h2,h3,h4,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; letter-spacing: 0.01em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; letter-spacing: 0.01em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; letter-spacing: 0.01em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; } */


/* Links
-------------------------------------------------------------- 

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}
*/
a:hover     { color: #000; }

#primary a:visited {
   color: #2277dd;
}
#primary a:visited:hover {
   color: #333;
}
/* Lists ----------------------------------*/ 
ul          { list-style-type: disc; } 
blockquote  { color: #666; font-style: italic; letter-spacing:0.02em; }
li.bypostauthor blockquote {background:none;}

#sidebar-2 {
      Display:none;
}
.page-head h2{
	text-align: left;
}

.page-head h1
{
 font-size:25px; letter-spacing: normal;line-height:1.32em; 
}

h5 { color: "#696969" ;
	line-height: 3.2em;
}
/* mailto Icon  */
a[href^="mailto:"] {
background:transparent url(email.png) center left no-repeat;
display:inline-block;
padding-left:20px;
line-height:15px;
}


