html {
	height: 100%;
	background-color: #F8BF3F;
}

body {
	margin: 0;
	border: 0;
	padding: 10px 0;
	font-size: 12px;
	background-color: #e5bc16;
	background-color: #F8BF3F;
	color: #000000;
	font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 9pt;
}

#styles {
	position:fixed;
	top:0;
	left:0;
	display:inline-block;
	background-color:white;
}
#styles a {
	display:block;
	padding:4px;
}
/* items from master template */
/* header */
#header {
	position: relative;
	top: 0;
	left: 0;
}

#header .centercell {
	background-color: #FCE0A4;
	background-color: #e5bc16;
	background-color: #F8BF3F;
	position:relative;
	top:0;
	left:0;
}

#header #logo {
	background: transparent url(/images/headerback.jpg) no-repeat right top;
	margin-bottom:2px;
	border-radius: 8px;
}

#header #logo a {
	text-decoration: none;
}
#header #logo a img {
	display:block;
	border-radius: 8px;
}
#header #slogan {
	text-align:center;
	padding:2px 0;
	margin:0;
}
#header #slogan ul {
	color: #1D7699;
	background-color: transparent;
}
#header #slogan ul li {
	display: inline-block;
	font-weight: bold;
	padding: 0 6px 0 0;
	vertical-align:middle;
}
#header #slogan ul li + li {
	background: transparent url(/images/busserdot.png) no-repeat 0 50% ;
	padding: 0 6px 0 12px;
	font-size: 16px;
	text-shadow: 1px 1px #FFFFFF;
}
#header #slogan ul li a {
	color: #1D7699;
	background-color: transparent;
	text-decoration: none;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow: 2px 2px #FFFFFF;
}
#header #slogan ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

#header #menu ul {
	display:table;
	margin:2px 0 0 0 ;
	background-color: transparent;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width:100%;
}

#header #menu ul li {
	display:table-cell;
}

#header #menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header #menu ul li a {
	display:block;
	text-align:center;
	vertical-align:middle;
	padding:0 10px;
	height: 30px;
	line-height:30px;
	text-decoration: none;
	border-top: 1px solid #40AACF;
	border-left: 1px solid #8EA6AF;
	border-right: 1px solid #2396BF;
	border-bottom: 1px solid #638F9F;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #14576F;
	font-weight: bold;
	background-color:#1D7699;
	color:#FFDB8F;
}
#header #menu ul li:last-child {
}
#header #menu ul li:last-child a {


}
#header #menu ul li a.activelink,
#header #menu ul li a:hover {
	background-color: #FFFFFF;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	
	color: #1F6EA4;
}

#header #menu ul li a.activelink {
	border-bottom: 1px solid #fff;
	/* correct for border */
	margin-bottom: -1px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
}
#header #imagecontainer {
	overflow:hidden;
	height:145px;
	margin: 0 0 6px 0;
	padding:0;
	width:958px;
	border:1px solid #FFFFFF;
	overflow:hidden;
	border-radius: 8px;
}
#header #carousel {
	overflow:hidden;
	height:145px;
	margin: 0 0 6px 0;
	padding:0;
	width:958px;
	border:1px solid #FFFFFF;
	overflow:hidden;
	border-radius: 8px;
}

div.ic_myCarousel {
	margin: 20px auto 0 auto;
	clear:right;
}
.infiniteCarousel {
	overflow:hidden;
	height:145px;
	margin: 0 0 6px 0;
	padding:0;
	width:958px !important;
	border:1px solid #FFFFFF;
	overflow:hidden;
	border-radius: 8px;
}
.infiniteCarousel_item {
	border-left:1px solid white;
}

.ic_caption {
	opacity: .6;
	background: #fff;
	font-size: 12px;
	font-family: arial;
	padding: 4px 8px;
	width: auto;
}
.ic_left_nav, .ic_right_nav {
	display: none;
}

#header #imagecontainer img{
/* border:0px; */
}
/* end of header */
/* body layout */
#bodywrapper {
	position: relative;
	top: 0px;
	left: 0px;

}

/* max content width */
.centercell {
	width: 960px;
	border: 0;
	text-align: left;
	margin: 0px auto;
	background-color: white;
	position: relative;
	top: 0px;
	left: 0px;
}

