/* ---------------------------------------------------------------------

    Title:      Westwood Concern CSS file for PRINT output
    Filename:   print.css
    Method:     <link>
    Author:     Bob Prokop | bobprokop@yahoo.com for Westwood Concern
    Updated:    June 2009
    Notes:      Used when printing only		

---------------------------------------------------------------------- */
/*--- things to NOT DISPLAY ---*/
a.scrollTop, #note, ul#menubar, #sitemap, #prevnext{
	display:none;
}
/*------ std default markup tags ------*/
/*--- body ---*/
body{
	background-image:none;
	background-color:#fff;
	padding:0 10px;
}
/*--- hrefs ---*/
a:link, a:visited{
	color:#333;
	text-decoration:none;
}
a:hover, a:active{
	color:#333;
	text-decoration:none;
}
a.ext{
	background-image:none;
	padding-right:0;
	margin-right:0;
}
a.ext:hover{
	background-image:none;
}
a.newWin{
	background-image:none;
	padding-right:0;
}
/*--- headlines ---*/
h1.section{
	border-bottom:1px solid #dedede;
	padding:0 0 6px 0;
	page-break-before:always;
}
/*--- images ---*/
img.right{
	display:inline-block!important;
	clear:none!important;
}
/*--- misc styles ---*/
.floatL{
	display:inline-block!important;
	clear:none!important;
}
.floatR{
	display:inline-block!important;
	clear:none!important;
}
/*------ specific constructs ------*/
/*--- rounded top holds logo ---*/
#masthead{
	width:596px;
	text-align:center;
	background-image:none;
	background-color:#fff;
	margin:0 auto -40px auto;
	filter:none!important;
}

/*--- logo image ---*/
#logo{
	position:static;
	top:0;
	padding:0;
	margin:0 auto;
}
/*--- shadow for content ---*/
#shadow{
	width:100%;
	background-image:none;
	background-color:#fff;
	filter:none!important;
}
/*--- where all the content goes! ---*/
#content{
	width:auto;
	padding:30px 0 0 0;
}
/*--- sidebar ---*/
#sidebar.right{
	display:inline;
	float:right;
	margin-left:30px!important;
}
#sidebar.list a:hover, #sidebar.list a:active{
	color:#333;
	border-bottom:1px dotted #ccc;
	background:url(../images/check.gif) no-repeat 6px 9px transparent;
}
#sidebar.list table, #sidebar table{
	margin-top:14px!important;
}
#sidebar table tr:hover{
	background-color:#fff;
}
#sidebar table tr:hover td{
	border-bottom:1px dotted #ccc;
}
/*--- footer ---*/
#footer{
	width:100%;
	color:#333;
	background-color:#fff;
	border-top:1px solid #ccc;
	margin-top:20px;
}
#footer a:link, #footer a:visited{
	color:#333;
}
#footer a:hover, #footer a:active{
	color:#333;
	text-decoration:none;
}
#footer strong{
	color:#333;
}
/*--- news + events photostrip ---*/
#banner{
	margin-top:-66px!important;
}
/*--- dialog alert divider ---*/
div.last{
	display:none;
}



