
    /*----[Reduced Eric Meyer Reset]----*/

* {
    margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

    /*----[Clearfix]----*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}
* html .clearfix {
    overflow: hidden;
}

    /*----[Hide an element]----*/

.hide-element {
    visibility: hidden;
}

    /*----[Overall style rules]----*/
 
body {
	font: 69%/1.5 Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(../../img/backgrounds/body_bg_high.gif) left top repeat-x;
	color: #525252;
	/*-webkit-text-stroke:1px transparent;*/
}
/*@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}*/


a:link,         /* Being kind to IE6 */
a:visited,
a:hover,
a:active {
	color: #525252;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #bd0000;
}
a span.extended {
    display: none;
}
th {
	font-weight: bold;
}

    /*----[Skip to content]----*/

#orientation {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

    /*----Utilities]----*/

.clear{
clear: both;
height:0;
overflow:hidden;
}

    /*----[Color guides]----*/

.darkGreyBG {
    background-color: #666;
}
.doveBG {
    background-color: transparent;
}

    /*----[Typography]----*/

/*Uncomment  to enable the social button story*/
h1.h1header {
 position:absolute;
 bottom: 195px; 
 font-weight:normal;
 left:1px;
 font-size:11px;
 margin-top:100px;
zoom:1;
}
/*Comment  to enable the social button story
h1.h1header {
position:absolute;
bottom: 20px; 
font-weight:normal;
left:2px;
font-size:11px;
zoom:1;
}    
*/
h1.dove{
	color: #0c5e7b;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.1em;
}
h2 {
    font-size: 18px;
    padding: 6px 0 9px 0;
    color: #333;
    /*text-shadow: #e10000 0 1px 0;*/
}
h3 {
    font-size: 1.178em;
    color: #525252;
}
p {
    font-size: 1em;
}

    /*----[No Javascript]----*/

p.footer-no-javascript {
    width: 700px;
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #dedede;
}
.home .content-no-javascript {
    width: 910px;
    height: 210px;
    padding: 40px 0 0 40px;
}
.content-no-javascript {
    width: 770px;
    height: 210px;
    padding: 20px 0 0 20px;
}
.content-no-javascript .banner-message {
    background: #e60000;
    color: #fff;
    padding: 10px 0 0 10px;
    font-weight: bold;
}
.content_no_javascript p.banner-message-large {
    font-size: 2em;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.content-no-javascript p.banner-message-small {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.content-no-javascript a {
    font-size: 1.5em;
    color: #fff;
}
.panes-no-javascript img {
    display: block;
    float: left;
}
.popup_btn{ width:100%;}
.popup_btn a{
background-color:#FF0000;
height:40px;
color:#FFFFFF;
display:block;
font-size:14px;
line-height:3;
text-align:center;
}
.popup_btn a:hover { background-color: #7FB0BB; }
.modHeightAuto {
height: auto; 
overflow: hidden;
}

