/*
-----------------------------------------
 Author: Ryan Hoshor
  Email: design@farmsoftstudios.com
   Date: October 10, 2006
Address: http://www.farmsoftstudios.com
-----------------------------------------
*/

	* {
		padding: 0px;
		margin: 0px;
	}

	body {
		text-align: center;
		background: url(../images/back.jpg) #002B14;
		font: 11px/1.6em Verdana, Sans-serif;
	}

	img {
		border: none;
	}
		
	a img {
		border: none;
	}


/*----Header----*/
		
	#header {
		background: url(../images/header.jpg) no-repeat;
		height: 152px;
		width: 840px;
		margin-left: 8px;
	}
	
	#header h1 {
		display: none;
	}
	
	#content a {
		color: #999;
		text-decoration:none;
		border-bottom: 1px dotted #00f;
	}

	#content a:hover {
		color: #333;
		text-decoration:none;
		border-bottom: 1px solid #333;
	}


/*----Navigation----*/

	#navigation {
		background: url(../images/navback.jpg) repeat-x #666633;
		width: 840px;
		height: 32px;
		margin-left: 8px;
		font-size: 120%;	
		border-bottom: 1px dotted black;
	}

	#navigation ul {
		height: 32px;
		float: left;
	}

	#navigation ul li {
		display: block;
		float: left;
		height: 32px; /*32*/
	}

	#navigation ul li #current {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 8px;
		height: 24px;
		display: block;
		border-bottom: 1px solid #E8E980;
		border-left: 1px solid black;
		border-right: 1px solid black;
		background: #E8E980;
	}
	
	
    #navigation ul li #currentlink {
		padding: 0 10px 8px 10px;
		height: 24px;
		display: block;
		border-bottom: 1px solid #E8E980;
		border-left: 1px solid black;
		border-right: 1px solid black;
		background: #E8E980;
	}


    #navigation  ul li #currentlink a:hover   {
		background: #E8E980;
    }

	
	#navigation ul li #home {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 8px;
		height: 24px;
		display: block;
		border-bottom: 1px solid #E8E980;
		border-right: 1px solid black;
		background: #E8E980;
	}

	#navigation ul li a {
		padding-right: 10px;
		padding-left: 10px;
		height: 24px; /*32*/
		display: block;
		text-decoration:none;
		color: black;
		padding-top: 8px;
	}

	#navigation ul li a:hover {
		background: url(../images/navbacklight.png) repeat-x #E8E980;
		text-shadow: 0 0 10px #fff;
		text-decoration:none;
		color: black;
		height: 24px;
		padding-top: 8px;
	}
		
	#navGradient {
		background: url(../images/navbottom.png) repeat-x;
		height: 14px;
		width: 840px;
		margin-left: 8px;
	}

/*----SubNav----*/

	#subnav {
		background: #E8E980;
		width: 840px;
		height: 1.9em; /*18px;*/
		margin-left: 8px;
		border-bottom: 1px dotted black;
		font-size: 90%;
		display: block;
		float: left;
	}

	#subnav ul {
		height: 18px;
		float: left;
		color: #000;
	}

	#subnav ul li {
		display: block;
		float: left;
		height: 18px;
		color: #999;
		padding-right: 10px;
		padding-left: 10px;
	}

	#subnav ul li a {
		height: 18px;
		display: block;
		text-decoration:none;
		color: #000;
	}

	#subnav ul li a:hover {
		text-decoration:none;
		color: #999;
		height: 18px;
	}

/*----Content----*/
		
	#bodycontainer {
		background: url(../images/bodyback.jpg) repeat-y #fff;
		width: 856px;
		height: 100%;
		text-align: center;
	}
		
	#content {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		text-align:justify; /*left*/
	}
	
	#container {
		margin: auto;
		width: 856px;
		height: 100%;
		text-align: center;
	}
		
	.title3 {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 100%;
		color: #15217a;
	}

	h3 {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 90%;
		color: #15217a;
	}
	
	.strong {
		font-weight: bold;
	}
	
/*----Forms----*/

	input[type="text"], textarea {
		border-top: 2px solid #999;
		border-left: 2px solid #999;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	input[type="text"] {
		width: 300px;
	}
	
	label {
		float: left;
		width: 10em;
		text-align: right;
	}
	
	textarea {
		width: 300px;
		height: 100px;
	}
	
	input:focus, textarea:focus {
		background: #ffc;
	}
	
	label, input, textarea {
		margin: .2em;
	}
	
	.boxed {
			text-align:left;
			background-color: #fafafa;
			border: 1px solid #999;
			padding: 10px;
			width: 600px;
		}
/*----Footer----*/
		
	#footernav {
		text-align:center;
		clear: both;
	}
		
		
	#copyright {
		text-align:center;
		font-size:9px;
		color: #666;
		border-top: 1px dotted #808080;
		background: url(../images/footerback.png) repeat-x #f6f6f6;
		margin-right:8px;
		margin-left: 8px;
		height: 22px;
	}
		
	#copyright a {
		color: #666;
		text-decoration: none;
		border-bottom: 1px solid #666;
	}
		
	#copyright a:hover {
		color: #999;
		text-decoration: none;
		border-bottom: 1px dotted #666;
	}

	.serif {
		font: 12px/1.44em 'Times New Roman', Times, Serif;
	}

/*----Sidebar----*/
		
	#sidebar {
		padding-left: 685px;
		width: 70px;
		padding-top: 5px;
		padding-right: 20px;
		text-align: left;
	}
	.sidebarcontent {
		float: left;
		padding-top: 10px;
		padding-right: 20px;
		text-align: left;
	}

	#sidebar a {
		color: #666;
		font-weight: 900;
		margin-left: 15px;
		text-decoration:none;
		border-bottom: 1px dotted #666;
	}
		
	#sidebar a:hover {
		color: #999;
		text-decoration: none;
		border-bottom: 1px solid #666
	}

/*----Shadows----*/

	.img-wrapper {
		background: url(../images/shadow.png) no-repeat right bottom;
		float: left;
	}

	.img-wrapper div {
		background: url(../images/mask.png) no-repeat left top;
		padding: 0 5px 5px 0;
	}

	.img-wrapper img {
		background-color: #fff;
		border: 1px solid #a9a9a9;
		padding: 5px;
	}

/*----other----*/
		
		.box {
			background-color: #fafafa;
			border: 1px solid #999;
			padding: 10px;
			text-align:left;
			width: 578px;
			left: 50%;
		}
		
		.explain {
				text-align: center;
				font-style: italic;
				color: #616161
			}

			.tableFloatLeft {
				float: left;
				padding: 5px 10px 0 0;
				}

				.tableFloatRight {
				float: right;
				padding: 5px 0 0 10px;
				}