/* CSS Document */
/* CSS Document */

/*mass reset of browser defaults -------------------------------------------------------------------------------------------*/

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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/*end reset-------------------------------------------------------------------------------------------------------------------*/

/*type defaults-------------------------------------------------------------------------*/

/* CSS Document */

/*mass reset of browser defaults -------------------------------------------------------------------------------------------*/

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;
	/* [disabled]background-color: #666; */
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/*end reset-------------------------------------------------------------------------------------------------------------------*/

/*type defaults-------------------------------------------------------------------------*/

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, pre, p, blockquote, input, textarea {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}
a {
	color:#cc9900;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	color:#222;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 20px;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
	line-height: 28px;
	padding:9px 0;
	font-weight: normal;	
}
h3 {
	font-size: 16px;
	line-height: 20px;
	padding:9px 0;
}
h4 {
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	padding:9px 0;
}
h5 {
	font-size: 14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ccc;
	line-height: 20px;
	padding:9px 0;
}
h6 {
	font-size: 10px;
	line-height: 20px;
	padding:9px 0;
}

h7 {
	font: Arial, Helvetica, sans-serif
	font-size: 20px;
	line-height: 20px;
	padding:9px 0;
	font-size: 16px;
	color: #bae55c;
}

h8 {
	font-size: 14px;
	line-height: 18px;
	padding:9px 0;
	text-align: left;
}
h9 {
	font-size: 20px;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	color: #76AFCA;	
}
h10 {
	font-size: 24px;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	color: #ECB101;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h11 {
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
}
	
p {
	margin: 0 0 20px 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
}
ul, ol {
	margin:10px 0;
	padding-left: 16px;
	list-style-position: outside;
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin:20px 0;
}
dl dt {
	font-weight: bold;
}
acronym {
	border-bottom:1px dotted #CCCCCC;
}
blockquote {
	margin:20px 0;
	padding-left: 17px;
	border-left: 1px dotted #222;
	font-style: italic;
}
blockquote * {
	color: #222;
}
strong {
	font-weight: bold;
}
acronym {
	border-bottom:1px dotted #222;
}
em {
	font-style: italic;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.large {
	font-size:14px;
}
.extralarge {
	font-size:16px;
}
.clear {
	clear:both;
}
.smalltext {
	font-size:11px;
}
.center {
	text-align:center;
}
.hidden {
	display:none;
}
/*--Structure---------------------------------------------------*/

/*--Structure---------------------------------------------------*/
.callout{
float:left;
padding:10px;
margin:0 0 5px 0;
}

p.link{

}

a.articlelink{
color:#FF0000;
}

a.hide{
color:#0000FF;
}

dl.listing{
width:250px;
list-style:none;
float:right;

}

dl.listing dt{
padding:5px;
background-color:transparent;
border:2px solid #CCCCCC;
border-bottom:none;
margin:0 0 0 0;
}

dl.listing dd{
padding:5px;
background-color:transparent;
border:1px solid #CCCCCC;
border-top:none;
margin:0 0 2px 0;
}

.quote{
	height:inherit;
	font-size:14px;
	line-height:20px;
	background-color:tranparent;
	border:2px solid #999;
	padding:20px;
	margin:10px;
	clear:both;
}

.clear {
	clear:both;
}
.center {
	text-align:center;
}
a:link {
	color: #360;
	text-decoration: underline;
}
/*--a:visited {
	color: #F3B044;
	text-decoration: 1px dotted;
}--*/
<form method="get" action="http://www.google.com/search">

<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text"   name="q" size="25"
 maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox"  name="sitesearch"
 value="cvilleniche.com" checked /> only search Cville Niche<br />
</td></tr></table>
</div>

</form>

body {
	background:#E7F9B2;
	
	text-align:center;
}
#main {
	width:1050px;
	height:auto;
	margin:0 auto;
}
#wrapper {s
	width:1045px;
	border:2px solid #333;
	padding:0px;
	margin:20px 0;
	height:200px;
	background-color: #200D06;
	text-align:left;
    background-image: url(../images/logo/nov%20header2);  
	background-repeat:no-repeat;
	
}
ul#tabBar {
	font-size:12px;
	list-style:none;
	text-align:center;

}
ul#tabBar li {
	float:left;
	background:#fff;
	padding:7px 7px;
	border-right:1px solid #330;
	text-align:center;
		background-color: transparent;

}
ul#tabBar li:hover {
	background-color: transparent;
	text-align:center;
}
ul#tabBar li#cur {
	background:#fff url(../images/ar.jpg) 50% 27px no-repeat;
	padding:7px 7px 7px 7px;
	text-align:center;
}
ul#tabBar li a {
	color:#000;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:5px;
	font-size:14px;
}
ul#tabBar li a:hover {
	color:#360;
	font-weight: bold;
	text-decoration:underline;
	text-align:center;
}
ul#tabBar li#cur {
	color:#80080;
	text-align:center;
}
div#directions {
	clear:left;
	border-top:2px solid #333;
	margin-top:50px;
	padding:20px;
	text-align:center;
}
div#directions ol {
	font-size:20px;
	color:#333;
	text-align:center;
}
div#directions a {
	color:#000;
	text-align:center;
}
div#directions a:hover {
	background:#fff;
	color:#80080;
	text-align:center;
}
body {
	background-color:#FDF4DA;
	color: #333;
}
#containermenu {
	width: 800px;
	margin:150px 0 0px 250px;
	height: 45px;
	padding: 7px 0;
	float: right;
}
#container {
	float:left;
	width: 670px;
	margin: 0 0 0 45px;
	text-align:left;
	padding:10px;
	height: auto;
	background-color: #FFF;
	border:2px solid #333;
	color: #333;
}
#content {
	width: inherit;
	height:auto;
}
#sidebar {
	width: 250px;
	height:auto;
	float:left;
	border:2px solid #333;
	padding:3px;
	background-color:#FFF;
}

