﻿#wrapper
{
    width: 1024px;
    margin: 0 auto;
    padding: 0px;
}
body
{
    font-family: Arial;
    margin: 0 auto;
    text-align: left;
    font-size: 0.9em;
    background: #a8a8a8;
}
p
{
    margin: 5px 0px 8px 0px;
	line-height: 18px;
}

h4
{
	margin-bottom: 5px;
}

.Title
{
    font-size: 1em;
}

body a:link  
{
    text-decoration: none;
    color: #009;
}

body a:visited 
{
    text-decoration: none;
    color: #7F188C;
}
body a:hover {
	text-decoration:underline;
}

/*Page Top*/
.PageHeader
{
    width: 100%;
    height: auto;
	background:#FFF;
}
/*Three rows section on header*/
.HeaderTop
{
    width: 100%;
    height: 67px;
    margin-bottom: 60px;
}
.HeaderMiddle
{
    width: 100%;
    text-align: left;
}
.HeaderBottom
{
    width: 100%;
    height: 0px;
    display: none;
}

/*Three columns section on header*/
.HeaderLeft
{
}
.HeaderCenter
{
}
.HeaderRight
{
}

/*
------------------------------------------------------
Banner Styles - Home and Internals
------------------------------------------------------
*/

#bannerHome
{
    position: relative;
}

#bannerHome .RotateControlBar
{
    margin-left: 20px;
    top: 300px;
    right: 20px;
    padding: 10px;
    width: 300px;
    height: 15px;
    position: absolute;
    color: #000000;
}
#bannerHome .RotatePlayerPrev
{
    float: left;
}
#bannerHome .RotatePlayerNext
{
    float: right;
}
#bannerHome .RotateNumbers
{
    float: left;
    width: 200px;
    text-align: center;
    background-color: Transparent;
}
#bannerHome .RotateNumbers a:link, #bannerHome .RotateNumbers a:visited, #bannerHome .RotateNumbers a:hover
{
    background-color: Transparent;
    text-decoration: none;
}
#bannerHome #tiles
{
    width: 346px;
    height: 272px;
    float: right;
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: 9;
    padding: 4px 0px 4px 4px;
}
#tile
{
    padding: 0px;
    margin: 0px 5px 17px 0px;
    height: 112px;
    width: 102px;
    float: left;
    border: solid 4px #E4E4E3;
}
#tile:hover
{
    border: solid 4px #fcb034;
}

#bannerHome #toolCont
{
    height: 52px;
    width: 953px;
    top: 287px;
    position: absolute;
}
#bannerHome #toolCont div
{
    float: left;
}
#bannerHome #toolCont div.border
{
    border-right: 1px solid #FFF;
}
#bannerHome #toolCont div.cont
{
    padding: 15px 11px 15px 11px;
    height: 22px;
    width: 200px;
    float: left;
}

#bannerInner
{
    top: 53px;
    position: relative;
}
#bannerInner #toolCont
{
    height: 52px;
    width: 953px;
    top: 125px;
    position: absolute;
    z-index: 10;
}
#bannerInner #toolCont div
{
    float: left;
}
#bannerInner #toolCont div.border
{
    border-left: 1px solid #FFF;
}
#bannerInner #toolCont div.cont
{
    padding: 15px 11px 15px 11px;
    height: 22px;
    width: 200px;
    float: right;
}

#bannerInner #toolCont div#search .field
{
    border: 1px solid #FFF;
    border-right: none;
    background: #fca415;
    color: #FFFFFF;
    padding: 0px 2px 2px 4px;
    height: 16px;
    width: 158px;
    float: left;
    font-family: Trebuchet MS, Arial;
}

#TileTitle
{
    background: url('/theme/images/banner/background_overlay.png') repeat;
    width: 98px;
    height: 27px;
    color: #172664;
    padding-left: 5px;
    font-weight: bold;
    position: relative;
    top: 87px;
    overflow: hidden;
    z-index: 110;
}
/*Top Banner*/
.TopBanner
{
    /*border:solid 1px #E3E3E3;*/
    height: 86px;
    width: 100%;
}
.TopBannerLeft
{
    float: left;
    width: 0%;
    padding-top: 0px;
}
.TopBannerMiddle
{
    float: left;
    text-align: center;
    margin-top: 60px;
    width: 35%;
}
.TopBannerRight
{
    float: right;
    vertical-align: bottom;
}
.HeaderLinks
{
    margin: 40px 10px 20px auto;
    text-align: right;
    color: #172763;
    font-weight: bold;
}
.HeaderLinks a:link, .HeaderLinks a:visited, .HeaderLinks a:hover
{
    color: #172763;
    text-decoration: none;
}
.QuickSearch
{
    margin: 0px 10px 5px auto;
    text-align: right;
}

