@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #1F1F1F;
}
.mainClass #container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/conBG.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.mainClass #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	position: relative;
	left: -40px;
} 
.mainClass #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainClass #sidebar1 {
	left: 0px;
	top: 0px;
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 0;
	float: left;
}
.mainClass #sidebrvtours {
	left: 0px;
	top: 0px;
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 0;
	float: left;
}
.mainClass #mainContent {
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
} 
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.mainClass #footer {
	padding: 0;
	text-align: center;
	width: 880px;
	background-color: #FFFFFF;
	background-image: url(images/conBG.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.mainClass #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.mainClass #outerCon {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mainClass #innerCon {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.blueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #80A6D7;
}
.titlewhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}
#padding {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#padding2 {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#p  {
	margin-top: -30px;
	margin-left: 30px;
	margin-bottom: -20px;
	margin-right: 0px;
}
#vtour {
	width:525px;
	position: relative;
	margin: 0;
	padding-right: 30px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: normal;
	color:#444;
}
.vtourrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0;
}
#vtour h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#vtour h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#vtour table								{ border-left:solid 1px #ccc; border-right:solid 1px #ccc; border-top:solid 1px #ccc; border-collapse:collapse; }
#vtour thead th, tfoot	td					{ background:url(images/vtour/table_header.gif); color:#339; border-bottom:solid 1px #ccc; }
#vtour tbody th							{ background-color:#f4f4f4; text-align:right; }
#vtour tbody tr.sub th						{ text-align:left; background-color:#e6e6e6; }
#vtour tbody tr.sub td						{ background-color:#eee; }
#vtour a 									{ color:#4c5790; text-decoration:underline; }
#vtour a:link								{ color:#4c5790; text-decoration:underline; }
#vtour a:active							{ color:#4c5790; text-decoration:underline; }
#vtour a:visited							{ color:#4c5790; text-decoration:underline; }
#vtour a:hover								{ color:#4c5790; text-decoration:underline; }
.vtourodd {
	background-color:#fff;
}
.vtoureven {
	background-color:#f4f4f4;
}
#imageListContainer {
	padding: 5px;
	height: auto;
	width: 550px;
}
#imageList {
	margin: 3px;
	padding: 3px;
	float: left;
	height: auto;
	width: 160px;
	text-align: center;
}
#round h1, #round h2, #round p {margin:0 10px; letter-spacing:1px;}
#round h1 {font-size:2.5em; color:#fff;}
#round h2 {font-size:2em;color:#06a; border:0;}
#round p {padding-bottom:0.5em;}
#round h2 {padding-top:0.5em;}
#round {background: transparent; margin:1em;width:auto;}

.rtop, .rbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	border-left:0px solid #08c;
	border-right:0px solid #08c;
	background:url('images/30percent.png');
}
.xb1 {margin:0 5px; background:url('images/30percent.png');}
.xb2 {margin:0 3px; border-width:0 0px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.rboxcontent {
width:auto;
height:auto;
text-align:center;

	display:block;
	border:0 solid #08c;
	border-width:0 0px;
	background:url('images/30percent.png');
}

.homesLinks {
	font-size: 12px;
	color: #DDCFCC;
	font-weight: bold;
	text-decoration: none;
}
.clickhere {
	font-size: 10px;
	color: #DDCFCC;
	text-decoration: underline;
}
img, #rbox, .xb1, xb2{ behavior: url(iepngfix.htc); }


#cservice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 590px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#cservice a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-decoration: underline;
}
#cservice a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
#cservice a:hover {
	text-decoration: underline;
	color: #990000;
}
#contactus {
	width: 300px;
	margin: 0;
	float: left;
}
#contactus2 {
	width: 250px;
	margin: 0;
	float: right;
}
 label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.submit input
{
margin-left: 4.5em;
}
input
{
color: #FFFFFF;
background: #222222;
border: 1px solid #990000;
}
textarea
{
color: #FFFFFF;
background: #222222;
border: 1px solid #990000;
width: 175px;
}
select
{
color: #FFFFFF;
background: #666666;
border: 1px solid #990000;
}
.submit input
{
color: #FFFFFF;
background: #666666;
border: 2px outset #990000;
}
.mainClass #outerCon #container #innerCon #mainContent #padding #round .rboxcontent a {
	text-decoration: none;
}
.dottedline td {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

