/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {margin: 0;
	padding: 0; 
	background: #716529
}

* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-family:  Arial, Helvetica, sans-serif
}

/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {
	margin: 15px 0 0 5px; 
	color: #FFFFFF; 
	font-weight: normal; 
	text-decoration: none
}

h1 {
	position: absolute; 
	right: 0px; 
	top: 30px; 
	font-size: 2.25em; 
	letter-spacing: 0.1em; 
	line-height: 1.00em; 
	padding-right: 10px; 
	border-right: 15px solid #fff
}

/* sits under main title */
p#tagline {
	position: absolute;
	right: 24px;
	top: 240px;
	font-style: italic;
	font-weight: bold;
	color: #648D20;
	font-size: 16pt;
	margin: 0, 0, 0, 0;
	border: 0, 0, 0, 0;
}

h2 {
	font-size: 1.6em;
	letter-spacing: 0.05em;
	font-weight: bold;
}

p, ul, ol {
	margin: 7px 10px 0 7px;
	font-size: 0.85em;
	line-height: 1.6em;
	color: #000;
	letter-spacing: 0.05em
}

/* shouting words */
p span {
	font-size: 1.50em;
	font-weight: bold
}

a:link, a:visited {
	color: #7A4E11; 
	font-weight: bold; 
	text-decoration: none; 
	border-bottom: 1px solid #792533
}

a:hover, a:active {
	color: #fff; 
	border-color: #fff
}

/* general lists */
ul {
	list-style: inside square
}

acronym {
	font-weight: bold; 
	border-bottom: 1px dashed #000; 
	cursor: help
}

/* Layout DIVS */

#container {  /* keeps everything together */
	position: relative; 
	margin: 0 auto; 
	width: 850px; 
	background: #716529 url(../images/elephantbkgrnd.gif) repeat-y 0 0;  /* Important image, do not remove */
	overflow: hidden;
}

#hdr {  /* div containing h1, nav and grapes image */
	float: left; 
	width: 850px; 
	height: 295px; 
	background: #716529 url(../images/GRaf_Heading.jpg) no-repeat 0 0

}

#lftcol {   /* left column */
	width: 23%;
	float: left;
	margin-left: 50px;
	top: 295px;
}

/* right column */
#rgtcol {
	float: right;
	width:69%;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden;
	left: 0px;
	top: 300px;
}

#bttmbar {
	float: right;
	text-align: center;
	font-size: 0.7em;
	height: 4em;
	line-height: 4em;
	background: #AC823A;
	border-top: medium dotted #000000;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	color: #FFFFFF;
	border-bottom-color: #000000;
	width: 100%;
	margin-top: 20px;
}

#quote {    /* Quote box in left column */
	float: left;
	width: 90%;
	text-align: center;
	background-image: url(../images/oquote.gif);
	background-repeat: no-repeat;
	margin: 10px;
	
}
#lftcol #quote img {
	clear: none;
	float: right;
	padding-top: -30px;
}



/* Quote box text */
#quote p {
	color: #444; 
	font-size: 0.80em; 
	font-weight: bold; 
	line-height: 2.00em
}

#biganimation {
	width:570px;
	float: right;
	padding:8px 0;
}
/* Main Navigation */
/* navigation list */
ul#nav {
	margin: 55px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {
	float: left;
	display: block
}

ul#nav li a {
	width: 170px;
	margin: 5px 0 0 3px;
	border-left: 10px solid AC823A;
	padding: 6px 5px 9px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #7A4E11;
	background: #AC823A;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}

/* current page, move id in the xhtml when creating a new page */
ul#nav li a#current {
	border-color: #FFFFFF
}

ul#nav li a:hover {
	background: #9EA219; 
	color: #fff
}
