/* CSS Document */

html, body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 85%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/* MSIE 5 doesn't center based on auto left/right margins, 
    but 'text-align:center' does center top-level divs: */
	text-align: center;
  	/* Specify a min-width for the body as wide as the 'wrapper'
    element itself. This prevents negative (i.e. inaccessible)
    left-margins in narrow browser windows when using 
    Navigator 6+/Mozilla on Win32: */
  	min-width: 950px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#wrapper {
	vertical-align: top;
	text-align: left;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 35px 25px 40px;
}

#logo {
	display: none;
}

#header {
	width: 100%;
	margin-bottom: 1em;
	float: left;
	display: inline;
}

#nav-container {
	width: 100%;
	
}

.nav {
	float:left;
	display: inline;
}

.nav ul {
	list-style-type: none;
	margin: 25px 0 0 25px;
	line-height: 1.7em;
	padding: 0;
	font-size: .95em;
}

.nav li {
	font-size: 1em;
}

.nav li a {
	color: #89857E;
	text-decoration: none;
	background: transparent url(../images/nav.gif) 0 0 no-repeat;
	padding: 5px 0 0 25px;
}

.nav li a:hover {
	color: #8FD92D;
	background: transparent url(../images/nav.gif) 0 -27px no-repeat;
}

#content {
	width: 100%;
	float: left;
	display: inline;
}

#column-container {
	width: 100%;
	float: left;
	display: inline;
	/*margin: 25px 0 0 0;*/
}

#column-left {
	float: left;
	display: inline;
	width: 580px;
	padding: 0 25px 0 0;
}

#column-right {
	float: right;
	width: 265px;
}

#footer {
	float: left;
	display: inline;
	width: 820px;
	border-top: solid 1px #CBCAC7;
	margin: 20px 0 0 0;
	padding: 10px 0 15px 50px;
	background: transparent url(../images/vgt-motif.gif) 0 8px no-repeat;
}

#footer p {
	font-size: .95em;
	line-height: 1.2em;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
	text-align: right;
}

#map {
	width: 555px;
	height: 300px;
	margin: 0 0 1em 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8FD92D;
	font-weight: normal;
}

h1 {
	font-size: 2em;
	margin-bottom: .2em
}

h2 {
	font-size: 1.5em;
	margin-bottom: .2em
}

h3 {
	font-size: 1.2em;
}

p {
	color: #89857E;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

a {
	color: #8FD92D;
}

a:hover {
	text-decoration: none;
}

ul {
	color: #89857E;
	list-style-type: square;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding-left: 1em;
}

ul ul {
	margin: 0;
}

ol {
	color: #89857E;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding-left: 1em;
	list-style-position: inside;
}

	/* Horizontal rule style */
hr {
	border: 0;
	color: #8FD92D;
	background-color: #8FD92D;
	height: 1px;
	margin-bottom: 1em;
	clear: both;
}

/* Acronym and abbreviation style */
acronym, abbr {
	cursor: help;
}

.floatleft {
	float:left;	
} 

.floatright {
	float: right;	
}

.floatimgleft {
	float:left;	
	margin: 0 1em 1em 0;
} 

.floatimgright {
	float: right;	
	margin: 0 0 1em 1em;
}

.column-wrapper {
	width: 555px;
	float: left;
	display: inline;
}

.column1 {
	width: 265px;
	float: left;
	display: inline;
	padding: 0 25px 0 0;
}

.column2 {
	width: 265px;
	float: left;
	display: inline;
}

.top {
	background:  url("../images/top.gif") no-repeat left center;	
	padding-left: 1.5em;	
	font-size: 0.9em;
	color: #89857E;
	display:block;
	float: left;
	display:inline;
	clear: both;
}

.panel {
	width: 200px;
	background:  url("../images/panel-bg.jpg") no-repeat center top;
	padding: 15px 5px 0 59px;
	margin: 0 0 25px 0;
	
}

.panel h1 {
	font-size: 1.5em;
	
}

.panel p {
	font-size: 0.9em;
	text-transform: uppercase;
}

.panel img {
	margin: 0 0 .5em 0;
}

.small-text {
	font-size: .9em;
}

/* FORMS - ALL CSS FOR FORMS AND FORM ELEMENTS BELOW */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color:#89857E;
  margin: 0 0 1em 0;
  padding: 0;
  float: left;
  display: inline;
  width: 100%;
  
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #89857E;
  border-width: 1px;
  border-style: solid;
  padding: 1em;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 30%; 
	padding: 0; 
	margin: 0.5em 0 0 1em; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

/*form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
/*	text-decoration:underline;    	/* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
									/* changed to label first letter, opera broke after first letter legend */
/*}*/

form fieldset legend {
	color:#8FD92D;
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#89857E;
	border: 1px solid #89857E; 
	width:50%;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:.5em 0 0 1em; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 .5em 30%; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */
form .button{width: 6em; background-color:#8FD92D; color:#FFF;} /* uses class instead of div, more efficient */

/*form br {
	clear:both;  setting clear on inputs didn't work consistently, so brs added for degrade
} */

/* ----------------------------------------------------------------------------- */
/* CSS FOR ACCESSIBILITY */
#skiplink {display:none} 