.QuicklinkContainer, #FreecallContainer, #SearchContainer
{
    float: right;
    border-right: solid 1px #FFFFFF;
    width: 225px;
    display: block;
    height: 51px;
    position: relative;
    z-index: 200;
	margin-top: -165px;
}
#SearchContainer .Search
{
    margin-top: 15px;
    background-color: #ffffff;
    border: solid 1px #606060;
    height: 20px;
    width: 180px;
    margin-left: 15px; #margin-left:10px;
}
#SearchContainer .SearchTextBox
{
    border: 0px;
    background-color: Transparent;
    color: #606060;
    height: 16px;
    width: 179px;
    font-family: Arial;
    display: inline;
    margin-bottom: 4px;
	padding-left: 5px;
	padding-top: 2px;
}
#SearchContainer .SearchButton
{
    float: right;
    display: inline;
	background-image: url('/Theme/Images/square/search_button.gif');
	margin-top: -3px;
	margin-left: -3px;
	
}
#FreecallContainer
{
    color: #172664;
    font-size: 1.25em;
    font-family: Arial;
    line-height: 38px;
    font-weight: bold;
}
#FreecallContainer .icon
{
    float: left;
    padding-top: 15px;
    padding-left: 5px;
}
#FreecallContainer .text
{
    float: left;
    padding-top: 10px;
}

/****************Start Quicklinks************************** */

