/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {
	margin: 0;
	padding: 0;
	background-color: #336;
}

* {
	margin: 0;
	padding: 0;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

#wrap{
	color:#303030;
	margin:0 auto;
	width:750px;
	border-right: 0px;
	border-right-color: #666666;
}

/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #FFFFFF; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

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}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 125px; font-style: italic; color: #648D20; font-size: 0.90em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

ul, ol {
	font-size: 0.7em;
	line-height: 1.6em;
	color: #000066;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 7px;
}

code {font-family: monospace; font-size: 1.2em; color: #000066}

p span {
	font-size: 0.9em;
	font-weight: bold;
	color: #F15722;
} /* shouting words */

a:link, a:visited {
	color: #F15722;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:hover {
	color: #F60;
	border-color: #F60;
	text-decoration: underline;
}

a:active {color: #fff; border-color: #fff}

acronym {
	font-weight: bolder;
	border-bottom: 1px dashed #000;
	cursor: help;
	color: #000;
	text-transform: none;
}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
	position: relative;
	margin: 0 auto;
	width: 650px;  /* Important image, do not remove */
	overflow: hidden;
	background-color: #000;
	background-image: url(img/bkgd.jp);
	background-repeat: repeat-y;
	background-position: 0 0;
}

#hdr {  /* div containing h1, nav and grapes image */
float: left; 
width: 620px; 
height: 250px; 
background: url(images/grapes.jpg) 0 0 no-repeat #  /* Image of Grapes */
}

#lftcol {   /* left column */
	position: absolute;
	left: -3px;
	top: 227px;
	margin-left: 2px;  /* leave this so that background image lines up with edge of this div */
	width: 195px;
	background: transparent;
	overflow: hidden
}

#lftcol H5 {
	font-family: Georgia, Georgia, serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 2px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
}
#rgtcol {
	float: right;
	width: 425px;
	padding-bottom: 30px;
	background: transparent;
	overflow: hidden;
	padding-right: 25px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
}  /* right column */

#bttmbar {
	float: right;
	text-align: center;
	font-size: 0.8em;
	height: 4em;
	line-height: 4em;
	width: 650px;
	border-top: 1px solid #D9D93C;
	color: #FFFFFF;
	background-color: #F60;
}

#quote {    /* Quote box in left column */
	float: left;
	margin: 10px 0 20px 10px;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	background: url() no-repeat 0 0
}

#quote p {
	color: #444;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	list-style: none inside;
	margin-top: 53px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
	
ul#nav li {
	float: left;
	display: block;
	}

ul#nav li a {
	width: 150px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #F68D1F;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F15722;
}

ul#nav li a#current {
	border-color: #C00
}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {
	color: #fff;
	background-color: #F05423;
}

.leftImg
{
	float:left;
	padding: 1px;
	border: 1px dotted #213205;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.rightImg
{
	float:right;
	padding: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	border: 1px dotted #213205;
}
	
h3 {
	font-family: Georgia, Georgia, serif;
	margin: 15px 0 0 5px;
	color: #C52329;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
}
p {
	margin: 10px 10px 0 7px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #FFF;
	letter-spacing: 0.04em
}
h4 {
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	color: #BD2E2A;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 5px;
}
p loud {
	font-size: 1.2em;
	font-weight: bold;
	color: #C52329;
}
.leftImgnb {
	float:left;
	padding: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
#bttmbar a {
	color: #FFFFFF;
}
h5 {
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	margin: 15px 0 0 5px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
#lftcol a img {
	border: 0;             
}
#lftcol_b {
	position: absolute;
	left: 7px;
	top: 243px;
	margin-left: 2px;  /* leave this so that background image lines up with edge of this div */
	width: 214px;
	background: transparent;
	overflow: hidden
}
#lftcol H4 {
	font-family: Georgia, Georgia, serif;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
}
#rgtcol a img {
	border: 0;
}
