/* Created by John Henry Muller : johnhenrymuller.com */


/*********** TABLE OF CONTENTS START ***********\

1. Interface Styles
2. Shared Content Styles
3. Unique Content Styles

\*********** TABLE OF CONTENTS END *************/

/* ////////// 1. Interface Start ////////// */

/* Set to Zero */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
/* No Dotted Lines */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}
/* Background */
body {
	background-color:#EDE7D1;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}
/* Global Text */
body, p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5B1713;
}
/* Global Links */
a, a:link,a:active, a:visited {
		color: #6B1B11;
		text-decoration: underline;
		}
		a:hover, a:visited:hover {
			color: #800C0C;
			text-decoration: underline;
			}

#container {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	}
#header {
	}

/* Logo */
#header h1 {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	}
	#header h1 a, #header h1 a:link, #header h1 a:active, #header h1 a:visited {
		text-indent: -9999px;
		overflow: hidden;
		width: 100px;
		height: 100px;
		background-image: url(../../images/interface/logo.jpg);
		display: block;
		background-repeat: no-repeat;
		}

/* Layout */
#content {
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #999999;
	padding-bottom: 20px;
	}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
			color: #999999;
			text-decoration: none;
			}
			#footer a:hover, #footer a:visited:hover {
				color: #00FFFF;
				text-decoration: underline;
				}

/* NAV */
#nav {
	}
	#nav li {
		list-style-type: none;
		display: block;
		float: left;
		width: 100px;
		}
	#nav a, #nav a:link, #nav a:active, #nav a:visited {
		}
		#nav a:hover, #nav a:visited:hover {
			}
/* FOR GRAPHIC NAV */
		#nav #NAVNAME a { background-image:url(../../images/interface/navigation/NAVNAME.jpg); }

/* \\\\\\\\\\\ 1. Interface End \\\\\\\\\\\ */







/* ////////// 2. Shared Conent Styles Start ////////// */

/* Global Links */

/* Lists */
#content ul {
	margin-left: 40px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	}

/* Title */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #FF0000;
		text-decoration: underline;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #FFFF00;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #FFFF00;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #FF00FF;
			text-decoration: underline;
			}

/* Sub-Header */
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #FF00FF;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #817C61;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #9F402C;
			text-decoration: underline;
			}

/* Paragraph Text */
p {
	line-height: 150%;
	color: #5B1713;
	padding-bottom: 20px;
	}

/* Form Styles */

#form {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	input, select, textarea {
	clear: none;
	background-color: #F3EFE3;
	padding: 2px;
	border: 1px solid #B0867D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 320px;
	float: left;
	display: block;
		}
	#form textarea {
	float:right;}
	input:focus, textarea:focus, select:focus {
	background-color:#FFFFFF;	
	}
	#form div {
		clear: both;
		margin-bottom:10px;
		height: 40px;
		}
	#form label {
		width: 70px;
		display: block;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #5B1713;
		}
	
	/* Form - City, State, Zip*/
		div#form-city {
			float: left;
			}
		#form-city input {
			width: 50px;
			}
		
		div#form-state {
			clear: none;
			float: left;
			}
		#form-state label {
			width: 50px;
			padding-left: 15px;
			}
		div#form-state select {
			width: 100px;
			}
		
		div#form-zip {
			clear: none;
			float: right;
			width: 90px;
			}
		#form-zip label {
			width: 30px;
			}
		#form-zip input {
			width: 50px;
			}
		
		/* Form - message*/
		div#form-message {
			height: auto;
			}
		#form-message textarea {
			height: 78px;
			}
		
		/* Form - submit*/
		div#form-submit {
			margin-right: auto;
			margin-left: auto;
			width: 150px;
			}
		#form-submit input {
			width: 80px;
			float: right;
			}

/* Content Classes */
.floatleft { float: left; }
.floatright { float: right; }
.gap { padding-bottom: 20px; }
.nogap { padding-bottom: 0px; }
.textsmall { font-size: 9px; }
.textwhite { color: #FFFFFF; }
.brclear { clear: both; height: 1px;}


/* \\\\\\\\\\\ 2. Shared Content Styles End \\\\\\\\\\\ */








/* ////////// 3. Unique Content Styles Start ////////// */

/* Page Name */

/* \\\\\\\\\\\ 3. Unique Content Styles End \\\\\\\\\\\ */
#form-why label {
	width: 380px;
}
textarea#form-field-why {
	float: right;
}
#form div#form-experience, #form div#form-why {
	height: auto;
	margin-bottom: 20px;
}
#container img {
}
#logo {
	text-align: center;
}
