@charset "utf-8";
@import "layout.css";
@import "listings.css";
@import "pods.css";
@import "footer.css";
@import "menu.css";
@import "calendar.css";
@import "shoppingcart.css";
@import "googlemaps.css";
/* CSS Document */

/* OLD BLUE 0066cc */

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	min-width:990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	cursor: default;
	background-color:#FFFFFF;
}
html { 	
	width:100%;
}
div#pagecontainer {
	width:expression(document.body.clientWidth < 1000 ? "990px": "auto"); 
	min-width: 990px;
}


.smalltext { font-size:8pt; }
form {
	display:inline;
}
h1,h2,h3,h4,h5,h6 {	
	font-family: Arial;
}
h1{
	color: #2a74bb;
	font-weight: bold;
	font-size: 17pt;
	letter-spacing:-1px;
	margin: 0px 0px;
	padding-bottom:0px;
	margin-bottom:10px;
	line-height:23pt;
}
h2{
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	margin:0px;
	padding-bottom:15px;
}
h3 {
	font-weight: bold;
	letter-spacing:-1px;
	margin: 0px 0px;
	padding-bottom:0px;
	margin-bottom:10px;
	line-height:23pt;
	font-size:14pt;
}
h4{
	color: #cc0000;
	font-weight: bold;
	font-size: 16pt;
	padding:0px;
	margin:0px;
}
h5{
	color: #000;
	font-weight: bold;
	font-size: 10pt;
	padding:0px;
	margin:10px;
}
a{
	outline: none;
	color: #cc0000;
}
a:hover{
	color: #000;	
}

a img{
	border: 0;	
	padding:0px;
	margin:0px;
}

/** Links CSS **/

a.websitelink:link,
a.websitelink:hover,
a.websitelink:active,
a.websitelink:visited { color: #000000; text-decoration:none; }

/** Div CSS **/

div#logo{
	float: left;
	margin-left: 20px;
	margin-top: 23px;
}



div#search{
	padding: 15px;
	position: relative;
}

div#toplinks{
	float: right;
	margin-top: 20px;
}
div.toplink{
	margin: 0 10px 0 0;
	display:inline;
	vertical-align:middle;
}
div.toplink img{
	vertical-align:middle;
}
div#toplinks a img {
	text-decoration:none;
}


div.galleryimg {
	margin:4px;
	border:1px solid #CCC;
	padding:5px;
	float:left;
	height:1%;
	max-height:60px;
	max-width:80px;
	overflow:hidden;
}
div.aboutimg {
	margin:4px;
	border:1px solid #CCC;
	padding:5px;
	float:left;
	height:1%;
	overflow:hidden;
}
div.img {
	margin:4px;
	border:1px solid #CCC;
	padding:5px;
	height:1%;
	width:80px;
	text-align:center;
	float:none;
	max-height:60px;
	max-width:80px;
}
div.profileimg {
	margin:10px;
	border:1px solid #CCC;
	padding:3px;
	height:1%;
	width:45px;
	float:left;
	max-height:60px;
	max-width:45px;
}
div.imageborder {
	border:1px solid #CCC;
	padding:2px;
	float:left;
	overflow:visible;
}
div.imageborder img, div.imageborder a {
	padding:0px;
	margin:0px;
}

div.centeralign{
	text-align: center;
}

div.nopadding{
	padding: 0;	
}

div.nomargin{
	margin: 0;
}

div.resultsummary {
	padding:10px;
	border:1px solid #CCC;
	margin-bottom:10px;
	
}

/** Span CSS **/

span.active{
	color: #000;	
	font-weight:bold;
}

/** Img CSS **/

img.topimg{
	margin-right: 10px;	
	margin-bottom: 10px;
}

img.sideimg{
	margin-bottom: 10px;	
}

/** Lists CSS **/

ul#footerlayout{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#footerlayout li{
	float: left;	
	padding-left: 5px;
}

ul#sidelinks{
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
}

ul#sidelinks li{
	margin-bottom: 7px;
}

div.vg_banner_rectangol, #vg_banner_rectangol
{
	display:none;
}
