﻿ body {

        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        height:100%;
        width:100%;
	    font-family: Arial;
	    font-size: 9pt;
        text-align: center;
        background-color: White;
}


div.site
{
        margin-left: auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        position: relative;
        height:100%;
        width:100%;
	    font-family: Arial;
	    font-size: 9pt;
	    text-align: center;
	    text-align: -moz-center;
	    text-align: -khtml-center; 
}

div.site
{
		margin-left: auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        position: relative;
        height:100%;
        width:100%;
	    font-family: Arial;
	    font-size: 9pt;
	    text-align: center;
}

#HotTopic
{
    width:530px;
    height:230px;
    
}

.newsList
{
    padding-left:2px;
    font-family: Arial;
	font-size: 12px;
}


#eventsList
{
    width: 345px;
    height: 230px;
}

div.wrapper
{
        position:relative;
		margin:auto;
		width:880px;
	 
        
}

div.panel
{
    border:solid 1px #E2E2E2;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
}

/* Header */
.globalHeader
{
    background-repeat:no-repeat;
    height:156px;
    width: 880px;
    font-family: Arial;
	font-size: 12px;
}

.homeTopBar
{
    width:880px;   
}

.homeMidCol1
{
    width: 330px;
    height:100%;
}


.homeMidCol2
{
    width:545px;
    float:right;
}

.content
{
    background-repeat:no-repeat;
    width: 880px;
    font-family: Arial;
	font-size: 12px;
	padding-left:5px;
	padding-top:5px;
}

.storyTitle
{
    width: 880px;
    font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
}

.storyContent
{
    width: 880px;
    font-family: Arial;
	font-size: 12px;
	padding-top:5px;
	padding-left:5px;
	text-align:justify;
}

.quickLinksHome
{
    height:200px;
    width:130px;
}

.footer
{
    width: 880px;
    height:78px;
	background-image:url('../../images/siteImages/bottom-nav-880.jpg');
	background-repeat: no-repeat;
}

.bodyContent
{
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        height:100%;
	    font-family: Arial;
	    font-size: 9pt;
        color: #000000;
        text-align: center;
}

#siteHeader .globalNav a:hover
{
    background: none;
	text-decoration: underline;
	color: #E8D4C5;
}

.videoScroll
{
	height: 300px;
width: 810px;
overflow: auto;
/*border: 0px none #666;*/
background-color: white;
/*padding: 1px;*/
	font-family: Arial;
	font-size: 12px;
	}


div.scroll {
height: 265px;
width: 300px;
overflow: auto;
/*border: 0px none #666;*/
background-color: white;
/*padding: 1px;*/
	font-family: Arial;
	font-size: 12px;

}

div.gemStoryScroll
{
    height: 340px;
width: 449px;
overflow: auto;
/*border: 0px none #666;*/
background-color: white;
/*padding: 1px;*/
	font-family: Arial;
	font-size: 12px;
	text-align:left;
}

div.newsScroll {
height: 500px;
width: 540px;
overflow: auto;
border: 1px solid #666;
background-color: white;
padding: 2px;
font-family: Arial;
font-size: 12px;
}

/* Accordion */
.accordionHeader
{
    color: #4069B2;
    background-color: #DEDDDD;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    text-decoration: underline;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    color: #EFEFEF;
    background-color: #BE1E2D;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;	
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #EFEFEF;
    padding: 5px;
    padding-top: 10px;
}