/* BAYSIDE SEARCH GROUP GENERAL RULES */

/* HTML DEFINITIONS */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}


/* SITE CONTAINERS */

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background: transparent url("/images/backgrounds/footer_background.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: left;
}


/* HEADER */

div#header {
	width: 1000px;
	height: 140px;
}

	#header h1 {
		width: 470px;
		height: 140px;
		cursor: pointer;
		background: transparent url("/images/logos/bayside_site_logo.png");
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}
		
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */

ul#navigation {
	position: absolute;
	z-index: 10;
	top: 85px;
	left: 0px;
	width: 470px;
	list-style: none;
}

	#navigation li {
		float: left;
	}
	
		a#about_link {
			width: 84px;
			background: transparent url("/images/navigation/about_button.png");
		}
		
		a#employers_link {
			width: 110px;
			background: transparent url("/images/navigation/employer_button.png");
		}
		
		a#candidates_link {
			width: 111px;
			background: transparent url("/images/navigation/candidates_button.png");
		}
		
		a#jobs_link {
			width: 75px;
			background: transparent url("/images/navigation/jobs_button.png");
		}
		
		a#contact_link {
			width: 90px;
			background: transparent url("/images/navigation/contact_button.png");
		}
	
		#navigation li a {
			display: block;
			height: 54px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
		
		#navigation li a:hover {
			background-position: 0px -54px;
		}
		
			#navigation li a span {
				display: none;
			}
	
a#back_to_home_link {
	position: absolute;
	top: 140px;
	left: 335px;
	width: 114px;
	height: 25px;
	background: transparent url("/images/navigation/back_to_home_button.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a#back_to_home_link:hover {
	background-position: 0px -25px;
}

	#back_to_home_link span {
		display: none;
	}


/* DROPDOWN MENUS */

ul.dropdown {
	display: none;
	position: absolute;
	z-index: 20;
	top: 139px;
	padding: 0px 0px 9px 0px;
	width: 192px;
	background: transparent url("/images/body_regions/dropdown_menu_footer.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
}

	ul.dropdown li {
		display: inline;
	}
	
		ul.dropdown li a {
			display: block;
			padding: 0px 5px;
			border-bottom: solid 1px #f3f3f3;
			width: 182px;
			height: 25px;
			background: #e2e2e2 url("/images/body_regions/dd_menu_item_background.gif");
			background-position: 0px 0px;
			background-repeat: no-repeat;
			line-height: 25px;
			font-size: 11px;
			color: #434343;
			text-align: center;
			overflow: hidden;
		}
				
		ul.dropdown li a:hover {
			background-position: 0px bottom;
			font-weight: bold;
			color: #ffffff;
		}

		ul.dropdown li a.dropdown_instructions {
			background: transparent url("/images/body_regions/dropdown_menu_header.png") !important;
			border: none !important;
			height: 5px !important;
			line-height: 5px !important;
		}
		
			ul.dropdown li a.dropdown_instructions span {
				display: none;
			}
 
#about_dd {
	left: 0px;
}

#employers_dd {
	left: 45px;
}

#candidates_dd {
	left: 154px;
}


/* MAIN BODY REGION */

div#main_body {
	width: 1000px;
	line-height: 24px;
}

	div#body_text {
		width: 440px;
	}
	
		#body_text h2 {
			font-size: 30px;
			line-height: 38px;
		}
		
		#body_text a {
			font-weight: bold;
			color: #a50000;
		}
		
		#body_text a:hover {
			color: #efefef;
		}


/* PAGE SHOWCASE BOX */

ul#page_showcase {
	position: absolute;
	left: 0px;
	padding: 30px;
	width: 345px;
	list-style: none;
}	

	#page_showcase li {
		display: inline;
	}
	
		#page_showcase li a {
			display: block;
			width: 345px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
		
		#page_showcase li a:hover {
			background-position: -345px 0px;
		}
		
			#page_showcase li a span {
				display: none;
			}


/* ADD TO LINKS */

ul#add_to_links {
	position: absolute;
	bottom: 95px;
	right: 0px;
	width: 147px;
	height: 29px;
	list-style: none;
	overflow: hidden;
}

	#add_to_links li {
		float: left;
	}
	
		#add_to_links li a {
			display: block;
			margin: 0px 19px 0px 0px;
			width: 29px;
			height: 29px;
		}
		
			#add_to_links li a span {
				display:  none;
			}


/* FOOTER */

div#footer {
	position: relative;
	width: 1000px;
	height: 70px;
}

	p.copyright {
		display: none;
	}
	
	
	/* STICKY STAMP! */
	
	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100px;
		height: 70px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}
		
	
		
