/* 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-color:#FFFFFF;
	color:#000000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 270px;
	margin-left: 40px;
	}
/* Global Text */
body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	}
/* Global Links */
a, a:link,a:active, a:visited {
	color: #000000;
	text-decoration: none;
	font-style: italic;
		}
		a:hover, a:visited:hover {
	color: #FFFFFF;
	background-color: #000000;
			}

#container {
	margin : 0px auto;
	}

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

/* Title */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h2 a:link, h2 a:active, h2 a:visited {
		color: #000000;
		text-decoration: underline;
		}
		h2 a:hover, h2 a:visited:hover {
			color: #000000;
			text-decoration: underline;
			}

/* Header */
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	}
	h3 a:link, h3 a:active, h3 a:visited {
		color: #000000;
		text-decoration: underline;
		}
		h3 a:hover, h3 a:visited:hover {
			color: #000000;
			text-decoration: underline;
			}

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

/* Paragraph Text */
p {
	line-height: 130%;
	color: #000000;
	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: #000000;
	}
	blockquote p {
		font-size: medium;
		line-height:normal;
		color: #000000;
		padding-bottom: 0px;
		}

/* 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 \\\\\\\\\\\ */
#what {
	position: absolute;
	top: 270px;
	left: 40px;
	width: 200px;
}
h1 {
	display: none;
}
#contact {
	position: absolute;
	top: 400px;
	left: 40px;
	width: 200px;
	padding-bottom: 100px;
}
#wen {
	position: absolute;
	top: 270px;
	left: 330px;
	width: 200px;
}
#address {
	position: absolute;
	top: 397px;
	left: 330px;
	width: 200px;
}
#blog {
	position: absolute;
	top: 497px;
	left: 330px;
	width: 200px;
}
#twitter {
	position: absolute;
	top: 577px;
	left: 330px;
	width: 200px;
}
#work {
	position: absolute;
	top: 270px;
	left: 640px;
	width: 200px;
	padding-bottom: 50px;
}
#work li {
	list-style-type: none;
}


#work a, #work a:link, #work a:active {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-decoration: none;
	color: #000000;
	font-style: normal;
		}
		#work a:visited {
		color: #666666;
		}
		#work a:hover, #work a:visited:hover {
			background-color: #000000;
			color: #FFFFFF;
			}

#wen input {
	border: 1px dotted #000000;
	padding: 2px;
	margin-bottom: 2px;
}
.phone { padding-bottom: 20px; }


.iliveinomaha {position: absolute; left: 0px; top: 0px;}

.iliveinomaha a:hover {background-color: transparent;}