@media screen
{/*-------------RESETS--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
/*address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;} */
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
strong {font-weight: bold;}
em {font-style: italic;}
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;} 
q:before,q:after {content:'';} 
abbr,acronym {border:0;}
/*------------TAGS---------*/
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #fff url(../garnish/page-back.jpg) repeat-x left top;
	font-size: 0.75em;
	line-height:1.4em;
	color: #4e4138;
}
h1{
	background: url(../garnish/logo.jpg);
	width:156px;
	height: 88px;
	margin: 14px 0 0 0;
	float: left;
}
h1 a{
	width: 156px;
	height: 88px;
	display: block;
}
h1 a:hover{
	background: none;
}
h3{
	font-weight: bold;
}
h2, .module h3{
	font-size: 1.8em;
	line-height:1.2em;
	font-weight: normal;
	margin: 0.5em 0 0.5em 0;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.05em;
}
#content h2{
	font-size:2em;
	border-bottom: 3px solid #DCD5CD;
	padding-bottom: 0.8em;
}
small{
	color: #988474;
	margin: 0.5em 0;
	display: block;
	line-height:1.3em;
}

.horizontal{	
	display: inline;
	line-height:1.4em;
}

p{
	margin: 1em 0;
}
a{
	text-decoration: none;
	color: #CC0000;
	outline: none;
}
a:hover{
	background: #fde1e5;
}
input, select, textarea{
	border-width:1px;
	border-color: #796557;
	border-style: solid;
	padding: 0.2em 0.2em;
	font-size: 1em;
}
input:focus, select:focus, textarea:focus{
	background-color: #f9f7e1;
}
ul, ol{
	margin:1em 0 1em 3em;
}
/*----------GENERAL CLASSES------------------------*/
.inv{
	position: absolute;
	left: -999999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide{
	display:none;
}
.add, .remove{
	display: block;
	clear:both;
	margin: 1em 0 0em 0;
	width: 108px;
	height: 16px;
	font-size: 0.8em;
	background: url(../garnish/add.gif) no-repeat left top !important;
}
.add:hover{
	background: url(../garnish/add.gif) no-repeat left bottom !important;
}
.remove{
	background: url(../garnish/remove.gif) no-repeat left top  !important;
}
.remove:hover{
	background: url(../garnish/remove.gif) no-repeat left bottom  !important;
}
.special-link, .special-link:hover{
	background: #FF0000 url(../garnish/special-link.gif) repeat-x top left;
	color: #fff;
	padding: 0.5em;
	text-align: center;
	display: block;
	margin: 0.5em 0;
	float: left;
}
.free-width{width:auto !important;}
.free-border{border: 0px !important;}
.free-float{float: none!important;}
.free-display{display: inline!important;}
.button{
	background: #8D7865 url(../garnish/button-back.gif) repeat-x top left;
	border: 0px;
	color: #fff;
	padding: 0.5em 0em;
	width: 100% !important;
	cursor: pointer;
}
.button:hover{
	background: #A7794B url(../garnish/button-back-hover.gif) repeat-x top left;
}
.last{
	border: 0 !important;
	background: 0 !important;
}
/*----------STRUCTURE------------------------------*/
#wrapper{
	width: 960px;
	margin: 0 auto;
/*	position: relative;*/
}
/*----bannners--------------------------------------*/
.banner-area-728{
	width: 960px;
	height: 110px;
	float: left;
	background: #fff url(../garnish/back-diag.gif);
	text-align: center;
}
.banner-area-300{
	width: 300px;
	height: 250px;
	background: #fff url(../garnish/back-diag.gif);
	text-align: center;
}
.banner-area-160{
	width: 160px;
	height: 600px;
	background: #fff url(../garnish/back-diag.gif);
	text-align: center;
}
.banner-area-120{
	width: 120px;
	height: 60px;
	margin: 10px auto;
	overflow: visible;
	background: #fff; /*url(../garnish/back-diag.gif)*/
	text-align: center;
}
*>.banner-area-120{
	height: auto;
	min-height: 60px;
}
/*------------HEADER--------------------------------*/
#header{
	position: relative;
	height: 112px;
	border-bottom: 3px solid #726153;
}
#header .banner-area-728{
	width: 728px;
	height: 90px;
	position: absolute;
	top:10px;
	right: 0px;
	background: #000;
}
/*------------SUBHEADER-------------------------------*/
#sub-header{
	/*overflow: hidden;*/
	width: 960px;
	float: left;
	color: #C9BDB3;
	margin: 0 0 10px 0;
	font-size: 0.9em;
}
#sub-header a{
	color: #fff;
	text-decoration: underline;
}
#sub-header a:hover{
	background-color: transparent;
}
/*----------------AREA SELECTOR----------------------------*/
#area-selector{
	color: #C9BDB3;
	background: #4e4138 url(../garnish/area-selector.jpg) no-repeat bottom left ;
	font-size: 1.1em;
	font-weight:bold;
	border-right: 1px solid #988474;
	padding: 8px 0 0 10px;
	width: 300px;
	position: relative;
	float: left;
	overflow: visible;
	height: 25px;
}
#area-selector a{
	color: #fff;
	text-decoration: underline;
}
#area-selector a:hover{
	background-color: transparent;
}	

