/* tag modifications */

* {margin:0; padding:0;} /* start with a clean slate */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}


/* hack to work around the 3px IE problem with floats */
* html #content {height: 1%;}
/* end hack */
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;
	text-align: center;
	background-repeat: repeat;
	font-size: 80%;
}
blockquote {
}
h1, h2,  h3,  h4,  h5,  h6,  p, form {
	padding-left: 10px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1d3e66;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 0px;
	color: #1d3e66;
}
h3 {
	font-size: 11px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	font-style: italic;
}
h4 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}
input.btn {	/* define button styles here */
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}
ol {
	padding-left: 25px;
}


p {
	padding-top: 5px;
	padding-bottom: 5px;
}
table {
	empty-cells:show;
	border-collapse:collapse;
}

ul {
	margin-left: 50px;
}





/* classes */
.bigger {
	font-size: 120%;
}
.bigpad {
	font-size: 120%;
	padding-left: 10px;
}
.bluebg {
	background-color: #bfccea;
	color: #1D3E66;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-left: 15px;
}

.bordered {
	border: thin solid #000000;
}
.bordercollapse {
	border-collapse:collapse;
}

.centered {
	text-align:center;
}
.clearall {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearrt {
	clear: right;
}

.development {
	background-color: #FFFF00;
}
.left {
	text-align: left;
}


.lpad {
	padding-left: 10px;
}
.noshow {
	display: none;
}
.pad5 {
	padding: 5px;
}

.rtborderedblock {
	display: inline;
	padding: 5px;
	float: right;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thin solid #000000;
}
.leftborderedblock {
	display: inline;
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: thin solid #000000;
}
.smaller {
	font-size: 80%;
}


/* floating image and table classes */

.limg {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.ltable {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.rimg {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.rtable {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#whyvr td, #bustypes td, #buyvsstart td, #buyers td {
	border: 1px solid #CCCCCC;
	padding:5px;
}
#whyvr table, #bustypes table, #buyvsstart table, #buyers table {
	margin-left:15px;
	margin-right:15px;
}





/* ID tags */

#content {
	padding-left: 20px;
	padding-right: 5px;
	text-align: left;
	display:table;
}
#content p {
}

#area #content, #details #content, #search #content, #worldwidelocations #content {
	/*width: 100%;*/
}


#copyright {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	clear: both;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
}
#copyrightleft {
	background-color: #234068;
	font-size: 80%;
	width:70%;
	float: left;
	height: 30px;
	padding-top: 10px;
}

#copyrightleft img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 2px;
	width: 2px;
}

#copyrightmid {
	background-color: #234068;
	font-size: 80%;
	text-align: center;
	width:10%;
	float: left;
	height: 30px;
	padding-top: 10px;
}
#copyrightright {
	background-color: #234068;
	font-size: 80%;
	text-align: right;
	width:19.9%;
	float: left;
	height: 30px;
	padding-top: 10px;
}

#debug {
	text-align: center;
	clear: both;
	background-color: #FF00FF;
	display: block;
}

#header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 70px;
	width: 100%;
	background-image: url(../images/header-1c.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#header p img {
	float: left;
	padding-right: 25px;
	padding-left: 18px;
	padding-top: 18px;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-right: 100px;
	font-weight: normal;
}
#indextable td {
	border: 1px solid #BFCCEA;
}
#indextable {
}

#indextable p {
	padding-right: 5px;
}



#lcol {
	float: left;
	width: 200px;
	clear: left;
	font-size: 90%;
	color: #666666;
	height: 100%;
}
#area #lcol, #details #lcol, #search #lcol, #worldwidelocations #lcol {
	display: none;
}




#pagewrapper {
	text-align: left;
	width: 100%;
	margin:0 auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}
#pagewrapper #contactpage #content input, #pagewrapper #contactpage #content textarea {
	background:none;
}

/* nav link coloring */

#nav {
	margin-left: 0px;
	padding-left: 11px;
	font-size: 12px;
	margin-bottom: 10px;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/navbg2.gif);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
}
#nav li {
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}


#nav a {
	font-weight: bold;
}

#nav a:link, #nav a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}



/*  make the active page use same color and decoration as the hover link */
#nav .featured a:hover,
#nav .valuations a:hover,
#nav .listings a:hover,
#nav .map a:hover,
#nav .forms a:hover,
#nav .search a:hover,
#nav .vrcorp a:hover,
#nav .vrlocations a:hover,
#nav .sellerservices a:hover,
#nav .whyvr a:hover,
#nav .preparing a:hover,
#nav .sellprocess a:hover,
#nav .buyers a:hover,
#nav .buyvsstart a:hover,
#nav .financing a:hover,
#nav .merger a:hover,
#nav .homepage a:hover,
#nav .aboutpage a:hover,
#nav .contactpage a:hover,
#nav .processcontact a:hover, 
#featured #nav .featured a,
#valuations #nav .valuations a,
#listings #nav .listings a,
#map #nav .map a,
#forms #nav .forms a,
#search #nav .search a,
#vrcorp #nav .vrcorp a,
#vrlocations #nav .vrlocations a,
#sellerservices #nav .sellerservices a,
#whyvr #nav .whyvr a,
#preparing #nav .preparing a,
#sellprocess #nav .sellprocess a,
#buyers #nav .buyers a,
#buyvsstart #nav .buyvsstart a,
#financing #nav .financing a,
#merger #nav .merger a,
#homepage #nav .homepage a,
#aboutpage #nav .aboutpage a,
#contactpage #nav .contactpage a,
#processcontact #nav .processcontact a {
	color:#1d3e66;
}

/*  make the other nav links use the alternate color and decoration */

.featured a:link,
.valuations a:link,
.listings a:link,
.map a:link,
.forms a:link,
.search a:link,
.vrcorp a:link,
.vrlocations a:link,
.sellerservices a:link,
.whyvr a:link,
.preparing a:link,
.sellprocess a:link,
.buyers a:link,
.buyvsstart a:link,
.financing a:link,
.merger a:link,
.homepage a:link,
.aboutpage a:link,
.contactpage a:link,
.processcontact a:link {
	color:#1d3e66;
	text-decoration:none;
}
/* next 3 are fix for lcol background extend to bottom regardless of height */
#content {
/* Start Mac IE5 filter \*/
/*	padding-bottom: 1000em;
	margin-bottom: -999em; */
	/* End Mac IE5 filter */
}
#pagewrapper {
	background-image: url(../images/lcolbg.gif);
	background-repeat: repeat-y;
/*	overflow: visible;*/
}
#lcol {
/* Start Mac IE5 filter \*/
/*	padding-bottom: 1000em;
	margin-bottom: -1000em; */
/* End Mac IE5 filter */
}
#pagewrapper #sitemap ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#pagewrapper #sitemap ul ul {
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: none;
}

