
@import url(./headers.css);
@import url(./forms.css);
@import url(./menu.css);
@import url(./catalogue.css);
@import url(./links.css);
@import url(./resources.css);


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #797979;
	margin: 20px;
	padding: 0;
}
#masthead { 
	color: #fff;
	background:url(../img/banner_4.jpg) no-repeat;
	padding: 0px;
	margin: 0;
	height:135px;
}
#wrapper {
	width: 940px;
	padding:10px;
	margin: 0 auto;
	background-color:#fff;
	border:1px solid #666;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}
#bevel {
	background:url(../img/_bevel.jpg) repeat-x;
	height:10px;
	line-height:1px;
	font-size:1px;
	border-left:1px solid #356a59;
	border-right:1px solid #356a59;
}
#right {
	float:right;
	width:720px !important;
	width:715px;
	border:1px solid white;
}

#left {
	width: 210px;
	float: left;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
}
#left img {margin:5px 0; }
#right .content {
	padding: 5px 24px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#right .content img {
	float:left;
	margin-right: 10px;
}
#masthead .content {
	padding: 12px 16px;
	font-size: .8em;
	letter-spacing: .3em;
}

#footer {
	width: 910px;
	margin: 0px auto;
	color: #BBB;
	background:url(../img/footer_bg.jpg) repeat-x;
	padding: 1px;
	font-size: 0.7em;
	clear: both;
	padding: 12px 20px;
}
#footer p {
	padding:0 20px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C6C6C6;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #fff; text-decoration:none;}
#footer a:visited {color: #fff;}
#footer a:hover {color: #FFFFFF; text-decoration:underline;}
.uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 8px 0;
}
.content ul { list-style:none; padding:0; }
.content ul li {
	background: url(../img/li_bg.gif) no-repeat 6px 50%;
	padding:0 0 0 23px;
}

.box {
	border:1px solid #99AF66;
	padding:4px;
}

.smaller {
	font-size:10px;
	color:#777;
}

.lead {
	font-weight:bold;
	color:#009900;
}


#bootstrap {
	font-size:1em;
	background:url(../img/bootstrap6.jpg) no-repeat;
	height:188px;
	color:#fff;
	margin:20px 20px 0 20px;
	padding:15px 10px 10px;
}
#bootstrap .column {
	float:left;
	width:183px;
	border-left:1px solid #bca;
	padding:0 10px;
}
#bootstrap p {
	font-size:0.9em;
	padding-bottom:0;
	margin:0;
}

#bootstrap h3 a:link {
	color:#fc0;
	text-decoration:none;
}
#bootstrap h3 a:hover {
	color:#fff;
	text-decoration:underline;
}
#bootstrap h3 a:visited {
	color:#ff0;
	text-decoration:none;
}

.leftbox {
	margin-left:20px !important;
	margin-left:10px;
}
.boxout {
	float:left;
	border:2px solid #f6921e;
	width:43%;
	margin: 10px;
	padding:10px;
	background-color:#fff;
}


.boxout {
	height:180px;
	overflow:hidden;
}
.boxout p {
	margin:5px 0;
	}
.boxout img {
	float:right;
}

.halfbox {
	float:left;
	width:50%;
}

#tertiary { padding:10px; margin-top:20px; clear:both; }

#tertiary h2 {
	color:#f36717;
}

#tertiary ul li {
	background:url(../img/li_bg.gif) no-repeat 5px ;

}

#right img.banner7 {
	margin:10px 0 10px 30px;
	border:none;
	float:none;

}

.warn 	{ color:red; font-weight:bold; }