*> #area-selector{
	height: auto;
	min-height: 25px;
}
#area-selector-help{
	width: 18px;
	height: 18px;
	background: url(../garnish/help.gif);
	display: block;
	position: absolute;
	right: 18px;
	top: 8px;
}

#breadcrub-help{
	width: 18px;
	height: 18px;
	background: url(../garnish/help.gif);
	display: block;
	position: absolute;
	right: 20px;
	top: 75px;
}
	
#breadcrub2-help{
	width: 18px;
	height: 18px;
	background: url(../garnish/help.gif);
	display: block;
}
	
/*----------------SEARCH----------------------------*/
#search-form{
	background: #4e4138 url(../garnish/area-selector.jpg) no-repeat bottom right ;
	width: 230px;
	margin: 0 0 0 0px;
	padding: 5px 0 0 10px;
	float: left;
	height: 28px;
	overflow: visible;
	/*position: relative;*/

}

*> #search-form{
	height: auto;
	min-height: 28px;
}
#search-form label{
	display:block;
	float:left;
	margin: 3px 2px 0 0;
}
#search-box{
	width: 125px;
	display:block;
	float:left;
}
li #go{
	background: transparent  url(../garnish/go.gif) no-repeat center;
	height: 20px;
	width: 35px;
	border: 0px;
	font-size: 1px;
	color: #fff;
	line-height: 2em;
	text-indent: -5000px;
	padding:0px;
}

 .searchCategories{
	position: absolute;
	top:30px;
	left:0px;
	background-color: #6C5C4E;
	display:block;
	width:220px;
	list-style: none;
	padding:10px;
	margin:0px;
	z-index:1000;
}
.searchCategories{
	list-style:none;
	margin:0px;
	padding:0px;
}
.searchCategories ul{
	position: absolute;
	left: -999em;
	margin:0px;
}


/*----------------HOT LINKS----------------------------*/
#hot-links{
	overflow: hidden;
	width: 714px;
	float: right;
	font-weight: bold;
	font-size:1.1em;
	line-height:1.2em;
	margin: 0;
	list-style: none;
}
#hot-links li{
	float: left;
	overflow: hidden;
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 0 0 1px;
}
#hot-links a{
	float: left;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px 10px 9px 10px;
	text-decoration: none;
}
#hot-links a:hover{
	text-decoration: underline;
}
.hot-red{background-image: url(../garnish/hot-red-r.gif); background-color: #a01228;}
.hot-red a{	background-image: url(../garnish/hot-red-l.gif) !important;}
.hot-orange{background-image: url(../garnish/hot-orange-r.gif); background-color: #a85816;}
.hot-orange a{	background-image: url(../garnish/hot-orange-l.gif) !important;}
.hot-blue{background-image: url(../garnish/hot-blue-r.gif); background-color: #007e90;}
.hot-blue a{	background-image: url(../garnish/hot-blue-l.gif) !important;}
.hot-green{background-image: url(../garnish/hot-green-r.gif); background-color: #708a26;}
.hot-green a{	background-image: url(../garnish/hot-green-l.gif) !important;}
/*----------CONTENT STRUCTURE--------------------*/
#content{
	float: left;
	margin: 0px;
	overflow: hidden;
	width: 630px;
	/*font-size: 1.2em;*/
	z-index:10;
	position: relative;
}
.content-structure{
	width: 960px;
	margin: 10px 0;
	overflow: hidden;
	float: left;
	background: url(../garnish/content-back.gif) repeat-y top right;
	position: relative;
}
#content img{
	float: left;
	margin: 0 10px 10px 0;
}
/* ListPage Content area : */
.content-structure#listPage{
	background: url(../garnish/content-backLeft.gif) repeat-y top left;
}
#listPage #content{
	margin: 0 0px 0 20px;
	width: 705px;
	background-image: none;
}
#listPage #post-info .column{
	width: 340px;
}
/* Sitemap Content area : */
.content-structure#sitemap{
	background:none;

}
#sitemap #content{
	margin:0px;
	width: 960px;
	background-image: none;
}
#sitemap table {
	margin:0px;
	width:100%;
}
#sitemap table table{
	width:auto;
}
#sitemap img{
	margin:0;
}
#sitemap td{
	vertical-align:top;
	padding:0px;
	/*width: 20%;*/
	text-align: left;
	background: url(../garnish/content-backLeft.gif) repeat-y top;
}
#sitemap td td{
	width:auto;
	text-align: left;
	padding:0px;
}
#sitemap td h3{
	margin-bottom:10px;
}
#sitemap td a{
	margin:0px;
	padding:0px;
}
#listPage #post-info .column{
	width: 340px;
}
/* Home Content area : */
#home-structure.content-structure{
	background: url(../garnish/content-home-back.gif) repeat-y top left;
}
#home-structure.content-structure #content{
	width: 385px;
	font-size: 1em;
	margin: 0 20px 0 20px;
}

