/* Created by What Cheer : what-cheer.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 */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
/* No Dotted Lines */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}
/* Background */
body {
	background: url(../../images/futurenamel.jpg) no-repeat top center #282828;
	color: #FFFFFF;
	}
/* Global Text */
body, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	}
/* Global Links */
a, a:link,a:active, a:visited {
		color: #b2c7be;
		text-decoration: underline;
		}
		a:hover, a:visited:hover {
			color: #b2c7be;
			text-decoration: underline;
			}

#container {
	margin : 0px auto;
	width: 800px;
	}
#header {
	}

/* Logo */
#logo h1 {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	}
	#logo h1 a, #logo h1 a:link, #logo h1 a:active, #logo 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 {
 margin-left: 500px;
 margin-top: 400px;
 color: #FFFFFF;
	}

#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, #content ol {
	margin-left: 20px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	}

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

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

/* Sub-Header */
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	}
	h4 a:link, h4 a:active, h4 a:visited {
		color: #FFFFFF;
		text-decoration: underline;
		}
		h4 a:hover, h4 a:visited:hover {
			color: #FFFFFF;
			text-decoration: underline;
			}

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

/* Horizontal Rule */
hr {
	color: #666666;
	height: 2px;
	padding-top: 10px;
	padding-bottom: 20px;
	}

blockquote {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #999999;
	border: 1px dotted #A5B1D0;
	font-size: medium;
	color: #FFFFFF;
	}
	blockquote p {
		font-size: medium;
		line-height:normal;
		color: #FFFFFF;
		padding-bottom: 0px;
		}

/* Form Styles */

#form {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	input, select, textarea {
		clear: none;
		background-color: #F3F3F3;
		padding: 2px;
		border: 1px solid #CCCCCC;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		width: 320px;
		float: left;
		display: block;
		}
		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: #666666;
		}
	
	/* 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; }
.imageleft { float: left; padding-bottom:20px; padding-right:20px;}
.imageright { float: right; padding-bottom:20px; padding-left:20px;}
.gap { margin-bottom: 20px; }
.nogap { padding-bottom: 0px; margin-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 \\\\\\\\\\\ */