* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background: #404040 url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 {
 font-size: 1.7em;
}
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; }

h1.title {
	display: inline;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }


/* Boxed */

.url
{
   visibility: hidden;
   height: 1px;
   width: 1px; 
    
    }

.fadein { position:relative; width:760px; height:200px; }
.fadein img { position:absolute; left:0; top:0; }

.breadcrumbs
{
 padding: 5px;
 color: #737373;
 font-size: 11px;
 font-weight: bold;
}
.breadcrumbs a
{
     text-decoration: none;
     font-style: italic;
}
.breadcrumbs a:hover
{
     text-decoration: none;
     font-style: italic;
}

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: #000000 url(images/img02.jpg) no-repeat;
}

#logo h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 164px 0 0 0;
	text-align: right;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 170px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
 float: left;
 width: 520px;
 background: url(images/img031.jpg) no-repeat;
 padding-top: 5px;
 padding-right: 20px;
 padding-bottom: 20px;
 padding-left: 20px;
}

#welcome {
	padding-bottom: 20px;
}

#olist {
	clear: left;
	float: left;
	width: 160px;
}

#ulist {
	float: left;
	width: 160px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	padding: 20px;
	background: url(images/img04.jpg) no-repeat;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 140px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	background-color: #0A0A0A;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Gallery Start */

.gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery li {
    display: inherit;
    margin-left: 6px;
    margin-bottom: 6px;
}

.gallery img {
	transition: all 0.5s ease 0s;
    padding: 0px;
    float: left;
    margin: 10px;
    margin-left: 45px;
    margin-right: 45px;
}

/* Gallery End */ 

input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
 float: left;
 width: 16px;
 height: 16px;
 padding: 0;
 display: block;
 text-indent: -2000px;
 overflow: hidden;
 background: url(../images/calendar.png) no-repeat;
 margin-top: 2px;
 margin-right: 3px;
 margin-bottom: 0;
 margin-left: 3px;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* Banner Start */

#BannerFade {
	float: none;
    width: 760px;
    height: 200px;
    margin-top: 15px;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position: absolute; font-size: 30px; font-weight: bold; color: #fff; text-decoration: none; background-color: #660000;-webkit-border-radius: 50%;-moz-border-radius: 50%; border-radius: 50%;}