/*-----------MODULES-----------------------------*/
.module{
	padding: 0 0 0 0;
	margin: 10px 0px 0px 0px; 
	background-color:#8C7C6F;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
}
.module-content{
	background: #fff;
	padding: 0.5em 0 0 0;
}
.module-content p{
	padding-bottom:10px; /*hides brown background*/
	margin:0px;
}
/* Module Main Article */
.module.mainArticle .module-content{
	background: #E9E4E0;
	padding:15px 15px 0px 15px;
	overflow: hidden;
	margin:0px;
}

.module.mainArticle h2{
	background: url(../garnish/h2-xlarge-bottom-mainArticle.gif) no-repeat bottom left!important;
}
.module.mainArticle h3{
	margin-top:0px;
}
.module .articleNav{
	margin-top:0px;
	background-color: #E9E4E0;
	padding:10px 5px 10px 5px;
	font-size: 0.9em;
	line-height: 13px;
	height:10px;
	overflow: visible;
	width:100%;
	background: #E9E4E0 url(../garnish/bottom-mainArticle.gif) repeat-x bottom left!important;
	display:  none;
}
*>.module .articleNav{
	min-height:10px;
	height:auto;
}
.module .articleNav .previous{
	width:160px;
	margin-right:10px;
	float: left;
	text-align:left;
	background:  url(../garnish/arrow-next-previous.gif) no-repeat top left;
	padding-left:20px;
}
.module .articleNav .next{
	margin-left:160px;
	padding-right:12px;
	margin-right:12px;
	background:  url(../garnish/arrow-next-previous.gif) no-repeat top right;
	text-align: right;
	overflow: hidden;
}
/* Module H2's */
.module h2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 1em !important;
	line-height: 1.2em;
	padding: 5px 10px 13px 10px !important;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 0;
	border:0 !important;
}
.module.category h2{
	background: url(../garnish/h2-large-bottom-categories.gif)  no-repeat bottom left!important;
}
.module.category{
	background: #BC9A78 url(../garnish/h2-large-top-categories.gif) no-repeat top left!important;
}
.content-structure#home-structure h2{
	background-image: url(../garnish/h2-xlarge-bottom.gif);
}
.content-structure#home-structure .module{
	background-image: url(../garnish/h2-xlarge-top.gif);
}

/*---------COLUMNS--------------------------------*/
.column-container{
	background: #fff url(../garnish/home-sep.gif) repeat-y center top;
	overflow: hidden;
	float: left;
	width: 100%;
}
*> .column-container{
	float: none;
}
.column{
	width: 182px;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.column.right{
	margin: 0 0 0 10px;
}
.column img{
	float: none !important;
	margin: 0 !important;
}
.item{
	background:  url(../garnish/home-sep.gif) bottom repeat-x;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}
.itemInTable{
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
}
/*---------SIMPLE LISTS---------------*/

.simple-list h3{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: normal;
	margin-bottom: 0;
}
.simple-list small{
	margin-bottom: 1em;
}
/*----SIDEBAR--------------------------------------*/
#sidebar{
	width: 235px;
	float: left;
}
.content-structure #sidebar h2{
	background-image: url(../garnish/h2-med-bottom.gif);
}
.content-structure #sidebar .module{
	background-image: url(../garnish/h2-med-top.gif);
}
/*-----------SIDEBAR NAV---------------------*/

