/* ==================== */
/* === Reset Styles === */
/* ==================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: tahoma;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	background:url(HS_Amethyst.jpg) no-repeat ; 
}
ul, ol {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =================== */
/* === Body Styles === */
/* =================== */
body {
	font-family:tahoma;
	font-size:12px;
	line-height:1.5em;
	color:#000;
	background:url(HS_Amethyst.jpg) no-repeat ; 
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:30px;
}

p {
	padding-bottom:5px;
}

#searchbox {
	margin:0 auto;
	background:url(images/back.png) no-repeat top ; 
	width:700px; 
	height:200px; 	
	margin-top:100px;
	padding:40px 0px 0px 40px;
	color:#fff;
}
#resultbox {
	border: 3px solid #999;
	background:#fff;
	padding:15px;
	width:620px;
	margin-top:5px;
	margin-bottom:10px;
	color:#000;
}
#footer {
	margin:0 auto;
	width:700px; 
	color:#999;
	padding-left:40px;
	margin-top:-25px;
}	
#footer1 {
	margin:0 auto;
	width:700px; 
	color:#999;
	margin-top:5%;
}	

input {
	font-family:tahoma;
	padding:10px;
	font-size:14px;
	border: 3px solid #ccc;
	width:630px;
text-align:right;
}

input:focus,
textarea:focus,
select:focus {
  border: 3px solid #999;
}

#googlesearch, #sitesearch {
	margin-left:20px;
text-align:right;
}

.googleheader, .siteheader {
	font-size:16px;
	font-family:tahoma;
	font-weight:bold;
	margin:20px 0px;
	color:black;
text-align:right;
margin-bottom:20px
}
.siteheader {
	margin-top:5px;
}

/* Google Style Hacks */
.gsc-search-box, .gsc-configLabelCell {
	display:none;
}
.gsc-control {
	width:100%;
}

.gsc-tabHeader {
	padding:3px 8px 5px 8px;
}
.gsc-tabhActive {
	border-top:2px solid #666 !important;
}
.gsc-tabhInactive {
}

/* Link Colour */
#resultbox a, .gs-title, .gs-title b {
	font-size:13px;
	font-weight:bold;
	color:#2253AA !important;
}
.gs-visibleUrl, .gs-visibleUrl-short {
	color:#666 !important;
}

