body.mceContentBody { 
	background: #FFFFFF; 
        font-family: open-sans;
}

/* RESET */
h1, h2, h3, h4, h5, h6, p  { margin-top: 1%; margin-bottom:0% }
ul, li { margin-top: 0%; margin-bottom:0px; line-height: 110%;}

/* NORMAL CLASS STYLES */

/* A */

/* B */
.buttonbig {
        background-color:#4949df;
		border-radius: 5px;
		padding-left:10px;
		padding-right: 10px;
		margin-bottom: 10px;     
}

/* C */

.clearboth {
	clear: both;
}

/* D */

.divleft {
        float: none;
        margin-right: 10px;
}

.divright {
        float: none;
        margin-left: 10px;
}

/* E */
#email { margin-right: 10px; }

/* F */

	.formcontainer {
	}
	.formmandatory {
		   color: #FF0000;
		   font-size:12px;
		   line-height:10px;
	}
	.formmandatory:after {
		  content: "#";
	}
	.formmandatorytitle:after {
		  content: " required fields";
	}
	.formtable {
	}
	.formleftcol, .formrightcol {
		   padding-left:0px;
		   padding-right:10px;
		   padding-bottom: 10px;
	}
    .formitem {
		   margin: 5px 0px 2px 0px;
	}
	.formfield {
		   margin: 0px 0px 5px 50px;
	}
	.formcontainer input[type="TEXT"] {
		height: 30px;
	}
	.formcontainer textarea {
		height: 100px;
	}
	.formcontainer input[type="BUTTON"] {
		font-size: 20px;
		padding:5px;
		margin-top: 5px;
	}	
#formsubmit {
clear:both;
}

/* G */

/* H */

h1 {
	font-size: 27px;
	line-height: 27px;
	font-style: italic;
	color: #2e4370;
}

h2 {
	font-size: 23px;
	color:  #4949df;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


#home_video {
	width: 520px;
	float: right;
	margin-left: 5px;
	margin-top: -20px;
}
#home_video_player {
	width: 520px;
	height: 292px;
	border: 1px solid #cccccc;
}

.highLightBox {
	border: 1px solid #2e4370;
	border-radius:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	padding-top: 0px;
}


/* I */

input [type="select"] {
      width: 100%;
}
select {
     width: 100%;
     font-size: 16px;
     padding: 5px;
}

/* J */

/* K */

/* L */

/* M */

/* N */

/* O */

/* P */

.p {
     font-family: open-sans;
     font-size: 16px;
}

/* Q */

/* R */

/* S */

/* T */

.textbox {
     width: 100%;
}

/* U */

/* V */

#videocontainer {
     width:100%;
    max-width: 640px !important;
    height: auto;
}

/* W */

/*.wid30 { width: 30%; }
.wid50 { width: 49%; }
.wid60 { width: 59%; }
.wid70 { width: 69%; } */

/* X */

/* Y */

/* Z */


/* DEVICES SMALLER THAN 600px ================================================== */
/* rules that only apply for canvases narrower than 600px ie mobiles*/

@media only screen and (max-width: 600px) { 

/* A MOBILE */

.arrowbox {
     display: none;
}

/* B MOBILE */

.bbox1 {
    float:none;
    width: 100%
}

/* C MOBILE */

/* D MOBILE */

.divleft {
        float: none;
        width: 100%;
        margin-right: 0px;
}

.divright {
        float: none;
        width: 100%;
        margin-left: 0px;
}

/* E MOBILE */

/* F MOBILE */

/* G MOBILE */

/* H MOBILE */

#home_video2 {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-top: 0px;
}

#home_video_player {
	width: 100%;
        max-width:300px;
	height: auto;
}

/* I MOBILE */

.image_right_300 {
       float:none;
       width: 100%;
       height: auto;
       margin-left: 0px;
}

#Image_Change_1_p {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/* J MOBILE */

/* K MOBILE */

/* L MOBILE */

/* M MOBILE */

/* N MOBILE */

/* O MOBILE */

/* P MOBILE */

#publiclist, #truckersanddrivers  {
     float:none;
     width: 100%;
     height:auto;
     }    

/* Q MOBILE */

/* R MOBILE */

/* S MOBILE */

/* T MOBILE */

#table_content {
	padding: 0px;
}

/* U MOBILE */

/* V MOBILE */

/* W MOBILE */

.wid30, .wid50, wid60, wid70 { width: 100%;}

/* X MOBILE */

/* Y MOBILE */

/* Z MOBILE */

}


/* PRINT ONLY STYLES */

@media print 
{
	
body  { background-color: #ffffff;}
.button	{ display:none; }
.noprint { display:none; }
#table1 th, #table1 td {
	border: 1px solid #cccccc;
	font-size:9pt;
}
}

/* CLASS ITEMS USED in FUNCTIONS.ASP ======================================================== */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CLASS ITEMS USED in POPUP CALENDAR ======================================================= */

.CalendarTable {
	width: 160px;
	border: 1px solid #333333;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	vertical-align: bottom;
	background-color: #FFFFFF;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.SelectMonthRow {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.MonthHeadingRow {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.SMTWTFS {
	color: #CCCCCC;
	background-color: #666666;
	font-size: 10px;
}
.CalendarNormalDays, .CalendarNormalDays A {
	color: #996600;
	background-color: #FFCC33;
	font-weight: bold;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #CCCCCC;
}
.CalendarWeekend, .CalendarWeekend A {
	color: #669900;
	background-color: #CCCC33;
	font-weight: normal;
}
.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}

/* CLASS ITEMS USED in GALLERY ======================================================= */

.galleryThumbnail {
	height:30px;
	cursor: pointer;
}
#Gallery_Image {
	cursor: pointer;
	max-height:600px;
}
#goBackCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_back_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#goForwardCell {
	cursor: pointer;
	width: 20px;
	background-image: url(admin/images/_arrow_next_dBlue.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

/* END ==================================================== */
























