/* 	----------------------------------------------------------------------------
	Cascading Style Sheet
	Created by: Mike Nakowicz of mindcast design and mikenak dot com
	Date: 12.21.06 @ 4:30pm
	e-mail: mnakowicz@mikenak.com
	Website: http://www.mikenak.com & this website http://www.mindcastdesign.net
	----------------------------------------------------------------------------
	Main Layout
	----------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/greenguy.png);
	background-repeat: no-repeat;
	background-position: left 15px;
}
/* Layout Features*/
#branding {
	background-attachment: fixed;
	background-image: url(../images/mindcastlogo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 702px;
	height: 390px;	
	position: absolute;
	z-index: 100;
	right: -6px;
	bottom: 8px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 10px;
	margin: 0px;
}
#navigation {
	width: 70%;
	min-width: 727px;
	max-width: 800px;
	text-align: center;
	position: relative;
	z-index: 200;
	top: 20px;
	left: 205px;
	padding: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0.4em;
	padding-bottom: 0px;
	padding-left: 0.4em;
}
#topcontainer {
	width: 805px;
	height: 20px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 200;
	left: 200px;
	top: 25px;
	margin: 0px;
	background-image: url(../images/topcontbar.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
}
#container {
	width: 75%;
	min-width: 690px;
	max-width: 775px;
	height: 75%;
	min-height: 375px;
	max-height: 475px;
	position: relative;
	top: 25px;
	left: 200px;
	z-index: 200;
	overflow: auto;
	background-color: #ECECEC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin: 0px;
}

/* Links */
li a:link, li a:active {
	color: #3A3A3A;
	text-decoration: none;
}

li a:visited {
	color: #3A3A3A;
	text-decoration: none;
}

li a:hover {
	color: #5EBB31;
	text-decoration: none;
	border-bottom-width: 5.5px;
	border-bottom-style: solid;
	border-bottom-color: #5EBB31;
}
#copycontainer a:link, #copycontainer a:active, #copycontainerone a:link, #copycontainerone a:active, #copycontainertwo a:link, #copycontainertwo a:active, #copycontainerthree a:link, #copycontainerthree a:active, #copycontainer a:visited {
	color: #333333;
	text-decoration: none;
}
#copycontainer a:hover, #copycontainerone a:hover, #copycontainertwo a:hover, #copycontainerthree a:hover {
	color: #a5c617;
	text-decoration: underline;
}
