/* 

STYLE SHEET FOR SNAPPY POPCORN WEB SITE
Created by Bluespace Creative, Inc.
www.bluespacecreative.com

ToC
	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffe987;
	color: #000000;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 820px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
		
#wrapper #windowArea {
	width: 794px;
	padding-left: 12px;
}

#footer {
	float: right;
	width: 808px;
	text-align: right;
	font-size: 9px;
	padding-top: 10px;
	line-height: 1.5em;
	padding-bottom: 10px;
	color: #676766;
	padding-right: 14px;
		}


/* ---------- 3. links and navigation ---------- */

a {
	color: #990000;
	text-decoration: none;
		}
		
a:hover {
	text-decoration: underline;
		}

#footer a {
	color: #676766;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
		
/* ---------- 4. fonts ---------- */
h1{
	color: #990000;
	padding-bottom: 10px;
	font-size: 18px;

}
h2{
	font-size: 16px;
	color: #000000;

}
h3{

}
ul {
	list-style-type: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
		}
.red {
	color: #990000;
}
.separator {
	clear: both;
	height: 1px;
	line-height: 4px;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 450px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 10px;
		}

#mainContent #pcMain .redText {
	color: #990000;
}

#navContent ul {
	list-style-type: none;
	color: #000000;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 1.4em;
		}
#mainContent ul {
	list-style-type: disc;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
		}
#mainContent .tableStyled th {
	color: #FFFFFF;
	background-color: #990000;
	padding: 5px;
	text-align: center;
}
#mainContent .tableStyled td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#mainContent .tableStyled {
	color: #000000;
}

p{
	color: #000000;
	line-height: 1.5em;
	padding-bottom: 8px;
}

/* ---------- 5. images ---------- */

#footerLogo {
	float: right;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 3px;
}

a img {border: none !important; }

.searchinput, input#submit, input#keyword {float: left !important; display: block !important; clear: none !important;}
input#keyword {padding: 2px 5px 0 5px;}
#welcome {padding-bottom: 0 !important; margin-bottom: 0 !important;}

