@charset "utf-8";

/* Global Styles */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fefefe;
}

a {
	text-decoration: none;
}

a.active {
	color: #008fff !important;
	font-weight: bold;
	border-color: #008fff !important;
}

a.active:hover {
	background: transparent !important;
}

img {
	border: none;
}

/* Wrapper Styles */

#wrapper {
	width: 100%;
	height: 100%;
}

/* Header Styles */

#wrapper #header {
	width: 100%;
	height: 103px;
	background: url(../images/headerBg.png) repeat-x;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#wrapper #header a {
	transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
	-o-transition: all linear 300ms;
	-ms-transition: all linear 300ms;
}

#wrapper #header #innerHeader {
	width: 980px;
	height: 105px;
	margin: 0 auto;
	position: relative;
}

#wrapper #header #innerHeader  #logo {
    position: absolute;
    top: 20px;
    width: 90px;
}

#wrapper #header #innerHeader h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 45px;
	color: #999;
	text-align: right;
	position: absolute;
	right: 23px;
	bottom: 34px;
}

#wrapper #header #innerHeader #nav {
	float: right;
	width: auto;
	height: 35px;
	background: #e0e0e0;
	position: absolute;
	bottom: 6px;
	right: 5px;
}

#wrapper #header #innerHeader #nav ul {
	list-style: none;
	margin: 0 auto;
}

#wrapper #header #innerHeader #nav ul li {
	float: left;
	
}

#wrapper #header #innerHeader #nav ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #0067b7;
	text-transform: capitalize;
	padding: 8px 20px 9px;
	border-bottom: 2px solid #e0e0e0;
}
#wrapper #header #innerHeader #nav ul li ul a {
	font-size: 12px;
}

#wrapper #header #innerHeader #nav ul li a:hover,
#wrapper #header #innerHeader #nav ul li a:focus {
	color: #fff;
	background: #0067b7;
	border-bottom: 2px solid #9dde00;
}

/* Home Page Styles */
#wrapper #wrap {width:100%; background:url(../images/worldmap.jpg) repeat-x center right #eee}
#wrapper #main {
	width: 980px;
	height: auto;
	overflow: auto;
	background: #fff url(../images/mainBg.png) repeat-y top center;
	margin: 0 auto;
	padding-top: 53px;
	position: relative;
	z-index: 5;
}

#wrapper #main #slider {
	width: 894px;
	height: 292px;
	border: 3px solid #0067b7;
	margin: 0 auto 46px;
	position: relative;
}

#wrapper #main #container {
	width: 900px;
	height: 270px;
	margin: 0 auto;
	position: relative;
}

#wrapper #main #container a {
	transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
	-o-transition: all linear 300ms;
	-ms-transition: all linear 300ms;
}

#wrapper #main #container > div {
	border-top: 1px solid #008fff;
	background: #fff;
	position: relative;
	box-shadow: 1px 1px 3px #aaa;
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	-o-box-shadow: 1px 1px 3px #aaa;
	-ms-box-shadow: 1px 1px 3px #aaa;
	transition: all linear 150ms;
	-moz-transition: all linear 150ms;
	-webkit-transition: all linear 150ms;
	-o-transition: all linear 150ms;
	-ms-transition: all linear 150ms;
	margin-bottom: 30px;
}

#wrapper #main #container > div:hover,
#wrapper #main #container > div:focus {
	background: #e5ecf1;
	position: relative;
	box-shadow: 3px 3px 15px #aaa;
	-moz-box-shadow: 1px 1px 15px #aaa;
	-webkit-box-shadow: 1px 1px 15px #aaa;
	-o-box-shadow: 1px 1px 15px #aaa;
	-ms-box-shadow: 1px 1px 15px #aaa;
}

#wrapper #main #container > div > h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 3px;
	color: #008fff;
	position: absolute;
	top: -25px;
	transition: all linear 500ms;
	-moz-transition: all linear 500ms;
	-webkit-transition: all linear 500ms;
	-o-transition: all linear 500ms;
	-ms-transition: all linear 500ms;
	
}

#wrapper #main #container > div:hover h2,
#wrapper #main #container > div:focus h2 {
	letter-spacing: 5px;
}

#wrapper #main #container #boxOne {
	width: 270px;
	height: 270px;
	float: left;
	margin-right: 45px;
}

#wrapper #main #container #boxOne p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #818181;
	margin: 22px;
}


#wrapper #main #container #boxOne a:hover,
#wrapper #main #container #boxOne a:focus {
	color: #008fff;
}

#wrapper #main #container #boxTwo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #818181;
	width: 270px;
	height: 270px;
	float: left;
	margin-right: 45px;
}
#wrapper #main #container #boxTwo  #scroll{
	width: 270px;
	height: 270px;
	overflow: auto;
}


