
@charset "utf-8";
/* CSS Document */

.holder {
	/* background-color: #FFFFFF; */
	width: 940px;
       margin: auto;
}
.holdera{
	/* background-color: #FFFFFF; 
	width: 940px;*/
       margin: auto;
}
body {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #333333;
	margin: 0px 0px; padding: 0px;
        text-align: center; 
	/*background-image: url(../images/bg_footer.gif);
	background-repeat:repeat-x;	
	background-position: center bottom;
	 margin: 0px;*/

}
.headert{background-image: url(../images/bg_main.gif);
	background-repeat:repeat-x;	
	background-position: center top;
        vertical-align:top;
}
.footerb{background-image: url(../images/bg_footer.gif);
	background-repeat:repeat-x;	
	background-position: center bottom;
        vertical-align:top;
}

.header {
	height: 90px;
	/*background-image: url(../images/bg_header.gif);*/
}
.nav {
	/*background-image: url(../images/bg_nav.gif);*/
	height: 36px;
        z-index:1000;
}
.content {
	/*background-image: url(../images/bg_toppage.gif);
	background-repeat: repeat-x;*/
        min-height: 350px; 

	/*background-color: #FFFFFF;*/
	padding-top: 23px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	position:relative;
     /*  _height:400px;  */
}
.lyvdiv {
	position: absolute;
	text-align:center;
	font-size:14;
	color:#CC0000;
	line-height:20px;
	left: 610px;
	top: 38px;
	padding: 10px;
	border: 3px double #CCCCCC;
	width: 190px;
	font-weight: bold;
}
.lyvdiv2 {
	position: absolute;
	text-align:center;
	font-size:14;
	color:#000000;
	line-height:20px;
	left: 540px;
	top: 245px;
	padding: 10px;
	border: 3px double #CCCCCC;
	width: 367px;
}
.contactdiv {
	position: absolute;
	left: 480px;
	top: 55px;
	width: 365px;
	border: 3px double #CCCCCC;
	padding: 10px;
}
.locatediv {
	position: absolute;
	text-align:center;
	left: 350px;
	top: 95px;
	line-height: 18px;
	width: 400px;
	border: 3px double #CCCCCC;
	padding: 10px;
}
.footer {
	/*background-image: url(../images/bg_footer.gif);*/
background-repeat:repeat-x;                 
	height: 39px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 11px;
        text-align:center;
}

#footerbg {
	/*background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	width:100%;
}
.footer div{
margin: auto;
}
.footer a {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.col_left {
	float: left;
	width: 185px;
}
.col_mid {
	margin-left: 20px;
	float: left;
	width: 605px;
}
.col_left_home {
	float: left;
	width: 423px;
}
.col_right_home {
	float: left;
	width: 140px;
	margin-left: 20px;
	padding-left:15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1f60c0;
	border-right-color: #1f60c0;
	border-bottom-color: #1f60c0;
	border-left-color: #1f60c0;
	height: 670px;   /**Controls Home Page Line Height**/
}
.col_right_ins {
	float: right;
	width: 140px;
	margin-left: 20px;
	padding-left:15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1f60c0;
	border-right-color: #1f60c0;
	border-bottom-color: #1f60c0;
	border-left-color: #1f60c0;
	height: 1700px;  /**Controls Info Page Line Height**/
	margin-bottom: 20px;
}
.col_mid_home {
	width: 300px;
	float: left;
	margin-left: 20px;
}
.col_mid_ins {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	margin-top: 0px;
}
.text1 {
	font-size: 16px;
	font-weight: bold;
	color: #ef0412;
}
.box_header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	background-color: #699AE3;
	border: 1px solid #014EC2;
	margin-bottom: 1px;
	background-image: url(../images/bg_box_header.gif);
}
.box_header span{
	font-weight: normal;
}
.box_content {
	font-size:12px;
	color: #0045ac;
	padding: 6px;
	border: 1px solid #004EC2;
	background-image: url(../images/bg_box.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 150px;
	background-color: #FFFFFF;
}
.box_content_wide {
	font-size:11px;
	color: #0045ac;
	padding: 6px;
	border: 1px solid #004EC2;
	background-image: url(../images/bg_box.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 150px;
	background-color: #FFFFFF;
}
a {
	color: #ef0412;
}
a:hover {
	color: #000;
}
.login {
	float: right;
	text-align: right;
	margin-top: 8px;
	color: #CCCCCC;
	margin-right: 4px;
}
.login a {
	color: #FFFFFF;
	text-decoration: none;
}
.error-text {
	color: #EF0412;
}
.text3 {
	font-size: 14px;
}
.text2 {
	color: #CC0000;
}.text4 {
	color: #999999;
}
.regdiv {
	position: absolute;
	left: 460px;
	top: 65px;
	padding: 10px;
	border: 3px double #CCCCCC;
	width: 300px;
}
.cartitle {
	font-size: 13px;
	font-weight:bold;
	color:#666666;
}
.sres {
	padding-bottom: 5px;
	background-image: url(../images/bg_srtd.gif);
	background-repeat: repeat-x;
}
.search_header {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e4eefd;
	border-right-color: #f7fbff;
	border-bottom-color: #68a4fd;
	border-left-color: #91bbfa;
	font-size: 12px;
	font-weight: bold;
	color: #0350c3;
	padding: 5px;
	background-image: url(../images/bg_srcheader.gif);
}
.smallcarpics img {
	border: 1px solid #666666;
}
.smallcarpics {
	width:321px;
	margin-top:10px;
}
.smallcarpics div {
	width:100px;
	float:left;
	margin-right:7px;
	margin-bottom:2px;
	
}
.package {
	height: 240px;
	width: 300px;
	background-image: url(../images/bg_package.gif);
	margin-bottom: 50px;
	margin-left: 50px;
	position: relative;
}
.package .package_title{
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 24px;
	font-size: 16px;
	
}
.package .package_button {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 300px;
	
}
.package .package_description {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	height: 110px;
		
}
.package .package_price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
#slidethumb {
	height:135px;
	color: #0047b1;
	text-align:center;
	margin-right:10px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	font-size:11px;
}
#slidethumb img{
	border: solid 1px #666;
	width:127px;
	margin-bottom:5px;
}

