@charset "utf-8";
/* CSS Document */
#VisitracksPresentation {}

#VisitracksPresentation UL LI{
	margin-bottom: 10px;
}

.VTSTD {
		display: block;
		float: right;
	width: 230px;
	margin-left: 20px;
	}

.VTLeft {
		display: block;
		float: Left;
	width: 230px;
	margin-right: 20px;}

.VTFull {
	display: block;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	

#VisitracksPresentation hr{
	clear:both;
	
}
.Standalone-Home {
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
	            url('/media/images/homebackground_2.jpg') center/cover;
}

#SelectionSet{
	margin: 0 auto;
    width: 100%;
    text-align: center;
	margin-top:100px;
}	

.SelectionBox{
	background-color:#FFFFFF;
	vertical-align:top;
	margin:0 auto 15px;
	display:inline-block;
	padding:10px;
	    width: 260px;
    height: 465px;
    font-size: 13px;
	font-family: Arial, sans-serif;
    line-height: 20px;
	border:2px solid #427cae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}

.SelectionBox IMG.logo{
	margin-top:10px;}
	
.SelectionBox P{ text-align:left;}
	

.SelectionBox A {
	display: block;
	width: 200px;
	margin: auto;
	padding: 10px 5px;
	font-size: 15px;
	text-decoration: none;
	background-color:#427cae;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}

.SelectionBox A:hover {
	background-color:#000;
	}
	


#slideshow h2 {
	font-size:30px !important;
	line-height:36px !important;}

#slideshow .sliderLink {
	font-size:14px !important;}
	
	
	

@media only screen and (max-width: 974px) {
#HomeContentWidth {
    width: 768px;
}
}

@media only screen and (max-width: 782px) {
#HomeContentWidth {
    width: 600px;
}
}
	
	@media only screen and (max-width: 614px) {
#HomeContentWidth {
    width: 480px;
}
.ReturnBTN { display: none;}
}


@media only screen and (max-width: 494px) {
#HomeContentWidth {
    width: 320px;
}
	}

