/* General Site CSS */

body {
	margin: 0;
	padding: 0;
	background: #E4E5E6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

a 
{
    color: #820503;
    text-decoration: underline;
}

a:hover 
{
    text-decoration: none;
}

ul 
{
    margin: 0 0 0 15px;
    padding: 0;
}

    ul li 
    {
        padding: 0 0 3px 0;
    }

h4 
{
    font-size: 10pt;
    margin: 0;
    padding: 10px 0 6px 0;
}

.pageTop { 
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../images/page-top.jpg) bottom no-repeat;
	width: 924px;
	height: 10px;
}

.pageBox {
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../images/page-back.jpg) top repeat-y;
	width: 924px;
	min-height: 500px;
}

.pageBox .pageContainer {
	padding: 0 0 16px 0;
	margin: 0 0 0 64px;
	width: 796px;
	min-height: 810px;
	background: #FFFFFF;
	text-align: left;
}

.pageContainer .mainContainer {
	padding: 0;
	margin: 0 0 0 10px;
	width: 750px;
	min-height: 810px;
	background: #FFFFFF;
	text-align: left;
}

.pageContainer .leftContainer {
	margin: 0 0 0 10px;
	_margin-left: 5px;
	padding: 0;
	float: left;
	width: 500px;
	position: relative;
}

.pageContainer .rightContainer {
	margin: -20px 20px 0 0;
	_margin-right: 5px;
	padding: 0;
	float: right;
	width: 250px;
	position: relative;
}


.pageBottom { 
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../images/page-bottom.jpg) no-repeat;
	width: 930px;
	height: 50px;
}

    .pageBottom .smallPrint {
	    margin: 0;
	    padding: 20px 0 0 64px;
	    background: none;
	    text-align: left;
	    font-size: 8pt;
	    color: #707070;
	    float: left;
    }

        .pageBottom a {
	        color: #707070;
	        text-decoration: underline;
	        font-weight: bold;
	        font-size: 8pt;
        }

        .pageBottom a:hover {
	        text-decoration: none;
        }

        .pageBottom span {
	        margin: 0;
	        padding: 0 0 0 212px;
	        width: 500px;
	        font-size: 8pt;
        }

        .pageBottom span a {
	        font-weight: normal;
	        text-decoration: none;
        }

        .pageBottom span a:hover {
	        text-decoration: underline;
        }

    .pageBottom .validation 
    {
        float: right;
        padding: 20px 64px 0 0;
        font-size: 8pt;
    } 

/* Top Menu */

.logoBar {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: auto;
	height: 86px;
	z-index: 1;
}

.logoBar .castle {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	position: relative;
}

.logoBar .logo {
	margin: 14px 0 0 0;
	padding: 0;
	float: left;
	position: relative;
	width: 240px;
}

.logoBar .usefulInfo {
	margin: 20px 0 0 75px;
	padding: 0;
	float: left;
	width: 200px;
	position: relative;
}


.logoBar .memberships {
	margin: 5px 10px 0 0;
	padding: 0;
	float: right;
	width: 200px;
	text-align: right;
}


.logoBar .usefulInfo .trolley {
	background: url(../images/trolley.gif) left center no-repeat;
	margin: 0;
	padding: 0 0 0 30px;
	float: right;
	text-align: left;
	width: 160px;
}

.logoBar .usefulInfo .trolley a {
	margin: 0;
	padding: 0;
	color: #000000;
	text-decoration: none;
}

.logoBar .usefulInfo .trolley a b {
	color: #820503;
	font-weight: bold;
}

.logoBar .usefulInfo .trolley a:hover {
	text-decoration: underline;
}

.logoBar .usefulInfo .links {
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	text-align: left;
	width: 160px;
}

.logoBar .usefulInfo .links a {
	margin: 0;
	padding: 0;
	color: #820503;
	font-size: 9pt;
	text-decoration: underline;
}

.logoBar .usefulInfo .links a:hover{
	text-decoration: none;
}

.topMenu {
	margin: 0;
	_margin-top: -47px;
	padding: 0;
	background: url(../images/top-menu-back.jpg) repeat-x left #820505;
	width: auto;
	height: 30px;
	z-index: -1;
}

.topMenu .menu {
	padding: 0 2px 0 0;
	margin: 0 0 0 75px;
	position: absolute;
	list-style: none;
	float: left;
	height: 30px;
	background: url(../images/spacer.gif) right repeat-y;
}

.menu li {
	background: url(../images/spacer.gif) left repeat-y;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

.menu li#selected {
	background: #7B0405;
}

.menu li a {
	margin: 0;
	padding: 5px 10px 0 12px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
	height: 25px;
}

.menu li a:hover {
	background: #7B0405;
}


/* Error and Good Message handling */

.Msg {
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 60px;
	font-size: 9pt;
	color: #000000;
	border: 1px #029214 solid;
	background: #E6FDE9 url(../images/notice_good.jpg) no-repeat top left;
	min-height: 34px;
}

.errMsg {
	margin: 10px 0 10px 0;
	padding: 10px 10px 10px 60px;
	font-size: 9pt;
	color: #000000;
	border: 1px #820503 solid;
	background: #FCF8DD url(../images/notice.jpg) no-repeat top left;
	min-height: 34px;
}

.errMsg h3, .Msg h3 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	background: none;
	border: none;
}

.errMsg h4, .Msg h4 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	background: none;
	border: none;
}

.errMsg h4 a, .Msg h4 a {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #740135;
	font-weight: normal;
	text-decoration: underline;
}

.errMsg h4 a:hover, .Msg h4 a:hover {
	text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	margin: -1px 0 0 0;
	border-top: 1px #5D0303 solid;
	border-left: 1px solid #930706;
	border-right: 1px solid #930706;
	border-bottom: 1px solid #930706;
	font-size: 9pt;
	line-height: 22px;
	z-index: 100;
	background-color: white;
	width: inherit;
	_width: 250px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 10px 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv a.last{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: none; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #930706;
	color: #FFFFFF;
}



.breadcrumb {
	margin: 0 0 10px 0;
	padding: 0;
	color: #B7B6B6;
}

.breadcrumb a {
	margin: 0;
	padding: 0;
	color: #B7B6B6;
	text-decoration: underline;
}

.breadcrumb a:hover {
	text-decoration: none;
}





