body,p,td,li {
	color: #000000;
}
.footer,.footer a {
	color: #000000;
}
.nav,.nav a {
	background: #0000ED;
	color: #FFFFFF;
}
.nav a:hover {
	background: #00006E;
	color: #FFFFFF;
}
.sidebar .item {
	background: #0000ED;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	color: #FFFFFF;
}
.sidebar .item a {
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	color: #0000ED;
}
a {
	color: #0000ED;
}



.cta h1 {
	color: #FFFFFF;
}
.cta h2 {
	color: #FFFFFF;
}
.header-container {
	background: #DBDBDB url(../images/topbg.png) repeat-x;
}

.slideshow-container,
.page-container,
.footer-container {
	background: #fff;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

body,td,li,p {
	font-family: arial;
	font-size: 13px;
}
body {
	margin:0px;
}


.sidebar {
	float: right;
	margin: 20px 10px 10px 30px;
	width: 240px;
}
.sidebar h1 {
	font-size: 16px;
}
.sidebar h1 {
	margin-top: 20px;
}
.sidebar h1:first-child {
	margin-top: 0px !important;
}
.sidebar .item ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar .buttons .item {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;			
}
.sidebar .buttons .item h1,
.sidebar .buttons .item h2,
.sidebar .buttons .item h3,
.sidebar .buttons .item h4,
.sidebar .buttons .item h5,
.sidebar .buttons .item h6 {
	margin-top: 0px;
	padding-top: 0px;
}
.sidebar .buttons .item h2 {
	position: relative;top: -3px;
	font-size: 15px;
}
.sidebar .buttons .item p {
	position: relative;top: -2px;
}
.sidebar .buttons .item h2,
.sidebar .buttons .item p,
.sidebar .buttons .item a {
	margin: 0px;
	padding: 0px;
}
.sidebar .buttons .item {
	padding: 10px 10px 8px 10px;
	margin-top: 15px;
	min-height: 50px;
}
.sidebar .buttons .item:first-child {
	margin-top: 0px !important;
}
.sidebar .buttons .item .icon {
	float: left;
	margin-right: 10px;
	width: 50px; height: 50px;
}
.sidebar .sidebar-form input[type="text"] {
	width: 130px;
	padding: 4px;
}
.sidebar .sidebar-form input[type="submit"] {
	width: 90px;
	padding: 4px;
}
.sidebar .testimonials .item p {
	font-style: italic;
	margin-bottom: 5px;
}
.sidebar .testimonials .item {
	margin-bottom: 10px;
}
.sidebar .testimonials .item {
	padding-bottom: 10px;
}
.sidebar .testimonials .item:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px;
}


.footer {
	text-align:center;
}
.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
.footer {
	padding: 10px;
	line-height: 20px;
}

.contact-form {
	position: relative; left: -4px;
}
.contact-form input[type="text"] {
	padding: 5px;
	width: 230px;
}
.contact-form input[type="submit"] {
	padding: 5px;
}
.contact-form textarea {
	padding: 5px;
	width: 230px;
	height: 90px;
	font-family: arial;
}

.gallery-item {
	float: left;
	width: 185px;
	height: 185px;
	margin: 0 25px 10px 0;
}
.gallery-item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gallery-item .gallery-caption {
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	height: 26px;
	text-align:center;
	width: 171px;
	overflow: hidden;
	text-align:center;
}

.slideshow,
.slideshow-container,
.slideshow-overlay {
	width: 1000px;
	height: 300px;
}
.slideshow-overlay {
	position: absolute;
	z-index: 9999;
}



.page-container {
	background: #fff;
	width: 960px;
	display: inline-block;
	padding: 10px 20px 20px 20px;
}

.nav {
	text-align:center;
	text-transform: uppercase;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0px;
	margin: 0px;
}
.nav a {
	text-decoration: none;
	padding: 17px 15px 18px 15px;
	font-size: 16px;
	font-weight: bold;
}



.logo {
	height: 70px;
	padding: 20px;
	border: 0px;
}
.logo-feature {
	width: 131px;
	padding: 0 0 50px 46px;
	border: 0px;
}
.header {
	text-align: center;
}
.ribbons {
	background: url(../images/ribbons.png) no-repeat top left;
}



.sidebar .sidebar-nav-buttons {
	margin-bottom: 15px;
}
.sidebar .sidebar-nav-buttons .item {
	cursor: pointer;
	padding: 15px;
}
.sidebar .sidebar-nav-buttons a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.sidebar .sidebar-nav-buttons .item:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.sidebar .sidebar-nav-buttons .item:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}





.ribbons {
	text-align: left;
}
.ribbons-container {
	height: 111px;
	width: 380px;
	overflow: visible;
	cursor: pointer;
}
.ribbons {
	z-index: 9999;
	position: relative;
}
.qualification {
	margin-left: 14px;
}

.cta h2 {
	color: #0071BD;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0px;
}

.cta h1 {
	color: #444446;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.cta {
	margin-right: 10px;
}

.nav li {
}

.footer-container {
	background: #0000ED ;
	position: relative; top: 1px;
}
.footer,
.footer a,
.footer li {
	color: #FFFFFF;
}
.footer ul a {
	font-weight: bold;
}
.footer {
	padding: 15px 0 15px 0;
}
.slideshow-container {
	overflow: hidden;
	width: 100%;
	margin: auto 0;
}

.feature-container {
	width: 960px;
	height: 100px;
	overflow: visible;
	position: relative; top: -80px;
}
.feature-title {
	padding: 15px;
	background: #0071BD;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.feature-item2 {
	margin: 0 4px 0 4px;
}
.feature-item1 {
	margin: 0 8px 0 0;
}
.feature-item3 {
	margin: 0 0 0 8px;
}





.side-top-text {
	font-size: 35px !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 55px !important;
}

.page-container {
	position: relative; top: -100px;
}




body {
	background: #363636 url(../images/mask-triangles-black-opac50.png);
}
.logo {
	height: 110px;
}
.nav {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #0000ED;
}
.nav-container {
   background: transparent;
   border-bottom: 5px solid #0000ED; 
}
.nav a {
	padding-left: 21px;
	padding-right: 21px;
}
.page-container {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.nav {
	position: relative; top: 5px;
}