/* Start of CMSMS style sheet '2010: Top menu + 2 columns' */
body
{
	background-color: #000;
	color: #5e5e5e;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 0.82em;
}

/*
set font size for all divs,
this overrides some body rules
*/

div { font-size: 1em; }

/*
if img is inside "a" it would have 
borders, we don't want that
*/

img { border: 0; }

.photo
{
	padding: 2px;
	float: left;
	margin: 0 1em 0.5em 0;
	border: 1px solid #cccccc;
}

.photoClear
{
	padding: 2px;
	float: left;
	clear: both;
	border: 1px solid #cccccc;
        margin: 0 auto;
}

/*
default link styles
*/

/* set all links to have underline and bluish color */
a,
a:link 
a:active
{
	text-decoration: underline;
	/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #18507C;
}

a:visited
{
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
	/* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover
{
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}

/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper
{
	width: 1024px;
	padding: 0;
	margin: 0 auto;
	/* this centers wrapper */
	background-color: #fff;
	color: #333;
	height: 1%;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header
{
	height: 85px;
	/* adjust according your image size */
	position: relative;
	clear: both;
}

#logo
{
	width: 238px;
	float: left;
}

#logo h1
{
	margin: 0;
	padding: 0;
}

div#logo h1 a
{
	/* you can set your own image here */
	background-repeat: no-repeat;
	background-position: 20px center;
	background-image: url(images/2010/logo.jpg);
	display: block;
	height: 85px;
	/* adjust according your image size */
	width: 238px;
	text-indent: -999em;
	/* this hides the text */
	text-decoration: none;
	/* old firefox would have shown underline for the link, this explicitly hides it */
}

div#logo h1 a:hover
{
	text-decoration: none;
	border: none;
}

div#search
{
	float: right;
	width: 23em;
	/* enough width for the search input box */
	text-align: right;
	padding: 0.6em 0 0.2em 0;
	margin: 2em 1em;
}

#banner
{
	background-color: #99180F;
	height: 330px;
	background-image: url(images/2010/shadowBtm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#content
{
	display: table-row;
	vertical-align: top;
	height: 1%;
	/* some air abobe and under menu and content */
}

div#sidebar
{
	display: table-cell;
	/* set sidebar on the left side. Change to right to float it right instead. */
	width: 200px;
	/* sidebar width, if you change this please also change #main margins */
	/* FIX ie doublemargin bug */
	padding: 20px;
	vertical-align: top;
}

div#main, div#main2
{
	display: table-cell;
	padding: 20px;
	vertical-align: top;
}

div#rightside
{
	display: table-cell;
	width: 200px;
	padding: 20px;
	vertical-align: top;
}

div.rightCol { margin: 2.5em 0 0 0; }

div.breadcrumbs
{
	margin-bottom: 1.35em;
	font-size: 86%;
	clear: both;
}

.hmeCol /* 3 cells on home page */
{
	display: table-cell;
	width: 300px;
	padding: 20px;
}

.border
{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.colContent
{
	position: relative;
	height: 300px;
	clear: both;
}
div#wpw
{
float: left;
width: 300px;
margin: 0.3em auto;
clear: both;
}
.readBtn
{
	position: absolute;
	bottom: 5px;
	right: 0;
	float: right;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-image: url(images/2010/bgBtn.jpg);
	color: white;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	font-variant: small-caps;
}

.readBtn a /* :link, readBtn a:visited, readBtn a:hover */
{
	color: white;
	text-decoration: none;
	cursor: pointer;
}

div#footer
{
	clear: both;
	/* keep footer below content and menu */
	background-color: #3B3F40;
	color: #999;
	font-size: 0.7em;
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
}

div#footer a
{
	color: #fff;
	/* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr
{
	height: 1px;
	margin: 1em;
	border-bottom: 1px dotted grey;
}

/* relational links under content */
div.left49
{
	float: left;
	width: 49%;
	/* 50% for both left and right might lead to rounding error on some browser */
}

div.right49
{
	float: right;
	width: 49%;
	text-align: right;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#main h1, div#main2 h1
{
	font-size: 1.6em;
	font-family: 'Trebuchez ms', 'arial narrow', arial, sans-serif;
	font-weight: normal;
	color: #590000;
	margin: 0;
}

div#content h2
{
	color: #004068;
	font-size: 1.3em;
	text-align: left;
	/* some air around the text */
	padding-left: 3em;
	background: url(images/2010/fLogo.jpg) no-repeat 0 center;
	padding-bottom: 1px;
	/* set borders around header */
	line-height: 1.3em;
	height: 2.5em;
	/* and some air under the border */
	margin: 0 0 0.5em 0;
	font-family: 'Trebuchez ms', 'arial narrow', arial, sans-serif;
}

div#content h3
{
	color: #000;
	font-size: 1.3em;
	font-family: 'Trebuchez ms', 'arial narrow', arial, sans-serif;
	font-weight: normal;
	line-height: normal;
}

/* END HEADINGS */
/* TEXT */
#content p
{
	font-size: 1em;
	line-height: 1.4em;
}

blockquote
{
	border-left: 10px solid #ddd;
	margin-left: 10px;
	font-size: 1em;
}

pre
{
	font-family: monospace;
	font-size: 1.0em;
}

strong, b
{
	/* explicit setting for these */
	font-weight: bold;
}

em, i
{
	/* explicit setting for these */
	font-style: italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre
{
	/* css-3 */
	/* Mozilla, since 1999 */
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre
{
	border: 1px solid #000;
	/* black border for pre blocks */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
	/* smaller font size, as these are usually not so important data */
}

/* END TEXT */
/* LISTS */
div#main ul,
div#main ol,
div#main dl
{
	font-size: 1.0em;
	line-height: 1.4em;
	padding-left: 1.5em;
}

div#main ul li,
div#main ol li { padding-left: 0.75em; }

div#dl dt
{
	font-weight: bold;
	margin: 0 0 0.25em 3em;
}

div#dl dd { margin: 0 0 0 3em; }

/* END LISTS */

table.dotGrid { border: 1px dotted black; border-collapse: collapse; }
.dotGrid td, .dotGrid th { border: 1px dotted grey; padding: 2px; }

#questions input, #questions textarea { width: 160px; }

.BlankOfTheMonthSummaryPostdate, .BlankOfTheMonthPostDetailDate
{
	font-size: 85%;
	color: #5e5e5e;
}

.BlankOfTheMonthSummaryLink
{
	margin: 5px 0;
	font-size: 0.86em;
}

.BlankOfTheMonthSummarySummary
{
	text-align: justify;
	font-size: 90%;
}
.BlankOfTheMonthSummaryMorelink { margin-bottom: 0.75em; }
.BlankOfTheMonthSummaryMorelink, .BlankOfTheMonthPostDetailPrintLink, .BlankOfTheMonthPostDetailReturnLink { font-size: 90%; }

/* CONTACT FORM */

#cntnt01moduleform_2 fieldset
{
	border: 1px solid #cccccc;
	margin: 1.5em 0 0 0;
}

#cntnt01moduleform_2 legend
{
	color: #590000;
	margin: 0 10px;
	padding: 0 -10px;
}
#cntnt01moduleform_2 fieldset div, div.submit { clear: both; }
#cntnt01moduleform_2 fieldset ol
{
	padding: .5em 1em 0 1em;
	list-style: none;
}

#cntnt01moduleform_2 fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.1em;
}

#cntnt01moduleform_2 label, .captcha label
{
	position: relative;
	margin-right: 1em;
	width: 12em;
	float: left;
	text-align: left;
	font-size: 0.92em;
	color: #333333;
}
 .captcha img{ border: 1px dotted #5e5e5e; }
#cntnt01moduleform_2 label.label { width: 14em; }
#cntnt01moduleform_2 label em
{
	color: #9a3200;
	position: absolute;
	left: 12em;
	top: 0.25em;
}

#cntnt01moduleform_2 input, #cntnt01moduleform_2 textarea, #cntnt01moduleform_2 div.captcha input, .captcha img
{
	width: 20em;
	clear: right;
	float: left;
	margin: 2px 0;
	padding: 2px;
	border: 1px dotted #5e5e5e;
	background-color: #f0f0f0;
	color: #000;
}

#cntnt01moduleform_2 input.checkbox
{
	width: 1em;
	margin: 0 1em;
}

#cntnt01moduleform_2 select { margin: 3px 0; }

#cntnt01moduleform_2 textarea
{
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	width: 20.25em;
}
#cntnt01moduleform_2 img.captchapict, #cntnt01moduleform_2 div.captcha { float: left;} 
#cntnt01moduleform_2 div.captcha input
{
	float: none;
	margin: 0.25em 0 0.25em 14.5em;

}
#cntnt01moduleform_2 input.fbsubmit {margin: 0.25em 0 0.25em 15.5em;  width: 75px; background-color: #000; color: white; cursor: pointer; }

/* End of '2010: Top menu + 2 columns' */

