/* Start of CMSMS style sheet 'cpen Common Layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

*
{
	margin: 0;
	padding: 0;
}

/*
Set initial font styles
*/

body
{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}

/*
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; }



/*****************
basic layout 
*****************/

body
{
	background-color: white;
	color: #7C7C70;
	margin: 0 20px;
	/* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper
{
	margin: 0 auto;
	/* this centers wrapper */
	width: 960px;
	background-color: #fff;
	color: #7C7C70;
	border-left: 20px solid #BABAAB;
	border-right: 20px solid #BABAAB;
}
div#ie6only #pagewrapper { width: 960px; }
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header
{
	height: 160px;     	/* adjust according your image size */
	background: #9C9C8C;
}

#logo
{
	width: 226px;
	float: left;
	margin-right: 3px;
}

div#logo h1 a
{
	/* you can set your own image here */
	background: #9C9C8C url(images/logo.jpg) no-repeat 0 0;
	display: block;
	height: 160px;
	/* adjust according your image size */
	text-indent: -999em;
	/* this hides the text */
	text-decoration: none;
	/* old firefox would have shown underline for the link, this explicitly hides it */
}

#fadeshow1, #fadeshow2, #fadeshow3
{
	width: 240px;
	height: 160px;
	float: left;
}

#fadeshow1, #fadeshow2 { margin: 0 2px; }
#fadeshow3 { margin: 0 0 0 2px; }

div#menubar
{
	height: 2.6em;
	background-color: #54544D;
	color: ;
	vertical-align: middle;
	border-bottom: .65em solid #9C9C8C;
}
div#ie6only #menubar { height: 2em; }
div#search
{
	float: left;
	width: 16em;
height: 30px;
	/* enough width for the search input box */
	text-align: right;
	margin: 0;
}
#seach label { display: none; }
form#cntnt01moduleform_1 { padding: 0; margin: -0.68em 0 0 0; }
input#cntnt01searchinput
{
	width: 12em;
	background-color: #BABAAB;
	border: 1px solid #9C9C8C;
padding: 3px;
margin-right: 0.75em;
}
div#ie6only input#cntnt01searchinput, div#ie7andup input#cntnt01searchinput { width: 10em; }
input.btn
{
	width: 24px;
	height: 22px;
	padding: 0;
}
input.btn2
{ 
border: 0; 
float: right;
margin: 0 1em;
}
div#icons
{
	float: right;
	width: 7em;
	vertical-align: middle;
}

.icon1 a, .icon2 a, .icon3 a
{
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	text-decoration: none;
	margin: .5em .25em;
}