ul.bjqs-controls.v-centered li a:hover{ color: #333; background-color: #e1cea2;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:30px; bottom: 15px !important; padding: 4px 14px 5px 16px; display: none;}
ul.bjqs-controls.v-centered li.bjqs-prev a{right:90px; bottom: 15px !important; padding: 4px 16px 5px 14px; display: none;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center; display: none;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* Banner End */

.contact-align {
    float: left;
    width: 50%;
}

.ContactLeft input[type=text] {
    width: 212px;
    display: block;
    border: 1px solid #999;
    background-color: #FFF;
    margin-bottom: 2px;
    margin-right: 15px;
    padding: 8px;
    box-shadow: inset 1px 1px 1px #CCC;
    -moz-box-shadow: inset 1px 1px 1px #CCC;
    font-family: 'Open Sans', sans-serif;
    float: left;
    margin-top: 15px;
}

.ContactLeft textarea {
    width: 212px;
    height: 135px;
    display: block;
    border: 1px solid #999;
    background-color: #FFF;
    padding: 5px 8px;
    box-shadow: inset 1px 1px 1px #CCC;
    -moz-box-shadow: inset 1px 1px 1px #CCC;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-top: 15px;
}

.ContactLeft input[type=submit] {
	height: 19px;
    width: 100px;
    padding: 13px 10px;
    border-radius: 3px;
    border: 1px solid #7E3D1F;
    color: #FFF;
    background: #7E3D1F;
    font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	margin-top: 30px;
}
.ContactLeft form * {
    box-sizing: inherit !important;
}

.ContactRight {
    width: 48%;
    float: right;
}

.ContactRight h2 {
    text-align: center !important;
    color: #1D1E4D !important;
    font-size: 22px !important;
    text-transform: none !important;
    margin-top: 0px;
    line-height: normal;
}

/* Start Datepicker */

.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
    box-sizing: content-box !important;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #666;
    border: 3px solid #666;
    display: none;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    position: absolute;
    z-index: 1000000;
}
.Zebra_DatePicker * {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000;
    margin: 0;
    padding: 0;
}
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
    padding: 5px 0;
    text-align: center;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    background: none repeat scroll 0 0 #e8e8e8;
    border: 1px solid #7bacd2;
    width: 30px;
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
    border-radius: 5px;
}
.Zebra_DatePicker .dp_header td {
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
    background: none repeat scroll 0 0 #ffcc33;
}
.Zebra_DatePicker td.dp_not_in_month {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
    background: none repeat scroll 0 0 #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #ccc;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: none repeat scroll 0 0 #5a4b4b;
    color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
    background: none repeat scroll 0 0 #ffcc33;
    color: #555;
    cursor: text;
    font-style: italic;
}
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%;
}
.Zebra_DatePicker .dp_footer {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_footer td {
    color: #fff;
    font-weight: bold;
    padding: 2px;
}
.Zebra_DatePicker .dp_footer .dp_hover {
    background: none repeat scroll 0 0 #222;
    color: #fff;
}
.Zebra_DatePicker td.dp_current {
    color: #c40000;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
    background: none repeat scroll 0 0 #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    background: none repeat scroll 0 0 #482424;
    color: #fff;
}
button.Zebra_DatePicker_Icon {
    background: url("../images/calendar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 0;
    padding: 0;
    position: absolute;
    text-indent: -9000px;
    vertical-align: top;
    width: 16px;
}
button.Zebra_DatePicker_Icon_Disabled {
    background-image: url("../images/calendar-disabled.png");
}
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 12px 0 0;
}

/* End Datepicker */

/* Start Captcha */

/*CAPTCHA STYLES*/
/*//////////////*/

td { padding: 0; margin: 0; color: #FFF; font-size: 12px; font-family:Arial, Helvetica, sans-serif; }
::-webkit-input-placeholder { font-style:italic; color: #444; }
:-moz-placeholder { font-style:italic; color: #444; }
::-moz-placeholder { font-style:italic; color: #444; }
:-ms-input-placeholder { font-style:italic; color: #444; }

.hidden { visibility:hidden; }

.captcha {
	width: 240px;
	margin: 0 auto;
	margin-left: 0px;
}

.refresh {
	position:relative;
	float: right;
    margin-top: -20px;
    margin-right: 80px;
}


#SpamCheck {
	margin-left: 10px!important;
	padding:5px;
	color: #555;
}

#url
{
  visibility: hidden;
  height: 1px;
  width: 1px;
  position:absolute;
}
/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family:Arial, Helvetica, sans-serif;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

.captcha input {
	width: 65px !important;
	margin-top: 10px;
}

.captcha-img {
	margin-left: 0px;
    margin-top: 18px;
    margin-bottom: -19px!important;
}

/* End Captcha */


/* Start Hide Elements For Mobile */ 

.mobile-header-image {
	display: none;
}

.mobile-menu {
	display: none;	
}

.mobile-menu-toggle {
	display:none;	
}

.mobile-head-image {
	display:none;	
}

.side-nav {
	display:none;	
}


/* End Hide Elements For Mobile */

@media only screen and (max-width : 800px) {
	
h1.title {
	display: inherit;
}

#logo {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

#BannerFade {
	float: none;
    width: 100%;
    height: inherit;
    margin-top: -15px;
}

#page {
    width: 100%;
}

.MobileDisplay {
	display: none;
}

#content {
    float: none;
    width: 90%;
	background: none;
	background-size: 100%;
	padding-right: 10px;
    padding-left: 10px;
	padding-bottom: 0px;
}

iframe {
	width: 100% !important;
	height: 250px !important;
}

img.left {
    float: none;
    margin: 0 15px 15px 0;
	text-align: center;
}

#menu {
	display: none;
}

#sidebar {
    float: none;
    width: 90%;
    padding: 10px;
	background: none;
	padding-top: 0px;
}

#footer {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    background: none;
}

#footer p {
    margin: 0;
    text-align: center;
    font-size: x-small;
    color: #999;
}

#footer a {
    margin: 0;
    text-align: center;
    font-size: x-small;
    color: #999;
}

.HomeImageMobile {
	width: 100%;
	height: auto;
}

/* Start Mobile Menu */

.mobile-menu {
	background-image: none;
	background-color: #7E3D1F;
	height: 56px;
	width:100%;
	color: #fff;
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 500;
	font-family:Arial, Helvetica, sans-serif;
	display: block;
}

.side-nav {
	position: fixed;
	width: 100%;
	top: -200px;
	left:0px;
	transition: all 0.5s ease;
	background-color: #fff;
	z-index: 400;
	display:block;
	background-color: #644E37;
}

ul.navList {
	width: 100%;
	padding:0px;
	margin:0px;
}

ul.navList li {
	border-bottom: 1px dashed #fff;
	list-style-type: none;
	font-family: arial;
	padding: 6px;
}

ul.navList li:last-child {
	border-bottom: 0px;
}

ul.navList li a {
	color: #fff;
}

.mobile-menu-toggle {
	display: block;
	font-size: 22px;
	float: right;
	cursor: pointer;
	padding: 13px 15px;
	z-index:500;
}

.side-nav .mobile-menu-toggle {
	float:none;
	text-align:center;
	font-size:16px;
	background-color: #E0F2F1;
	position:absolute;
	width:170px;
	bottom:0px;
}

.toggle-nav {
	top: 56px;	
}

/* End Mobile Menu */

form table {
	width: 90%;
}

form td {
	width: 300px !important;

}

.contact-align {
    float: none;
    width: 90%;
}

.ContactLeft input[type=text] {
    width: 212px;
    float: none;
    margin-top: 15px;
}

.ContactLeft input[type=submit] {
    margin-top: -30px;
}

.captcha-img {
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 0px!important;
}

.refresh {
    position: relative;
    float: none;
    left: 80px !important;
    top: -64px !important;
}

}