@charset "UTF-8";

/* Base styles 
---------------------------------------------------------------------*/

a,a:active,a:visited {
	color:#2A95B1;
}
a:hover {
	color:#89B51F;
}

::-moz-selection {
	background:#D53D71;
}
::selection {
	background:#D53D71;
}

/* Page Design Styles
---------------------------------------------------------------------*/

body {
	background: #fff;
	color: #555; 
}

h1 {
	color: #3B3B3B;
}
 
h1 {
	text-shadow: none;
}
 
h2 {
	background: #fff;
	color:#555;
	text-shadow:none;
	opacity:1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

h3 {
	color: #89B51F;
	text-shadow: none; 
}
 
h4 {
	color: #3B3B3B;
}

h5 {
	color:#3B3B3B;
}

h6 {
	color:#555;

}

section:hover h3 {
	color: #89B51F;
	text-shadow: none; 
}

hr {
	background: #fff;
	border-color: #EAEAEA;
	height: 1px;
	margin-top: 2em;
	width: 100%;
	opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.mozilla hr {
	height: 1px;
}

.container {
	background: #f9f9f9;
}
 
.container:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

q {
	background-color:#f0f0f0;
}

/* Navigation menu
----------------------------------------------- */

nav ul {
	background: #C7E76C;
}

nav li a:link, nav li a:visited {
	color: #5A8928;
	text-shadow: none;
	font-weight: bold;
}

nav li a:hover, nav li a:focus {
	color: #5A8928;
	background: #A0CE4E;
}

nav li.active a { 
	background: #A0CE4E; 
	color: #fff;
}

/* Floating navigation */
.floating {
	color: #5A8928;
	background: #C7E76C;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* Portfolio boxes
---------------------------------------------------------------------*/

a.rounded {
	background:#C7E76C;
	color:#5A8928 !important;
}
a.rounded:hover {
	background:#A0CE4E;
	color: #fff !important;
}

* html ul.specs li {
	background: url('../img/themes/white/check.gif') no-repeat 0 -2px;
}

/* jCarousel 
---------------------------------------------------------------------*/

#headlines li.odd {
	background: #f0f0f0;
}

.jcarousel-next-vertical {
    background: #fff url('../img/themes/white/carousel-down.gif') no-repeat center;
}

.jcarousel-prev-vertical {
    background: #fff url('../img/themes/white/carousel-up.gif') no-repeat center;
}

/* News container
---------------------------------------------------------------------*/

.jScrollPaneTrack {
	background: #ddd;
}
.jScrollPaneDrag {
	background: #999;
}

/* Forms
---------------------------------------------------------------------*/

.btn:hover, .btn:focus, .btn:active {
	background: #A0CE4E;
}

/* jQuery Nivo Slider
---------------------------------------------------------------------*/
 
/* The Nivo Slider styles */
.nivoSlider {
	background:#f9f9f9 url('../img/slider/loading.gif') no-repeat 50% 50%;
	-moz-box-shadow:0px 8px 8px #ddd;
	-webkit-box-shadow:0px 8px 8px #ddd;
	box-shadow:0px 8px 8px #ddd;
}

#slider .nivo-controlNav a {
	background: #C7E76C;
	opacity:1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ribbon {
	background:url('../img/themes/white/ribbon.png') no-repeat;
}
* html .ribbon {
	background:url('../img/themes/white/ribbon.gif') no-repeat;
}

/* Feature Carousel
---------------------------------------------------------------------*/

#featureCarousel .blipsContainer .blip {
    background:#C7E76C;
}
#featureCarousel .blipsContainer .blipSelected {
    background:#000;
}

/* anythingSlider
---------------------------------------------------------------------*/

.anythingSlider .arrow {
	background:url(../img/slider/arrows-black.png) no-repeat 0 0;
}
* html .anythingSlider .arrow {
	background:url(../img/slider/arrows-black.gif) no-repeat 0 0;
}
.anythingSlider .forward {
	background-position:-31px 0;
}
.anythingSlider .back {
	background-position:0 0;
}
* html .anythingSlider .forward {
	background-position:-31px 0;
}
* html .anythingSlider .back {
	background-position:0 0;
}
.textSlide h4 {
	color:#3B3B3B;
}
.textSlide h5 {
	color:#89B51F;
}

/* Footer
---------------------------------------------------------------------*/

footer p {
	color:#999;
}

footer p a {
	color: #999 !important;
}
footer p a:hover {
	color: #555 !important;
}
