/*     COMMON     */
html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	height:100%;
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:white;
}


#header	{
	background-color:#000080;
	border-bottom:2px solid #00a4a4;
}

.generalMarginTop{
	margin-top:12px;
}

.coffeeSamples	{
	border:1px solid #424242;
}

/*     FORM     */

.contactInput	{
	border-left:1px solid #424242;
	border-top:1px solid #424242;
	border-right:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	background-color:#6b6b6b;
	color:#ffffff;
}

.contactTextArea	{
	border-left:1px solid #424242;
	border-top:1px solid #424242;
	border-right:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	background-color:#6b6b6b;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/*     BOTTOM AREA STUFF     */

#bottomArea {
	margin-top: 11px;
	margin-left: 12px;
	height: 198px;
	width: 755px;
}
#bottomLeft {
	height: 198px;
	width: 405px;
	float: left;
}
.sampleDesc {
	margin: 12px;
}

#bottomRight {
	height: 198px;
	width: 342px;
	float: right;
}
.jeffPic {
	margin-top: 12px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
		border: 1px solid #424242;
}

.videoProduction {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 12px;
}

.newsFrame {
	width: 342px;
	height: 180px;
	margin-top: 12px;
	border: 1px solid #424242;
}
.copyright {
	font-size: 9px;
}

#topSpacer	{
	margin-top:30px;
}

/*     SAMPLES PAGE     */

.rowBottomBorder	{
	border-bottom:1px solid #666666;
}

.sampleNewsHeader	{
	margin-top:11px;
}

.sampleTitles	{
	font-weight:bold;
}

.sampleContent	{
	margin-top:5px;
}

.samplePics	{
	border:1px solid #424242;
	margin-top:6px;	
}

/*     LINKS     */

a:link {
	color: #00A4A4;
	text-decoration: none;
}
a:hover {
	color: #5C0D15;
	text-decoration: none;
}
a:visited {
	color: #00A4A4;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/*     TOP NAVIGATION     */

#navcontainer
{
	margin: 0;
	padding: 0;
	height: 21px;
	width: 100%;
	list-style-type: none;
	background: #00080;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #000080;
color: #fff;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #fff;
border-bottom: 5px solid #00a4a4;
cursor: pointer;
background: #000080;
}

#navlist li a#current, #navlist li a#current:link
{
color: #FFF;
cursor: default;
border-bottom: 5px solid #000080;
}

#navlist li a#current:hover
{
border-bottom: 5px solid #00a4a4;
background: #000080;
}

