/*
-----------------------------------------
 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) repeat-x #fff;
		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: 828px;
		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;
	}

	#curr {
		color:#666;
		height: 13px;
		left: 400px;
		position: relative;
		top: 5px;
		width: 400px;
		font-size:80%;
	}

	#logoimg {
		border: none;
		height: 171px;
		left: -240px;
		opacity: 1.00;
		position: relative;
		top: -6px;
		width: 417px;
		z-index: 1;
	}

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

	#navigation {
	   /*border:1px solid silver;  for testing....*/
		width: 440px;
		height: 12px;
		position:relative;
		top:-45px;
		left:390px;
	}
	
    #navigation a {
        color:#999;
        font-weight:bold;
        border-bottom:1px dotted #999;
        text-decoration:none;
	}
	
    #navigation a:hover {
        color:#666;
        font-weight:bold;
        border-bottom:1px dotted #666;
        text-decoration:none;
	}


/*----Content----*/
		
	#bodycontainer {
		background: url(../images/bodyback.png) repeat-y;
		width: 844px;
		height: 100%;
		text-align: center;
	}
		
	#content {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		text-align:justify; /*left*/
	}
	
	#container {
		margin: auto;
		width: 844px;
		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: #e9f9ff;
	}
	
	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: #f6f6f6;
		margin-right:8px;
		margin-left: 8px;
		height: 18px;
		clear: left;
	}
		
	#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: 580px;
		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;
	}
			

    .biblequote {
    	padding: 15px;
    	font-style: italic;
    }
    
/* Support Table */
    
    table tr.alt {
    	background-color: #F6FAFD;
    }
    
    table thead tr {
    	background-color: #B7CEF7;
    }
    
    table td img {
    	/*width: 20px;*/
    }
    
    table td img a {
    	border: none;
    }

/* Contact Form */

#ContactForm {
	width: 410px;
	background-color: rgb(232,240,250);
	padding: 10px;
	border: 1px solid rgba(179,199,234,0.8);
	margin: 20px auto;
}

#ContactForm input, #ContactForm textarea {
	padding:7px;
	margin: 7px;
	display: block;
	width: 380px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13pt;
}

#ContactForm textarea {
	height: 80px;
	font-weight: normal;
	font-size: 10pt;
}

#ContactForm input[type='submit'] {
	width: auto;
	padding: 5px 15px;
	border: 1px solid rgba(179,199,234,0.8);
	background-color: rgb(179,199,234);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 5px rgba(200, 200, 200, 0.9);
	-moz-box-shadow: 2px 2px 5px rgba(200, 200, 200, 0.9);
	box-shadow: 2px 2px 5px rgba(200, 200, 200, 0.9);
	float: right;
	color: rgb(44,87,165);
}

#ContactForm input[type='submit']:hover {
	background-color: rgba(255,255,255,0.9);
	cursor: pointer;
}

#ContactForm #spamx {
	width: 225px;
	display: inline;
	float: left;
	font-size: 10pt;
}

#ContactForm label {
	display: none;
}

.clear {
	clear: both;
	display: block;
}

h2.registration {
	text-align: center;
	font-family: Monika, cursive;
	font-weight: 100;
	font-size: 20pt;
}

.statsbox {
	width: 410px;
	background-color: rgb(232,240,250);
	padding: 10px;
	border: 1px solid rgba(179,199,234,0.8);
	margin: 20px auto;
}
