﻿/* master style sheet -- begin here */
/***** Global Settings *****/
/*reset settings*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { 
	border:0;
	margin:0;
	padding:0;
	background-color: #fff;
	background-image: url('../v2images/vgtv2bg.jpg');
	background-repeat: repeat-x;
}
 
html { 
	border:0;
	margin:0;
	padding:0;
	
}
 
body { 
	font:80%/1.25 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 
}
 
/***** Headings *****/
h1 {position: absolute; top: -100px; left: -100px; margin:0 auto; text-align: center; text-indent:-1999px;}
h2 {font-size: 100%; color: #993300; font-weight: bold; margin-bottom: 5px;}
h3 {}
h4 {}
h5 {}
 
 
/***** Common Formatting *****/

ol {
 	margin:0;
 	padding:0;
 	padding-bottom: 10px;
 
}
 
ul {
 	margin:0;
 	padding:0;
 	padding-bottom: 10px;
 
}
 
p {
 	margin:0;
 	padding:0;
 	padding-bottom: 10px;
 	text-align: justify;
 	line-height: 18px;
 
}
 
 
blockquote {
 	margin:1.25em;
 	padding:1.25em 1.25em 0 1.25em;
 
}
 
small {
 	font-size:0.85em;
 
}
 
img {
 	border:0;
 
}
 
sup {
 	position:relative;
 	bottom:0.3em;
 	vertical-align:baseline;
 
}
 
sub {
 	position:relative;
 	bottom:-0.2em;
 	vertical-align:baseline;
 
}
 
abbr {
 	cursor:help;
 	letter-spacing:1px;
 	border-bottom:1px dashed;
 
}
 
acronym {
 	cursor:help;
 	letter-spacing:1px;
 	border-bottom:1px dashed;
 
}
 
/***** Links *****/
 
a,a:link, a:hover,a :visited {text-decoration: none;}
 
a {color: #993300;}
a:link {color: #993300;}
a:visited {color: #53682b;}
a:hover {color: #53682b;}

a.footer {color: white;}
a.footer:link {color: white;}
a.footer:visited {color: silver;}
a.footer:hover {color: silver;}
 
/***** Forms *****/
 
form {
 	margin:0;
 	padding:0;
 	display:inline;
 
}
 
textarea {
 	font:1em Arial, Helvetica, sans-serif;
 
}
 
select {
 	font:1em Arial, Helvetica, sans-serif;
 
}
 
input {
 	font:1em Arial, Helvetica, sans-serif;
 
}
 
textarea {
 	width:100%;
 	line-height:1.25;
 
}
 
label {
 	cursor:pointer;
 
}
 
/***** Tables *****/
 
table {
 
border:0;
 
margin:0 0 1.25em 0;
 
padding:0;
 
}
 
table tr td {
 
padding:2px;
 
}
 
/***** Wrapper *****/
 
#wrap {
position: relative;
width:902px;

margin:0 auto;
 
}

#badge {
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 106px;
	height: 215px;
	top: 0px;
	right: 70px;
	background-image: url(../v2images/ribbon.png);
	background-repeat: no-repeat;
}

img, #badge {behavior: url(iepngfix.htc);}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
 
.float-right   { float:right; }
 
.text-left     { text-align:left; }
 
.text-right    { text-align:right; }
 
.text-center   { text-align:center; }
 
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
 
.italic        { font-style:italic; }
 
.underline     { border-bottom:1px solid; }
 
.highlight     { background:#FFFFCC; }
 
.wrap          { width:960px;margin:0 auto; }
  
.nopadding     { padding:0; }

.padding	   {padding-top: 5px; padding-right: 15px; padding-bottom: 5px; padding-left: 15px;}
 
.noindent      { margin-left:0;padding-left:0; }
 
.nobullet      { list-style:none;list-style-image:none; }

.bullet        {list-style-type: square;}
.headingtag	{text-align: center; margin: 0; padding: 0;}


/* layout */

#navigation {
	position: relative; 
	float: left;
	margin: 0; 
	padding:0; 
	width: 20%;
	}
	
#new {float: right; margin-top: 40px; text-align: center;}
#swfholder	{position: relative; border: 10px solid white;}

#swfwrapper	{position: relative; border: 1px solid silver; margin-top: 40px; margin-left: 10px; margin-bottom: 10px;}


#header {margin: 0 auto; width: 902px; height: 211px; background-image: url('../v2images/venicegenoalogo.jpg'); background-repeat: no-repeat;}	
#footer {height: 150px; background-color: #556a30; border-top: 1px solid silver;}
#footer p {color: #FFFFFF; font-size: x-small;}
#footer p.blue {color: silver; font-size: x-small;}
#infoholder {width: 900px; margin: 0 auto;}
#infotext1 {width: 80%; float: left; margin-left: 150px;}
#infotext2 {width: 40%; float: right;}
p.info {color: silver; font-size: x-small; text-align: center;}


#mainimage {width : 600px; height: 325px; float: right; background-image: url('../../images/gsmainimage.jpg'); background-repeat: no-repeat;}
#content {width: 80%; float: right;}
#subnavigation {
	width: 900px;
	height: 250px;
}

#subnav1 {
	
	float: left;
	width: 300px;	
}

#associations {
	
	margin: 0px auto;
	width: 400px;
}

#testimonial {
	width: 320px;
	float: left;
	padding: 20px;
}

#testimonial p {
	font-family: Trebuchet, Georgia, serif;
	color: #993300;
	font-size: 110%;
}
.tab1 {
	float: left;
	width: 300px;
	height: 150px;
	clear: both;
}

img.floatleft {float: left;}
img.floatright {float: right; padding-left: 5px;}

/* navigation */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 40px;
left: 0;
}
dl#menu {
width: 13em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 25px;
line-height: 25px;
text-align: left;
font-weight: bold;
letter-spacing: .1em;
color: #556a30;


/*background: #ccc;*/
}
dl#menu dd {
/*border: 1px solid gray;*/
}
dl#menu li {
text-align: left;
background: #fff;
}
dl#menu li a, dl#menu dt a {
color: #556a30;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
color: #333333;
}