.centercell #leftofbody {
	float:left;
	width:760px;
}
.centercell #rightofbody {
	float:right;
	width:190px;
	margin-top:18px;
	padding:0 5px;
}
.centercell #rightofbody a {
	color: #1F6EA4;
}
#bodywrapper .centercell {
	background: white url(/images/E5BC16.png) repeat-y 760px 0 ;
}
#bodywrapper .centercell.hassubmenu {
	background: white url(/images/submenu.png) repeat-y 0 0 ;
	
}
#bodywrapper .centercell > #content{ 
	background-image:none;
	background-color:white;
	padding:10px;
}
#bodywrapper .centercell:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* footer items */
#footer {
	padding-bottom:10px;
}
#footer .centercell {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#footer .centercell div {
	width: 96%;
	padding: 4px 0;
	margin: 0 auto;
	border-top: 2px solid #E5BC16;
}

#footer .centercell div + nav {
 	border-top: 1px solid #a0a0a0;
}
#footer .centercell div span+span {
	float: right;
}

#footer .centercells div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer .centercell nav {
	width: 96%;
	padding: 4px 0;
	margin: 0 auto;
	border-top: 1px solid gray;
}

#footer .centercell nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer .centercell nav ul {
	margin: 0;
	padding: 0;
	text-align:right;
}

#footer .centercell nav ul li {
	margin: 0 .5%;
	padding: 0;
	display:inline-block;
}

#footer .centercell nav ul li a {
	color: #1D7699;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 2px;
}

#footer .centercell nav ul li a:hover {
	text-decoration: underline;
}
#webdevelopment {
	color:#999999;
}
#webdevelopment a {
	color:#777;
	text-decoration:none;
}

/* end of master template items */
/* main content container */
div#cmscontent {
	padding: 10px 4px;
}

div#bodywrapper p {
	padding: 6px;
	margin: 2px;
}

/* errors and notices */
.formAlert {
	border: 1px solid black;
	color: #FF6600;
	font-weight: bold;
	border: 1px solid #FF6600;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 5px;
	text-align: left;
	background-color: #FFFFCC;
	display: block;
	line-height: 1.2em;
}

div.warning {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	padding-left: .3em;
	padding:.5em 0 .5em .3em;
	line-height: 1.4em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	padding:.5em 0 0 .3em;
	line-height: 1.2em;
}
h1 + h2 {
	padding:0 0 0 .3em;
		
}
h2:before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: .5em;
	line-height: 1.2em;
}


fieldset.boxed {
	border-radius: 5px;
	padding: 6px;
	border-top: 1px solid #eee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
}

fieldset.boxed legend {
	border-radius: 5px;
	padding: 4px 10px;
	margin: 0px 10px;
	border-top: 1px solid #eee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #aaa;
	font-size: larger;
	font-weight: bold;
}

.notice {
	font-size: larger;
	font-weight: bold;
}

.noticeBox {
	border-radius: 5px;
	border-color: orange;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
	text-align: left;
	background-color: #FFFFC4;
	display: block;
	line-height: 1.2em;
}

.right {
	text-align: right;
	padding-right: 4px;
}

#submenu {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	border-radius: 5px;
	background: white url(/images/menusprite.png) repeat-x 0px -45px;
	padding: 2px;
	padding-left: 11px;
}

#submenu a {
	display: inline-block;
	color: black;
	text-decoration: none;
	margin: 2px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
	text-transform: capitalize;
	padding: 2px 4px;
	border-radius: 5px;
}

#submenu a.activelink {
	background: white url(/images/menusprite.png) repeat-x 0px -11px;
	color: black;
}


.maintainance {
	padding: 10px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	width: 80%;
	margin: 10px auto;
}

.maintainance:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.maintainance div {
	display: inline-block;
	vertical-align: top;
}

.loader {
	background-image: url(/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.DisplayOn {
	display: block !important;
}


.formbox label {
	display: inline-block;
	width: 120px;
	font-weight: bold;
	padding: 2px;
}

.formbox input {
	margin: 2px;
}

.formbox textarea {
	width: 98%;
	margin: 2px;
}


#contentmenu {
	width: 20%;
	margin: 0;
	padding:0;
	float: left;
}

#contentmenu ul {
	border:0;
	margin:14px 0 0 0;
	padding:0;
}

#contentmenu ul li {
	margin-top: 4px;
}

#contentmenu li a {
	position:relative;
	display: block;
	padding: 6px 4px;
	margin:0 4px;
	border-radius: 5px;
	border-top: 1px solid #40AACF;
	border-left: 1px solid #8EA6AF;
	border-right: 1px solid #2396BF;
	border-bottom: 1px solid #638F9F;
	background-color:#1D7699;
	color:#FFDB8F;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: bold;
}

#contentmenu li a:hover,
#contentmenu li a.activeitem {
	background-color: white;
	color:#1D7699;
	margin-right:-1px;
	border-top: 1px solid #40AACF;
	border-left: 1px solid #8EA6AF;
	border-right: 1px solid white;
	border-bottom: 1px solid #638F9F;
	border-radius: 5px 0 0 5px;
	z-index:1;
}

