@import url("master.css");
@import url("client.css");
@import url("templatecontent.css");
@import url("generallist.css");
@import url("newsarticles.css");
@import url("mediaarchives.css");
@import url("formmodule.css");
/*@import url("pp/registrations.css");*/

/* ----------  Styles by ELEMENT  ---------- */
body
{
    background: #282622 url( '../images/M_NEW_BackGround.gif' ) repeat-x scroll left top;
}

ul
{
    list-style-type: none;
    margin-left: 15px;
}


/* ----------  MasterPage Styles by divId  ---------- */
div#Wrapper
{
    width: 989px;
    margin: 0px auto;
    height: 100%;
}

div#Header
{
    float: left;
    width: 989px;
    height: 94px;
}

div#Header .homelink
{
    display: block;
    width: 194px;
    height: 94px;
    float: left;
    margin-left: 20px;
}

div#Header .contact
{
    float: right;
    margin-right: 20px;
    padding-top: 10px;
}

div#Header .contact span
{
    margin: 0px;
    padding: 0px;
    margin-right: 20px;
}

div#Navigation
{
    background: transparent url('../images/M_NEW_NavBackGround.gif') no-repeat scroll left top;
    width: 989px;
    height: 44px;
    float: left;
    padding-left: 12px;
}

div#Flash
{
    width: 950px;
    height: 450px;
    margin: 0px 0px 0px 19px;
    /*background: transparent url('../NEW_Images/Images/M_NEW_FlashPlacholderImage.jpg') no-repeat scroll left top;*/
}

div#Content
{
	background: transparent url('../images/M_NEW_RepeatBackGround.png') repeat-y scroll left top;
	width: 989px;
	float: left;
	height: 100%;
}

div#TopRow
{
    width: 889px;
    margin: 0 auto;
    height: 100%;
    border-bottom: solid 1px #b9b6aa;
    min-height: 250px;
}

div#TopRow .left
{
    width: 49%;
    height: 100%;
    margin: 20px 0px;
    float: left;
}

div#TopRow .left .template-content
{
    padding-right: 55px;
}

div#TopRow .left a
{
    display: block;
    float: left;
    margin-right: 10px;
}

div#TopRow .right
{
    width: 49%;
    height: 100%;
    margin: 20px 0px;
    float: left;
    border-left: solid 1px #b9b6aa;
}

div#TopRow .right a
{
    display: block;
    float: left;
    margin-right: 10px;
}

div#TopRow .right a.leftmargin
{
    margin-left: 30px;
}

div#TopRow .right .template-content .content-no-image
{
    margin-left: 30px;
}

div#BottomRow
{
    width: 889px;
    margin: 0 auto;
    height: 100%;
}

div#BottomRow .left
{
    width: 51%;
    height: 100%;
    margin: 20px 0px 5px 0px;
    float: left;
}

div#BottomRow .right
{
    width: 45%;
    height: 100%;
    margin: 20px 0px 5px -2px;
    float: left;
}

div#BottomRow p
{
    display: block;
    min-height: 100px;
}

div#BottomRow .right .template-content .content-no-image,
div#BottomRow .right .template-content .content-no-image,
div#BottomRow .right .template-content .content-no-image
{
    margin-left: 18px;
}

div#BottomCap
{
    background: transparent url('../images/M_NEW_BottomCap.gif') no-repeat scroll center top;
    width: 989px;
    height: 30px;
    float: left;
}

div#BottomNav
{
    float: left;
    width: 989px;
    height: 300px;
}