#wrapper #main #container #boxTwo ul {
	list-style: none;
	margin: 22px;
}

#wrapper #main #container #boxTwo ul li {
	display: block;
}

#wrapper #main #container #boxTwo ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0067b7;
}

#wrapper #main #container #boxTwo > a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: right;
	text-transform: capitalize;
	line-height: 13px;
	color: #b1b1b1;
	text-decoration: underline;
	margin: 5px 22px 0 0;
	margin: 19px 22px 0 0\9; /* IE 8 and below */
	float: right;
}

#wrapper #main #container #boxTwo > a:hover,
#wrapper #main #container #boxTwo > a:focus {
	color: #0080ff;
}

#wrapper #main #container #boxTwo ul li a:hover,
#wrapper #main #container #boxTwo ul li a:focus {
	color: #8ac300;
}

#wrapper #main #container #boxThree {
	width: 270px;
	height: 135px;
	float: left;
	margin-bottom: 45px;
}

#wrapper #main #container #boxThree form {
	width: 250px;
	height: 100px;
	margin: 17px 12px 0;
	position: relative;
}

#wrapper #main #container #boxThree form label {
	height: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #aaa;
	text-transform: capitalize;
	float: left;
}

#wrapper #main #container #boxThree form label.country {
	margin-top: 10px;
}

#wrapper #main #container #boxThree form label select {
	width: 193px;
	height: 30px;
	margin-top: -10px;
	float: left;
	position: absolute;
}

#wrapper #main #container #boxThree form input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 52px;
	height: 29px;
	color: #818181;
	border: none;
	padding-bottom: 2px;
	background: url(../images/inputBg.jpg) no-repeat;
	float: right;
	top: 76px;
	right: 2px;
	position: absolute;
	cursor: pointer;
}

#wrapper #main #container #boxThree form input:active {
	color: #aaa;
	background-position: bottom;
}

#wrapper #main #container #boxFour {
	width: 270px;
	height: 89px;
	float: left;
}

#wrapper #main #container #boxFour form input[type=text] {
	width: 191px;
	height: 27px;
	height: 20px\9; /* IE 8 and below */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #aaa;
	text-transform: lowercase;
	border: 1px solid #bfbfbf;
	margin: 29px 0 0 10px;
	padding-left: 2px;
	padding-top: 7px\9; /* IE 8 and below */
	background: #ebebeb;
}

#wrapper #main #container #boxFour form input[type=submit] {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 52px;
	height: 29px;
	color: #818181;
	border: none;
	padding-bottom: 2px;
	background: url(../images/inputBg.jpg) no-repeat;
	float: right;
	top: 29px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}

#wrapper #main #container #boxFour form input[type=submit]:active {
	color: #aaa;
	background-position: bottom;
}

/* Footer Styles */

#wrapper #footer {
	width: 100%;
	height: 103px;
	background: url(../images/footerBg.png) repeat-x top center;
	margin: 0 auto;
	display:table;
	padding-bottom:20px;
}

#wrapper #footer a {
	transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
	-o-transition: all linear 300ms;
	-ms-transition: all linear 300ms;
}

#wrapper #footer #innterFooter {
	width: 980px;
	height: 103px;
	margin: 0 auto;
	padding: 12px 0px;
	position: relative;
}

#wrapper #footer #logo{
	float: left;
	width: 70px;
}

#innterFooter #copyright {
	width:60%; 
	float:left;
}
#innterFooter #sharebox {
	width:30%; 
	float:right;
}

#innterFooter #sharebox div {float:right; width:38px; margin-left:5px;}
#innterFooter #sharebox a img {border:0px; filter:Gray}
#innterFooter #sharebox a:hover img {filter: none;}

#wrapper #footer #innterFooter p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #0067b7;
	text-align: left;
	margin-left: 10px;
	float: left;
}

#wrapper #footer #innterFooter p span {
	color: #9c9c9c;
}

#wrapper #footer #innterFooter #bottomNav {
	float: right;
	width: auto;
	height: 30px;
	background: #e0e0e0;
	position: absolute;
	top: 6px;
	right: 0;
	padding-top: 5px;
}

#wrapper #footer #innterFooter #bottomNav ul {
	list-style: none;
}

#wrapper #footer #innterFooter #bottomNav ul li {
	float: left;
}

#wrapper #footer #innterFooter #bottomNav ul li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #0067b7;
	padding: 3px 24px 10px;
	border-top: 2px solid #e0e0e0;
	text-transform: capitalize;
}

#wrapper #footer #innterFooter #bottomNav ul li a:hover,
#wrapper #footer #innterFooter #bottomNav ul li a:focus {
	color: #fff;
	background: #0067b7;
	border-top: 2px solid #9dde00;
}