#slider {
	color: #bae55c;
}
.style1 {font-size: 20px;
padding: 0 0;}
.style2 {font-size: 14px}
.style3 {font-size: 12px}
.style4 {
font-style:italic;
color:#660066;
}

#footer {
	float: left;
	width: 670px;
	text-align:left;
	height: auto;
	background-color: #333;
	}

#gallery {
	width: 600px;
	height: auto;
	position: center;
	padding: 20px;
	border: 2px solid #000;
	background-color:#333;
}

#feedbackbox {
	position:fixed;
	top: 25%;
	left: -300px;
	width: 300px;
	border: 1px #ccc solid;
	background-color: #f0f0f0;
}

#feedbacktab {
	float:right;
	position: relative;
	left: 40px;
	width: 40px;
	height: 120px;
	background-image: url(../images/buzzbar120x40blue.png);
	border: 1px #ccc solid;
}

.section{
border-top:1px solid #000;
padding:10px 0 0 0;
}

.imageright{
border:2px solid #CCCCCC;
float:right;
margin:10px;
}

.imageleft{
border:2px solid #CCCCCC;
float:left;
margin:10px;
}
.imagecenter{
border:2px solid #CCCCCC;
margin:10px;
}
.dropcap{
	font-size:36px;
	display:inline;
	float:left;
	text-align: center;
}

.thumbnail {
	display: inline;
	margin: 3px;

}

.red {
	font-size: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	color: #990000;	
	
}

.redsmall {
	font-size: 14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	color: #990000;	
	
}
.blue {
	font-size: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	color: #76AFCA;	
	
}
.bluesmall {
	font-size: 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin:9px 0;
	padding:0;
	color: #76AFCA;	
	
}
.org {
	font-size: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	color: #C60;	
	
}

.orgsmall {
	font-size: 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin:9px 0;
	padding:0;
	color: #C60;	
	
}
.white {
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	color: #fff;	
	
}
.orange {
	font-size: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 36px;
	margin:9px 0;
	padding:0;
	color: #C60;	
	
}

.yelsmall {
	font-size: 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin:9px 0;
	padding:0;
	color: #D6A326;	
	
}


