
/*****************************/
/*** Core html setup stuff ***/
/*****************************/
@media screen {
html {
	height: 100%;
	width:100%;
}
form {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 135%;
	font-size: 13px;
	color: #333333;
	background-color: #FFF;
	background-image: url(../images/img_01.jpg);
	background-repeat: repeat-x;
}
hr {
	height: 4px;
	border: none;
	background-image: url(../images/hr.png);
}
#top {
	width: 100%;
	height: 18px;
	text-align:right;
	padding-top:3%;
	background: #FFF;
}
#footer {
	clear:both;
	width: 100%;
	margin: 0px;
	height: 30px;
	background-color: #f8931f;
}
#wrapper {
	width: 100%;
	max-width:990px;
	margin: 0 auto;
}
#container {
	width: 100%;
	max-width:990px;
	background: #C4C0BF url(../images/img_08.jpg);
	margin-top:20px;
	text-align: left;
}
#leftcol {
	float: right;
	width: 27%;
	padding:0;
	
	
}
#lefcoltop {
	width: 100%;
	height: 70px;
	background-color: #F7931F;
}
#menu {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
#leftcolbottom {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #5C5C5C;
	font-size:0.95em;
}
#rightcol {
	float: right;
	width: 73%;
	
}
#Logo {
	background-color: #808080;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align:right;
}
.logo {
	float:right;
	margin:1% 3%;
	}
	
#headerimg {
	float: left;
	width: 100%;
	height:162px;
	margin: 0;
	padding: 0;
}
#headerimg img {
	max-height:163px;
	margin: 0;
	padding: 0;
}
#content {
	clear: left;
	padding: 0;
	width: 100%;
	background: #fff;
	border-left:1px solid #ccc;
}
.copy {
	background: #fff;
	margin: 0;
	padding: 10px;
}
h4 {
	font-size: 1em;
	color: #666;
	margin-bottom: 15px;
	margin-top: 5px;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 8px;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
}
address {
	font-style: normal;
}
a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
.text {
	font-size: 1em;
	padding: 20px;
	max-width: 1400px;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
input.button {
	cursor: pointer;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
img {
	border: 0 none;
}
.items-row {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/


#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}
#search {
	float: right;
	width: 320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align: right;
}


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

/* headers */

h1 {
	padding: 0;
	font-size: 1.3em;
	margin:0;
	width: 100%;
}
hr {
	margin: 0px;
}
h2, .contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
}


input.button {
	margin-left: 24px;
}


/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

a.readon {
	margin-top: 2px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	height: 16px;
}
/* form validation */
.invalid {
	border-color: #ff0000;
}
label.invalid {
	color: #ff0000;
}
/* menu links */


ul.menu {
	margin: 0;
	padding: 0px;
	text-align: left;
	list-style: none;
}
ul.menu li {
	padding: 2.5% 3%;
	list-style: none;
	border-bottom: 1px dotted #666;
}
ul.menu li li {
	padding: 2px;
	list-style: square;
	border-bottom: 1px dotted #666;
}
.menu li a {
	color: #666;
	font-size: 0.95em;
	text-align: left;
	white-space: nowrap;
}
.menu li#current, li.active, li.active a, .menu li#current a {
	color: #FFF;
	background-color: #999;
	font-size: 1em;
	text-align: left;
	white-space: nowrap;
}
/* spacers */
.clr {
	clear: both;
}



.highlight {
	background-color: #fffebb;
}
/* module control elements */




/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}
legend {
	margin: 0;
	padding: 0 10px;
}
td.key {
	border-bottom: 1px solid #eee;
	color: #666;
}
/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}


.slicknav_menu {
	display:none;
}
}

@media screen and (max-width: 670px) {
body {
		background-image: none;}
#leftcol {
	float:none;
	width:100%;
	}
#rightcol {
	width:100%;
}
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}

#headerimg {
	max-height:100px;
	margin-bottom:40px;}
#headerimg img {
	width:100%;
	max-width:484px;
}
.logo {
	max-width:250px;
	width:80%;}
#Logo {
	border-bottom:20px solid #F7931F;
	margin:0;
	padding:0;}	

.menu li a {
	color: #FFF;
	}
#wrapper{
	width:96%;