
    /*----[Reduced Eric Meyer Reset]----*/

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]----*/
    /* Can be replaced by any other suitable method */

.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]----*/



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;
}

    /*----[Color guides]----*/

.doveBG {
    background-color: transparent;
}

    /*----[Typography]----*/

h1 {
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}    
h1.dove{
	color: #0c5e7b;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.1em;
}
h2 {
    font-size: 17px; /*1.54em;*/
    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;
}
