html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	/* background:#ffffff url(../Images/poppies_final_2.jpg) no-repeat center top; */
	background:#ffffff url(Images/poppies_final_3.jpg) repeat-x left top;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

h1 { 
	font-size:150%; 
	color:#ec2927; 
	margin-top:8px; 
	border-bottom:1px solid #eee;
	padding-top:10px;
	height:22px;
	vertical-align:bottom;
	background:url(../Images/logo.png) no-repeat right top;
}
h2 { font-size:120%;}
h3 { font-size:110%;}
h4 { font-size:110%; margin:0; padding:0;}
h5 { font-size:100%;}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border:1px solid #666;
}

#container
{
	margin:auto;
	width:854px;
	padding-top:40px;
}

#header
{
	height: 50px;
	margin-top: 7px;
	margin-left: 16px;
	margin-bottom: 0px;
	color: #fff;
	border:1px solid #000;
}

#main
{
	background-color: #fff;
	min-height: 500px;
	border:2px solid #000;
}

* html #main
{
	height: 500px;
}



#side
{
	float: left;
	width: 188px;
	margin: 2px;
}

#nav
{
	margin-top: 2px;
	margin-bottom: 10px;
	padding-top:12px;
}

* html #side
{
	width: 188px;
	margin-left: -3px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li
{
}

#nav a
{
	display: block;
	color: #000;
	font-size: 100%;
	padding: 5px;
}

#nav a:hover
{
	background-color: #919191;
	text-decoration: none;
	color:White;
}

#nav a.selected
{
	font-weight: bold;
	color:#ec2927;
}

#nav a.selected:hover
{
	color:white;
}

#nav ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul ul li a
{
	padding-left: 20px;
	color: #333;
}

#content
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	margin-left: 200px;
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}


.clear
{
	clear: both;
	line-height:1px;
	height:1px;
}

.section
{
}
.section h2
{
	font-size: 110%;
	padding: 2px 0 2px 0;
	margin-top: 0px;
	margin-bottom: 4px;
}

.moduletools
{
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlelist h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	background-color: #f9f9f9;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.genericitem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.genericdetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}

#pageTitleHolder
{
    
}

#mainImages
{
    padding:5px;
}

#imageContainer
{
    background-color:#eee;
    width:100%;
    height:216px;
}

.footer
{
	font-size:11px;
	margin:auto;
	width:854px;
	text-align:center;
	padding:11px 0;
}

.footer img
{
	border:none;
}

.footer a
{
	text-decoration:none;
}