/* CSS Document */
/* Created 18 August 2008*/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/

* {
	margin:0;
	color: #002F50;
	}
body,
html {}
body {
	font:8pt/140% Verdana, sans-serif;
	background-color: #e2f0b0;
	color: #002F50;
	}

/* Main layout
================================================*/

#container {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position: relative;
	width: 650px;
	margin-top: 10px;
	
}


#header {
	background-image:url(../images/van-logo.jpg);
	background-repeat:no-repeat;
	height:114px;
}

#main {
	width:620px;
	margin-right: 5px;
	float: right;
	margin-top: 10px;
	}
	
	
#main2 {
	width:688px;
	height: 100px;
	}	
	
main img {
	float: left;
	padding: 0px 10px 0px 0px;
	clear: right;
}	
		

#sidebar {
	font-size:8pt;
	line-height:1.4em;
	float:right;
	width: 253px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: 155px;
	margin-top: 10px;
	}
	

	
#content {
	}


#footer {
	clear:both;
	text-align:left;
	color:#ccc;
	background-image:url(../images/gallery-ft.jpg);
	height: 229px;
	background-repeat: no-repeat;
	background-color: #E2F0B0;
	
	}



	
/* Links
================================================*/
a:link,
a:active {
	color:#333333;
	text-decoration: none;
	}
a:visited {
	color:#333333;
	text-decoration: none;
	}
a:hover {
	color:#0099CC;
	}
a.imglink:link,
a.imglink:visited {border:0;}
a.imglink:hover {background:transparent;}




/* Headings
================================================*/
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#000;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	}
h1 {
	font-size:9pt;
	margin:3px 0 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#002F50;
	line-height: 1.4;
	font-weight: normal;
	}
h2 {
	font-size:1.2em;
	COLOR:#FF9C00;
	margin:0px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
}
.home h2 {
	font-weight:normal;
	font-size:1.6em;
	margin:0 0 0.625em;
	}
h2 a:link,
h2 a:visited,
h2 a:hover {
	font-weight:normal;
	color:#000;
	border:0;
	padding:0;
	margin:0;
	}
	

/* Lists
================================================*/
dl,
ol,
ul {margin:0px 0 1em;}

ul {
	padding:4px 0 0px 40px;
	font-size: 1em;
	list-style-type:disc;
	list-style-image: url(none);
	
	}
ol {
	padding:0 0 0 0;
	margin:0 3px 0px 15px;
	list-style-image: url(none);
	list-style-type: disc;
}
li {
	margin:0px 3px 3px 3px;
}

	

/* Images
================================================*/
img {
	display:inline;
	border:none;
}

.fullwidth2 {
	padding:4px 0px 0 0px;
	margin:0 0 20px 0;
	}
.flow {
	float:right;
	margin:0 12px 2px 0px;
	}
.dec {
	padding:4px;
	border:1px solid #ccc;}


.fullwidth {
	padding:4px;
	margin:1em 0; 
	}
.centerfullwidth {
	border:1px solid #ccc;
	padding:4px;
	margin:1em 0;
	}	
.flow {
	float:left;
	margin:0 3px 10px 9px;
	}
.flowtext {
    float:left;
	margin:0px 15px 6px 0px;
	}

.flowtextRight {
    float:right;
	margin:0px 0px 6px 15px;
	}


.flowbox {
	float:left;
	border:1px solid #ccc;
	padding:4px;
	margin:1em;
	}	
	
