/*----------------------------------------Reset css-----------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------Reset css---------------------------------------------*/

/*------------------------------------------main-------------------------------------------------*/
body 
{ 
	background:#000;
	font: 12px/12px helvetica-neue, helvetica, arial, sans-serif;
}
p {color:#888;}
p strong {color: #cccccc; font-weight:bold;}

#imageContainer
{  
    width: 100%;
    margin: 8px auto;
    background: center;
}
  
#image  
{  
    height: 551px;
    background: url(VFWEB.jpg) no-repeat center;
}

#copyrightText
{
	width: 100%;
	margin: auto;
	background: center;
}


#contentContainer
{
    width:980px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#formContainer
{
    width: 980px;
	height: 551px;
    margin: 8px auto;
    background: center;
	border:#989898 solid 1px;
	border-color:  rgba(255, 255, 255, 0.1);
}


#middle
{

	width: 980px;
	text-align: center;
}


p.text 
{
	width: 980px;
	text-align: center;
	line-height:18px;
}

a#mailtoLink
{
	color: #cccccc; 
	outline: 0; 
	position:relative;
	top: -550px;
}

a#hopeLink
{
	color: #cccccc; 
	font-weight:bold;
	text-decoration: none;
	outline: 0;
	margin: 0 60px 0 -60px;
}

a#tdpPdfLink
{
	color: #cccccc; 
	font-weight:bold;
	text-decoration: none;
	outline: 0;
	margin: 0 -46px 0 60px;
}

a#contactText
{

	/*left:940px;*/
	color:#888;
	text-decoration: none;
	outline: 0; 
	line-height:18px;

}

a#contactText strong
{
	color: #cccccc; 
	font-weight:bold;
	text-decoration: none;
	outline: 0; 
}

a#contactText:hover
{
	color: #fdf8e5;
}

p.contactPageText
{
	position: relative;
	top: -550px;
	color:#888;
	text-decoration: none;
	outline: 0; 
}
/*
	Slideshow
*/

#slides
{
    width: 980px;
	height: 551px;
    margin: 8px auto;
    background: center;
}

a.next
{
	float:right;
	position:relative;
	top: -310px;
	height: 0px;
	z-index: 2000;
			outline: 0; 
}
 
a.prev
{
	float:left;
	position: absolute;
	top:250px;
	z-index: 2000;
			outline: 0; 
}
 /*
	Pagination
*/

.pagination {
	margin:0 auto 0;
	width:100px;
	position: relative;
	top: -20px;
	right: -15px;
	z-index: 2000;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	outline: 0; 
}

.pagination li.current a {
	background-position:0 -12px;
	outline: 0; 
}