.QuicklinkContainer
{
    z-index: 100;
    position: relative;
}
* HTML .QuicklinkContainer
{
    width: 177px;
}
.QuicklinkContainer UL
{
    list-style-type: none;
    height: 27px;
    width: 177px;
    margin-top: 15px;
    margin-left: 10px;
    padding: 0px;
    background-image: url('/Theme/Images/quicklinkbg.jpg');
    background-repeat: no-repeat;
}
.QuicklinkContainer UL UL
{
    width: 175px;
    margin: 0px;
}
.QuicklinkContainer UL LI
{
    position: relative;
    float: left;
    height: 20px;
    width: 160px;
    top: 2px;
}
.QuicklinkContainer UL UL LI
{
    position: relative;
    float: left;
    width: 175px;
    height: auto;
    background-color: #FDA416;
    font-weight: bold;
    border: solid 1px #FFFFFF;
    border-top: 0px;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.QuicklinkContainer UL a:link, .QuicklinkContainer UL a:visited, .QuicklinkContainer UL a:hover
{
    line-height: 15px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold; #display:block;
height:27px;
}
.QuicklinkContainer UL UL
{
    position: absolute;
    width: 175px;
    height: 0px;
    visibility: hidden;
    top: 18px;
    left: 0px;
}
* HTML .QuicklinkContainer UL UL
{
    top: 20px;
}
.QuicklinkContainer UL UL A:link, .QuicklinkContainer UL UL A:visited, .QuicklinkContainer UL UL A:hover
{
    text-align: left;
    font-weight: bold;
    height: auto;
}

.QuicklinkContainer UL LI:hover UL
{
    visibility: visible;
}
.QuicklinkContainer UL A:hover UL
{
    visibility: visible;
}
.QuicklinkContainer UL :hover UL :hover UL
{
    visibility: visible;
}
.SubLevel, .TopLevel, .LastLevel
{
    font-weight: bold;
    margin: 0px;
    height: auto;
    color: #FFFFFF;
}
.TopLevel
{
    padding-left: 10px;
}
.SubLevel
{
    padding-left: 20px;
    color: #e3e3e3;
}
.LastLevel
{
    padding-left: 40px;
}

/****************End Quicklinks************************** */
/*Top menu*/

/*Dropdown menu*/

.TopMenuTab
{
    z-index: 100;
    position: relative;
    width: 100%;
    height: 35px;
	background-color: #383838;
	background-repeat:no-repeat;
}
* HTML .TopMenuTab
{
    width: 100%;
}
.TopMenuTab UL
{
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}
.TopMenuTab UL UL
{
    width: 150px;
}
.TopMenuTab UL LI
{
    position: relative;
    float: left;
    height: 35px;
    width: 152px;
	text-align:center;
}
.TopMenuTab UL UL LI
{
    position: relative;
    float: left;
    width: 152px;
    height: auto;
    font-weight: bold;
    border: 0px;
    border-top: solid 1px #FFFFFF;
}
.TopMenu1 UL LI
{
	background-color: #63b8e7;
}
.TopMenu2 UL LI
{
	background-color: #f36f23;
}
.TopMenu3 UL LI
{
	background-color: #7f188c;
}
.TopMenu4 UL LI
{
	background-color: #00b6ad;
}
.TopMenu5 UL LI
{
	background-color: #d0005f;
}
.TopMenu6 UL LI
{
	background-color: #1058aa;
}
.TopMenuTab UL a:link, .TopMenuTab UL a:visited, .TopMenuTab UL a:hover
{
    line-height: 15px;
	letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    height: 25px;
    padding-top: 10px;
}

.TopMenuTab UL UL
{
    position: absolute;
    width: 145px;
    height: 0px;
    visibility: hidden;
    top: 35px;
    left: 0px;
}
* HTML .TopMenuTab UL UL
{
    top: 52px;
}
.TopMenuTab UL UL A:link, .TopMenuTab UL UL A:visited, .TopMenuTab UL UL A:hover
{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    height: auto;
}

.TopMenu1 A:hover
{
    background: #63b8e7;
}
.TopMenu2 A:hover
{
    background: #f36f23;
}
.TopMenu3 A:hover
{
    background: #7f188c;
}
.TopMenu4 A:hover
{
    background: #00b6ad;
}
.TopMenu5 A:hover
{
    background: #d0005f;
}
.TopMenu6 A:hover
{
    background: #0A59A9;
}
.TopMenuTab UL UL A:hover
{
    background: #b8b8b8;
}

.TopMenu1 :hover > A
{
    background: #63b8e7;
}
.TopMenu2 :hover > A
{
    background: #f36f23;
}
.TopMenu3 :hover > A
{
    background: #7f188c;
}
.TopMenu4 :hover > A
{
    background: #00b6ad;
}
.TopMenu5 :hover > A
{
    background: #d0005f;
}
.TopMenu6 :hover > A
{
    background: #0A59A9;
}
.TopMenuTab UL LI:hover UL
{
    visibility: visible;
}
.TopMenuTab UL A:hover UL
{
    visibility: visible;
}
.TopMenuTab UL :hover UL :hover UL
{
    visibility: visible;
}



/*
.TopMenu0
        {
        	background-color:Olive;
        }
        .TopMenu1, .SubMenu1
        {
        	background-color:red;
        }
        .TopMenu2, .SubMenu2
        {
        	background-color:Olive;
        }
        .TopMenu3, .SubMenu3
        {
        	background-color:red;
        }
        .TopMenu4, .SubMenu4
        {
        	background-color:Olive;
        }
        .TopMenu5, .SubMenu5
        {
        	background-color:red;
        }
        .TopMenu6, .SubMenu6
        {
        	background-color:Olive;
        }
		.TopMenu7, .SubMenu7
        {
        	background-color:red;
        }
*/

/* flash banner*/

#flashContainer
{
    overflow: hidden;
}

#flashContainer.editMode
{
    padding: 0px;
    margin: 0px;
    background-color: #000000;
}

/*Page body*/
.PageBody
{
    width: 100%;
    clear: both;
    position: relative;
    top: 0px; #top:0px;
	background: #fff;

}

/*Three rows section on Body*/
.BodyTop
{
    width: 100%;
    background: none;
    color: #FFFFFF;
}
.BodyMiddle
{
    clear: both;
    width: 100%;
    color: #000000; #margin-top:40px;

}
.BodyBottom
{
    display: none;
}

/*Three columns section on Body*/

.BodyLeft
{
    padding-top: 37px;
	padding-bottom: 20px;
    float: left;
    text-align: left;

}

/* *****************************************************************************************
	Left Hand Side Menu
	***************************************************************************************** */

#SideMenu
{
    width: 200px;
    float: left;
	padding-bottom: 15px;
}

#SideMenu div
{
    font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
    color: #ffffff;
}
.menuLevel1, .menuLevel1_active
{
    min-height: 30px;
}
.menuLevel1
{
    background-color: #a8a8a8;
	background-image:url('/Theme/Images/square/arrow_large.gif');
	background-position:left center;
	background-repeat:no-repeat;
}
.menuLevel1_active
{
    min-height: 30px;
    background-color: #b8b8b8;
	background-image:url('/Theme/Images/square/arrow_large.gif');
	background-position:left center;
	background-repeat:no-repeat;
}
.menuLevel2, .menuLevel2_active
{


}
.menuLevel2
{
    min-height: 20px;
    background-color: #a8a8a8;
	background-image: url('/Theme/Images/square/arrow_small.gif');
	background-position: left center;
	background-repeat: no-repeat;
	font-size: small;
	
}
.menuLevel2_active
{
    min-height: 20px;
    background: #b8b8b8;
	background-image:url('/Theme/Images/square/arrow_small.gif');
	background-position:left center;
	background-repeat:no-repeat;	
	font-size: small;
}
.menuLevel3, .menuLevel3_active
{
    border-bottom: #ffffff 1px solid;
}
.menuLevel3
{
    min-height: 20px;
    background-color: #494949;
}
.menuLevel3_active
{
    min-height: 20px;
    background: #878787;
    background-image: url(/Theme/images/nav/background_arrow_small.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.menuLevel4
{
    min-height: 20px;
    background-color: #565656;
}
.menuLevel4_active
{
    min-height: 20px;
    background: #969696;
    background-image: url(/Theme/images/nav/background_arrow_small.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.menuLevel5
{
    min-height: 20px;
    background-color: #444444;
}
.menuLevel5_active
{
    min-height: 20px;
    background: #9E9E9E;
    background-image: url(/Theme/images/nav/background_arrow_small.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.menuLevel6
{
    min-height: 20px;
    background-color: #232323;
}
.menuLevel6_active
{
    min-height: 20px;
    background: #A5A5A5;
    background-image: url(/Theme/images/nav/background_arrow_small.png);
    background-repeat: no-repeat;
    background-position: center right;
}
#SideMenu a
{
    color: #000000;
    text-decoration: none;
    height: auto;
    display: block;
}
.menuLevel1 a, .menuLevel1_active a
{
    padding: 8px 20px 8px 25px;
}
.menuLevel1 a:hover
{
    background-color: #b8b8b8;
	background-image:url('/Theme/Images/square/arrow_large.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

.menuLevel2 a, .menuLevel2_active a
{
    padding: 3px 20px 3px 30px;
}
.menuLevel2 a:hover
{
    background-color: #b8b8b8;
	background-image:url('/Theme/Images/square/arrow_small.gif');
	background-position:left center;
	background-repeat:no-repeat;	
	margin-left: -10px;
	padding-left: 40px;
}
.menuLevel2_end a:hover
{
    background-color: #b8b8b8;
}
.menuLevel3 a, .menuLevel3_active a
{
    padding: 3px 20px 3px 20px;
}
.menuLevel3 a:hover
{
    background-color: #878787;
}

.menuLevel4 a, .menuLevel4_active a
{
    padding: 3px 20px 3px 25px;
}
.menuLevel4 a:hover
{
    background-color: #969696;
}

.menuLevel5 a, .menuLevel4_active a
{
    padding: 3px 20px 3px 30px;
}
.menuLevel5 a:hover
{
    background-color: #9E9E9E;
}

.menuLevel6 a, .menuLevel4_active a
{
    padding: 3px 20px 3px 35px;
}
.menuLevel6 a:hover
{
    background-color: #A5A5A5;
}
/*Latest News*/

#LatestNews
{
    clear: both;
    width: 555px;
    min-height: 260px;
    color: #ffffff;
    text-align: left;
}
.LatestNewsTitle
{
    font-size: 1.8em;
    font-weight: bold;
    height: 30px;
    width: 100%;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.NewsSummary
{
    width: 100%;
    min-height: 300px;
}
.NewsSummary .SummaryImage
{
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    border: solid 4px #ffffff;
}
.NewsSummary .SummaryTitle, .NewsSummary .SummaryText, .NewsSummary .SummaryMore
{
    float: left;
    width: 60%;
}
.NewsSummary .SummaryTitle
{
    padding-bottom: 5px;
    font-size: 1.5em;
}
.NewsSummary .SummaryText
{
    min-height: 135px;
}

#LatestNews .RotateControlBar
{
    clear: both;
    margin-left: 20px;
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    padding: 10px;
    width: 88%;
    height: 15px;
}
#LatestNews .RotatePlayerPrev
{
    float: left;
}
#LatestNews .RotatePlayerNext
{
    float: right;
}
#LatestNews .RotateNumbers
{
    float: left;
    width: 70%;
    text-align: center;
    background-color: Transparent;
}
#LatestNews .RotateNumbers a:link, #LatestNews .RotateNumbers a:visited, #LatestNews .RotateNumbers a:hover
{
    background-color: Transparent;
    text-decoration: none;
}


.NewsSummary .SummaryText .SummaryMore:link, .NewsSummary .SummaryText .SummaryMore:visited, .NewsSummary .SummaryText .SummaryMore:hover
{
    text-decoration: underline;
}
#breadcrumb
{
    padding-left: 10px;
	padding-bottom: 10px;
    text-align: left;
    width: 99%;
	font-size: 12px;
}


.BodyCenter
{
    padding-top: 10px;
	padding-bottom: 15px;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    color: #000000;
    text-align: left;
	width: 620px;
}

.BodyCenter li {
	margin: 7px 0px;
}

.ContentTitle
{
    height: 26px;
    font-size: 1.6em;
    width: 100%;
	padding-left: 10px;

}
.ContentTitle .left
{
    float: left;
    padding-left: 25px;
	padding-top: 5px;
}
.ContentTitle .right
{
    float: right;
    padding-right: 10px;
}
.Content
{
    width: 90%;
    padding-top: 10px;
    padding-left: 35px;
}
/*Highlight*/

.Highlight
{
    width: 371px;
    min-height: 200px;
    color: #ffffff;
}

.Highlight .SpotView
{
    position: relative;
    clear: both;
    width: 344px;
    min-height: 64px;
    margin-bottom: 1px;

}
.Highlight .SpotView:hover
{
    background-color: #fba00b;
    cursor: default;
}
.Highlight .Image
{
    float: left;
    padding: 3px;
}
.Highlight .Text
{
    position: absolute;
    bottom: 8px;
    right: 40px;
    float: left;
    width: 160px;
}
.Highlight .Title
{
    font-weight: bold;
}
.Highlight .More
{
    position: absolute;
    bottom: 8px;
    right: 10px;
    float: right;
}

.IconHighlight
{
    width: 350px;
    min-height: 80px;
    color: #ffffff;
}
.IconHighlight .SpotView
{
    width: 50%;
    float: left;
}
.IconHighlight .SpotView:hover
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: .8;
    cursor: pointer;
}
.IconHighlight .Image
{
    float: left;
    padding-top: 10px;
}
.IconHighlight .Text
{
    padding-top: 30px;
    padding-left: 10px;
    width: 60px;
    float: left;
}
.IconHighlight .Title
{
    font-weight: bold;
}
.IconHighlight .More
{
    padding-top: 45px;
    padding-right: 20px;
    float: right;
}
.BodyRight
{
    float: right;
	width: 190px;
	padding-top: 17px;
}

.RelatedResource
{
    text-align: left;
	margin-top: -15px;
}
.ResourceTitle
{
    height: 26px;
    font-size: 1.2em;
    background-color: #ffffff;
    width: 95%;
    padding-top: 5px;
    padding-left: 0px;
	color: #d0005f;
	font-weight: bold;
}
.ResourceItem
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: solid 1px #FFFFFF;
}
.SecondRelatedResource
{
    margin-top: 20px;
}
/*Page bottom*/
.PageFooter
{
    clear: both;
    padding-bottom: 5px;
    height: 30px;
    width: 100%;
    color: #FFFFFF;
	background-color: #808080;
    position: relative;
	
}
.PageFooter a:link, .PageFooter a:visited, .PageFooter a:hover
{
    text-decoration: none;
    color: #000000;
}
/*Three rows section on Footer*/
.FooterTop
{
}
.FooterMiddle
{
}
.FooterBottom
{
}

/*Three columns section on Footer*/
.FooterLeft
{
    float: left;
}

.FooterCenter
{
    float: left;
}
.FooterRight
{
    float: right;
}

.FooterText
{
    padding-left: 20px;
    padding-bottom: 0px;
	font-size: 12px;
	margin-top: -4px;
}
.FooterLinks
{
    padding-right: 20px;
    margin-bottom: 5px;
	margin-top: -25px;
}


/* Site Section Summary view */

#SectionSummaryView
{
    width: 100%;
    margin: 0px 0px 0px 10px; #margin-top:-10px;
}
#SectionSummary
{
    float: left;
    width: 163px;
    min-height: 340px;
    margin-right: 8px;
}
#SectionSummaryImage
{
    border: solid 4px #FFFFFF;
    margin: 0px;
}
#SectionSummaryTitle
{
    padding-top: 10px;
    font-size: 1.4em;
    font-weight: bold;
}
#SectionSummaryDesc
{
    padding-top: 10px;
}
#SectionSummaryList
{
    padding: 1px;
    margin: 10px 2px 2px 15px;
}

#HighlightedNews
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#HighlightedNews .Title
{
    clear: both;
    width: 100%;
    padding-left: 20px;
    color: #fca415;
    padding-top: 10px;
    font-size: 1.4em;
    font-weight: bold;
}
#HighlightedNews .News
{
    margin-top: 10px;
    width: 45%;
    padding-left: 20px;
    float: left;
    min-height: 85px;
}

#HighlightedNews .SummaryImage
{
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    border: solid 2px #ffffff;
}
#HighlightedNews .SummaryTitle, #HighlightedNews .SummaryText, #HighlightedNews .SummaryMore
{
    float: left;
    width: 60%;
}
#HighlightedNews .News .SummaryTitle
{
    font-size: 1em;
    font-weight: bold;
}
#HighlightedNews a:link, #HighlightedNews a:visited, #HighlightedNews a:hover
{
    color: #fca415;
}
.RotateScriptBlock
{
    margin-top: -4px; #margin-top:-0px;
}

#SummaryList .SummaryView
{
    width: 98%;
    position: relative;
    min-height: 80px;
    margin-top: 5px;
    padding: 5px;
}

#SummaryList .SummaryImage
{
    float: left;
    margin-left: 0px;
    margin-right: 10px;
    border: solid 0px #ffffff;
}

#SummaryList .SummaryTitle
{
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
}

#SummaryList a:link, #SummaryList a:visited, #SummaryList a:hover
{
    color: #fca415;
}
.YellowButton
{
    width: 80px;
    background-color: #fda416;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
}

.TextHeader
{
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 3px;
}
.TextField
{
    margin-top: 3px;
    width: 200px;
    border: solid 1px;
}
.button
{
    margin: 10px;
    background-color: #fda416;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
}
.PanelHeader
{
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
}
.loginPanel
{
    width: 200px;
    color: #FFFFFF;
    display: none;
}
.loginPanel .TextField
{
    width: 155px;
    border: solid 1px #E3E3E3;
    margin: 0px;
    padding: 0px;
}
.loginPanel .TextHeader
{
    float: left;
    padding-left: 0px;
    padding-top: 3px;
    margin: 0px;
}
.loginPanel a.button
{
    width: 70px;
    height: 18px;
    display: inline-block;
    background-color: #fda416;
    border: solid 1px #E3E3E3;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-top: 2px;
}
.NormalButton
{
    width: 70px;
    height: 18px;
    display: inline-block;
    background-color: #fda416;
    border: solid 1px #E3E3E3;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-top: 2px;
}
.ErrorPanel
{
    color: Red;
}
.InfoPanel
{
    font-weight: bold;
    font-style: italic;
}
.MailingListPanel
{
    width: 95%;
    margin: 10px;
    border: solid 1px #FFFFFF;
}

a.YellowMoreLink
{
    color: #fca415;
}
.CourseName a:link, .CourseName a:visited, .CourseName a:hover
{
    color: #fca415;
}


/*Video*/

.VideoBlock
{
    width: 98%;
	padding: 20px;
}
.VideoBlock .Title
{
    font: 1.2em;
    padding: 5px 0px 5px 10px;
    font-weight: bold;
}
.VideoBlock .Video
{
    text-align: center;
    margin: 5px;
}
.CurrentPage
{
    font-size: 16px;
    color: Gray;
    font-weight: bold;
}
.ResultImage
{
}
.Title
{
    font-weight: bold;
}
.SearchSummry
{
    font-size: 13px;
    font-weight: bold;
}
.PageLinks
{
    padding: 5px 0 5px 0;
    font-size: 13px;
    font-weight: bold;
}
.HDivider
{
    width: 60%;
    border-top: solid 1px #FFFFFF;
}
.maincontainer
{
    padding-left: 20px;
}
        .PageImage
        {
            float: right;
            clear: both;
            margin-left: 10px;
        }
        .PageImageCaption
        {
            margin-top: 15px;
            border-top: solid 1px #FFFFFF;
            border-bottom: solid 1px #FFFFFF;
            padding: 3px;
        }
