
/**************************** AboutUs.css ****************************/
div.AboutUs1
{
	background-image:url('/images/Pic13.jpg'); 
	background-size: cover; 
	height: 700px; 
	background-position: top center;
}
div.BoxAboutUs
{
	width: 180px; 
	min-height: 120px; 
	padding: 20px; 
	position: absolute; 
	left: 0px; 
	top: 120px;
}
div.AboutUs2
{
	background-color: #ffffff;
}
div.AboutUs3
{
	background-color: #eeeeee;
}

/**************************** Base2018.css ****************************/
/**************************** START **********************/
/**************************** START **********************/
/**************************** START **********************/

/* General */
HTML
{
    margin: 0px;
    padding: 0px;
	min-width: 375px;
    min-height: 100%;
}

BODY, P, TABLE, TR, TD, TH, INPUT, SELECT, TEXTAREA
{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: left; 
	color: #000000;
}

BODY
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	clear: none;
	min-width: 375px;
    min-height: 100%;
}

/**************************** BLOCK ELEMENTS **********************/
P, H1, H2, H3, H4, H5, H6
{
	margin: 12px 0px 12px 0px;
}

P
{
	line-height: normal;
	font-weight: 300;
	text-align: left; 
	color: #000000;
	padding: 0px;
	clear: none;
}

H1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 28px;
	line-height: normal;
    font-weight: 600;
	text-align: left; 
    color: #f00000;
    padding: 12px 0px 0px 0px;
    clear: both;
}
H2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 32px;
	line-height: normal;
    font-weight: 600;
	text-align: left; 
    color: #f00000;
    padding: 12px 0px 0px 0px;
    clear: both;
}
H3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 23px;
	line-height: normal;
	font-weight: 600;
	text-align: left; 
    color: #f00000;
    padding: 8px 0px 0px 0px;
    clear: both;
}
H4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 23px;
	line-height: normal;
	font-weight: normal;
	text-align: left; 
    color: #f58220;
    padding: 8px 0px 0px 0px;
    clear: both;
}
H5 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-align: left; 
	color: #000000;
    clear: both;
    padding: 4px 0px 0px 0px;
}
H6
{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-align: left; 
	color: #000000;
    clear: both;
    padding: 4px 0px 0px 0px;
}
UL, OL {
	color: #444444;
    margin: 0px;
    padding: 0px 0px 0px 40px;
}
UL UL, UL OL, OL OL, OL UL
{
    margin: 0px;                            /** CanChange: Spacing between UL/OL inside UL/OL **/
}
LI {
	color: #444444;
	margin: 4px 0px 4px 0px;        /** CanChange: Inter LI Spacing **/
}
TABLE, TR, TD, TH, THEAD, TFOOT, TBODY
{
	margin: 0px;
	padding: 0px;
	clear: none;
    text-align: left;
}
H1:first-child,H2:first-child,H3:first-child,H4:first-child,H5:first-child,H6:first-child,P:first-child, UL:first-child, OL:first-child
{
    margin-top: 0px;
}

/**************************** DIV LAYOUTS **********************/
DIV.NTTable {
    overflow: hidden;
}
.NTColL {
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    float: left;
}
.NTColR {
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    float: right;
}

/**************************** FIX ELEMENTS **********************/
DIV, FORM { margin: 0px; padding: 0px; }
DIV { padding-top: 0.01px; padding-bottom: 0.01px; text-align: left; }
IMG { border: none; display: block;}
P IMG { display: inline;}
TABLE { border-spacing: 0px; border-collapse: collapse; }
TD,TH { border-spacing: 0px; vertical-align: top; }
OBJECT {display: block}