#side-nav-menu, #side-nav-menu li{
	list-style: none;
	margin: 0;
}
#side-nav-menu{
	clear:both;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#side-nav-menu li{
	background: #e9e4e0 url(../garnish/side-top2.gif) no-repeat right top;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
}
#side-nav-menu-browse{
	background: none !important;
}
#side-nav-menu span, #side-nav-menu a{
	display: block;
	padding: 10px 15px;
	background:  url(../garnish/side-top.gif) no-repeat left top;
}
#side-nav-menu a{
	background: none;
}
.side-nav{
	background: none !important;
	margin: 0;
}
.side-nav .module-content{
	background:#E9E4E0;
	padding: 10px 10px 10px 10px;
}

.side-nav p{
	margin: 0;
}

.side-nav fieldset{
	border-bottom: 1px solid #fff;
	padding: 3px 0;
}
.side-nav label{
	display: block;
}
.side-nav label span{
	display: block;
	width: 60px;
	float: left;
	padding: 4px 5px 5px 0px;
}
.side-nav input{
	width: 133px;
}
*> .side-nav input{
	width: 140px;
	padding-right: 0 ;
}
.side-nav .button{
	margin:10px 0 0 0;
}
.side-nav select{
	width: 140px;
}
*> .side-nav select{
	width: 145px;
}



/*Dates selector*/
#search-when {
	width: 100%;
	overflow: hidden;
}
#search-when p{
	clear:both;
}
#search-when input {
	width:55px;
	margin-top:10px;
	padding-left:0px;
	padding-right:0px;
	font-size:0.9em;
}
#search-when a{
	display: block;
	float: left;
	width: 36px;
	height: 33px;
	margin: 0 2px 0 3px;
 	background-image: url(../garnish/date-control.png);
	background-repeat: no-repeat;
	background-color:#4e4138;
}
#d-today:hover, .current#d-today{background-position: 0px -33px;}
#d-tomorow{background-position: -37px 0px;}
#d-tomorow:hover, .current#d-tomorow{background-position: -37px -33px;}
#d-psk{background-position: -74px 0px;}
#d-psk:hover, .current#d-psk{background-position: -74px -33px;}
#d-week{background-position: -111px 0px;}
#d-week:hover, .current#d-week{background-position: -111px -33px;}
#d-month{background-position: -148px 0px;}
#d-month:hover, .current#d-month{background-position: -148px -33px;}
/*------SIDE CONTENT AREA-------------------------*/
#side-content{
	width: 300px;
	background: #fff;
	float: right;
	padding: 0px 0 0 0;
}
#side-content .column{
	width: 130px;
}
#side-content  .column-container{
	background: #fff;
}
#side-content .column.right{
	width: 160px;
	margin-left: 0px;
}
.content-structure #side-content  h2{
	background-image: url(../garnish/h2-large-bottom.gif);
}

.content-structure #side-content .module{
	background-image: url(../garnish/h2-large-top.gif);
}
.content-structure #side-content .column  h2{
	background-image: url(../garnish/h2-small-bottom.gif);
}
.content-structure #side-content .column .module{
	background-image: url(../garnish/h2-small-top.gif);
}
/*-----------POST PAGE------------*/
#post-info{
	font-size: 0.9em;
	display:block;
}
#post-info .column-container{
background: #fff;
}
#post-info .column{
	width: 300px;
}

#post-info h4{
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	background: url(../garnish/home-sep.gif) bottom left repeat-x;
	padding: 0 0 0.5em 0em;
	color: #000;
}
#post-info .item{
	padding: 10px 0;
	background: none;
}
#post-info ul{
	margin: 0em 0 0.5em 0em;
	list-style: none;
}
.post-info-title{
	background: url(../garnish/info.gif);
	width: 45px;
	height: 25px;
	margin: 2em 0 0 0;
}

