/* CONNECTPOINT SEARCH GROUP GENERAL RULES */

/* HTML RULES */

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

body {
	background: #ffffff url("/images/backgrounds/site_gradient(1).jpg");
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}


a {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SpecialKRegular';
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
}

h1 span.extended, h2 span.extended, h3 span.extended, h4 span.extended, h5 span.extended, h6 span.extended {
    font-family: 'AldoSemiBold';
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
}

/* SITE CONTAINER */

div#container {
	background: transparent url("/images/backgrounds/footer.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
}

div#whole_site_container {
	background: transparent url("/images/backgrounds/header.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

div#site_container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}

/* HEADER */

div#header {
	margin: 0px 0px -65px 0px;
	width: 1000px;
	height: 135px;
}
	
	#header h1 {
		position: absolute;
		z-index: 800;
		width: 300px;
		height: 135px;
		background: transparent url("/images/logos/connectpoint_search_group_logo.gif");
		background-position: 20px 0px;
		background-repeat: no-repeat;
	}
	
	#header a {
		cursor: pointer;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */


h2#nav_title {
	position: absolute;
	display: none;
	top: 0px;
	right: 620px;
	width: 13px;
	height: 27px;
	background: transparent url("/images/navigation/nav_icon.gif");
	z-index: 900;
}

	#nav_title span {
		display: none;
	}
	
ul#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 680px;
	height: 70px;
	list-style: none;
	z-index: 50;
}
	
	#navigation li {
		float: left;
	}
		
		a#about_link {
			width: 97px;
			background: transparent url("/images/navigation/about_button.gif");
		}
	
		a#specialties_link {
			width: 123px;
			background: transparent url("/images/navigation/specialties_button.gif");
		}
	
		a#candidates_link {
			width: 126px;
			background: transparent url("/images/navigation/candidates_button.gif");
		}
	
		a#clients_link {
			width: 123px;
			background: transparent url("/images/navigation/clients_button.gif");
		}
	
		a#careers_link {
			width: 101px;
			background: transparent url("/images/navigation/careers_button.gif");
		}
	
		a#contact_link {
			width: 110px;
			background: transparent url("/images/navigation/contact_button.gif");
		}
		
		#navigation li a {
			display: block;
			height: 70px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
	
		#navigation li a:hover {
			background-position: 0px -70px;
		}
		
			#navigation li a span {
				display: none;
			}


/* SITE MID-SECTION */

div#main_body {
	position: relative;
	width: 1000px;
	font-size: 12px;
}

	div#main_body h2 {
		color: #ffffff;
		font-size: 20px;
		font-weight: 100;
	}	

	
	/* MAIN BODY TEXT */
	
	div#body_text {
		position: relative;
		color: #ffd5b5;
		font-size: 12px;
		line-height: 21px;
	}
	
		#body_text p {
			margin: 21px 0px;
		}		


/* FOOTER */

div#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 85px;
	background: transparent url("/images/misc_elements/footer_elements.png");
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 75;
}

	p.copyright {
		display: none;
	}

	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 105px;
		height: 85px;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}

