﻿html, body
{
    padding: 0;
    margin: 0;
    background: #000000 url('/images/gradient_Background.png') repeat-x center top;
    height: 100%;
    font-family: Arial, Verdana;
    font-size: 12px;
}

td
{
    vertical-align: top;
}

.whiteSpaceCorrecter
{
    display: block;
    padding:0px !important;
}

h1, h2, h3, h4, h5
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #3f3b39;
}

.sectionHeaderFull .orangelink,
.sectionHeaderFull .orangelink:visited,
.sectionHeaderFull .orangelink:hover
{
    color:#fff;
}

.orangelink
{
    font-weight: bold;
    text-decoration: none;
    /*color:#fc8b09;*/
	color:#3c92b3;
}

.floatRight a.orangelink
{
    padding-right:10px !important;
}

.orangelink:hover
{
    text-decoration: none;
    /*color:#fc8b09;*/
	color:#3c92b3;
}

.orangelink:visited
{
    text-decoration: none;
    /*color:#fc8b09;*/
	color:#3c92b3;
}

.lightorangelink
{
    font-weight: bold;
    text-decoration: none;
    color: #3c92b3;
}

.lightorangelink:hover
{
    text-decoration: none;
    color: #3c92b3;
}

.lightorangelink:visited
{
    text-decoration: none;
    color: #3c92b3;
}

.darkorangelink
{
    text-decoration: none;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #dc6708;
}

.floatRight a.darkorangelink
{
    padding-right:10px !important;
}


.darkorangelink:hover
{
    text-decoration: none;
    color: #dc6708;
}

.darkorangelink:visited
{
    text-decoration: none;
    color: #dc6708;
}

a
{
    text-decoration: none;
    color: #3c92b3;
}

a:hover
{
    color: #3c92b3;
}

a:visited
{
    color: #3c92b3;
}

a img
{
	border:none;
}

p
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}



#container
{
    background-color: White;
    width: 1000px;
    margin: 0 auto;
    border: solid 1px #36393f;
}

#footerHolder
{
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
    border-left: solid 1px #36393f;
    border-right: solid 1px #36393f;
    border-bottom: solid 1px #36393f;
    height: 45px;
    background-color: Black;
    margin-bottom: 10px;
}

#dropShadowLeft
{
    background-image: url('/images/arctic_dropshadowleftrepeater.png');
    background-repeat: repeat-y;
    height: 100%;
}

#dropShadowRight
{
    background-image: url('/images/arctic_dropshadowrightrepeater.png');
    background-repeat: repeat-y;
    height: 100%;
}

#header
{
    margin: 0px !important;
    padding: 0px !important; /*background-color: Red;*/
    width: 1000px;
    clear: both;
}

#headerTop
{
    /*background-color: Navy;*/
    width: 1000px;
    clear: both;
    height: 127px;
    background-image: url('/images/headerBackground.png');
    background-repeat: no-repeat;
}

#adminheaderTop
{
    /*background-color: Navy;*/
    width: 1000px;
    clear: both;
    height: 127px; /**/
    background-image: url('/images/headerBackground.png');
    background-repeat: no-repeat;
}

.adminlink
{
	color:#f67321 !important;
	margin-left:3px;
	border-left:solid 2px #fff;
	padding-left:3px;
	padding-bottom:2px;
	display:inline-block;
	font-weight:bold;
}

#flashHeader
{
    /*background-color: Aqua;*/
    width: 981px;
    clear: both;
    height: 331px;
    border: 0; /* background-image : url('/images/flashplaceholder.jpg');*/
}

#smallFlashHeader
{
    /*background-color: Aqua;*/
    width: 1000px;
    clear: both;
    height: 134px;
    border: 0; /* background-image : url('/images/flashplaceholder.jpg');*/
}

.flashobj
{
	text-align:center;
	width:100%;
	background-color:#fff;
}

#content
{
    padding: 0px !important;
    margin: 0px !important; /*background-color: Blue;     min-height: 500px;     height: 1000px;*/
}

#footer
{
    margin: 0;
    padding: 0;
    width: 1000px;
    height: 400px;
    clear: both;
    background-color: Black;
    background-image: url('/images/footerBackground.png');
    background-repeat:no-repeat;
    background-position:bottom;
}