#footer #footerLinks {width:100%; display:table; padding-bottom:25px; border-bottom:1px solid #aaa; margin-bottom:5px;}
#footer #footerLinks div {width:160px; float:left;}
#footer #footerLinks h5 {padding:0px; margin:0px; font:bold 9pt arial; color:#777}
#footerLinks ul, #footerLinks li {list-style:none; padding:0px; margin:0px; font:normal 8pt tahoma; line-height:140%}
#footerLinks ul, #footerLinks li  a {color:#aaa}
#footerLinks ul, #footerLinks li  a:hover {color:#36a}



/* Inner Page Styles */

#wrapper #main #titlebar {
	width: 970px;
	height: 100px;
	background: url(../images/titlerbarBg.png) top left no-repeat;
	margin: 0 auto 10px;
	position: relative;
}

#wrapper #main #titlebar h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #8bcc00;
	padding: 30px 0 30px 30px;
}

#wrapper #main #pathbar {
	width: 915px;
	height: 15px;
	position: relative;
	margin: 0 auto 15px;
}

#wrapper #main #pathbar ul {
	list-style: none;
}

#wrapper #main #pathbar ul li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #8bcc00;
	float: left;
	margin-right: 10px;
}
#wrapper #main #pathbar ul li span {
	color: #999 !important;
}

#wrapper #main #pathbar ul li a {
	color: #999 !important;
}

#wrapper #main #pathbar ul li a:hover {
	color: #008fff !important;
}

#wrapper #main #content {
	width: 560px;
	height: auto;
	margin: 0 0 25px 5px;
	padding: 45px 30px 30px;
	background: #ececec;
	position: relative;
	float: left;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#wrapper #main #pathbar a,
#wrapper #main #content a {
	transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	-webkit-transition: all linear 300ms;
	-o-transition: all linear 300ms;
	-ms-transition: all linear 300ms;
}

#wrapper #main #content h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #008fff;
	margin-bottom: 20px;
}

#wrapper #main #content h3 span {
	font-size: 18px;
	font-weight: normal;
}

#wrapper #main #content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #666;
	padding-left: 15px;
}
.cert {
	float:right;
	margin-left:10px;
	border:1px solid #000
}

#wrapper #main #sidebar {
	width: 270px;
	height: auto;
	overflow: auto;
	margin-right: 5px;
	padding: 45px 30px 30px;
	background: #ececec;
	position: relative;
	float: right;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#wrapper #main #sidebar > div {
	border-top: 1px solid #008fff;
	background: #fff;
	position: relative;
	box-shadow: 1px 1px 3px #aaa;
	-moz-box-shadow: 1px 1px 3px #aaa;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	-o-box-shadow: 1px 1px 3px #aaa;
	-ms-box-shadow: 1px 1px 3px #aaa;
	transition: all linear 150ms;
	-moz-transition: all linear 150ms;
	-webkit-transition: all linear 150ms;
	-o-transition: all linear 150ms;
	-ms-transition: all linear 150ms;
}

#wrapper #main #sidebar > div:hover,
#wrapper #main #sidebar > div:focus {
	background: #e5ecf1;
	position: relative;
	box-shadow: 3px 3px 15px #aaa;
	-moz-box-shadow: 1px 1px 15px #aaa;
	-webkit-box-shadow: 1px 1px 15px #aaa;
	-o-box-shadow: 1px 1px 15px #aaa;
	-ms-box-shadow: 1px 1px 15px #aaa;
}

#wrapper #main #sidebar > div > h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #008fff;
	position: absolute;
	top: -25px;
	transition: all linear 500ms;
	-moz-transition: all linear 500ms;
	-webkit-transition: all linear 500ms;
	-o-transition: all linear 500ms;
	-ms-transition: all linear 500ms;
	
}

#wrapper #main #sidebar > div:hover h2,
#wrapper #main #sidebar > div:focus h2 {
	letter-spacing: 8px;
}


#wrapper #main #sidebar #boxOne {
	width: 270px;
	height: 135px;
	float: left;
	margin-bottom: 45px;
}

#wrapper #main #sidebar #boxOne form {
	width: 250px;
	height: 100px;
	margin: 17px 12px 0;
	position: relative;
}

#wrapper #main #sidebar #boxOne form label {
	height: 50px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #aaa;
	text-transform: capitalize;
	float: left;
}

#wrapper #main #sidebar #boxOne form label.country {
	margin-top: 10px;
}

#wrapper #main #sidebar #boxOne form label select {
	width: 193px;
	height: 30px;
	margin-top: -10px;
	float: left;
	position: absolute;
}