/* ----------  Button Styles  ---------- */
.largegreybtn
{
    background: transparent url( '../images/M_LargeGreyBTN.gif' ) no-repeat scroll center center;
    width: 132px;
    height: 30px;
    font: normal normal normal 11px/30px arial;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.largemaroonbtn
{
    background: transparent url( '../images/M_LargeMaroonBTN.gif' ) no-repeat scroll center center;
    width: 132px;
    height: 30px;
    font: normal normal normal 11px/30px arial;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.smallgreybtn
{
    background: transparent url( '../images/M_SmallGreyButton.gif' ) no-repeat scroll center center;
    width: 81px;
    height: 30px;
    font: normal normal normal 11px/30px arial;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.largemaroonbtn:hover
{
    color: #fff;
    background: transparent url( '../images/M_LargeMaroonBTN-rollover.gif' ) no-repeat scroll center center;
}

.largegreybtn:hover
{
    color: #fff;
    background: transparent url( '../images/M_LargeGreyBTN-rollover.gif' ) no-repeat scroll center center;
}

.smallgreybtn:hover
{
    color: #fff;
    background: transparent url( '../images/M_SmallGreyButton-rollover.gif' ) no-repeat scroll center center;
}

/* ----------  Main Nav Styles  ---------- */
#mainnav
{
    display: block;
    float: left;
    height: 44px;
}

#mainnav li
{
    position: relative;
    display: block;
    float: left;
    height: 44px;
}

#mainnav li a
{
    display: block;
    padding: 0 28px;
    height: 44px;
    font: normal normal normal 11px/44px 'arial';
    color: #fff;
    text-decoration: none;
}

#mainnav ul
{
    display: none;
}

#mainnav li:hover
{
    background: transparent url('../images/M_ActiveLinkLeft.gif') no-repeat scroll left center;
}

#mainnav li a:hover
{
    background: transparent url('../images/M_ActiveLinkRight.gif') no-repeat scroll right center;
}

#mainnav li ul
{
    position: absolute;
    top: 44px;
    left: -21px;
    width: 214px;
    padding-bottom: 26px;
}

#mainnav li:hover ul
{
    display: block;
    background: transparent url('../images/M_FlyoutBackGround2.png') no-repeat scroll center bottom;
    z-index: 100;
}

#mainnav ul li
{
    height: 15px;
    float: none;
    width: 194px;
    margin: 0px auto;
    white-space: nowrap;
}

#mainnav ul li a
{
    font: normal normal normal 8px/15px arial;
    color: #572f2a;
    margin: 0px;
    padding: 0px;
    height: 15px;
    margin-left: 5px;
}

#mainnav ul li:hover
{
    background: transparent url('../images/M_FlyoutActiveLinkLeft.gif') no-repeat scroll left center;
}

#mainnav ul a:hover
{
    background: transparent url('../images/M_FlyoutActiveLinkRight.gif') no-repeat scroll right center;
}


/* ----------  Bottom Nav Styles  ---------- */
#BottomNav #mainnav
{
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    height: auto;
    width: auto;
    margin-left: 30px;
}

#BottomNav #mainnav li
{
    margin: 0px;
    padding: 0px;
    margin-right: 90px;
    display: block;
    float: left;
    height: 44px;
    position: relative;
}

#BottomNav #mainnav li#mn-culture
{
    margin: 0px;
}

#BottomNav #mainnav li:hover
{
    background-image: none;
}

#BottomNav #mainnav li a
{
    padding: 0px;
    margin: 0px;
    display: block;
    height: 44px;
    font: normal normal bold 11px/44px 'arial';
    color: #b8bc9b;
    text-decoration: none;
}

#BottomNav #mainnav li a:hover
{
    background-image: none;
}

#BottomNav #mainnav ul
{
    padding: 0px 0px 25px 0px;
    background-image: none;
    margin: 0px;
    width: auto;
    height: auto;
    top: 44px;
    left: 0px;
    position: absolute;
}

#BottomNav #mainnav ul li
{
    float: none;
    display: block;
    padding: 0px;
    height: 20px;
    white-space: nowrap;
    margin: 0px;
    width: auto;
}

#BottomNav #mainnav ul li:hover
{
    background-image: none;
}

#BottomNav #mainnav ul li a
{
    font: normal normal normal 11px/20px arial;
    color: #828181;
    margin: 0px;
    padding: 0px;
    height: 20px;
}

#BottomNav #mainnav ul a:hover
{
    background-image: none;
    color: #aaaaaa;
    text-decoration: underline;
}

#BottomNav #mainnav li#mn-media-room
{
    display: none;
}


/* ----------  Interior Master Page Styles  ---------- */
body#Interior #Wrapper #Content #InteriorHeader
{
    background: transparent url('../images/M_InteriorHeader_BG.gif') no-repeat scroll center center;
    width: 989px;
    height: 116px;
    margin-left: -1px;
}

body#Interior #Wrapper #Content #InteriorHeader .text
{
    padding-top: 23px;
    margin-left: 55px;
}

body#Interior #Wrapper #Content #InteriorHeader .text h1
{
    margin-left: -1px;
}

body#Interior #Wrapper #Content #InteriorHeader .text h2
{
    margin-left: 1px;
}

body#Interior #Wrapper #Content #TopRow
{
    background-color: #e1e1d3;
    border: 0px;
    padding: 0px;
    width: 950px;
    margin: 0px;
    margin-left: 19px;
    padding-bottom: 15px;
    padding-top: 15px;
}

body#Interior #Wrapper #Content #TopRow .right
{
    width: 650px;
    float: left;
    height: 100%;
    margin: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #cfcdc3;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 400px;
    padding-top: 15px;
}

body#Interior #Wrapper #Content #TopRow .right .template-content .content-no-image
{
    margin-left: 0px;
}

body#Interior #Wrapper #Content #TopRow .left
{
    width: 230px;
    float: left;
    height: 100%;
    margin: 0px;
    border: 0px;
    padding-top: 22px;
}

body#Interior #Wrapper #Content #TopRow .right a
{
    display: inline;
    float: none;
    margin: 0px;
    padding: 0px;
}

/* ----------  Side Nav Styles  ---------- */
body#Interior #Wrapper #Content #TopRow .left p
{
    display: none;
}

body#Interior #Wrapper #Content #TopRow .left h2
{
    margin-left: 36px;
}

body#Interior #Wrapper #Content #TopRow .left ul
{
    display: block;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-left: 36px;
    text-align: left;
}

body#Interior #Wrapper #Content #TopRow .left ul li
{
    display: block;
    float: none;
    padding: 8px 0px;
}

body#Interior #Wrapper #Content #TopRow .left ul li a
{
    display: block;
    float: none;
    text-decoration: none;
    font: normal normal normal 13px/13px arial;
    color: #727357;
    margin-left: 5px;
}

body#Interior #Wrapper #Content #TopRow .left ul li:hover
{
    background-color: #eeebe5;
}


/* ----------  Site Map  ---------- */
#ctl00_cphPageBody_pnlNotActive p
{
    font: normal normal normal 12px/20px arial;
    color: #39393a;
}

.sitemap ul a
{
    font: normal normal normal 18px/20px arial;
    text-decoration: none;
    color: #39393a;
}

.sitemap ul ul a
{
    font: normal normal normal 14px/20px arial;
    text-decoration: none;
    color: #39393a;
}

.sitemap ul a:hover
{
    text-decoration: underline;
}
