@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

/* NORMALISE MARGINS, PADDING, ETC */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td,  {
margin: 0;
padding: 0;
}

/* NORMALISE FONT SIZE FOR HEADERS */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* REMOVE LIST STYLE FROM LISTS */
ol, ul {
list-style: none;
}

/* NORMALISE FONT-STYLE AND FONT-WEIGHT TO NORMAL */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* REMOVE BORDERS AND SPACING FROM TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#FFFFFF; 
}

/* TEMP RED BORDERS
div {
border: 1px solid red;
}  */

/* WIDTH AND HEIGHT SETTINGS */

/*CENTERING THE WRAPPER DIV  IN THE HTML*/
body {
background-color:#000000;
text-align: center; /* IE5 Bug Fix* to allow centering of wrapper div */
font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
position: relative;
margin-top: 80px;
text-align: left; /* IE5 Bug Fix* to allow centering of wrapper div */
margin-left: auto;
margin-right: auto;
width: 900px;
}


#branding {
position: relative;
width: 900px;
height: 200px;
}

#branding h1 {
background-image: url(../images/VV_weblogo.png);
background-repeat: no-repeat;
width: 200px;
height: 220px;
position: absolute;
left: -25px;
top: -20px;
text-indent: -9999px;
padding: 0;
margin: 0;
}

#branding blockquote {
position: absolute;
left: 220px;
height: 75px;
bottom: -4px;
width: 450px;
padding: 0;
margin: 0;
background-image:url(../images/blkquote.png);
background-repeat: no-repeat;
text-indent: -9999px;
}

#branding h2 {
position: absolute;
right: -17px;
bottom: 20px;
width: 200px;
height: 125px;
background-image: url(../images/services.png);
background-repeat: no-repeat;
text-indent: -9999px;
padding: 0;
margin: 0;
}


#navigation {
background-image:url(../images/nav_bkd.jpg);
background-repeat: no-repeat;
height: 37px;
width: 900px;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
font-weight: 600;
}

#navigation ul {
padding: 0;
margin: 0;
padding-top: 12px;
padding-left: 18px;
}

#navigation li {
display: inline;
padding-left: 23px;
}

#navigation a:link {
	color:#000;
	text-decoration:none;
}

#navigation a:visited {
	color:#000;
	text-decoration:none;
}

#navigation a:hover {
	color:#FFF;
	text-decoration:none;
}

#navigation a:active {
	color:#000;
	text-decoration:none;
}

#content  {
	color:#000;
	background-color:#fff;
	margin-bottom:20px;
	width:900px;
	float:left;
}

#content a:link {
	text-decoration:none;
	color:#fff;
}

#tagline {
	width: 900px;
	height: 37px;
	background-image:url(../images/tagline.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
}

/* HOME PAGE INFORMATION BIOGRAPHY ABOUT US AND KEY FEATURES */
#about_us {
	width:900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;
	float: left;

}

#about_us p {
	margin:0;
	padding:0;
	margin-top:.75em;
	line-height:160%;
	color:#666666;
}

#about_us h1 {
	font-size:18px;
	color: #F78F1E;
}

#biography {
	width:400px;
	color:#FFF;
	text-align:left;
	float:left;
}

#keyfeatures {
	width:400px;
	color:#FFF;
	text-align:left;
	float:left;
	margin-left:70px;
}

#keyfeatures p {
	margin:0;
	padding:0;
	color:#666666;
}

.bold_text {
	font-weight:bold;
	margin-top:.75em;
	color:#666666;
}

#footer {
	color:#666666;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	bottom:0;
	margin-top:70px;
	text-align:right;
	margin-bottom:20px;
}

.page_active {
font-weight: bold;
color: #660000;
}

#content #album {
margin-top: 15px;
margin; 0;
padding: 0;
}

#content #albumlist {
list-style-type: none;
}

#content #albumlist li {
float: left;
width: 540px;
margin-right: 7px;
margin-bottom: 10px;
}

#content #albumlist img {
display: block;
border: 1px solid #333300;
}