@charset "UTF-8";
/* CSS Document */

body {
    background-image: url(../images/background.jpg); 
    background-repeat: repeat-x;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	margin-top: -10px;
}

/* Header Content */

#header {
	float: left;
	width: 950px;
	height: 90px;
	background-image: url(../images/header_bg.png);
}

#logo {
	float: left;
	width: 235px;
	height: 80px;
    margin-top: 5px;
}

#login {
	float: right;
	clear: none;
	width: 235px;
	height: 80px;
    margin-top: 10px;
}

#search_logout a {color: #0066CC; text-decoration:none;} 
#search_logout a:hover {color: ##0066CC; text-decoration:none;}
#search_logout {
	float: right;
	clear: none;
	width: 260px;
	height: 75px;
	margin-top: 15px;
}


/* Intake Navigation and intake forms */

#intake_body_container a {color: #0066CC; text-decoration:none;} 
#intake_body_container a:hover {color: ##0066CC; text-decoration:none;}
#intake_body_container {
	width: 950px;
	float: left;
	background-color: #FFFFFF;
}

#intake_navigation {
	width: 950px;
	height: 30px;
	float: left;
	clear: both;
	margin-top: 25px;
}

#account_type {
	width: 850px;
	height: 20px;
	padding-top: 15px;
	margin-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
}

#intake_step {
	width: 850px;
	margin-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
}

#career_goals {
	width: 850px;
	height: 20px;
	margin-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 15px;
}

#main_table {
	width: 850px;
	margin-left: 45px;
	float: left;
}

#rating_system_table {
	float: left;
	clear: both;
	width: 850px;
	margin-left: 45px;
	margin-top: 10px;
}
