
h1 {
	margin: 20px 0;
	font: bold 18px arial, sans-serif;
	color: #165485;
}

.bold {
	font-weight: bold;
}

.bgWrap {
	float: left;
	padding: 10px 10px 10px 18px;
	background-color: #f6f6f6;
	width: 932px;
	min-height: 406px;
	margin-bottom: -10px;
}
.bgWrap.displayNone {
	display:none;
}
.bgWrap * {
	color: #595959;
}

.phones {
	margin-bottom: 20px;
}

.info {
	float: left;
}

.info h2 {
	font: bold 12px arial, sans-serif;
	margin: 0;
	line-height: 1.6em;
}

.info p {
	font: 12px arial, sans-serif;
	margin: 0;
	line-height: 1.4em;
}

.info a {
	font: 12px arial, sans-serif;
	color: #165485;
}

.websupport  img {
    margin-top: 50px;
}
.livaChat {
	background-image: url("/images/liveChatCF.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    text-indent: -9999px;
    width: 91px;
	margin-top: 10px;
}

.livaChat:hover {
	background-image: url("/images/liveChatCF_o.jpg");
}

.livaChatPt {
	background-image: url("/images/liveChatCF_Pt.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 21px;
    text-indent: -9999px;
    width: 91px;
	margin-top: 10px;
}

.form {
	width: 649px;
	min-height: 366px;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
	float: right;
	font: 12px arial, sans-serif;
	border-radius: 3px;
}

div.row {
	float: left;
}

div.row, span.row {
	display: inline-block;
}
.doubleInput{
	overflow:hidden;
}
p.callUs {
	margin-bottom: 30px;
}

.star {
	color: red;
	font: 12px arial,sans-serif;
}

.form label {
	color: #696969;
	float: left;
	margin: 7px 3px 0 0;
	width: 78px;
}

#depLabel {
	float: left;
	margin: 8px 0 0;
	width: 81px;
}

#emailField , #namefield {
	margin-right: 18px;
}

.destination {
	float: left;
	margin: 0 18px 0 0px;
}

.selBoxCont {
	float: left;
	height: 48px;
}

.inputCont {
	display: inline-block;
	height: 45px;
	overflow: hidden;
}

 /*nice select box*/
div.ns-select {
	border: 1px solid #b2b2b2;
	height: 28px;
	width: 273px;
	text-align: left;
}

div.ns-select li {
	padding: 2px 0 2px 10px;
}

li.hover, li.ns-selected {
	background-color: #595959;
	color: #FFFFFF;
}

div.ns-select p.ns-selected-option { 
	padding: 7px 0 0 10px;
	height: 20px;
}

ul.ns-dropdown {
	border: 1px solid #b2b2b2;
	left: -1px;
	top: 27px;
	width: 100%;
	padding: 5px 0;
}

.bgWrap .pointer {  
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #969696;
	display: inline-block;
	float: right;
	height: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 0; 
}

/*end nice select box*/

.form input {
	border: 1px solid #b2b2b2;
	font: 12px arial,sans-serif;
	padding: 7px 10px 6px;
	width: 253px;
	margin: 0;
	display: inline-block;
}

.otherDepartments .otherDepartments {
	width: 546px;
}

span.orderNum {
	display: block;
}

#textLabel {
	margin: 7px 3px 0 0;
	vertical-align: top;
	float: left;
}

#textArea {
	float: left;
}

#textfield {
	border: 1px solid #B2B2B2;
	font: 12px arial,sans-serif;
	padding: 7px 10px 6px;
	width: 546px;
	height: 65px;
	display: block;
	resize: none;
}

#messageInst {
	color: #b2b2b2;
	font-size: 11px;
	margin: -1px 0 0 0;
}

.form input.sendbtn { border: 1px solid #bebebe;
	border: 1px solid #bebebe;
    border-radius: 6px;
    box-shadow: 0 0 2px #ccc;
    color: #165485;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase;
    width: inherit;
	background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
}

div.error, input.error, #textfield.error, div.backEndError, input.backEndError, #textfield.backEndError {
	border: 1px solid #ff0000;
	font: 12px arial,sans-serif;
}

span.error, span.backEndError {
	font: 11px arial,sans-serif;
	color: #ff0000;
	display: block;
}

#messageInst span.backEndError, #messageInst span.error {
	display: inline;
}

div.thanks h1 {
	margin: 0 0 12px;
}

div.thanks p {
	margin: 0;
	word-wrap: break-word;
}

div.thanks .notify {
	color: #165485;
	font-size: 13px;
}

div.thanks .subjectSent {
	font-weight: bold;
	margin: 13px 0;
}

.brdcrumbs{padding-top:10px}
.contactFormClosed{
	padding:30px;
	border:1px solid #990000;
	background:#ffffe5;
	margin:5% auto 10%;
}

