@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
#menu ol, ul {
	list-style: none;
}
#content ol, ul {
	list-style:disc;
	margin: 0px 10px 5px 10px;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* EWDMS CSS Document */
body {
	background: url(../images/template%20items/ewdms_bg.jpg);
	background-repeat: repeat;
	font-family: 'asap', Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	
}
p {
	padding: 5px 0 5px 0;
	font-size: 13px;
}
#topStripe{
	height: 140px;
	background-color: #333;
	display: block;
}
#header {
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	height: 168px;
	background-image:url(../images/template%20items/header.png);
	background-repeat: no-repeat;
	
}
#search{
	padding-top: 95px;
	Margin-left: 570px;
}
#search, label{
	color: #5Eb643;
	font-weight: bold;
}
#navstripe{
	width: auto;
	display: block;
	height: 22px;
	padding: 8px 0 0 0;
	background-color:#5EB246;
}
#menu{
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	text-align:center;
}
#menu ul{
	list-style:none;
	}
#menu li{
	display:inline;
	}
#menu a:link, #menu a:visited {
	width: 120px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#menu a:hover {
	text-decoration: underline;
}

#wrapper {
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	min-height: 500px;
	background-color: #FFF;
	padding: 25px;
	}
#hero {
	border: 1px solid #ccc;
	height: 250px;
}
#content {
	float: left;
	margin-top: 25px;
	width: 574px;
	border: 1px solid #ccc;
	padding: 15px;
}
#logos {
	margin: 25px 0 0 0;
	height: 30px;
	background-color:#BBB;
	padding: 10px;
	text-align: center; 
}
h1{
	font-family: 'Francois One', sans-serif;
	color: #5Eb643;
	font-size:24px;
	padding-bottom:15px;
}
h2{
	font-family: 'Francois One', sans-serif;
	color: #5Eb643;
	font-size:18px;
	padding-bottom:10px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 50px;
	border-top: solid 5px #5EB246;
	background-color:#666;
}
#footer p{
	text-align: center;
	color:#FFF;
	padding: 10px;
	
}
.floatLeftBox{
	margin-top: 25px;
	width: 264px;
	border: 1px solid #ccc;
	min-height: 180px;
	float: left;
	margin-right: 25px;
	padding: 10px;
}
.floatRightBox{
	margin-top: 25px;
	width:205px;
	border: 1px solid #ccc;
	min-height: 180px;
	float: right;
	padding: 10px;
}
.clearBoth{
	clear:both;
}
.green_bold {
    color: #5DB348;
    font-weight: bold;
}
.white {
    color: #FFFFFF;
}
.noBorderCentered {
	border: none;
	float: right;
	margin-left: 20px;
}
.catalogueLine{
	border-bottom: dotted 5px #5DB348;
	padding: 20px 0;
	margin: 0 auto;
	
	}
