/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/ve_webbg.jpg);
	background-repeat:repeat;
	margin:0;

	}



#container {
	width:710px;
	background-image:url(../images/0510_ve_bg.jpg);
	background-repeat:repeat-y;
	margin:auto;
	padding:0px;
	}

	
#divideline {
	
	clear:both;
	}
	
#nav-bar {
	width:700px;
	height:50px;
	margin:auto;
	background-color:#e9ddbf;
	}


/* More Information */

.moreinfomiddle {
	width:690px;
	background-color:#fdf7ea;
}

#moreinfo-content {
	padding:10px;
	}


/* Columns */

#rightcol {
	float:left;
	width:310px;
	border:1px solid #000000;
	
	}
	
#leftcol {
	float:left;
	width:310px;
	border:1px solid #000000;
	margin-right:3px;
	}					

/* End - More Information */



/* Footer Closing Information */

#footer {

	margin:auto;
	padding:10px;
	background-color:#260F0B;
	color:#FFFFCC;
	clear:both;
	}
	
#footer li {
list-style:none;
font-size:12px;
}

.footertitle {
	font-size:16px;
	font-style:italic;
	color:#FFFFCC;
	}	
	
/* Links */

a.contentlink:link {
	color:#8f2d0e;
	text-decoration:underline;
	}
	
a.contentlink:active {
	color:#8f2d0e;
	text-decoration:underline;
	}	
	
a.contentlink:visited {
	color:#8f2d0e;
	text-decoration:underline;
	}	
	
a.contentlink:hover {
	color:000000;
	text-decoration:underline;
	}	


/* Special Formats */

.imagespace {
	margin-top: 8px;
	}

h1 {
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#8f2d0e;
	}
	
h2 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#8f2d0e;
	}
	
h3 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#8f2d0e;
	}		
	
.title-caseh3 {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#8f2d0e;
	font-weight:bold;
	}		
	
/*
li {
	list-style-image:url(../images/bullet-point.jpg);
	}*/
	
.authorfont {
	font-size:10px;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	}
	
.smallerfont {
	font-size:10px;
	}
	
	
#testimonials {
	border: 2px solid #8f2d0e;
	padding:5px;
	margin:auto;
	width:450px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	text-align:center;
	}	
	
.tablerowheader {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:bold;
	background-color:#8f2d0e;	
	}
	
	
.boxofinfo {
	border:2px solid #8f2d0e;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	width:450px;
	margin:auto;
	padding:5px;
	} 	
					
