/* CSS Document */

/* default to every page */

body {
		background-color: #fff;
		width: 770px;
		margin: 0;
		padding: 0;
		}

body, td	{
		color: #000;
		font-family:Arial, Helvetica, sans-serif; 
		font-size: 12px; 
	}
		
a, a:link, a:active, a:visited { color: #003399; font-weight: bold; text-decoration: none; }
a:hover { color: #990000; font-weight: bold; text-decoration: underline; }

/* top nav related */

div#searchBox{
	float: right;
	width: 150px;
	margin-top: 28px;
}	
input.searchform { 
	color: #000000; 
	background: #CCCCCC; 
	font-weight: normal; 
	font-size: 11px; 
	width: 100px; 
}
.searchText{
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
}
.searchFields{
	display:block;
	margin: 0;
	margin-top: -6px;
	padding: 0;
}	
.searchButton{
	margin-bottom: -6px;
	margin-left: 5px;
}
	
#pageHead img{
	margin-left: 158px;
	margin-top: 10px;
}	

#greyNav a{
	color: #fff;
}	
.navPadding{
	padding-top: 6px;
	padding-right: 12px;
}	

#topNav	{
	text-align:right;
	padding-top:10px;
	padding-right: 12px;
	color:#fff;
}
#topNav a {
	color:#fff;
}	

/* end of top nav related */

/* footer CSS */

#footer img	{
	padding: 10px;	
	}	

#greyFooterBox	{
	color: #fff;
	margin: 0;
	padding: 10px;
	font-size: 10px;
	}
	
#greyFooterBox a, #greyFooterBox a:link, #greyFooterBox a:active, #greyFooterBox a:visited	{
	font-weight: normal; 
	text-decoration: none;
	color: #FFCC00;
	}	

#greyFooterBox a:hover	{
	text-decoration: underline;
	}	
	
	
.leftFooterContent	{
	width: 50%;
	}	

.rightFooterContent	{
	width: 50%;
	float:left;
	}
	
.smallText, .smallText a { font-size: 10px;
	color: #797A7C; }
	
#wheretobuybox	{
	width: 125px;
	float: left;
	display: inline;
	margin: 0 10px 4px 0;
	background-color: #DCDCDC;
	padding: 8px;
	text-align: center;
	border: 1px #666666 solid;
}


#wheretobuybox h3	{
	font-size:12px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 4px 0;
	padding: 0;
}

/*end of default for every page */
