.mycontainer {
	padding-left: 7px;
	padding-right: 7px;
}
.header1 {
	background-color: #7E9835;
	height: 7px;
}
.logo {
	padding: 10px;
}

/* --------------------------------------------------------	*/
/*	Main Classes */
/* --------------------------------------------------------	*/

.home-boxes-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site {
	padding: 0;
}

.shadowfooter {
	height: 44px;
	margin-bottom: 10px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.8, #FFFFFF),
		color-stop(1, #C5C5C5)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 80%, #C5C5C5 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 80%, #C5C5C5 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 80%, #C5C5C5 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 80%, #C5C5C5 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 80%, #C5C5C5 100%);
}

.space5 {
	height: 5px;
	clear: both;
}

.space10 {
	height: 10px;
	clear: both;
}

.space15 {
	height: 15px;
	clear: both;
}

.space20 {
	height: 20px;
	clear: both;
}

.space25 {
	height: 25px;
	clear: both;
}

.space30 {
	height: 30px;
	clear: both;
}

.space50 {
	height: 50px;
	clear: both;
}

.brand a:link, .brand a:visited
{
	text-decoration: none;
}

.navbar .brand {
	padding-left: 0;
}

.navbar {
	position: relative;
	background-color: transparent;
	font-size: 14px;
	border: none;
	height: auto;
}
.navbar li {
	padding: 0;
}

@media (max-width: 992px) {
	.brand {
		text-align: center;
		padding: 0;
	}
}

@media (min-width: 992px) {
	.navbar-collapse {
		max-height: none;	
	}
	
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}
	.sidebar-nav .navbar ul {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.myside {
		position: absolute;
		width: 240px;
		float: left;
	}
	.mycontainer {
		margin-left: 200px;
		float: left;
	}
	.nospanpad {
		padding: 0;
	}
	
	.navContainer {
		width: 210px;
	}
	
	.contentContainer {
		width: 758px;
	}
	
	.navbar .nav > li, .navbar .nav {
		float: none !important;
	}
	
	.row-padding  {
		padding: 0 30px;
	}
	
	.headerbg {
		background: url(../grfx/header.jpg) repeat-y;
		padding: 15px 0;
	}
	
	.headerpad {

		padding-top: 15px;
		padding-bottom: 15px;
	}
	.headerpad:after {
		clear: both;
	}
	
	.navbar .container-fluid, .navbar-collapse {
		padding: 0;
	}

	.navbar-header {
		display: none;
	}
	
	.nav > li > a {
		padding: 5px 10px 5px 0;
		text-decoration: none;
		border-bottom: 1px solid #CCC;
	}
	
	.nav > li:last-child > a {
		background: transparent !important;
	}
	
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		border-color: #fff;
	}
	
	.open > .dropdown-menu {
		display: none;
	}
	
	/* Dropdowns */
	.dropdown-menu {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.nav li ul {
		display: none;
		z-index: 99;
		margin: 0px;
		padding: 10px 20px 10px 20px;
		background: #f5f7f8;
		float: left;
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
	}
	
	.nav li:hover ul {
		position: absolute;
		display: block;
		list-style-type: none;
	}
	
	.nav li ul li {
		font-size: 13px;
		margin: 0px;
		padding: 0px;
		width: 160px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
		border-bottom: 1px solid #d9dddf;
	}
	.nav li ul li:last-child {
		border-bottom: none;
	}
	
	.nav li ul li a {
		color: #747678;
		padding: 10px 0px 10px 0px;
		margin: 0px;
		display: block;
		text-decoration: none;
	}
	
	.nav li ul li:hover a {
		color: #0044AA;
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background: none;
	}
}

@media(min-width:1200px){
	.contentContainer {
		width: 958px;
	}
}

@media (max-width: 991px) {
	.navbar {
		margin-bottom: 0;
	}
	
	.brand {
		display: none !important;
	}
	
	.brand {
		display: block !important;
	}
	.logo {
		display: none !important;
	}
	
	.navbar {
		margin-bottom: 0;
	}
	
	.navbar-inner {
		background: transparent;
		border: none;
		padding: 0 20px !important;
	}
	.ResponsiveNavHide {
		display: none !important;
	}
}

/* --------------------------------------------------------	*/
/*  Tables  */
/* --------------------------------------------------------	*/

table {
	border-radius: 0px !important;
}

th, td {
	border-radius: 0px !important;
}

/* --------------------------------------------------------	*/
/*	Footer */
/* --------------------------------------------------------	*/

#footer {
/*	padding: 20px 41px 20px 41px;*/

}

#footer hr {
	background: #484848;
	height: 1px;
	border: 0px;
}