/******************************************* 
        Base Styles (across entire site)
********************************************/


/* Reset
************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* General Declarations 
************************************/

body
{
    font-family: Helvetica, Arial, Geneva, Sans-Serif;
    background: url(../../images/site-bg.jpg) #0e0e0e repeat-x;
    text-align: center;
    color: #ffffff;
}

li
{
    display:inline;
    font-size: 12px;
    line-height: 15px;
}

a:link, a:visited{color: #ffffff; text-decoration: none;}
a:hover{color: #e70500;}

p{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}



/* Utilities
************************************/

.block{display:block;}
.hide{display: none;}
.notVisible{visibility: hidden;}
html body #wrapper .noBorder{border:none;}

/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}

* html .clearfix {
    height: 1%;
}

.clear{clear:both;}

.center{text-align: center;}
.middle{vertical-align: middle;}

.list li{display:list-item;margin-bottom: 5px;}

.numberedlist {
    margin: 10px 0 0 30px;
}

.numberedlist li{
    display:list-item;
    margin-bottom: 5px; 
    list-style-type: decimal;
}

html body .top0{margin-top: 0px;}


/* Paddings */
.inTop10{padding-top:10px;}
.inRight20{padding-right:20px;}
.outRight20{margin-right:20px;}
.outRight40{margin-right:40px;}

/* Margins */
.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top20{margin-top:20px;}
.top30{margin-top:30px;}
.top40{margin-top:40px;}
.bot1{margin-bottom:20px;}
.bot20{margin-bottom:20px;}
.bot30{margin-bottom:30px;}


.bold{font-weight: bold;}

html body .noListDecor{list-style: none;}

.floatLeft{float: left;}
.floatRight{float:right;}

.fontSmall{font-size: 12px;}

.textBoxRed{
    background-color: #f79999;
}


/* wrapper
************************************/

#wrapper
{
    width: 940px;
    margin: 0px auto;        
    text-align: left; 
}


/* Header and Navigation
************************************/
#container{position: relative;}

#header
{
    width: 880px;
    height: 69px;
    position: relative;
    top: 22px;
    left: 27px;
    background: url(../../images/site-nav-bg.png) no-repeat left top;
}

.headerDefault{}
#frameDefault{}

#freeBlurb
{
    clear:both;
    float:right;
    margin-top: 30px;
    padding-right: 2px;
    font-size: 12px;
}


.logo
{
    float: left;
    position: relative;
    top: 14px;
    left: 13px;
    background: url(../../images/site-logo.png) no-repeat;
    width: 267px;
    height: 45px;
}

.sublogo
{
    float: left;
    position: relative;
    top: 14px;
    left: 13px;
    background: url(../../images/site-logo.png) no-repeat;
    width: 267px;
    height: 45px;
}



#nav
{
    float: right;
    position: relative;
    padding-top: 29px;
    left: -20px;
}

#nav li
{
    border-left: 1px solid #858585;
}

#nav a:link,#nav a:visited{font-size:16px; font-weight: bold;padding: 0 12px;}

#nav li .selected{color:#ff1d1d;}


/* localNav */

#navLeft
{  
    position: absolute;
    margin: 0px 0 0 0;
    top: 150px;
    left: 1px;
    overflow: visible;
    z-index: 60;
    background: url(../../images/site-localnav-bg-bot.png) no-repeat bottom left;
}


#localNav
{
    padding: 10px 10px 65px 16px;
     min-width:208px;
    /*width: 100%;*/
    width:auto !important; 
    width:208px;
    background: url(../../images/site-localnav-bg-top.png) no-repeat;
    min-height: 200px;    

}

#localNav li
{  
    display: list-item;
    list-style: none;
    list-style-position: outside;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
    background: url(../../images/site-localnav-separator.gif) no-repeat bottom left;
}

.subLocalNav{padding-left: 10px;}


#localNav .subLocalNav li
{
   font-weight: normal;
   font-size: 12px;
   padding: 4px 0 2px 0;
   background: none;
}

#localNav li .selected{color:#ff1d1d;}
#localNav li a:link{padding-right: 40px;}


/* Content
************************************/

/* Min-Height: IE6 Hack */
#content
{
    min-height:600px;
    /*height: 100%;*/
    height:auto !important; 
    height:600px;
    position: relative;
    margin: 0 4px;
    margin-top: -7px;
    background: #0e0e0e;
    
}

#contentHeaderEnd
{
    background: transparent url(../../images/header-home-outline-2.png) no-repeat scroll 0% top;
    height: 8px;
    left: 0px;
    top: 0px;
    overflow: hidden;
    position: relative;
    width: 940px;
    z-index: 50;
}

.contentPadding
{

    padding: 0 30px 15px 30px;
}


#contentRight
{
    margin-left: 200px;
    padding: 40px 95px 40px 35px;
}

#contentRight h2 + p{margin-top: 20px;}

#contentRight h3
{
    visibility: visible;
    line-height:normal;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 13px 0;
}

#contentRight img
{
    border: 1px solid #6a6a6a;
}



/* Footer
************************************/

#footer
{
    border-top: 1px solid #262626;
    font-size: 12px;
    color: #c5c5c5;
    margin: 10px 4px;
    padding: 10px 0;
}

#footerNav{float: right;}

#footerNav li
{
    padding: 0 10px;
    border-left: 1px solid #949494;
}


#footerLang
{
    float: left; 
    width: 150px;  
}

#footerLang select
{
    color: White;
    background: #333333;    
    border: none;
    padding: 1px;
    margin-left: 2px;
}

/* sIFR-Flash (Text Replace)
************************************/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1{
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 25px;
	height: 27px;
}

/*  <h3> tags and below will not be replaced except in the home page

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 13px;
	font-size: 20px;
	margin: 35px 0 15px 0;
	height: 22px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

/*************************************
            Diagram Lists
*************************************/


.diagramList
{
    margin-bottom: 45px;
}

.diagramList li
{
    margin: 20px 0 0 5px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0px 3px;
    min-height: 15px;
    display: list-item;
}

.one
{background: url(../../images/list-ordered-1.gif)}

.two
{background: url(../../images/list-ordered-2.gif)}

.three
{background: url(../../images/list-ordered-3.gif)}

.four
{background: url(../../images/list-ordered-4.gif)}

.five
{background: url(../../images/list-ordered-5.gif)}

.six
{background: url(../../images/list-ordered-6.gif)}

.seven
{background: url(../../images/list-ordered-7.gif)}

.eight
{background: url(../../images/list-ordered-8.gif)}

.nine
{background: url(../../images/list-ordered-9.gif)}

.ten
{background: url(../../images/list-ordered-10.gif)}



/*   Alert Box
******************************/
#alertBox{
    color:#ffffff;
    background-color:#b42e2e;
    padding: 10px;
    border: 1px solid #b41717;
    text-align: center;
    margin: 20px 0px 20px 0;
    line-height: 16px;

}

#alertBox p{margin-bottom: 0;}

#alertBox a:link, #alertBox a:visited{text-decoration: underline;}