.icon3 a { background: #54544D url(images/sitemap.gif) no-repeat scroll 0 0; }
.icon3 a:hover { background: #54544D url(images/sitemapH.gif) no-repeat scroll 0 0; }
.icon2 a { background: #54544D url(images/mail.gif) no-repeat scroll 0 0; }
.icon2 a:hover { background: #54544D url(images/mailH.gif) no-repeat scroll 0 0; }
.icon1 a { background: #54544D url(images/home.gif) no-repeat scroll 0 0; }
.icon1 a:hover { background: #54544D url(images/homeH.gif) no-repeat scroll 0 0; }

div#content
{
	margin: 1.5em auto 2em 0;
	/* some air above and under menu and content */
}
div#ie6only #menu_vert { padding: 0; margin: 0; }
div#footer
{
	clear: both;
	/* keep footer below content and menu */
	color: #9C9C8C;
	background-color: #fff;
	/* same bg color as in header */
	border-top: 2px solid #BABAAB;
	height: 2.8em;
}

div#copy
{
	width: 49%;
	float: left;
	text-align: left;
	color: #9C9C8C;
	background-color: #fff;
	/* same bg color as in header */
}

div#site
{
	width: 49%;
	float: right;
	text-align: right;
	color: #9C9C8C;
	background-color: #fff;
	/* same bg color as in header */
}

div#copy p, div#site p
{
	font-size: 0.8em;
	padding: 1em 1.5em;
	/* some air for footer */
	margin: 0;
}

div#copy p a, div#site p a
{
	color: #7C7C70;
	/* needed because footer link would be same color as background otherwise */
	text-decoration: none;
}

div#copy p a:hover, div#site p a:hover { text-decoration: underline; }

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr
{
	height: 1px;
	margin: 1em 0;
	border-bottom: 1px dotted #ACAC9C;
clear: both;
}

/* relational links under content */
div.left49
{
	float: left;
	width: 49%;    /* 50% for both left and right might lead to rounding error on some browser */
font-size: 90%;
}

div.right49
{
	float: right;
	width: 49%;
	text-align: right;
}
br.clearboth { clear: both; }
div.donate 
{
width: 90%;
height: auto;
color: #54544D;
background-color: #AA9E16;
text-align: center;
padding: 3px;
margin: 1em auto;
}
.donate form input { border: none;}
.donate img { margin: .5em; border: none; }
/* TEXT */
h1 {
font-size: 1.6em;
line-height: 2.2em;
font-weight: normal;
color: #232320;
background-color: inherit;
}
div#content h3
{
	color: #6a6a5f;
	font-size: 1em;
	text-align: left;
	line-height: 1.5em;
	/* and some air under the border */
	margin: 0 0 0.5em 0;
}
p
{
	font-size: 1em;
	margin: 0 0 1.5em 0;
	/* some air around p elements */
	line-height: 1.4em;
	padding: 0;
}

blockquote
{
	margin-left: 10px;
}

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 */
}
.photoLeft { float: left; margin: 0 10px 5px 0; }
.photoRight { float: right; margin: 0 0 5px 10px; }

.purpleText {color: #5B397D;}
.purpleBoxRight {background-color: #5B397D;
color: white;
float: right;
width: 200px;
padding: 5px;
margin: 0 0 10px 15px;
font-size: 90%;
line-height: 1.4em;
}
.purpleBoxLeft {background-color: #5B397D;
color: white;
float: left;
width: 200px;
padding: 5px;
margin: 0 15px 0 0;
font-size: 90%;
line-height: 1.4em;
}
.purpleBoxCtr {background-color: #5B397D;
color: white;
width: 300px;
padding: 5px;
margin: 10px auto;
font-size: 90%;
line-height: 1.4em;
}

.blueText {color: #395B7D;}
.blueBoxRight {background-color: #395B7D;
color: white;
float: right;
width: 200px;
padding: 5px;
margin: 0 0 10px 15px;
font-size: 90%;
line-height: 1.4em;
}
.blueBoxLeft {background-color: #395B7D;
color: white;
float: left;
width: 200px;
padding: 5px;
margin: 0 15px 0 0;
font-size: 90%;
line-height: 1.4em;
}
.blueBoxCtr {background-color: #395B7D;
color: white;
width: 300px;
padding: 5px;
margin: 10px auto;
font-size: 90%;
line-height: 1.4em;
}

.greenText {color: #7B822E;}
.greenBoxRight {background-color: #7B822E;
color: white;
float: right;
width: 200px;
padding: 5px;
margin: 0 0 10px 15px;
font-size: 90%;
line-height: 1.4em;
}
.greenBoxLeft {background-color: #7B822E;
color: white;
float: left;
width: 200px;
padding: 5px;
margin: 0 15px 0 0;
font-size: 90%;
line-height: 1.4em;
}
.greenBoxCtr {background-color: #7B822E;
color: white;
width: 300px;
padding: 5px;
margin: 10px auto;
font-size: 90%;
line-height: 1.4em;
}

.orangeText {color: #CC6B04;}
.orangeBoxRight {background-color: #CC6B04;
color: white;
float: right;
width: 200px;
padding: 5px;
margin: 0 0 10px 15px;
font-size: 90%;
line-height: 1.4em;
}
.orangeBoxLeft {background-color: #CC6B04;
color: white;
float: left;
width: 200px;
padding: 5px;
margin: 0 15px 0 0;
font-size: 90%;
line-height: 1.4em;
}
.orangeBoxCtr {background-color: #CC6B04;
color: white;
width: 300px;
padding: 5px;
margin: 10px auto;
font-size: 90%;
line-height: 1.4em;
}

.orangeText {color: #AA9E16;
.yellowBoxRight {background-color: #AA9E16;
color: white;
float: right;
width: 200px;
padding: 5px;
margin: 0 0 10px 15px;
font-size: 90%;
line-height: 1.4em;
}
.yellowBoxLeft {background-color: #AA9E16;
color: white;
float: left;
width: 200px;
padding: 5px;
margin: 0 15px 0 0;
font-size: 90%;
line-height: 1.4em;
}
.yelloweBoxCtr {background-color: #AA9E16;
color: white;
width: 300px;
padding: 5px;
margin: 10px auto;
font-size: 90%;
line-height: 1.4em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* END LISTS */
/* End of 'cpen Common Layout' */