#paginationTop, #paginationBottom{
	margin:15px 0px 0px 0px;
	text-align: center;
}
#paginationTop a, #paginationBottom a{
	padding:0px 5px;
	border:1px solid #c9bdb3;
}
#paginationTop .current, #paginationBottom .current{
	background-color: #c9bdb3;
	color:#4e4138;
}
.contentObjectList{
	font-size: 1.0em;
	margin-top:15px;
}
.contentObjectList th{
	background-color: #8c7c6f;
	color:white;
	padding:0px 5px;
	border-bottom:2px solid #4e4138;
}
.contentObjectList a{
	font-weight:bold;
}
.contentObjectList td{
	border-top:1px solid #c4b7ac;
	padding:7px 4px;
	vertical-align: top;
}


/*-------FOOTER---------------------------*/
/*#footer{
	width: 920px;
	margin: 10px auto 20px auto;
	padding: 20px 20px 0 20px;
	background: url(../garnish/back-diag.gif);
	text-align: center;
	float: left;
}
*/
	
#footer {
	background: #fff url(../garnish/back-diag.gif);
	width: 920px;
	text-align: center;
    color: #898378;
	margin-top: 30px;
	clear: both;
	font-family: verdana;
	font-size: 90%;
	min-height: 100px;
}

* html #footer { height: 100px; }
	
	
#footer-contents {
	text-align: left;
	margin: 0 auto;
	padding: 15px 40px 0px 40px;
	width: 670px;
}

#footer-menu,
#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: auto;
}

#footer-menu li {
	margin-top: 0pt;
	margin-right: 15px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	position: relative;
	width: 150px;
}

#footer-menu li ul {
	margin: 0.5em 0 2em 0;
}

#footer-menu ul li {
	float: none;
	font-size: 85%;
	padding: 0 0 0.4em 0;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}


#footer a:link, #footer a:visited {
	color: #898378;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	color: #69645c;
	text-decoration: underline;
}

#footer #copyright {
	width:250px;
	clear: both;
	margin: 0 auto 5px auto;
}

#footer #copyright p {
	font-size: 90%;
	padding-bottom: 10px;
}


#footer #copyright a:link,
#footer #copyright a:visited {
	font-weight: bold;
}

#footer #copyright a:hover,
#footer #copyright a:active {
	font-weight: bold;
	text-decoration: underline;
}

#footer #footer-links {
	font-size: 85%;
}

#poweredBy {
	clear: both;
	font-size: 80%;
	float: right;
	margin-bottom: 10px;
}
#footer-divider hr { display: none; }
#footer-divider { clear: both;}

	

/*--- TOOLS---*/
#tools{
	display:block;
	width:100%;
	height:16px;
	clear:both;
	float:left;
	margin:0em 0 2em;
}
#tools dd {
	float: left;
}
#tools a {
	display: block;
	height:16px;
	width: 16px;
	margin-left:7px;
	text-indent: -5000px;
	background: url(../garnish/tools.png);
}
#tools #toolsShare a{
	width: 120px;
	background: none;
}
#tools #toolsPrint {background-position: -97px 0px;}
#tools #toolsPrint:hover {background-position: -97px 16px;}
#tools #toolsSend {background-position: -118px 0px;}
#tools #toolsSend:hover {background-position: -118px 16px;}
#tools #toolsShare {background-position: -140px 0px;}
#tools #toolsShare:hover {background-position: -140px 16px;}
#tools #pageForm\:toolsAdd {background-position: -162px 0px;}
#tools #pageForm\:toolsAdd:hover {background-position: -162px 15px;}
#tools #pageForm\:toolsRemove {background-position: -178px 0px;}
#tools #pageForm:\toolsRemove:hover {background-position: -178px 15px;}




/*---------SEARCH MENU-----------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:		none;
	z-index:20; /*higher than content for IE*/
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			  -999em;
	width:			240px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:	relative;

}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-197px;
	top:			2.3em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	float:left;
}

.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #685A4C;*/
	padding: 		0.5em 1em;
	/*margin:0px 5px;*/
	text-decoration:none!important;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			white;
}
/*.sf-menu li {
background:		#685A4C;
	
}*/
.sf-menu li li {
	background:		#685A4C;
}
.sf-menu li li li {
	background:		#685A4C;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
	background:		#FFA100;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
/*	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;*/ /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../garnish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#sf-menu-descr a{
	color: #c3bab1;
	font-size:0.9em;
	border-bottom: 1px dotted #c3bab1;
}
#sf-menu-descr:hover, #sf-menu-descr a:hover{
	background: #6c5c4d none;
}



