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

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

#logo {
	float: left;
	width: 235px;
	height: 80px;
	margin-top: 10px;
	margin-left: 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;
}

#footer {
	width: 950px;
	height: 60px;
	background-color: white;
	margin-top: 25px;
	padding-top: 10px;
	float: left;
	clear: both;
}

#copyrite_logo {
	width: 110px;
	height: 50px;
	float: left;
	background-image: url(../images/cams_copyrite_logo.jpg);
}

/* index page styles */

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

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

#body_container a {color: #0066CC; text-decoration:none;} 
#body_container a:hover {color: ##0066CC; text-decoration:none;}
#body_container {
	width: 950px;
	float: left;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-top: 20px;
}
#navigation {
	width: 940px;
	height: 35px;
	padding-left: 10px;
	margin-top: 10px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 0px;
}

#body_left {
	width: 475px;
	float: left;
	margin-top: 10px;
	height: 680px;
	margin-bottom: 20px;
}
#welcome {
	width: 465px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#featured_videos {
	width: 465px;
	float: left;
	height: 280px;
	margin-left: 10px;
	background-image: url(../images/resource_portal/featured_videos.jpg);
	background-repeat: no-repeat;
}

#body_right {
	float: left;
	width: 475px;
	height: 680px;
	clear: none;
	margin-top: 10px;
	margin-bottom: 25px;
}
#body_top {
	width: 940px;
	float: left;
	height: 300px;
	padding-left: 10px;
}
#body_bottom {
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 25px;
}
#toolbox {
	width: 430px;
	padding-left: 20px;
	height: 340px;
	float: left;
	background-image: url(../images/resource_portal/toolbox.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
}
#labor {
	width: 205px;
	height: 250px;
	float: left;
	background-image: url(../images/resource_portal/skills_labor.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 30px;
}
#notices {
	width: 175px;
	height: 260px;
	clear: none;
	float: left;
	background-image: url(../images/resource_portal/notices.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 15px;
}

/* career planning page styles */

#career_planning_title {
	width: 900px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 5px;
	float: left;
}
#career_planning_copy {
	width: 450px;
	height: 260px;
	float: left;
	margin-top: 15px;
}
#career_planning_image {
	width: 450px;
	height: 260px;
	margin-top: 15px;
	float: left;
	background-image: url(../images/resource_portal/career_planning_image.jpg);
}
#stages {
	float: left;
	width: 915px;
	clear: both;
	margin-left: 25px;
	margin-top: 20px;
	height: 315px;
}


/* work and employment page styles */

#work_employment_title {
	width: 900px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 5px;
	float: left;
}
#work_employment_copy {
	width: 440px;
	height: 260px;
	float: left;
	margin-top: 15px;
	padding-right: 10px;
}
#work_employment_image {
	width: 450px;
	height: 260px;
	margin-top: 15px;
	float: left;
	background-image: url(../images/resource_portal/work_employment_image.jpg);
}


#the_breakdown a {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #0881F9; text-decoration:none;} 
#the_breakdown a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #0881F9; text-decoration:none;}
#the_breakdown {
	width: 450px;
	height: 315px;
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/resource_portal/we_breakdown_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
	padding-left: 10px;
	padding-top: 30px;
}
#online_resources {
	width: 435px;
	height: 315px;
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/resource_portal/we_online_resources_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 10px;
}
