* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: ralewayregular;
	font-size: 14px;
}

img {
	border: none;
}

:focus {
	outline: none;
}

@font-face {
	font-family: ralewayregular;
	src: url(../fonts/raleway-regular-webfont.eot);
	src: url(../fonts/raleway-regular-webfont.eot?#iefix) format(embedded-opentype), url(../fonts/raleway-regular-webfont.woff) format(woff), url(../fonts/raleway-regular-webfont.ttf) format(truetype), url(../fonts/raleway-regular-webfont.svg#ralewayregular) format(svg);
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: ralewayextrabold;
	src: url(../fonts/raleway-extrabold-webfont.eot);
	src: url(../fonts/raleway-extrabold-webfont.eot?#iefix) format(embedded-opentype), url(../fonts/raleway-extrabold-webfont.woff) format(woff), url(../fonts/raleway-extrabold-webfont.ttf) format(truetype), url(../fonts/raleway-extrabold-webfont.svg#ralewayextrabold) format(svg);
	font-weight: 400;
	font-style: normal;
}

.OuterDiv {
	float: left;
	width: 100%;
}

.Wrapper {
	margin: 0 auto;
	width: 1100px;
	max-width: 99%;
}

.Header {
	float: left;
	width: 100%;
	background: #FFF;
	height: 100px;
}

.Logo {
	float: left;
	width: 285px;
	padding-top: 12px;
}

.HeaderRightDiv {
	float: left;
	width: 72%;
}

.Homebtn {
	float: left;
	width: 12%;
	padding-top: 25px;
}

.Homebtn a {
	float: left;
	background: url(../images/Home-button.png) no-repeat left top;
	width: 76px;
	height: 37px;
}

.Homebtn a:hover {
	background: url(../images/Home-button.png) no-repeat left bottom;
}

.Contactbtn {
	float: right;
	width: 44%;
	padding-top: 45px;
}

.Contactbtn a {
	color: #003366;
}

.FanPanel {
	float: right;
	width: 233px;
	padding-top: 37px;
}

.SliderDiv {
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.SliderDiv img {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}

.SlidCont {
	float: left;
	width: 40%;
	position: absolute;
	padding-top: 57px;
	left: 53px;
	top: 0;
}

.SlidCont h1 {
	float: left;
	text-transform: uppercase;
	color: #77933c;
	font-size: 36px;
	text-shadow: 1px 2px 1px #fff;
	padding-top: 20px;
	font-family: ralewayextrabold;
	font-weight: 400;
	text-align: left;
}

.SlidCont p {
	float: left;
	color: #151615;
	font-size: 16px;
	line-height: 1.4em;
	padding-top: 20px;
	text-align: justify;
}

.WelcomeCont {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.WelcomeCont h2 {
	text-align: center;
	color: #26323e;
	font-size: 32px;
	background: url(../images/welcometext-border.jpg) no-repeat center bottom;
	padding-bottom: 5px;
}

.WelcomeCont p {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #6d7882;
	padding-top: 20px;
	line-height: 1.5em;
}

.Footer-allBox {
	float: left;
	width: 100%;
	margin-top: 60px;
}

.FooterBox {
	float: left;
	width: 24%;
	margin-right: 1.3%;
}

.lastmargin {
	margin-right: 0 !important;
}

.BoxImgDiv {
	float: left;
	width: 100%;
	text-align: center;
	height: 55px;
	padding-bottom: 25px;
}

.BoxCont {
	float: left;
	width: 100%;
	background: #003366;
}

.BoxUp-arrow {
	float: left;
	width: 100%;
	text-align: center;
}

.BoxCont h3 {
	font-size: 22px;
	color: #FFF;
	text-align: center;
	float: left;
	background: #7090B0;
	padding: 10px 0;
	width: 100%;
	font-family: ralewayregular;
	font-weight: 400;
}

.BoxCont p {
	float: left;
	width: 87%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	padding: 10px 15px 40px 15px;
	line-height: 1.4em;
}

.morebutton {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

.morebutton a {
	background: #7090B0;
	font-size: 13px;
	padding: 5px 12%;
	color: #FFF;
	text-decoration: none;
}

.morebutton a:hover {
	color: #315200;
}

.FullFooter {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding-bottom: 10px;
}

.Footer {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	background: #003366;
	padding: 15px 0;
}

.FullFooter a {
	text-decoration: none;
	font-size: 18px;
	color: #FFF;
}

.FullFooter a:hover {
	color: #315200;
}

.FullFooter span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #8e8e8e;
}

ul.Footermenu {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

ul.Footermenu li {
	display: inline;
	list-style: none;
	padding: 0 10px;
	color: #6f9ac2;
}

ul.Footermenu li a {
	text-decoration: none;
	font-size: 12px;
	color: #6f9ac2;
}

ul.Footermenu li a:hover {
	color: #000;
}

.rslides_nav.rslides1_nav.next {
	margin-right: -50px !important;
	right: 0 !important;
}

/*--Contact Us---*/
.continer {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.cont_right_coln {
	float: left;
	width: 39%;
}

.cont_tabs {
	float: left;
	width: 100%;
}

.contact_tabs a {
	float: left;
	width: 23%;
	text-align: center;
	padding: 38px 0;
	margin-right: 2%;
}

.contact_tabs a.none {
	margin-right: 0;
}

.cont_tab1 a {
	background: url(../images/tab1.png) center no-repeat;
	cursor: pointer;
}

.cont_tab1 a:hover,.cont_tab1 a.active {
	background: #a2be77 url(../images/tab1_hover.png) center no-repeat;
}

.cont_tab2 a {
	background: url(../images/tab2.png) center no-repeat;
	cursor: pointer;
}

.cont_tab2 a:hover,.cont_tab2 a.active {
	background: #a2be77 url(../images/tab2_hover.png) center no-repeat;
}

.cont_tab3 a {
	background: url(../images/tab3.png) center no-repeat;
	cursor: pointer;
}

.cont_tab3 a:hover,.cont_tab3 a.active {
	background: #a2be77 url(../images/tab3_hover.png) center no-repeat;
}

.cont_tab4 a {
	background: url(../images/tab4.png) center no-repeat;
	cursor: pointer;
}

.cont_tab4 a:hover,.cont_tab4 a.active {
	background: #a2be77 url(../images/tab4_hover.png) center no-repeat;
}

.cont_tab_category {
	background: #a2be77;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 22px;
	float: left;
	width: 98%;
}

.cont_tabs_text_dtl {
	background: #89aa58;
	float: left;
	width: 91%;
	padding: 15px;
	color: #fff;
}

.cont_tabs_text_dtl p {
	line-height: 20px;
	margin-bottom: 35px;
}

.cont_left_coln {
	float: left;
	width: 50%;
	margin-left: 11%;
}

.cont_left_coln h2 {
	font-size: 30px;
	color: #77933c;
	font-family: ralewayextrabold;
	margin-bottom: 15px;
}

.cont_left_coln h3 {
	font-size: 20px;
	color: #77933c;
	font-family: ralewayextrabold;
	margin-bottom: 10px;
}

.cont_details {
	float: left;
	width: 100%;
	color: #626959;
	font-size: 16px;
	border-bottom: solid 2px #e3e3e3;
	padding-bottom: 25px;
	margin-bottom: 20px;
	font-weight: 700;
}

.contact_detls_form label {
	width: 32%;
	float: left;
	padding-right: 10px;
	color: #6d7882;
	font-weight: 700;
}

.contact_detls_form label span {
	float: right;
	font-size: 30px;
	color: #21c2e4;
}

.contact_detls_form input[type=text] {
	border: solid 1px #d1d1d2;
	padding: 7px 3px;
	width: 53%;
}

.contact_detls_form select {
	border: solid 1px #d1d1d2;
	padding: 7px 3px;
	width: 54.5%;
}

.submit_instruction {
	float: left;
	width: 100%;
	padding: 25px 0;
	color: #6d7882;
	font-weight: 700;
	font-size: 14px;
}

.contact_detls_form input[type=button] {
	background: #89aa58;
	padding: 8px 25px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	font-weight: 700;
	font-size: 16px;
	font-family: ralewayregular;
	margin-right: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(css/PIE.htc);
	text-shadow: 1px 2px 1px #666;
}

.contact_detls_form input[type=submit] {
	background: #89aa58;
	padding: 8px 25px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	font-weight: 700;
	font-size: 16px;
	font-family: ralewayregular;
	margin-right: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(css/PIE.htc);
	text-shadow: 1px 2px 1px #666;
}

.border_top {
	border-top: solid 2px #e3e3e3;
}

.contact_bor_bottom {
	border-bottom: solid 2px #e3e3e3;
	float: left;
	width: 100%;
	padding-top: 30px;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: center;
}


/*--About Us---*/

.aboutus-header {
	float: left;
	width: 100%;
	background: #003366;
	height: 100px;
}

.aboutus-header-content {
	float: right;
	padding-bottom: 40px;
}

.aboutus-header-content p{
        text-align: center;
	color: #fff;
	font-size: 32px;
}

.aboutus-content-left {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.aboutus-content-leftcol {
	float: left;
	width: 50%;
}

.aboutus-content-leftcol p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

.aboutus-content-left h6 {
        float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

.aboutus-content-left p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #6d7882;
	padding-top: 20px;
	line-height: 1.5em;
}

.aboutus-content-right {
	float: right;
	width: 49%;
	margin-top: 20px;
}

.aboutus-content-right a {
	color: #003366;
}

.aboutus-content-right h2 {
        float: right;
	width: 100%;
	text-align: right;
	font-size: 20px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

.aboutus-content-right p {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #6d7882;
	padding-top: 20px;
	line-height: 1.5em;
}

.client-div {
        float: right;
}

.client-images {
        float: right;
        list-style: disc;
        clear: right;
        width: auto;
        padding: 20px 0 0 50px;
        margin: 0;
}

.client-images li {
        list-style: none;
        width: auto;
        padding: 0;
        height: 70px;
        width: 100px;
        display: block;
        vertical-align: middle;
        float: left;
        text-align: center;
        line-height: 98px;
        color: #686f74;
        overflow: hidden;
        background: #fff;
        margin: 10px;
        border: 1px solid #eee;
}



/*--News---*/

.news-header {
	float: left;
	width: 100%;
	background: #77933c;
	height: 100px;
}

.news-header-content {
	float: right;
	padding-bottom: 40px;
}

.news-header-content p{
        text-align: center;
	color: #fff;
	font-size: 32px;
}

.news-content-left {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.news-content-leftcol {
	float: left;
	width: 50%;
}

.news-content-leftcol p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

.news-content-left h6 {
        float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #003366;
	padding-top: 30px;
	line-height: 1.5em;
}

.news-content-left p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #6d7882;
	padding-top: 20px;
	line-height: 1.5em;
}

.news-content-left img {
	float: left;
	width: 30%;
	padding: 0px 15px 0px 0px;
}

.news-content-right {
	float: right;
	width: 49%;
	margin-top: 20px;
}

.news-content-right a {
	color: #003366;
        font-size: 20px;
}

.news-content-right h2 {
        float: right;
	width: 100%;
	text-align: right;
	font-size: 20px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

.news-content-right p {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #6d7882;
	padding-top: 20px;
}

.news-line {
        height: 2px;
        width: 100%;
        background-color: #dfdfdf;
}

.news-content-links {
	float: right;
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #6d7882;
}

.news-content-links a{
	float: right;
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #003366;
}

/*--Our People--*/

.people-content-left {
        display: none;
	float: left;
	width: 50%;
	margin-top: 20px;
}

.people-content-left a {
	line-height: 180%;
}

.people-content-leftcol {
	float: left;
	width: 50%;
}

.people-content-leftcol p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

.people-content-left h6 {
        float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #003366;
	padding-top: 30px;
	line-height: 1.5em;
}

.people-content-left p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #6d7882;
	padding-top: 20px;
	line-height: 1.5em;
}

.people-content-left img {
	float: left;
        margin: 5px 10px;
        padding: 5px 10px;
}


/*--Contact Us--*/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#222222;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 20px;}
#contactform label { margin:0; width:220px; display:block; padding:5px 0; font:bold 11px Arial, Helvetica, sans-serif; color:#2c2c2c; text-transform:capitalize; float:left;}
#contactform label span { color:#2c2c2c;}
#contactform input.text { width:440px; border:1px solid #dcdcdc; margin:5px 0; padding:5px 2px; height:16px; background:#f5f5f5; float:left;}
#contactform textarea { width:440px; border:1px solid #dcdcdc; margin:5px 0; padding:2px; background:#f5f5f5; float:left;}
#contactform li.buttons input { padding:3px 0; margin:0; border:0; color:#FFF; float:left;}
p.response { text-align:center; color:#2c2c2c; font: bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

#map_canvas {
        width: 90%; 
        height: 250px;
        float: right;
        background-color: #CCC;
}

/*--Dashboards--*/


.dashboards-content-left {
	float: left;
	width: 40%;
	margin-top: 20px;
	margin-right: 10%;
}

.dashboards-content-left h6 {
        float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

.dashboards-content-left a {
	color: #77933c;
        font-size: 16px;
	line-height:180%;
}

.dashboards-content-hide {
        display: none;
	float: left;
	width: 50%;
	margin-top: 20px;
}

.dashboards-content-right {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.dashboards-content-right h6 {
        float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

#halfwidth {
        float: left;
	width: 50%;
	margin: 20px 0px;
}

#fullwidth {
        float: left;
	width: 100%;
	margin: 20px 0px;
}




/*--VOC--*/

.voc-content-left {
	float: left;
	width: 40%;
	margin-top: 20px;
	margin-right: 10%;
}

.voc-content-left h6 {
        float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}

.voc-content-left a {
	color: #77933c;
        font-size: 16px;
	line-height:100%;
}

.voc-content-right {
	float: right;
	width: 45%;
	margin-top: 20px;
}

.voc-content-right-model {
	padding: 10px;
	border: 3px dashed #ccc;
}

.voc-content-right h6 {
        float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #6d7882;
	padding-top: 30px;
	line-height: 1.5em;
}


#halfwidth {
        float: left;
	width: 42%;
	margin: 20px 0px;
}

#fullwidth {
        float: left;
	width: 100%;
	margin: 20px 0px;
}

.newnews {
        float: left;
	width: 49%;
}

.oldnews {
        float: right;
	width: 49%;
	text-align: right;
}