/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {
	/*font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 14px;*/
	font-size: 0.8em !important;
	padding: 0;
	margin: 0;
	margin: 0;
	background: #ddd;
	width: 185px;
}
#datepicker_div {
	display: none;
	border: 1px solid #7e6a5a;
	z-index: 9999; /*must have*/
}
table.datepicker {
	font-size: 1em !important;
}
.datepicker_inline {
	float: left;
	display: block;
	border: 0;
}
.datepicker_rtl {
	direction: rtl;
}
.datepicker_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.datepicker_trigger {
	width: 25px;
}
img.datepicker_trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepicker_prompt {
	float: left;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .datepicker_prompt {
	width: 185px;
}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepicker_control {
	background: #dd3d00;
	padding: 2px 0px;
}
.datepicker_links {
	background:  #e0d9d4;
	padding: 2px 0px;
}
/*.datepicker_control, .datepicker_links {
	
	letter-spacing: 1px;
}*/
.datepicker_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.datepicker_clear, .datepicker_prev {
	float: left;
	width: 34%;
}
.datepicker_clear, .datepicker_close {
	font-weight: bold;
}
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
	float: right;
	text-align: right;
}
.datepicker_current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepicker_close, .datepicker_next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
	float: left;
	text-align: left;
}
.datepicker_header {
	padding:0px 0px 10px 0px;
	background: #7E6A5A;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.datepicker_header select {
	/*background: #333;*/
	/*color: #fff;*/
	border:none;
	font-weight:normal;
	
	font-size: 1.1em !important;
	left:0px;
	margin:3px 0px 0px 12px  !important;
	width:auto;
	border:none;
	padding:0px;
	
		
}
.datepicker {
	background: #ccc;
	text-align: center;
	/*font-size: 100%;*/
}
.datepicker a {
	display: block;
	width: 100%;
}
.datepicker_titleRow {
	background: #7E6A5A;
}
.datepicker_daysRow {
	background: white;
	color: #7f8080;
}
.datepicker_weekCol {
	background: #777;
	color: #fff;
}
.datepicker_daysCell {
	color: #000;
	border: 1px solid #7E6A5A;
	
}
.datepicker_daysCell a{
	display: block !important;
	padding:5px 0px!important;
}

.datepicker_daysCell a:hover{
	background-color: #a01228 !important;
	color:white !important;
}
.datepicker_weekEndCell {
	/*background: #AEAEAE;*/
}
.datepicker_daysCellOver {
	background: #fff;
	border: 1px solid #a01228;
}
.datepicker_unselectable {
	color: #a38c7c;
	background: #e0d9d4;
	padding:5px 0px;
}
.datepicker_today {
	background: #a01228 !important;
	
}
.datepicker_today a{
	color:white !important;
	
}
.datepicker_currentDay {
	background:#e9e4e0!important;
	font-weight: normal;
}
.datepicker_status {
	background: #ddd;
	width: 100%;
	/*font-size: 80%;*/
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #4e4138;
}
.datepicker_inline .datepicker_links a {
	padding: 0 5px !important;
	color:#a01228;
}
.datepicker_control a {
	padding: 2px 5px !important;
	color: white !important;
}
.datepicker_titleRow a {
	color: #eee !important;
}
.datepicker_control a:hover {
	background: #6c0d1b !important;
	color: white;
}
.datepicker_links a:hover, .datepicker_titleRow a:hover {
	background: #e4e1dc !important;
	color: #4e4138 !important;
}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {
	border: 1px solid #777;
}
.datepicker_oneMonth {
	float: left;
	width: 185px;
}
.datepicker_newRow {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.datepicker_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
}





@media print
{
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
a{
	text-decoration: none;
	color:black;
}
.banner-area-728, .banner-area-300, .banner-area-160, .banner-area-120, #header .banner-area-768,
.module.category, .side-nav, #side-nav-menu, #sub-header, .add, .remove, #footer, #tools, #pagination{
	display:none;
}
#content img{
	float:left;
	padding:0px 15px 5px 0px;
}
h2{
	border-bottom:1px solid black;
	color:#a01228;
	margin-top:20px;
}
h3{
	margin-bottom:3px;
}

.contentObjectList{
	font-size: 0.8em;
	margin-top:15px;
	border-collapse: collapse 
}
.contentObjectList th{
	background-color: #8c7c6f;
	color:white;
	padding:0px 5px;
	border-bottom:2px solid black;
}
.contentObjectList a{
	font-weight:bold;
}
.contentObjectList td{
	border-top:1px solid black;
	padding:7px 4px;
	vertical-align: top;
	text-align: left;
}

}
