/* CSS Document */

body {
	margin:15px 0px 0px 0px;
	padding:0px;
	font:12px/17px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/pagegurl_background.gif);
	background-repeat: repeat;
}
	
h1 {
	font-size:large;
	font-weight:bold;
	}
	
h2 {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#99470e;
	}
	
h3 {
	font-size:medium;
	font-weight:bold;
	}
	
div {
	margin:0px;
	border:0px;
	padding:0px;
	}
	
/*IDs go here.*/

#page {
	position:relative;
	width:800px;
	margin:0px auto;
	background-color: #333333;
	}
		
#banner {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:224px;
	z-index:1;
	}
#topbanner {
	height: 46px;
	width: 800px;
	z-index: 1;
	left: 0px;
	top: 0px;
	position: absolute;
}
#leftbanner img {
	position: absolute;
	left: 0px;
	top: 46px;
	width: 57px;
	height: 178px;
}
#rightbanner {
	height: 178px;
	width: 591px;
	position: absolute;
	left: 209px;
	top: 46px;
}



	
#home {
	position:absolute;
	top:32px;
	left:700px;
	width:100px;
	height:32px;
	margin:0px;
	padding:0px;
	background-color:#719f00; /*medium green*/
	z-index:2;
	}
	
#home a {
	display:block;
	width:100px;
	height:24px;
	padding-top:8px;
	color:#252525; /*90% gray*/
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	}
	
#home a:hover {
	color:#ffffff; /*white*/
	}
	
#home a:active {
	color:#719f00;
	background-color:#252525;
	}
#homebutton {
	height: 178px;
	width: 152px;
	position: absolute;
	left: 57px;
	top: 46px;
}

	
#nav ul {
	position:absolute;
	top:224px;
	width:266px;
	height:32px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-color:#3c5507; /*dark green*/
	border:0px;
	float:left;
	clear:left;
	}
	
#nav ul li {
	width:133px;
	height:40px;
	margin:0px;
	list-style-type:none;
	float:left;
	}
	
#nav ul li a {
	display:block;
	width:110px;
	height:22px;
	padding:0px;
	padding-top:10px;
	color:#FFFFFF; /*white*/
	text-align:center;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	}
	
#nav ul li a:hover {
	color:#252525; /*90% gray*/
	}
	
#nav ul li a:active {
	color:#3c5507;
	background-color:white;
	}

#sidebar {
	position:absolute;
	top:225px;
	width:201px;
	height:419px;
	margin:0px;
	float:left;
	clear:left;
	background-color:#666666;
	left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 35px;
}
	
#sidebar ul{
	width:201px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	border:0px;
}
a {
	color: #9966ff;
}


#sidebar ul li {
	width:201px;
	margin:0px;
	margin-left:0px;
	padding:0px;
	list-style-type:none;
	border:0px;
	text-align:right;
	float: right;
	}

#sidebar ul li a {
	display:block;
	width:150px;
	color:#000000; /*90% gray*/
	text-align:right;
	text-decoration:none;
	font-size:medium;
	font-weight:bold;
	padding-top: 15px;
	margin-right: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	float: right;
	}

	
#sidebar ul li a:hover {
	color:#ffffff; /*white*/
	}

	
/*		
#grapes {
	width:189px;
	height:166px;
	padding:0px;
	margin-top:45px;
	margin-left:35px;
	v-index:2;
	}*/
	
#content {
	position:absolute;
	top:225px;
	left:236px;
	width:524px;
	height:419px;
	margin:0px;
	padding:10px 20px 10px 20px;
	background-color:#CCCCCC; /*light green*/
	overflow:auto;
	}
#portfoliocontent {
	background-color: #666666;
	margin: 0px;
	width: 760px;
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 227px;
	padding: 10px;
	padding-right: 30px;
	vertical-align: top;
}


#contacttable {
	text-align: left;
}
#portfoliocontent table tr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: top;
}
#footer {
	height: 15px;
	position: absolute;
	float: left;
	width: 800px;
	margin: 0px;
	visibility: visible;
	left: 0px;
	top: 664px;
	right: auto;
	padding-top: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
}
#footer a {
	color: #9966ff;
}
#footer a:hover {
	color: #ffffff;
}


	
.bold {
	font-weight:bold;
	}



</style>
#portfoliocontent {

	position:absolute;
	top:225px;
	left:236px;
	width:524px;
	height:419px;
	margin:0px;
	padding:10px 20px 10px 20px;
	background-color:#CCCCCC; /*light green*/
	overflow:auto;
}
#folio th {
	font-size: small;
	background-color: #CCCCCC;
}