#wrapper #main #sidebar #boxOne form input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 52px;
	height: 29px;
	color: #818181;
	border: none;
	padding-bottom: 2px;
	background: url(../images/inputBg.jpg) no-repeat;
	float: right;
	top: 76px;
	right: 2px;
	position: absolute;
	cursor: pointer;
}

#wrapper #main #sidebar #boxOne form input:active {
	color: #aaa;
	background-position: bottom;
}

#wrapper #main #sidebar #boxTwo {
	width: 270px;
	height: 89px;
	float: left;
}

#wrapper #main #sidebar #boxTwo form input[type=text] {
	width: 191px;
	height: 27px;
	height: 20px\9; /* IE 8 and below */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #aaa;
	text-transform: lowercase;
	border: 1px solid #bfbfbf;
	margin: 29px 0 0 10px;
	padding-left: 2px;
	padding-top: 7px\9; /* IE 8 and below */
	background: #ebebeb;
}

#wrapper #main #sidebar #boxTwo form input[type=submit] {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 52px;
	height: 29px;
	color: #818181;
	border: none;
	padding-bottom: 2px;
	background: url(../images/inputBg.jpg) no-repeat;
	float: right;
	top: 29px;
	right: 10px;
	position: absolute;
	cursor: pointer;
}

#wrapper #main #sidebar #boxTwo form input[type=submit]:active {
	color: #aaa;
	background-position: bottom;
}


/* Select Box Theme */

.DivSelectyze {
	position: relative;
	width: 193px;
	float: left;
}

.DivSelectyze .selectyzeValue {
	position: relative;
	z-index: 10;
	display: block;
	text-decoration: none;
}

.DivSelectyze ul {
	list-style: none;
}

.DivSelectyze .UlSelectize {
	position: absolute;
	z-index: 9999;
	display: none;
}

.DivSelectyze li a {
	display: block;
	text-decoration: none;
}

.optgroupTitle {
	display: block;
}

.grey .selectyzeValue {
	width: 193px;
	height: 32px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #717171;
	letter-spacing: -1px;
	background: url(../images/selectboxBg.jpg) no-repeat;
	padding: 5px;
}

.grey .UlSelectize {
	top: 28px;
	left: 0px;
	width: 191px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	box-shadow: 1px 2px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 15px #aaa;
	-o-box-shadow: 1px 1px 15px #aaa;
	-ms-box-shadow: 1px 1px 15px #aaa;
}

.grey li a {
	height: 28px;
	font: 13px/30px Arial;
	background-color: transparent;
	color: #797979;
	padding-left: 5px;
	border: 1px solid #fff
}

.grey li a:hover {
	color: #fff;
	background-color: #858585;/** gradient bgcolors */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7c7c7c), to(#858585)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #7c7c7c #858585); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #7c7c7c, #858585); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #7c7c7c, #858585); /* IE10 */
	background-image: -o-linear-gradient(top, #7c7c7c, #858585); /* Opera 11.10+ */
	background-image: linear-gradient(top, #7c7c7c, #858585)
}

.grey .optgroupTitle {
	margin-top: 15px;
	font-size: 20px;
	padding-left: 10px;
	background-color: #858585;
	color: #fff;
}

/* Slider Styles */

/* Reset and Layout */

.bx-wrapper {
	position: relative;
	margin: 0 0 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/* Theme Styles */

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* Loader */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* Pager */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	
}

.bx-default-pager {
	z-index: 9999;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cacaca;
	border: 1px solid #cacaca;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 2px 45px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 1px solid #cacaca;
	background: #6598c0 !important;
}

/* Direction Controls (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 0;
	z-index: 9999;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -61px 0;
	z-index: 9999;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 -51px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -61px -51px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* Auto Controls (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* Pager With Auto-Controls Hybrod Layout */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* Image Captions */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.5);
	width: 100%;
	height: 78px;
}

.bx-wrapper .bx-caption span {
	width: 355px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	text-shadow: 0 0 3px #000;
	padding: 10px;
}

.bx-wrapper .bx-caption span strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #9bd3ff;
}

/* Menu */

.ddsmoothmenu {
	width: 100%;
}

.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	color: white;
	color: #2d2b2b;
	text-decoration: none;
}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: white;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #0067b7 !important; 
	color: white !important;
}

.ddsmoothmenu ul li a:hover {
	background: #0067b7 !important; /*background of menu items during onmouseover (hover state)*/
	color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	background: #0067b7;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	width: 176px; /*width of sub menus*/
	padding: 5px !important;
	font-size: 12px !important;
	margin: 0;
	color: #fff !important;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

.ddsmoothmenu ul li ul li a:hover {
	color: #9dde01 !important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	padding: 7px 0 0 70px;
	right:5px;
}

.rightarrowclass {
	position: absolute;
	padding: 2px 0 0 70px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}