#footer table
{
    margin-top:25px;
}

#footer a
{
    color: #878593;
}

.footersitemap,
.footersitemap ul
{
	line-height:13px;
	font-size:13px;
	list-style-type:none;
}


.footersitemap a,
.footersitemap a:visited
{
	font-size:10px !important;
	color:#3c92b3 !important;
}

.footersitemap a:hover
{
	color:#fff !important;	
}

.footerbloglist
{
	margin-top: 5px; 
	margin-left: 0px !important;
	padding-left: 0px !important;
}

.footerbloglist a,
.footerbloglist a:visited
{
	font-size:10px !important;
	color:#3c92b3 !important;
}

.footerbloglist a:hover
{
	color:#fff !important;	
}

.progressheader
{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.progressvalue
{
	color:#fff;
	font-size:24px;
	padding-bottom:7px;
	font-weight:bold;
}

.progressvalue span
{
	font-size:14px;
	font-weight:normal;
}

.topMenu
{
    padding-left: 0px;
    padding-bottom: 0px;
}

.topMenu *
{
    z-index:10000;
}

.sectionDividerWithContent
{
    margin: 0;
    padding: 10px 10px 0;
    width: 1000px;
    clear: both;
    height: 40px;
    background-image: url("/images/separatorbackground.jpg");
    background-repeat: no-repeat;
}

.sectionDividerBlack
{
    margin: 0;
    padding: 0;
    width: 1000px;
    clear: both;
    height: 31px;
    background-image: url("/images/separatorbackground.jpg");
}

.sectionDividerBlueGradient
{
    margin: 0;
    padding: 0;
    margin-left: 14px;
    width: 714px;
    height: 20px;
    background-image: url("/images/seperatorBlueGradient.png");
    background-repeat: no-repeat;
    padding-left: 22px;
    padding-top: 6px;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: White;
    float: left;
}

.sectionDividerGreyBackgroundAdmin
{
    margin: 0;
    margin-bottom: 10px;
    width: 218px;
    height: 20px;
    background-image: url("/images/greyQuarterSectionHeaderAdmin.png");
    background-repeat: no-repeat;
    color: White;
    font-size: 11px;
    font-weight: bold;
    padding-right: 22px;
    padding-top: 6px;
    float: right;
    text-align: right;
}

.sectionDividerGreyBackground
{
    margin: 2px 0px 0px 0px !important;    
    padding: 5px 0px 0px 0px !important;    
    width: 212px;
    /*background-image: url("/images/greyQuarterSectionHeader.png");*/
    clear: both;
    height: 24px; /* background-image: url("/images/sectionHeader.jpg");*/
    background-image: url("/images/header_GradientLightNarrow.jpg");
    background-repeat: repeat-y;
    background-position:center center;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    color: #313030;
    float: right;
    text-align: right;
    /*background-position: -13px 22px;
    background-repeat: no-repeat;
    padding-right: 10px;
    background-color:#e2e1df;*/
    
    
}


.sectionDividerGreyGradient
{
    margin: 0;
    padding: 0;
    width: 713px;
    clear: both;
    height: 28px;
    background-image: url("/images/greyGradientBackground.jpg");
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #453e3a;
    padding-left: 22px;
    padding-top: 12px;
}
.sectionHeader
{
    margin: 2px 0px 0px 0px !important;
    height: 29px;
    width: 928px;
    background-image: url("/images/header_GradientLight.jpg");
    background-repeat: repeat-y;
    background-position:center center;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    color: #313030;
    text-align:left;
    /*background-image: url('/images/titleHeaderBar.png');
    background-position: 22px 22px;
    background-repeat: no-repeat;
    background-color:#e2e1df;*/
}

td .sectionHeader
{    
    width: 100%;
}

.sectionHeaderFull
{
    margin: 2px 0px 0px 0px !important;    
    height: 29px;   
    width:978px;
    background-image: url("/images/header_Gradient.jpg");
    background-repeat: repeat-y;
    background-position:center center;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    color: #fff;
    text-align:left;
    clear:both;
    /*background-image: url('/images/titleHeaderBar.png');
    background-position: 22px 22px;
    background-repeat: no-repeat;
    background-color:#e2e1df;*/
}

td .sectionHeaderFull
{
    width:100%;   
}

.sectionHeaderPadding
{
	padding: 6px 25px 0px 25px !important;
}

.sectionHeaderSmall
{
    margin: 0;
    padding: 0;
    width: 700px;
    clear: both;
    height: 28px; /* background-image: url("/images/sectionHeader.jpg");*/
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: #3d91b3;
    padding-left: 22px;
    padding-top: 12px;
    background-image: url('/images/titleHeaderBarSmall.png');
    background-position: 22px 22px;
    background-repeat: no-repeat;
}

.sectionHeaderSmallBlack
{
    margin: 0;
    padding: 0;
    width: 349px;
    clear: both;
    height: 28px; /* background-image: url("/images/sectionHeader.jpg");*/
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    color: #313030;
    padding-left: 22px;
    padding-top: 12px;
    background-image: url('/images/titleHeaderBarSmall.png');
    background-position: 22px 22px;
    background-repeat: no-repeat;
}

.largeText
{
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
}


.sectionDividerGreyOrangeThreeQuarter
{
    margin: 0;
    margin-bottom: 10px;
    padding: 0px;
    width: 720px;
    clear: both;
    height: 30px;
    background-image: url("/images/greyAndOrangeHeaderLong.png");
    background-repeat: no-repeat;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
}


.blueDividerBar
{
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
    width: 720px;
    clear: both;
    height: 2px;
    background-image: url("/images/bluebarWide.png");
    background-repeat: no-repeat;
}


.sectionDividerGreyOrangeQuarter
{
    margin: 0;
    margin-bottom: 10px;
    padding: 0px;
    width: 220px;
    clear: both;
    height: 30px;
    background-image: url("/images/greyAndOrangeHeaderShort.png");
    background-repeat: no-repeat;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 5px;
}





.sectionDividerWhite
{
    margin: 0;
    padding: 0;
    width: 1000px;
    clear: both;
    height: 22px;
    background-color: White;
}

.quarter
{
    text-align: right;
    padding: 0px 0px 0px 10px;
    margin: 0px 11px 0px 0px;
    float: right;
}

.quarter img
{
    margin: 0px !important;
    padding: 0px !important;
}

.quarterNoPadding
{
    text-align: center;
    width: 250px;
    padding: 0px;
    margin: 0;
    float: left;
}


.half
{
    text-align: left;
    width: 480px;
    padding: 0px;
    margin: 0;
    float: left;
    border:solid 1px red;
}


.threequarters
{
    text-align: left;
    width: 730px;
    padding: 0px 0px 0px 11px;
    margin: 0px;
    float: left;
}


.full
{
    text-align: center;
    padding: 0px 11px 0px 11px;
    margin: 0px;
    clear:both;
}

.third
{
    text-align: center;
    width: 313px;
    padding: 0px 10px 0px 10px;
    margin: 0;
    float: left;
}

#headerTop .third
{
    text-align: center;
    width: 313px;
    padding: 10px;
    margin: 0;
    float: left;
    vertical-align: middle;
}

.dropShadow
{
    background-image: url('/images/arctic_dropshadowbar.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    padding: 0;
    margin: 0;
}

#countdownToExpedition
{
    text-align: left;
    color: #3c92b3;
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    padding-top: 0px;
}

#footerCountdown
{
    text-align: left;
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    padding-top: 0px;
}

.newsletterTextBox
{
    border: solid 1px #D3D3D3;
    height: 19px;
    width: 160px;
    padding-top: 4px;
    padding-left: 3px;
    background-color: #ffffa0;
}

#topNavLinks
{
    padding-top: 12px;
    margin: 0px;
    height: 21px;
}

#topNavLinks li
{
    display: inline;
    margin-left: 20px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    list-style-type: none;
}

/*styles for social bookmark stuff*/

div.sociable
{
    margin: 0px;
}

span.sociable_tagline
{
    position: relative;
}
span.sociable_tagline span
{
    display: none;
    width: 14em;
}
span.sociable_tagline:hover span
{
    position: absolute;
    display: block;
    top: -5em;
    background: #ffe;
    border: 1px solid #ccc;
    color: black;
    line-height: 1.25em;
}
.sociable span
{
    display: block;
}
.sociable ul
{
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
}
.sociable ul li
{
    background: none;
    display: inline;
    list-style-type: none;
    margin: 2px;
    padding: 1px;
}
.sociable ul li:before
{
    content: "";
}
.sociable img
{
    float: none;
    width: 16px;
    height: 16px;
    border: 0;
    margin: 0;
    padding: 0;
}

.watermarktext
{
    background-color: #ffffa0;
    border: solid 1px #D3D3D3;
    height: 19px;
    width: 160px;
    padding-top: 4px;
    padding-left: 3px;
}

#topNavLinks li:hover
{
    text-decoration: none;
    list-style-type: none; /*background-color: #333333;*/
}

#topNavLinks li a:hover
{
    color: White; /*background-color: #333333;*/
}

.rterighthandsidemenus
{
    text-align: center;
    width: 200px;
    padding: 10px;
    margin: 0;
    margin-top: 7px;
}

.rterighthandsidemenus ul
{
    margin: auto;
    text-align: center;
    padding: 0;
}

.rterighthandsidemenus ul li
{
    text-decoration: none;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.rterighthandsidemenus ul li a:hover
{
    color: #878593;
}

#siteMap
{
    text-align: left;
}

#siteMap li
{
    text-decoration: none;
    list-style-type: none;
}

#siteMap li a:hover
{
    color: #878593;
}

.postList
{
    list-style-type: none;
    margin:0px 0px 2px 2px;
}

.postList li
{
    display: block;
    text-align: right;
    padding-right: 10px;
}


.right
{
    text-align: right;
}

.teamBox
{
    padding: 0;
    width: 238px;
    height: 238px;
}

.teamBoxSmall
{
    padding: 0;
    width: 225px;
    height: 225px;
}

.greyBack
{
    background-color: #555;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 2px;
}

.greyBack a
{
    color: White;
    font-size: 12px;
    font-weight: bold;
}

.greyBackground
{
    background-color: #DDDCE1;
}

.feeds
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.feeds li
{
    margin: 0;
    padding: 0;
}


li.spacer
{
    margin: 0;
    padding: 0;
    height: 2px;
}

.photoBorder
{
    border: solid 1px #C8E4E8;
}

.profileImageBox
{
    border: 1px solid #f67608;
}

.boldText
{
    font-weight: bold;
}

.smallText
{
    font-size: 11px;
}

.padding10
{
    padding: 10px;
}
.paddingLeft10
{
    padding-left: 10px;
}
.paddingLeft20
{
    padding-left: 20px;
}
.paddingLeft22
{
    padding-left: 22px;
}

.contentblock
{
    width: 978px;
    background-image:url('/images/content_Gradient.jpg');
    background-repeat:repeat-y;
    background-position:center center;
    text-align:left;
}

.videoblock
{
	padding:10px 9px 10px 9px !important;
    margin:0px;
}

.videoblockinner
{
    margin:0px;
    background-image:url('/images/video_Gradient.jpg');
    background-repeat:repeat-y;
    background-position:center center;
    text-align:center;
}

td .contentblock
{
    width: 100%;   
}

.contentblockinner
{
    padding:10px 25px 10px 25px !important;
    margin:0px;
}

.updatelabel
{
	color:#fff;
	background-color:Transparent;
	border:none;
	font-weight:bold;
}


.updateblock
{
	width:455px;
	text-align:left;
	background-color:#fff;
	margin-bottom:10px;
}

.updategreyblock
{
	background-color:#E5ECF1;
	height:61px;
	vertical-align:middle;
}

.updategreyblock th
{
	padding-left:20px;
	font-family: Arial, Verdana;
}

.updategreyblock td
{
	text-align:center;
	font-weight:bold;
	  font-family: Arial, Verdana;
}

.updategreyblock td span
{
	font-size:12px;
	color:#909293;
	font-weight:normal;
	padding:0px 5px;
}

.updategreyblocksmall
{
	background-color:#E5ECF1;
	height:28px;
	vertical-align:middle;
	text-align:right;
}

.updategreyblocksmall th
{
	font-family: Arial, Verdana;
}

.updategreyblocksmall td
{
	font-weight:bold;
	font-family: Arial, Verdana;
}

.updategreyblocksmall td span
{
	padding:0px 5px;
	font-size:12px;
	color:#909293;
	font-weight:normal;
}

.updatespacer
{
	height:5px;
	font-size:1px;
	line-height:1px;
}

.padding5
{
    padding: 5px;
}

.padding10
{
    padding: 10px;
}

.padding15
{
    margin: 15px;
}

.paddingRight10
{
    padding-right: 10px;
}
.paddingRight22
{
    padding-right: 22px;
}

.regularLink
{
    font-family: Arial;
    font-size: 11px;
    color: White;
}
.regularLink:visited
{
    color: White;
}

.regularLink:hover
{
    text-decoration: none;
    color: #f67608;
}

.regularLinkActive
{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    color: #f67608;
}

.regularLinkActive:visited
{
    color: #f67608;
}

.greyBoldText
{
    font-family: Arial, Verdana;
    font-size: 14px;
    color: #3f3b39;
    font-weight: bold;
}
.greyTextNotBold
{
    font-family: Arial, Verdana;
    font-size: 14px;
    color: #3f3b39;
}

.size14
{
    font-size: 14px;
}
.size12
{
    font-size: 12px;
}

.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: White;
    color: red;
}

/*password tester */

#linkstop
{
    background: #234;
    color: #fff;
    margin-top: -10px;
    padding: 2px;
}
#linkstop a
{
    color: #fff;
}
#score
{
    color: #000;
    font-size: 85%;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 10;
}
#score, #rating, #standards
{
    font-weight: bold;
}
#scorebar
{
    background-image: url(/images/bg_strength_gradient.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 100px;
    z-index: 0;
    display: block;
}
#scorebarBorder
{
    background: #ffffff;
    border: 1px #ffffff solid;
    height: 16px;
    margin-bottom: 0px;
    width: 100px;
}
#password
{
    border: 1px #000 solid;
    font-size: 85%;
    width: 100px;
}
#tablePwdScoring
{
    margin-bottom: 0 !important;
}
#listLegend li
{
    list-style: none;
    padding-bottom: 4px;
    margin-left: 0;
    padding-left: 0;
}
#listLegend
{
    margin-left: 0;
    padding-left: 0;
}
div.fail, div.pass, div.exceed, div.warn
{
    background-repeat: no-repeat;
    background-position: left top;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
}
div.exceed
{
    background-image: url(/images/img_status_exceed.png);
}
div.fail
{
    background-image: url(/images/img_status_fail.png);
}
div.pass
{
    background-image: url(/images/img_status_pass.png);
}
div.warn
{
    background-image: url(/images/img_status_warn.png);
}
td.exceed, td.fail, td.pass, td.warn
{
    color: #fff;
    font-weight: bold;
    text-align: center;
}
td.exceed
{
    background: #1C60A4;
}
td.fail
{
    background: #C00;
}
td.pass
{
    background: #093;
}
td.warn
{
    background: #f60;
}
div.box
{
    background: #456;
    border: 1px #000 solid;
    color: #fff;
    height: 16px;
    padding: 2px;
    white-space: nowrap;
    width: 16px;
}
div.boxMinus, div.boxPlus
{
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    text-align: left;
    white-space: nowrap;
}
td.footnote
{
    background: #ddd;
    font-size: 70%;
}
.bold
{
    font-weight: bold;
}
.clearNone
{
    clear: none;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.hide
{
    display: none;
}
.imgLegend
{
    clear: left !important;
    float: left !important;
    position: relative !important;
    margin-bottom: -3px !important;
    margin-right: 5px !important;
}
.inline
{
    display: inline;
}
.italic
{
    font-style: italic;
}
.noPad
{
    padding: 0;
}
.noborder
{
	border:none !important;
}
.smalldd
{
	font-size:10px !important;
}
.show
{
    display: inline !important;
}
.txtLg
{
    font-size: 125%;
}
.txtSmall
{
    font-size: 75%;
}
.txtCenter
{
    text-align: center;
}
.txtRight
{
    text-align: right;
}
div.xtend
{
    clear: both !important;
    line-height: 0;
    height: 0;
}


/*
#menu{position:absolute; margin-left: 0px; margin-bottom: 25px; }

#menu ul .top{list-style: none;}

#item0
{
     margin-left: 0px; 
}

#menu ul .item0{display:none; list-style: none; margin-left: 0px;  }

#menu ul:hover .item0{display:block; z-index: 999;}

#item1
{
     margin-left: 0px; 
}

#menu ul .item1{display:none; list-style: none; z-index: 999; margin-left: 0px;}

#menu ul:hover .item1{display:block;}


*/

#menu 
{
    /*margin-bottom:4px;*/
}

#menu ul
{
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li
{
    list-style: none;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

#menu ul li ul { display: none; }
#menu ul li ul li { float: none; }

#menu ul li ul li a
{
padding: 0px;
margin: 0px;
}

#menu ul li:hover ul
{
display: block;
position: absolute;
font-size: 8pt;
}


#menu ul li:hover ul li
{
  
}

#menu ul li:hover ul li a
{
display: block;
width: 10em;
border: none;
padding: 2px 2px 2px 5px; 
background-color:#585657;
/*color: #fc8b09;*/
color:#3c92b3;
font-weight:bold;
text-align:left;
}

#menu ul li:hover ul li a:hover
{
    background-color:Black;
}

ul.foundermembers
{
	list-style-type:none;
	padding:0px;
}

li.emph
{
	color:#3B93B3 !important;
	font-weight:bold !important;
	font-style:italic;
}

li.emphkey
{
	color:#3B93B3 !important;
	font-weight:bold !important;
	list-style-type:square !important;
	padding:0px;
	font-style:italic;
}

.clearer
{
	clear:both;
	height:1px;
	line-height:0em;
}

.homenews
{
	background-color: #fff !important; 
	padding: 5px 10px; 
	text-align:left;
	border: solid 3px #eee;
	margin-top:-7px;
}

.homenews h3
{
	margin:0px 0px 5px 0px;
	font-size:1em;
}

.homenews a
{
	padding: 5px 0px !important; 
	font-weight:bold;	
	font-size:0.9em;
}

.assets
{
	padding:10px 0px 30px 30px;
	text-align:left;
}

.assetitem
{
	width:158px;
	text-align:left;
	color:#fff;
	display:inline-block;
	padding:10px;
	height:180px;
	vertical-align:top;	
	font-size:0.9em;
}

.assetitem img
{
	width:158px;
	text-align:center;
}
.currAsset img
{
	width:158px;
	text-align:left;
}

.assetitem a,
.assetitem a:visited
{
	color:#fff;
}

.assetitem span
{
	font-size:1.1em;
	font-weight:bold;
	display:block;
	padding:10px 0px !important;
}

.currAsset
{
	padding:50px 20px 0px 20px;
	color:#fff;
	font-size:0.9em;
	width: 40%; 
	text-align: left; 
	vertical-align: top;
}

.black
{
	color:#000 !important;
}

.black a,
.black a:visited
{
	color:#fff;
}

.latesttitle
{
	font-size:1.3em;
	font-weight:bold;
}

.latestcontent
{
	font-size:1em;
	font-weight:normal;
	padding:10px 10px 0px 0px;
}

.currAsset .title
{
	padding-bottom:10px;
	font-weight:bold;
}
.assettitle
{
	font-size:1.1em;
	font-weight:bold;
	padding:20px 0px;
}

.assettitlehome
{
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0px 10px 0px !important;
}

.assetdescription
{
	font-style:italic;
}

.imageItem
{
	display:inline-block;
	text-align:center;
	padding:0px 1px 4px 1px;
}

.disclaimer
{
	font-size:0.8em;
	font-style:italic;
	padding:5px;
}

#audiowebcast
{
	display:block;
	height:264px;
	width:100%;
	background-position:center center;
	background-image:url('/images/Audio_Header_image.jpg');
	background-repeat:no-repeat;
}

#audiowebcast #playerDivContainer
{
	position:relative;
	top:212px;
	left:577px;
	width:330px;
}