#contentmenu+a+#cmscontent {
	float: left;
	width: 77%;
	/* border-left: 1px solid #2396BF; */
	padding-left: 1%;
	padding-right: 1%;
	margin-left:0;
}

#cmscontent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#cmscontent p {
	padding: 4px 2px;
	line-height: 1.1em;
    line-height: 17px;	
}
#cmscontent table {
	padding: 4px 2px;
	margin:0 2px;
	line-height: 1.1em;
    line-height: 17px;	
}
#cmscontent table td {
	padding:0 6px;
}
#cmscontent img {
	margin: 4px;
}

#cmscontent ul {
	list-style-type: square;
	padding-left: 20px;
	margin: 6px 4px;
}

#cmscontent ul li {
	margin-bottom: 6px;
}

article#cmscontent {
	padding: 6px 10px;
}
article#cmscontent img {
	border:1px solid black;
}

article#cmscontent a {
	color: #1F6EA4;
}
#cmscontent:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



.reader {
	display: none;
}
#sidecontactform {
	background-color:#e9e9e9;
	border:1px solid #c0c0c0;
	border-radius:8px;
	margin-top:20px;
	margin:20px 4px 8px 4px;
}
#sidecontactform legend {
	font-weight:bold;
	padding:4px 2px;
}
#sidecontactform label {
	padding:2px;
	display:block;
}
#sidecontactform em {
	color:red;
}
#sidecontactform input {
	width:94%;
	margin:2px auto;
	padding:0 1%;
	display:block;
	
}
#sidecontactform label + img {
	display:block;
	margin:0 auto;
}
#sidecontactform textarea {
	width:94%;
	margin:2px auto;
	padding:0 1%;
	display:block;
}


#contactform {
	background-color:#e9e9e9;
	border:1px solid #c0c0c0;
	margin:0 auto;
	padding:10px;
	width:400px;
}
#contactform legend {
	font-weight:bold;
	padding:4px 2px;
}
#contactform label {
	padding:2px;
	display:block;
}
#contactform em {
	color:red;
}
#contactform input {
	width:96%;
	margin:2px 1%;
	padding:0 1%;
		display:block;
	
}
#contactform label + img {
	display:block;
	margin:0 auto;
}
#contactform textarea {
	width:96%;
	margin:2px 1%;
	padding:0 1%;
	display:block;
}

@media only screen and (max-width: 900px) {
	.centercell {
	       width:98%;
	}
	#header #imagecontainer {
             width:100%;
		
	}
	.infiniteCarousel {
		width:100% !important;
		
    }
	#bodywrapper .centercell {
		background-image:none;
	}
	#bodywrapper .centercell.hassubmenu {
		background-image:none;
	}
	.centercell #leftofbody {
		float:none;
		width:100%;
	}
	.centercell #rightofbody {
		float:none;
		width:96%;
		margin-top:18px;
		padding:1% 2%;
		border-top:1px solid #E5BC16;
	}
	#header #menu ul {
		display:block;
	}
	#header #menu ul li {
		display:block;
		float: none;
		text-align:left;
		border-radius:0;
	}
    #header #menu ul li + li a {
         border-left: 0 solid #999;
       	border-radius:0;
    }
    #header #menu ul li a {
        text-align:left;
    }
    #header #menu ul li a.activelink:before {
            content: none;
    }
	#header #menu ul li a.activelink:after {
	        content: " >";
	}
	#contentmenu {
		width: 100%;
		float: none;
	}
	
	#contentmenu ul {
		padding:4px 0 0 0;
		margin:0;
	}
	
	#contentmenu ul li {
		margin-top: 6px;
	}
	
	#contentmenu li a:hover,
	#contentmenu li a.activeitem {
		background-color: white;
		color:#1D7699;
		margin-right:4px;
		border-top: 1px solid #40AACF;
		border-left: 1px solid #8EA6AF;
		border-right: 1px solid #2396BF;
		border-bottom: 1px solid #638F9F;
		border-radius: 5px;
		z-index:0;
	}
	#contentmenu li a.activeitem:after {
	        content: " >";
	}
	#contentmenu+a+#cmscontent {
		float: none;
		width:100%;
		border-left: 0;
		padding:10px;
		margin-left:0;
	}
}
@media only screen and (max-width: 600px) {
       .centercell {
           width:300px !important ;
        }
        #header #logo {
        	background-image:none;
        	background-color:white;
		}
        #bodywrapper img {
        	max-width: 260px;
        	float:none !important;
        	clear:both !important;
        	margin: 0 auto 6px auto !important;
        	display:block;
		} 
}
