body {
	font-family:Arial;
	font-size:14px;
	color:#r444444;
	background-color:#000000;
	margin:0px;
	line-height:20px;
}

#top {
	border-bottom:1px solid #d2ed99;
	height:100px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#topgrad {
	background-image:url(images/topgrad.jpg);
	background-repeat:repeat-x;
}

#tagline {
	position:absolute;
	color:#5f830a;
	font-size:14px;
	top:72px;
	left:434px;
	font-style:italic;
}

#topnav {
	position:absolute;
	right:0px;
	top:10px;
	text-align:right;
	color:#ffffff;
	font-size:12px;
}

#topnav a {
	color:#ffffff;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

#topnav a:hover {
	text-decoration:underline;
}

#wrapper #nav {
	position:relative;
	z-index:10;
}

#nav {
	background-image:url(images/nav.jpg);
	background-repeat:repeat-x;
	height:57px;
}

.navigation {
	margin:0px;
	padding:0px;
	list-style:none;
	width:800px;
	z-index:10;
}

.navigation li {
	float:left;
	margin:0px;
	padding:0px;
	width: 100px;
	position: relative;
}


.navigation a {
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	line-height:56px;
	display:block;
	background-image:url(images/navsep.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:center;
}

.navigation a:hover {
	background-image:url(images/navover.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#ffffff;
}

.navigation li:hover ul {
	display:block;
	left:auto;
}

.subnav {
	left:-999em;
	width:200px;
	margin:0px;
	list-style:none;
	padding:0px;
	background-color:#555555;
	position:absolute;
	top:56px;
	z-index:11;
	font-size:12px;
}

.subnav a {
	z-index:50;
	font-size:12px;
	margin:0px;
	padding:5px;
	line-height:35px;
	display:block;
	border-bottom:1px solid #333333;
	border-top:1px solid #777777;
	background-image:none;
}

.subnav a:hover {
	color:#ffffff;
	background-color:#666666;
	background-image:none;
}

.subnav li {
	float:left;
	width:200px;
	margin:0px;
	padding:0px;
	border-right:none;
}

.container {
	width:800px;
	margin:auto;
	position:relative;
}

#main {
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;	
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:10px;
	z-index:0;
	border-bottom:1px solid #ffffff;
}

#showcase {
	background-image:url(images/showcase.gif);
	background-repeat:no-repeat;	
	position:relative;
	height:235px;
}

#banshad {
	background-image:url(images/shadow.jpg);
	background-repeat:no-repeat;	
	height:9px;
}	

#slides {
	width:775px;
	position:absolute;
	left:13px;
	top:13px;
	bottom:13px;
	height:209px;
	overflow:hidden;
}

.slide {
	height:209px;
	width:775px;
}

#slides img {
	margin-bottom:-3px;
}

.infobar {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/infobar.gif);
	background-repeat:no-repeat;	
	background-position:bottom left;
	color:#ffffff;
	z-index:5;
	line-height:40px;
	padding-left:25px;
	padding-right:25px;
	text-align:right;
	height:40px;
}

.infobar a {
	color:#b4d764;
}

#prev {
	position:absolute;
	top:95px;
	left:23px;
	display:none;
	z-index:10;
}

#next {
	position:absolute;
	top:95px;
	right:22px;
	display:none;
	z-index:10;
}	

#rtop {
	background-image:url(images/rtop.gif);
	background-repeat:no-repeat;	
	height:4px;
}

#rbottom {
	background-image:url(images/rbottom.gif);
	background-repeat:no-repeat;	
	height:4px;
}

#content {
	padding-top:40px;
	padding-bottom:40px;
}

#location {
	background-color:#ffffff;
	padding:13px;
	font-weight:bold;
	color:#000000;
	font-size:16px;
	border:1px solid #ffffff;
}

#left {
	width:470px;
	float:left;
}

#right {
	margin-left:500px;
	border-left:1px dotted #888888;
	padding-left:30px;
	padding-bottom:10px;
}

#bottom {
	background-image:url(images/bottomgrad.jpg);
	background-repeat:repeat-x;
	background-color:#2c2c2c;
	border-top:1px solid #111111;
	color:#818181;
	padding-bottom:40px;
	padding-top:35px;
	line-height:25px;
}

#footer {
	padding:20px;
	font-size:12px;
	color:#ffffff;
}

#portfolio_buttons {
	padding-top:10px;
	margin-bottom:10px;
}

#portfolio_buttons a {
	margin-right:5px;
}

.block {
	width:245px;
	float:left;
	margin-left:20px;
}

.sep {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #888888;
}

.forms {
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding:4px;
	vertical-align:top;
}

.block-left {
	width:230px;
	float:left;
}

.block-right {
	width:230px;
	float:left;
	margin-left:10px;
}