/**************************** INLINE ELEMENTS **********************/
A {
    color: #000000;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}

/**************************** LEGACY STYLES **********************/
.Bordered {
    border: black 1px solid;
}
DIV.FormGeneric DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormGeneric DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** FORM Tahoma 11c **********************/
/* 
RowHeight: 1px + TOP + StandardElement + 1px + BOTTOM; 
InterRadioHeight: StandardElement;
StandardElements are 17px high, with 1px+TOP above and 1px+BOTTOM below;
TextBaseLine: 17px from CellTop;
Firefox: Perfect, IE: SELECT & INPUT Textboxes text baseline is 1px above
*/

DIV.FormTahoma11c * {
	border-spacing: 0px;
}
DIV.FormTahoma11c P
{
    font-family: Tahoma;
    font-size: 11px;    
    line-height: 13px;
    margin: 0px;
    padding: 0px;
}
DIV.FormTahoma11c TABLE.Form TD {
	padding-top: 1px; /* +TOP */
	padding-bottom: 1px; /* +BOTTOM */
	border: none;
}
DIV.FormTahoma11c TABLE.Form P {
	margin-top: 3px; 
	margin-bottom: 3px; /* +BOTTOM */
    padding: 0px;
}
DIV.FormTahoma11c TABLE.Form INPUT.TextField {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 0px;
	float: left;
	margin: 0px;
	height: 15px;
	border: 1px solid #888888;
}
DIV.FormTahoma11c TABLE.Form INPUT.RadioField {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
DIV.FormTahoma11c TABLE.Form TEXTAREA {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 1px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}
DIV.FormTahoma11c TABLE.Form SELECT {
    font-family: Tahoma;
    font-size: 11px;    
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 17px;	
	border: 1px solid #888888;
}
DIV.FormTahoma11c TABLE.Form TD.Caption {
	padding-top: 0px; /* +TOP */
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
DIV.FormTahoma11c TABLE.Form TD.CaptionOnRight {
	padding-top: 0px; /* +TOP */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
DIV.FormTahoma11c TABLE.FormRadios P {
	margin: 1px 0px 2px 5px;
}
DIV.FormTahoma11c TABLE.FormRadios TD {
	padding: 1px 0px 0px 0px;
	border: none;
}
DIV.FormTahoma11c TABLE.Form TD.InsideRow {
	padding-top: 0px; 
	padding-bottom: 0px;
}
DIV.FormTahoma11c TABLE.InsideRow INPUT.TextField {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 15px;	
}
DIV.FormTahoma11c TABLE.InsideRow TD {
	padding-top: 1px; /* +TOP */
	padding-bottom: 1px; /* +BOTTOM */
}
DIV.FormTahoma11c TABLE.InsideRow P {
	margin: 2px 0px 0px 0px;
}
DIV.FormTahoma11c TABLE.Form P.FieldTextBelow 
{
    clear: left;
    margin: 0px 0px 2px 0px;
}
DIV.FormTahoma11c DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormTahoma11c DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** FORM Tahoma 11 **********************/
/* 
RowHeight: 23px; 
InterRadioHeight: 17px;
StandardElements are 17px high, with 4px above and 2px below;
TextBaseLine: 17px from CellTop;
Firefox: Perfect, IE: SELECT & INPUT Textboxes text baseline is 1px above
*/

DIV.FormTahoma11 * {
	border-spacing: 0px;
}
DIV.FormTahoma11 P
{
    font-family: Tahoma;
    font-size: 11px;    
    line-height: 13px;
    margin: 0px;
    padding: 0px;
}
DIV.FormTahoma11 TABLE.Form TD {
	padding-top: 4px; 
	padding-bottom: 2px;
	border: none;
}
DIV.FormTahoma11 TABLE.Form P {
	margin-top: 3px;
	margin-bottom: 4px;
    padding: 0px;
}
DIV.FormTahoma11 TABLE.Form INPUT.TextField {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 0px;
	float: left;
	margin: 0px;
	height: 15px;
	border: 1px solid #888888;
}
DIV.FormTahoma11 TABLE.Form INPUT.RadioField {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
DIV.FormTahoma11 TABLE.Form TEXTAREA {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 1px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}
DIV.FormTahoma11 TABLE.Form SELECT {
    font-family: Tahoma;
    font-size: 11px;    
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 17px;	
	border: 1px solid #888888;
}
DIV.FormTahoma11 TABLE.Form TD.Caption {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
DIV.FormTahoma11 TABLE.Form TD.CaptionOnRight {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
DIV.FormTahoma11 TABLE.FormRadios P {
	margin: 1px 0px 2px 5px;
}
DIV.FormTahoma11 TABLE.FormRadios TD {
	padding: 1px 0px 0px 0px;
	border: none;
}
DIV.FormTahoma11 TABLE.Form TD.InsideRow {
	padding-top: 0px; 
	padding-bottom: 0px;
}
DIV.FormTahoma11 TABLE.InsideRow INPUT.TextField {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 15px;	
}
DIV.FormTahoma11 TABLE.InsideRow TD {
	padding-top: 4px;
	padding-bottom: 2px;
}
DIV.FormTahoma11 TABLE.InsideRow P {
	margin: 2px 0px 0px 0px;
}
DIV.FormTahoma11 TABLE.Form P.FieldTextBelow 
{
    clear: left;
    margin: 0px 0px 2px 0px;
}
DIV.FormTahoma11 DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormTahoma11 DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** FORM Arial 12 **********************/
/* 
RowHeight: 24px; 
InterRadioHeight: 18px;
StandardElements are 18px high, with 4px above and 2px below;
TextBaseLine: 17px from CellTop;
Firefox: Perfect, IE: SELECT & INPUT Textboxes text baseline is 1px above
*/

DIV.FormArial12 * {
	border-spacing: 0px;
}
DIV.FormArial12 P
{
    font-family: Arial;
    font-size: 12px;    
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}
DIV.FormArial12 TABLE.Form TD {
	padding-top: 4px; 
	padding-bottom: 2px;
	border: none;
}
DIV.FormArial12 TABLE.Form P {
	margin-top: 3px;
	margin-bottom: 4px;
    padding: 0px;
}
DIV.FormArial12 TABLE.Form INPUT.TextField {
    font-family: Arial;
    font-size: 12px;    
	padding: 0px;
	float: left;
	margin: 0px;
	height: 16px;
	border: 1px solid #888888;
}
DIV.FormArial12 TABLE.Form INPUT.RadioField {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
DIV.FormArial12 TABLE.Form TEXTAREA {
    font-family: Arial;
    font-size: 12px;    
	padding: 1px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}
DIV.FormArial12 TABLE.Form SELECT {
    font-family: Arial;
    font-size: 12px;    
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 18px;	
	border: 1px solid #888888;
}
DIV.FormArial12 TABLE.Form TD.Caption {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
DIV.FormArial12 TABLE.Form TD.CaptionOnRight {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
DIV.FormArial12 TABLE.FormRadios P {
	margin: 1px 0px 2px 5px;
}
DIV.FormArial12 TABLE.FormRadios TD {
	padding: 1px 0px 0px 0px;
	border: none;
}
DIV.FormArial12 TABLE.Form TD.InsideRow {
	padding-top: 0px; 
	padding-bottom: 0px;
}
DIV.FormArial12 TABLE.InsideRow INPUT.TextField {
    font-family: Arial;
    font-size: 12px;    
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 16px;	
}
DIV.FormArial12 TABLE.InsideRow TD {
	padding-top: 4px;
	padding-bottom: 2px;
}
DIV.FormArial12 TABLE.InsideRow P {
	margin: 2px 0px 0px 0px;
}
DIV.FormArial12 TABLE.Form P.FieldTextBelow 
{
    clear: left;
    margin: 0px 0px 2px 0px;
}
DIV.FormArial12 DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormArial12 DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** FORM Arial 12c **********************/
/* 
RowHeight: 20px; 
InterRadioHeight: 18px;
StandardElements are 18px high, with 1px above and 1px below;
TextBaseLine: 14px from CellTop;
Firefox: Perfect, IE: SELECT & INPUT Textboxes text baseline is 1px above
*/

DIV.FormArial12c * {
	border-spacing: 0px;
}
DIV.FormArial12c P
{
    font-family: Arial;
    font-size: 12px;    
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}
DIV.FormArial12c TABLE.Form TD {
	padding-top: 1px; 
	padding-bottom: 1px;
	padding-left: 0px; padding-right: 0px;
	border: none;
}
DIV.FormArial12c TABLE.Form P {
	margin-top: 3px;
	margin-bottom: 1px;
    padding: 0px;
}
DIV.FormArial12c TABLE.Form INPUT.TextField {
    font-family: Arial;
    font-size: 12px;    
	padding: 0px;
	float: left;
	margin: 0px;
	height: 16px;
	border: 1px solid #888888;
}
DIV.FormArial12c TABLE.Form INPUT.RadioField {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
DIV.FormArial12c TABLE.Form TEXTAREA {
    font-family: Arial;
    font-size: 12px;    
	padding: 1px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}
DIV.FormArial12c TABLE.Form SELECT {
    font-family: Arial;
    font-size: 12px;    
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 18px;	
	border: 1px solid #888888;
}
DIV.FormArial12c TABLE.Form TD.Caption {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
DIV.FormArial12c TABLE.Form TD.CaptionOnRight {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
DIV.FormArial12c TABLE.FormRadios P {
	margin: 1px 0px 2px 5px;
}
DIV.FormArial12c TABLE.FormRadios TD {
	padding: 1px 0px 0px 0px;
	border: none;
}
DIV.FormArial12c TABLE.Form TD.InsideRow {
	padding-top: 0px; 
	padding-bottom: 0px;
}
DIV.FormArial12c TABLE.InsideRow INPUT.TextField {
    font-family: Arial;
    font-size: 12px;    
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 16px;	
}
DIV.FormArial12c TABLE.InsideRow TD {
	padding-top: 1px;
	padding-bottom: 1px;
}
DIV.FormArial12c TABLE.InsideRow P {
	margin: 2px 0px 0px 0px;
}
DIV.FormArial12c TABLE.Form P.FieldTextBelow 
{
    clear: left;
    margin: 0px 0px 2px 0px;
}
DIV.FormArial12c DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormArial12c DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/*
@font-face {
    font-family: 'helveticaneuelt_std_thin_exRg';
    src: url('helveticaneueltstd-thex-webfont.eot');
    src: url('helveticaneueltstd-thex-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneueltstd-thex-webfont.woff') format('woff'),
         url('helveticaneueltstd-thex-webfont.ttf') format('truetype'),
         url('helveticaneueltstd-thex-webfont.svg#helveticaneuelt_std_thin_exRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

    box-shadow: 0px 0px 2px 2px #666666 inset; 
    border-top-right-radius: 10px;
    background: -webkit-linear-gradient(center top, #333333 0px, #222222 20%, #222222 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #333333 0px, #222222 20%, #222222 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #333333 0px, #222222 20%, #222222 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #333333 0px, #222222 20%, #222222 100%) repeat scroll 0 0 transparent;
*/

/**************************** END **********************/
/**************************** END **********************/
/**************************** END **********************/

DIV.TopBar
{
    height: 40px;
    background: -webkit-linear-gradient(center top, #3e3e3e 0px, #101010 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #3e3e3e 0px, #101010 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #3e3e3e 0px, #101010 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #3e3e3e 0px, #101010 100%) repeat scroll 0 0 transparent;
}

DIV.ContentSection
{

}

DIV.TopMenu
{
    height: 40px;
    background: -webkit-linear-gradient(center top, #f9b35f 0px, #f78f1f 20%, #f1831f 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #f9b35f 0px, #f78f1f 20%, #f1831f 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #f9b35f 0px, #f78f1f 20%, #f1831f 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #f9b35f 0px, #f78f1f 20%, #f1831f 80%, #de761e 100%) repeat scroll 0 0 transparent;    
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
DIV.TopMenu P
{
    font-family: 'univers_lt_std_57_cnregular';
    color: #ffffff;
    font-size: 14px;
    margin: 0px 10px 8px 10px;
    text-shadow: 1px 1px 8px #442222; 
}
DIV.TopMenu A
{
    color: #ffffff;
}
DIV.TopMenu A:hover
{
    text-decoration: none;
}
DIV.TopMenu TD.Separator
{
    width: 1px;
    max-width: 1px;
    background: -webkit-linear-gradient(center top, #f9b35f 0px, #f2680e 20%, #f2680e 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #f9b35f 0px, #f2680e 20%, #f2680e 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #f9b35f 0px, #f2680e 20%, #f2680e 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #f9b35f 0px, #f2680e 20%, #f2680e 80%, #de761e 100%) repeat scroll 0 0 transparent;    
    margin-bottom: 4px;
}
DIV.TopMenu DIV.Button
{
    padding-top: 10px;
    height: 30px;
    width: 100%;
}
DIV.TopMenu DIV.Button:hover
{
    background: -webkit-linear-gradient(center top, #f6963f 0px, #f2690d 20%, #f2690d 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #f6963f 0px, #f2690d 20%, #f2690d 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #f6963f 0px, #f2690d 20%, #f2690d 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #f6963f 0px, #f2690d 20%, #f2690d 100%) repeat scroll 0 0 transparent; 
    cursor: pointer;   
}

DIV.BoxHomePage H2
{
	font-family: 'univers_lt_std_57_cnregular';
	font-size: 50px;
    font-weight: normal;
    padding-top: 0px;
    margin-top: 0px;
    color: #222222;
    text-shadow: 1px 1px 2px #000000;
    clear: both;
    line-height: 48px;
}
DIV.BoxHomePage H3
{
    font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    color: #ffffff;
}
DIV.BoxGetAFreeQuote DIV.Header
{
    background: -webkit-linear-gradient(0deg, #c5c5c5 0px, #272727 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(0deg, #c5c5c5 0px, #272727 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(0deg, #c5c5c5 0px, #272727 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(0deg, #c5c5c5 0px, #272727 100%) repeat scroll 0 0 transparent;    
    padding-top: 10px;
    padding-bottom: 10px;
}
DIV.BoxGetAFreeQuote DIV.Content
{
    background: white;
    height: 100%;
}
DIV.BoxGetAFreeQuote DIV.Header H2
{
	font-family: 'univers_lt_std_47_cn_ltbold';
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;
}
DIV.BoxGetAFreeQuote INPUT.Location
{
    height: 26px;
    border: 1px solid #f37801;
    border-radius: 4px;
    width:200px;
    font-weight: bold;
    font-size: 17px;
    font-family: Arial;
    padding: 4px 6px 4px 6px;
}
DIV.BoxGetAFreeQuote DIV.LocationDropDown
{
    background-color: #f8f8f8;
    border: 1px solid #444444;
    border-radius: 4px;
    width:200px;
    padding: 4px 6px 4px 6px;
}
DIV.BoxGetAFreeQuote DIV.LocationDropDown P
{
    margin: 4px 0px 4px 0px;
}
SPAN.Black
{
    color: #000000;
}
SPAN.White
{
    color: #ffffff;
}
.FirstElementInBox
{
	padding-top: 0; margin-top: 0;
}
.LastElementInBox
{
	padding-bottom: 0; margin-bottom: 0;
}

/**************************** ContactUs.css ****************************/
div.ContactUs1
{
	background-image:url('/images/Pic10.jpg'); 
	background-size: cover; 
	min-height: 700px;   /** Min Height as there is an auto-height function */
	background-position: top center;
}
div.BoxContactUs
{
	width: 350px; 
	min-height: 120px; 
	padding: 20px; 
	position: absolute; 
	left: 0px; 
	top: 120px;
}
@media all and (max-width: 420px) {
	div.BoxContactUs
	{
		width: 100%;
		box-sizing: border-box;
	}
	div.ContactUs1
	{
		height: 900px;
	}
}


/**************************** FAQs.css ****************************/
div.FAQs1
{
	background-image:url('/images/Pic12.jpg'); 
	background-size: cover; 
	height: 700px; 
	background-position: top center;
}
div.FAQs2
{
	background-color: #ffffff;
}
div.BoxFAQs
{
	width: 250px; 
	min-height: 120px; 
	padding: 20px; 
	position: absolute; 
	left: 0px; 
	top: 120px;
}
@media all and (max-width: 420px) {
	div.BoxFAQs
	{
		width: 100%;
		box-sizing: border-box;
	}
}


/**************************** Footer.css ****************************/
div.Footer
{
	background-color: #c00000; 
	padding: 40px 0 20px 0;
	margin-right: 0;
}
div.FooterLayout
{
	display: flex;
	flex-wrap: wrap;
}
div.FooterLayout div.Column1
{
	flex: 0 0 170px;
	padding-right: 20px;
	padding-bottom: 20px;
}
div.FooterLayout div.Column2
{
	flex: 0 0 auto;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
}
div.FooterLayout div.Column3
{
	flex: 1 0 auto;
	display: flex;
	padding-bottom: 20px;
	padding-right: 40px;
}
@media all and (max-width: 500px)
{
	div.FooterLayout div.Column3 {
		flex-wrap: wrap;
	}
}
div.FooterLayout div.Column3 div.SubColumn1
{
	flex: 0 0 160px;
	padding-left: 30px;
}
div.FooterLayout div.Column3 div.SubColumn2
{
	flex: 0 0 100px;
	padding-left: 30px;
}
div.FooterLayout div.Column3 div.SubColumn3
{
	flex: 0 0 auto;
	padding-right: 20px;
	padding-left: 30px;
}

div.Footer p, div.Footer a, div.Footer h5
{
	color: #ffffff;
}
div.Footer p
{
	margin-top: 4px;
	margin-bottom: 4px;
}

/**************************** Forms.css ****************************/
div.Field
{
	clear: both;
	padding-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
}
div.Field p
{
	margin-top: 9px;
	margin-bottom: 5px;
}
div.Field p.Caption
{
	margin-top: 9px;
	margin-bottom: 0px;
	padding-right: 20px;
	flex: 0 0 150px;
	box-sizing: border-box;
}
div.Field input, div.Field textarea
{
	padding: 4px;
}
div.Field select
{
	padding: 3px 4px;
}
div.Field input, div.Field textarea, div.Field select
{
	border: solid 1px #0c75c6;
	margin: 4px 0 0 0;
	box-sizing: border-box;
	display: inline-block;
}
div.Field input
{
	flex: 1 1 200px;
	min-width: 120px;	
}
div.Field textarea
{
	flex: 1 1 100%;
	height: 160px;
}
div.Field select
{
	flex: 1 1 200px;
}

/**************************** Gallery.css ****************************/
div.Gallery1
{
	background-image:url('/images/Pic9.jpg'); 
	background-size: cover; 
	height: 700px; 
	background-position: top center;
}
div.Gallery2
{
	background-color: #333333;
}
div.BoxGallery
{
	width: 160px; 
	min-height: 120px; 
	padding: 20px; 
	position: absolute; 
	left: 0px; 
	top: 120px;
}
ul.Gallery
{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-right: -20px;
	margin-top: 20px;
	flex-flow: row wrap;
}
ul.Gallery li
{
	flex: 1 0 240px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	max-width: 480px;
}
ul.Gallery li img
{
	width: 100%;
}
ul.Gallery li.Fill
{
	margin-bottom: 0;

}

/**************************** GetAQuote.css ****************************/
div.GetAQuote1
{
	background-image:url('/images/Pic7.jpg'); 
	background-size: cover; 
	min-height: 700px;  /** Min Height as there is an auto-height function */
	background-position: top center;
}
div.BoxGetAQuoteStep2
{
	width: 400px; 
	min-height: 120px; 
	padding: 20px; 
	position: absolute; 
	top: 100px;
}
div.BoxGetAQuoteStep3
{
	width: 400px; 
	min-height: 120px; 
	padding: 20px; 
	position: absolute; 
	top: 100px;
}
@media all and (max-width: 500px) {
	div.BoxGetAQuoteStep2
	{
		width: 295px;
		left: 0;
	}
	div.BoxGetAQuoteStep3
	{
		width: 295px;
		left: 0;
	}
}


/**************************** Home.css ****************************/
div.Home1
{
	background-image:url('/images/Pic6.jpg'); 
	background-size: cover; 
	min-height: 700px; 
	background-position: center center;
}
div.Home2
{
	background-image:url('/images/Pic3.jpg'); 
	background-size: cover; 
	height: 650px; 
	background-position: center center;
}
div.Home3
{
	background-image:url('/images/Pic4.jpg'); 
	background-size: cover; 
	height: 650px; 
	background-position: center center;
}
div.Home4
{
	background-image:url('/images/Pic1.jpg'); 
	background-size: cover; 
	height: 650px; 
	background-position: center center;
}
div.Home5
{
	background-color: #ffffff; 
	padding-bottom: 80px;
	padding-top: 80px;
}

div.BoxFeaturedTrip
{
	width: 340px; 
	min-height: 120px; 
	position: absolute; 
	top: 220px; 
	right: 0px; 
	padding: 20px 20px 10px 20px;
}
@media all and (max-width: 420px) {
	div.BoxFeaturedTrip
	{
		width: 100%;
		box-sizing: border-box;
	}
}


div.BoxGetAQuote
{
	width: 340px; 
	min-height: 120px; 
	position: absolute; 
	top: 448px; 
	right: 0px; 
	padding: 20px;
}
@media all and (max-width: 420px) {
	div.BoxGetAQuote
	{
		width: 100%;
		box-sizing: border-box;
		top: 480px;
	}
}


ul#WhatsIncludedIcons
{
	display: flex;
	flex-wrap: wrap;
	max-width: 320px;
	margin: 20px 0 0 0;
	padding: 0;
}
ul#WhatsIncludedIcons li
{	
	flex: 1 0 100px;
	padding: 0 20px 20px 0;
	list-style: none;
	margin: 0;
	text-align: center;
	text-wrap: avoid;
}
ul#WhatsIncludedIcons li img
{	
	display: block;
	margin: 0 auto ;
	vertical-align: middle;
}

div.BoxOtherTrips
{
	width: 310px; 
	min-height: 120px; 
	position: absolute; 
	top: 100px; 
	right: 0px; 
	padding: 20px;
}
@media all and (max-width: 420px) {
	div.BoxOtherTrips
	{
		width: 100%;
		box-sizing: border-box;
	}
}

h1.Home
{
	color: #ffffff; 
	width: 380px; 
	position: absolute; 
	top: 40px; 
	right: 0px; 
	font-size: 60px; 
	line-height: 60px;
}
@media all and (max-width: 600px)
{
	h1.Home
	{
		top: 80px;
		width: unset;
		font-size: 48px;
		line-height: 48px;
		right: 0;
		text-align: right;
		text-shadow: 0 0 5px rgb(79,130,161);
	}
}

h2.WhatsIncluded
{
	color: #f00000; 
	width: 380px; 
	position: absolute; 
	top: 40px; 
	left: 0px; 
	font-size: 48px; 
	line-height: 48px;
}
@media all and (max-width: 600px)
{
	h2.WhatsIncluded
	{
		width: 100%;
		right: unset;
		text-align: left;
	}
}

div.BoxAboutUs
{
	width: 250px; 
	min-height: 120px; 
	position: absolute; 
	top: 100px; 
	left: 0px; 
	padding: 20px;
}
@media all and (max-width: 420px) {
	div.BoxAboutUs
	{
		width: 100%;
		box-sizing: border-box;
	}
}


/**************************** Main.css ****************************/
body
{
	overflow-x: hidden;
	background-color: #333333;
	min-width: 360px;
}
DIV.CenterContentWrapper					{width: 100%; margin-left: auto; margin-right: auto; max-width: 1280px;}
DIV.CenterContent							{margin-left: 20px; margin-right: 20px;}

div#TopBar
{
	max-height: 62px;
	padding-top: 10px;
	background-color: #c00000;
}
div#TopBar div.CenterContent
{
	position: relative;
}
div#TopBarLayout
{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	padding-top: 20px;
}
div#TopBarLayout img#Logo
{
	flex: 0 0 auto;
	margin-right: 40px;
	position: relative;
	top: -20px;
	z-index: 10;
}

div#TopBarLayout ul#TopMenu
{
	flex: 1 0 auto;
	display: flex;
	flex-wrap: nowrap;
	padding: 14px 280px 14px 0px;
	z-index: 4;
}
div#TopBarLayout ul#TopMenu li
{
	flex: 0 0 auto;
	list-style: none;
	margin: 0px 10px 0px 10px;
	font-weight: 400;
}
div#TopBarLayout ul#TopMenu li a
{
	padding: 6px 10px 6px 10px;
	color: #ffffff;
	font-weight: 400;	
}
div#TopBarLayout ul#TopMenu li a:hover
{
	background-color: #000000;
	text-decoration: none;
}
div#TopBarLayout ul#TopMenu li.Separator
{
	flex: 0 0 auto;
	list-style: none;
	margin: 0px 0px 0px 0px;
	border-left: solid 1px #cccccc;
}
div#TopBarLayout ul#TopMenu li:first-child
{
	margin-left: 0;
}
ul#SocialMediaLinks
{
	position: absolute;
	top: 32px;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	z-index: 4;
}
ul#SocialMediaLinks li
{
	flex: 0 0 auto;
	list-style: none;
	margin: 0px 5px 0 5px;
}
ul#MobileMenuButton
{
	position: absolute;
	top: 10px;
	right: 0;

	font-weight: 600;
	font-size: 30px;
	display: none;
	list-style: none;
	padding: 0;
}
ul#MobileMenuButton a
{
	padding: 10px 20px 12px 20px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}
@media all and (max-width: 980px) {
	ul#SocialMediaLinks
	{
		display: none;
	}
	div#TopBarLayout ul#TopMenu
	{
		display: none;
	}
	ul#MobileMenuButton
	{
		display: block;
	}
}

div#MobileMenuDropDown
{
	display: none;
}
div#MobileMenuDropDown ul
{
	display: block;
	padding: 0;
}
div#MobileMenuDropDown li
{
	display: block;
}
div#MobileMenuDropDown a
{
	display: block;
	background-color: #ffffff;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}
div#MobileMenuDropDown a:hover
{
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

div.IncludesFloatingBox
{
	position: relative;
}

div.InverseBox
{
	background-color: #c00000;
}
div.InverseBox p, div.InverseBox h1, div.InverseBox h2, div.InverseBox h3, div.InverseBox li, div.InverseBox ul, div.InverseBox a
{
	color: #ffffff;
}
div.InverseBox a.Button
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #ff0000;
	color: #ffffff;
}
div.InverseBox a.Button:hover
{
	background-color: #000000;
	text-decoration: none;
}
div.InverseBox a.Link
{
	background-color: #ff0000;
	display: block;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	margin: 16px 0 10px 0;
	padding-left: 10px;
	padding-right: 10px;
}
div.InverseBox a.Link:hover
{
	background-color: #000000;
	text-decoration: none;
}

a:hover
{
	cursor: pointer;
}

div.TextAndPic2Columns
{
	display: flex; flex-wrap: wrap; padding-top: 40px; margin-right: -40px;
}
div.TextAndPic2ColumnsPic
{
	flex: 1 2 50%; min-width: 500px; align-self: flex-end; padding-bottom: 0; padding-right: 40px; box-sizing: border-box;
}
div.TextAndPic2ColumnsPic img
{
	width: 100%;
}
div.TextAndPic2ColumnsText
{
	flex: 1 1 50%; min-width: 300px; padding-right: 40px; box-sizing: border-box;
}
@media all and (max-width: 800px) {
	div.TextAndPic2ColumnsText
	{
		flex: 1 0 100%;
	}
	div.TextAndPic2ColumnsPic
	{
		min-width: unset;
	}
}

div.TextAndOptionalPic2Columns
{
	display: flex; flex-wrap: nowrap; padding-top: 40px; margin-right: -40px;
}
div.TextAndOptionalPic2ColumnsPic
{
	flex: 1 4 50%; min-width: 400px; align-self: flex-end; padding-bottom: 0; padding-right: 40px; box-sizing: border-box;
}
div.TextAndOptionalPic2ColumnsPic img
{
	width: 100%;
}
div.TextAndOptionalPic2ColumnsText
{
	flex: 1 1 50%; min-width: 300px; padding-right: 40px; box-sizing: border-box;
}
@media all and (max-width: 800px) {
	div.TextAndOptionalPic2ColumnsText
	{
		flex: 1 0 100%;
	}
	div.TextAndOptionalPic2ColumnsPic
	{
		display: none;
	}
}

p.ScrollTo a.ScrollTo
{
	color: #444444;
}
p.ScrollTo
{
	color: #444444;
	font-weight: 400;
}
p.ScrollToWhite a.ScrollTo
{
	color: #dddddd;
}
p.ScrollToWhite
{
	color: #dddddd;
	font-weight: 400;
}
p.Bold
{
	font-weight: 600;
}

div.InverseBox h1
{
	font-size: 40px;
}
h2.Big
{
	font-size: 32px;
}
h3.Big
{
	font-size: 32px;
}

p.Centered, h1.Centered, h2.Centered, h3.Centered, h4.Centered
{
	text-align: center;
}

/**************************** Partners.css ****************************/
div.Partners
{
	background-color: #eeeeee; 
	padding-top: 40px;
	padding-bottom: 20px;
}
ul.Partners
{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-right: -40px;
	margin-top: 20px;
	flex-flow: row wrap;
	justify-content: center;
}
ul.Partners li
{
	flex: 1 1 240px;
	margin-right: 40px;
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
	max-width: 240px;
	align-self: center;
}
ul.Partners li img
{
	width: 100%;
}
ul.Partners li.Fill
{
	margin-bottom: 0;

}



/**************************** SignIn.css ****************************/
div.SignIn1
{
	background-image:url('/images/Pic11.jpg'); 
	background-size: cover; 
	height: 700px; 
	background-position: top center;
}
div.BoxSignIn
{
	width: 350px; 
	min-height: 120px; 
	padding: 20px; 
	position: absolute; 
	left: 0px; 
	top: 120px;
}
@media all and (max-width: 420px) {
	div.BoxSignIn
	{
		width: 100%;
		box-sizing: border-box;
	}
}


/**************************** TripDetail.css ****************************/
div.TripDetail1
{
	background-color: #ffffff; padding: 80px 0 40px 0;
}

/**************************** Trips.css ****************************/
div.Trips0
{
	background-image:url('/images/Pic5.jpg'); 
	background-size: cover; 
	height: 700px; 
	background-position: top center;
}
div.Trips1
{
	background-color: #eeeeee;
	padding: 20px 0;
}
div.Trips2
{
	background-color: #ffffff;
	padding: 20px 0;
}
div.TripWrapper
{
	display: flex;
	margin-right: -20px;
}
div.TripWrapper h2 a
{
	color: #f00000;
}
div.TripDescription p.LinkTo
{
	color: #444444;
	font-weight: 400;
}
div.TripImage
{
	flex: 1 1 320px;
	min-width: 240px;
	max-width: 600px;
	margin-right: 20px;
}
div.TripImage img
{
	width: 100%;
}
div.TripDescription
{
	flex: 10000 1 640px;
	min-width: 240px;
	margin-right: 20px;
}
@media all and (max-width: 600px) {
	div.TripWrapper
	{
		flex-wrap: wrap;
	}
}

/**************************** _Base2018.css ****************************/
/**************************** START **********************/
/**************************** START **********************/
/**************************** START **********************/

/* General */
HTML
{
    margin: 0px;
    padding: 0px;
	min-width: 320px;
    min-height: 100%;
}

BODY, P, TABLE, TR, TD, TH, INPUT, SELECT, TEXTAREA
{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: left; 
	color: #000000;
}

BODY
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	clear: none;
	min-width: 320px;
    min-height: 100%;
}

/**************************** BLOCK ELEMENTS **********************/
P, H1, H2, H3, H4, H5, H6
{
	margin: 12px 0px 12px 0px;
}

P
{
	line-height: normal;
	font-weight: 300;
	text-align: left; 
	color: #000000;
	padding: 0px;
	clear: none;
}

H1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 28px;
	line-height: normal;
    font-weight: 600;
	text-align: left; 
    color: #f00000;
    padding: 12px 0px 0px 0px;
    clear: both;
}
H2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 32px;
	line-height: normal;
    font-weight: 600;
	text-align: left; 
    color: #f00000;
    padding: 12px 0px 0px 0px;
    clear: both;
}
H3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 23px;
	line-height: normal;
	font-weight: 600;
	text-align: left; 
    color: #f00000;
    padding: 8px 0px 0px 0px;
    clear: both;
}
H4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 23px;
	line-height: normal;
	font-weight: normal;
	text-align: left; 
    color: #f00000;
    padding: 8px 0px 0px 0px;
    clear: both;
}
H5 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-align: left; 
	color: #f00000;
    clear: both;
    padding: 4px 0px 0px 0px;
}
H6
{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-align: left; 
	color: #000000;
    clear: both;
    padding: 4px 0px 0px 0px;
}
UL, OL {
	color: #444444;
    margin: 0px;
    padding: 0px 0px 0px 40px;
}
UL UL, UL OL, OL OL, OL UL
{
    margin: 0px;                            /** CanChange: Spacing between UL/OL inside UL/OL **/
}
LI {
	color: #444444;
	margin: 4px 0px 4px 0px;        /** CanChange: Inter LI Spacing **/
}
TABLE, TR, TD, TH, THEAD, TFOOT, TBODY
{
	margin: 0px;
	padding: 0px;
	clear: none;
    text-align: left;
}
H1:first-child,H2:first-child,H3:first-child,H4:first-child,H5:first-child,H6:first-child,P:first-child, UL:first-child, OL:first-child
{
    margin-top: 0px;
}

/**************************** DIV LAYOUTS **********************/
DIV.NTTable {
    overflow: hidden;
}
.NTColL {
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    float: left;
}
.NTColR {
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    float: right;
}

/**************************** FIX ELEMENTS **********************/
DIV, FORM { margin: 0px; padding: 0px; }
DIV { padding-top: 0.01px; padding-bottom: 0.01px; text-align: left; }
IMG { border: none; display: block;}
P IMG { display: inline;}
TABLE { border-spacing: 0px; border-collapse: collapse; }
TD,TH { border-spacing: 0px; vertical-align: top; }
OBJECT {display: block}

/**************************** INLINE ELEMENTS **********************/
A {
    color: #000000;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}

/**************************** LEGACY STYLES **********************/
.Bordered {
    border: black 1px solid;
}
DIV.ValidatorErrors 
{    
	background-color: #333333;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** FORM Tahoma 11c **********************/
/* 
RowHeight: 1px + TOP + StandardElement + 1px + BOTTOM; 
InterRadioHeight: StandardElement;
StandardElements are 17px high, with 1px+TOP above and 1px+BOTTOM below;
TextBaseLine: 17px from CellTop;
Firefox: Perfect, IE: SELECT & INPUT Textboxes text baseline is 1px above
*/

DIV.FormTahoma11c * {
	border-spacing: 0px;
}
DIV.FormTahoma11c P
{
    font-family: Tahoma;
    font-size: 11px;    
    line-height: 13px;
    margin: 0px;
    padding: 0px;
}
DIV.FormTahoma11c TABLE.Form TD {
	padding-top: 1px; /* +TOP */
	padding-bottom: 1px; /* +BOTTOM */
	border: none;
}
DIV.FormTahoma11c TABLE.Form P {
	margin-top: 3px; 
	margin-bottom: 3px; /* +BOTTOM */
    padding: 0px;
}
DIV.FormTahoma11c TABLE.Form INPUT.TextField {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 0px;
	float: left;
	margin: 0px;
	height: 15px;
	border: 1px solid #888888;
}
DIV.FormTahoma11c TABLE.Form INPUT.RadioField {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
DIV.FormTahoma11c TABLE.Form TEXTAREA {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 1px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}
DIV.FormTahoma11c TABLE.Form SELECT {
    font-family: Tahoma;
    font-size: 11px;    
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 17px;	
	border: 1px solid #888888;
}
DIV.FormTahoma11c TABLE.Form TD.Caption {
	padding-top: 0px; /* +TOP */
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
DIV.FormTahoma11c TABLE.Form TD.CaptionOnRight {
	padding-top: 0px; /* +TOP */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
DIV.FormTahoma11c TABLE.FormRadios P {
	margin: 1px 0px 2px 5px;
}
DIV.FormTahoma11c TABLE.FormRadios TD {
	padding: 1px 0px 0px 0px;
	border: none;
}
DIV.FormTahoma11c TABLE.Form TD.InsideRow {
	padding-top: 0px; 
	padding-bottom: 0px;
}
DIV.FormTahoma11c TABLE.InsideRow INPUT.TextField {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 15px;	
}
DIV.FormTahoma11c TABLE.InsideRow TD {
	padding-top: 1px; /* +TOP */
	padding-bottom: 1px; /* +BOTTOM */
}
DIV.FormTahoma11c TABLE.InsideRow P {
	margin: 2px 0px 0px 0px;
}
DIV.FormTahoma11c TABLE.Form P.FieldTextBelow 
{
    clear: left;
    margin: 0px 0px 2px 0px;
}
DIV.FormTahoma11c DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormTahoma11c DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** FORM Tahoma 11 **********************/
/* 
RowHeight: 23px; 
InterRadioHeight: 17px;
StandardElements are 17px high, with 4px above and 2px below;
TextBaseLine: 17px from CellTop;
Firefox: Perfect, IE: SELECT & INPUT Textboxes text baseline is 1px above
*/

DIV.FormTahoma11 * {
	border-spacing: 0px;
}
DIV.FormTahoma11 P
{
    font-family: Tahoma;
    font-size: 11px;    
    line-height: 13px;
    margin: 0px;
    padding: 0px;
}
DIV.FormTahoma11 TABLE.Form TD {
	padding-top: 4px; 
	padding-bottom: 2px;
	border: none;
}
DIV.FormTahoma11 TABLE.Form P {
	margin-top: 3px;
	margin-bottom: 4px;
    padding: 0px;
}
DIV.FormTahoma11 TABLE.Form INPUT.TextField {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 0px;
	float: left;
	margin: 0px;
	height: 15px;
	border: 1px solid #888888;
}
DIV.FormTahoma11 TABLE.Form INPUT.RadioField {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
DIV.FormTahoma11 TABLE.Form TEXTAREA {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 1px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}
DIV.FormTahoma11 TABLE.Form SELECT {
    font-family: Tahoma;
    font-size: 11px;    
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 17px;	
	border: 1px solid #888888;
}
DIV.FormTahoma11 TABLE.Form TD.Caption {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
DIV.FormTahoma11 TABLE.Form TD.CaptionOnRight {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
DIV.FormTahoma11 TABLE.FormRadios P {
	margin: 1px 0px 2px 5px;
}
DIV.FormTahoma11 TABLE.FormRadios TD {
	padding: 1px 0px 0px 0px;
	border: none;
}
DIV.FormTahoma11 TABLE.Form TD.InsideRow {
	padding-top: 0px; 
	padding-bottom: 0px;
}
DIV.FormTahoma11 TABLE.InsideRow INPUT.TextField {
    font-family: Tahoma;
    font-size: 11px;    
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 15px;	
}
DIV.FormTahoma11 TABLE.InsideRow TD {
	padding-top: 4px;
	padding-bottom: 2px;
}
DIV.FormTahoma11 TABLE.InsideRow P {
	margin: 2px 0px 0px 0px;
}
DIV.FormTahoma11 TABLE.Form P.FieldTextBelow 
{
    clear: left;
    margin: 0px 0px 2px 0px;
}
DIV.FormTahoma11 DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormTahoma11 DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** FORM Arial 12 **********************/
/* 
RowHeight: 24px; 
InterRadioHeight: 18px;
StandardElements are 18px high, with 4px above and 2px below;
TextBaseLine: 17px from CellTop;
Firefox: Perfect, IE: SELECT & INPUT Textboxes text baseline is 1px above
*/

DIV.FormArial12 * {
	border-spacing: 0px;
}
DIV.FormArial12 P
{
    font-family: Arial;
    font-size: 12px;    
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}
DIV.FormArial12 TABLE.Form TD {
	padding-top: 4px; 
	padding-bottom: 2px;
	border: none;
}
DIV.FormArial12 TABLE.Form P {
	margin-top: 3px;
	margin-bottom: 4px;
    padding: 0px;
}
DIV.FormArial12 TABLE.Form INPUT.TextField {
    font-family: Arial;
    font-size: 12px;    
	padding: 0px;
	float: left;
	margin: 0px;
	height: 16px;
	border: 1px solid #888888;
}
DIV.FormArial12 TABLE.Form INPUT.RadioField {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
DIV.FormArial12 TABLE.Form TEXTAREA {
    font-family: Arial;
    font-size: 12px;    
	padding: 1px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}
DIV.FormArial12 TABLE.Form SELECT {
    font-family: Arial;
    font-size: 12px;    
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 18px;	
	border: 1px solid #888888;
}
DIV.FormArial12 TABLE.Form TD.Caption {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
DIV.FormArial12 TABLE.Form TD.CaptionOnRight {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
DIV.FormArial12 TABLE.FormRadios P {
	margin: 1px 0px 2px 5px;
}
DIV.FormArial12 TABLE.FormRadios TD {
	padding: 1px 0px 0px 0px;
	border: none;
}
DIV.FormArial12 TABLE.Form TD.InsideRow {
	padding-top: 0px; 
	padding-bottom: 0px;
}
DIV.FormArial12 TABLE.InsideRow INPUT.TextField {
    font-family: Arial;
    font-size: 12px;    
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 16px;	
}
DIV.FormArial12 TABLE.InsideRow TD {
	padding-top: 4px;
	padding-bottom: 2px;
}
DIV.FormArial12 TABLE.InsideRow P {
	margin: 2px 0px 0px 0px;
}
DIV.FormArial12 TABLE.Form P.FieldTextBelow 
{
    clear: left;
    margin: 0px 0px 2px 0px;
}
DIV.FormArial12 DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormArial12 DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/**************************** FORM Arial 12c **********************/
/* 
RowHeight: 20px; 
InterRadioHeight: 18px;
StandardElements are 18px high, with 1px above and 1px below;
TextBaseLine: 14px from CellTop;
Firefox: Perfect, IE: SELECT & INPUT Textboxes text baseline is 1px above
*/

DIV.FormArial12c * {
	border-spacing: 0px;
}
DIV.FormArial12c P
{
    font-family: Arial;
    font-size: 12px;    
    line-height: 14px;
    margin: 0px;
    padding: 0px;
}
DIV.FormArial12c TABLE.Form TD {
	padding-top: 1px; 
	padding-bottom: 1px;
	padding-left: 0px; padding-right: 0px;
	border: none;
}
DIV.FormArial12c TABLE.Form P {
	margin-top: 3px;
	margin-bottom: 1px;
    padding: 0px;
}
DIV.FormArial12c TABLE.Form INPUT.TextField {
    font-family: Arial;
    font-size: 12px;    
	padding: 0px;
	float: left;
	margin: 0px;
	height: 16px;
	border: 1px solid #888888;
}
DIV.FormArial12c TABLE.Form INPUT.RadioField {
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
DIV.FormArial12c TABLE.Form TEXTAREA {
    font-family: Arial;
    font-size: 12px;    
	padding: 1px 0px 0px 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 1px solid #888888;
}
DIV.FormArial12c TABLE.Form SELECT {
    font-family: Arial;
    font-size: 12px;    
	margin: 0px 0px 1px 0px;
	padding: 0px;
	height: 18px;	
	border: 1px solid #888888;
}
DIV.FormArial12c TABLE.Form TD.Caption {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
}
DIV.FormArial12c TABLE.Form TD.CaptionOnRight {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
DIV.FormArial12c TABLE.FormRadios P {
	margin: 1px 0px 2px 5px;
}
DIV.FormArial12c TABLE.FormRadios TD {
	padding: 1px 0px 0px 0px;
	border: none;
}
DIV.FormArial12c TABLE.Form TD.InsideRow {
	padding-top: 0px; 
	padding-bottom: 0px;
}
DIV.FormArial12c TABLE.InsideRow INPUT.TextField {
    font-family: Arial;
    font-size: 12px;    
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 16px;	
}
DIV.FormArial12c TABLE.InsideRow TD {
	padding-top: 1px;
	padding-bottom: 1px;
}
DIV.FormArial12c TABLE.InsideRow P {
	margin: 2px 0px 0px 0px;
}
DIV.FormArial12c TABLE.Form P.FieldTextBelow 
{
    clear: left;
    margin: 0px 0px 2px 0px;
}
DIV.FormArial12c DIV.ValidatorErrors 
{    
	background-color: #A00000;
	border: solid 1px #000000;
	margin-bottom: 8px;
}
DIV.FormArial12c DIV.ValidatorErrors P {
	color: #ffffff;
	margin: 8px 10px 8px 10px;
}

/*
@font-face {
    font-family: 'helveticaneuelt_std_thin_exRg';
    src: url('helveticaneueltstd-thex-webfont.eot');
    src: url('helveticaneueltstd-thex-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneueltstd-thex-webfont.woff') format('woff'),
         url('helveticaneueltstd-thex-webfont.ttf') format('truetype'),
         url('helveticaneueltstd-thex-webfont.svg#helveticaneuelt_std_thin_exRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

    box-shadow: 0px 0px 2px 2px #666666 inset; 
    border-top-right-radius: 10px;
    background: -webkit-linear-gradient(center top, #333333 0px, #222222 20%, #222222 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #333333 0px, #222222 20%, #222222 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #333333 0px, #222222 20%, #222222 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #333333 0px, #222222 20%, #222222 100%) repeat scroll 0 0 transparent;
*/

/**************************** END **********************/
/**************************** END **********************/
/**************************** END **********************/

DIV.TopBar
{
    height: 40px;
    background: -webkit-linear-gradient(center top, #3e3e3e 0px, #101010 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #3e3e3e 0px, #101010 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #3e3e3e 0px, #101010 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #3e3e3e 0px, #101010 100%) repeat scroll 0 0 transparent;
}

DIV.ContentSection
{

}

DIV.TopMenu
{
    height: 40px;
    background: -webkit-linear-gradient(center top, #f9b35f 0px, #f78f1f 20%, #f1831f 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #f9b35f 0px, #f78f1f 20%, #f1831f 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #f9b35f 0px, #f78f1f 20%, #f1831f 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #f9b35f 0px, #f78f1f 20%, #f1831f 80%, #de761e 100%) repeat scroll 0 0 transparent;    
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
DIV.TopMenu P
{
    font-family: 'univers_lt_std_57_cnregular';
    color: #ffffff;
    font-size: 14px;
    margin: 0px 10px 8px 10px;
    text-shadow: 1px 1px 8px #442222; 
}
DIV.TopMenu A
{
    color: #ffffff;
}
DIV.TopMenu A:hover
{
    text-decoration: none;
}
DIV.TopMenu TD.Separator
{
    width: 1px;
    max-width: 1px;
    background: -webkit-linear-gradient(center top, #f9b35f 0px, #f2680e 20%, #f2680e 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #f9b35f 0px, #f2680e 20%, #f2680e 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #f9b35f 0px, #f2680e 20%, #f2680e 80%, #de761e 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #f9b35f 0px, #f2680e 20%, #f2680e 80%, #de761e 100%) repeat scroll 0 0 transparent;    
    margin-bottom: 4px;
}
DIV.TopMenu DIV.Button
{
    padding-top: 10px;
    height: 30px;
    width: 100%;
}
DIV.TopMenu DIV.Button:hover
{
    background: -webkit-linear-gradient(center top, #f6963f 0px, #f2690d 20%, #f2690d 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top, #f6963f 0px, #f2690d 20%, #f2690d 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #f6963f 0px, #f2690d 20%, #f2690d 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top, #f6963f 0px, #f2690d 20%, #f2690d 100%) repeat scroll 0 0 transparent; 
    cursor: pointer;   
}

DIV.BoxHomePage H2
{
	font-family: 'univers_lt_std_57_cnregular';
	font-size: 50px;
    font-weight: normal;
    padding-top: 0px;
    margin-top: 0px;
    color: #222222;
    text-shadow: 1px 1px 2px #000000;
    clear: both;
    line-height: 48px;
}
DIV.BoxHomePage H3
{
    font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    color: #ffffff;
}
DIV.BoxGetAFreeQuote DIV.Header
{
    background: -webkit-linear-gradient(0deg, #c5c5c5 0px, #272727 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(0deg, #c5c5c5 0px, #272727 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(0deg, #c5c5c5 0px, #272727 100%) repeat scroll 0 0 transparent;
    background: linear-gradient(0deg, #c5c5c5 0px, #272727 100%) repeat scroll 0 0 transparent;    
    padding-top: 10px;
    padding-bottom: 10px;
}
DIV.BoxGetAFreeQuote DIV.Content
{
    background: white;
    height: 100%;
}
DIV.BoxGetAFreeQuote DIV.Header H2
{
	font-family: 'univers_lt_std_47_cn_ltbold';
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;
}
DIV.BoxGetAFreeQuote INPUT.Location
{
    height: 26px;
    border: 1px solid #f37801;
    border-radius: 4px;
    width:200px;
    font-weight: bold;
    font-size: 17px;
    font-family: Arial;
    padding: 4px 6px 4px 6px;
}
DIV.BoxGetAFreeQuote DIV.LocationDropDown
{
    background-color: #f8f8f8;
    border: 1px solid #444444;
    border-radius: 4px;
    width:200px;
    padding: 4px 6px 4px 6px;
}
DIV.BoxGetAFreeQuote DIV.LocationDropDown P
{
    margin: 4px 0px 4px 0px;
}
SPAN.Black
{
    color: #000000;
}
SPAN.White
{
    color: #ffffff;
}
.FirstElementInBox
{
	padding-top: 0; margin-top: 0;
}
.LastElementInBox
{
	padding-bottom: 0; margin-bottom: 0;
}
