/* used for miscellaneous styles */
.nomargin { margin: 0 !important; }
.whitebg { background: #fff; }
.imgreplace {	text-indent: -9999px;	}

.headerBar {
	height: 123px; }

.logo {
	background: url(/images/logo.png) no-repeat 0 35px;
	float: right;
	height: 123px;
	width: 195px; }

.tagline {
	background: url(/images/tagline.png) no-repeat 0 45px;
	height: 123px;
	width: 244px; }
	
.loginsmall { height: 139px; }
.loginlarge { height: 300px; }

.oddrow { background-color: #DFF1FF; }
.evenrow { background-color: #FFF; }

.linktable { width: 95%; }
.linktable th, .linktable td {
	font-size: 1.2em;
	padding: 3px; }
.linktable th {
	background-color: #00B1E6;
	color: #fff;
	font-weight: bold; }
.linktable .pagination { text-align: center; }
.linktable .pagination a {
	color: #fff;
	font-weight: normal; }
.linktable .pagination * { margin: 0 3px; }
.linktable .pagination div { width: 100px; }

/* Menu Styling */

	.menu { padding-bottom: 3em; }
		
		.menu li {
			clear: left;
			float: left;
			border-left: 6px solid #fff;
			margin-bottom: 5px; }
			
		.menu li:hover {
			border-color: #e4e4e6; }
			
		#home #homeLink,
		#take_stock #take_stockLink,
		#career_planning #career_planningLink,
		#career_assessments #career_assessmentsLink,
		#research_your_options #research_your_optionsLink,
		#build_a_cv #build_a_cvLink,
		#applying_for_jobs #applying_for_jobsLink,
		#interview_preparation #interview_preparationLink,
		#keeping_motivated #keeping_motivatedLink,
		#job_offers #job_offersLink,
		#training_and_development #training_and_developmentLink,
		#success_stories #success_storiesLink,
		#self_employment #self_employmentLink {
			border-color: #00b1e6; }
			
		.menu li a {
			background: #e4e4e6;
			color: #919091;
			display: block;
			float: left;
			font-size: 12px;
			line-height: 26px;
			margin-left: 1px;
			padding: 0 10px 0 5px;
			text-decoration: none;
			white-space: nowrap;
			-moz-border-radius-bottomright: 8px;
			-webkit-border-bottom-right-radius: 8px; }
			
		.menu .hilite {
			background: #00b1e6;
			height: 25px;
			left: -7px;
			position: absolute;
			top: 5px;
			width: 6px;
			z-index: 5;	}
			
		.menu li li {
			font-size: 1em;
			height: 16px; }
			
		.menu li li:hover {
			border-color: #fff; }
					
		.menu li li a {
			color: #00b1e6;
			font-size: 11px;
			background: none;
			padding-left: -5px; }
			
/* END - Menu Styling */

	
.boxborder {
	border-color: #d9d9db;
	border-style: solid;
	border-width: 4px;
	position: relative;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px; }

	.boxblock {
		background: #00b1e6;
		border-color: #00b1e6; }

	.boxhilite {
		border-color: #00b1e6; }
		
/*
.boxcorner {
	background: url(/images/corner.gif) no-repeat bottom right; 
	bottom: -4px;
	height: 16px;
	position: absolute;
	right: -4px;
	width: 16px; }
	
	.boxhilite .boxcorner {
		background: url(/images/corner_hilite.gif) no-repeat bottom right; }
	
	.boxblock .boxcorner {
		background: url(/images/corner_block.gif) no-repeat bottom right; }
*/

/* Search Box Styling */

	.searchbox {
		border: 2px solid #d9d9db;
		padding: 5px 8px;
		-moz-border-radius-bottomright: 16px;
		-webkit-border-bottom-right-radius: 16px; }
		
		.searchbox h2 {
			color: #a2a1a1;
			margin: 0;
			padding: 0 0 3px; }
			
		.searchbox h3 {
			color: #A2A1A1;
			margin: 0;
			padding: 6px 0 3px; }
			
	.searchinput {
		border: 1px solid #d9d9db;
		height: 18px;
		margin: 0 0 10px;
		padding: 4px;
		-moz-border-radius: 12px;
		-moz-border-radius: 12px; }
		
		.searchinput #keywords {
			border: 0;
			width: 117px; }
			
		.searchinput #s_submit {
			background: url(/images/icon_search.gif) no-repeat bottom right; 
			border: 0;
			color: transparent;
			cursor: pointer;
			height: 16px;
			text-indent: -9999px;
			text-transform: capitalize;
			width: 16px; }
				
/* END - Search Box Styling */


/* Toolbox Styling */

	.toolbox { 
		height: 185px;
		position: relative; }
	
	.toolbox_header, .toolbox_header_wide {
		color: #00B1E6;
		font-size: 2.2em;
		margin: 0;
		padding: 10px 10px 0; }
		
		.toolbox_header_wide { padding-left: 100px; }
		.toolbox_text_wide, .toolbox_more_wide { padding-left: 90px; }
		
	.toolbox_text {
		width: 175px; }
		
	.toolbox_image {
		background-repeat: no-repeat;
		background-position: bottom right;
		bottom: 10px;
		height: 125px;
		position: absolute;
		right: 10px;
		width: 100px; }
		
	.toolbox_image_wide {
		background-repeat: no-repeat;
		background-position: top left;
		top: 10px;
		height: 125px;
		position: absolute;
		left: 10px;
		width: 100px; }
		
	.toolbox_more {
		bottom: 0;
		position: absolute;
		left: 0;
	}
	
	.toolbox_more a, .toolbox_more_wide a {
		background: #00B1E6;
		color: #fff;
		padding: 3px 12px 3px 8px;
		text-decoration: none;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px; }

/* END - Toolbox Styling */


/* Home Page Testimonials */

.testimonial p {
	color: #00B1E6;
	font-size: 11px; }

.testimonial_provider p, .testimonial_company p {
	font-size: 11px;
	margin: 0 10px; }

.testimonial_company p {
	font-weight: bold; }

/* END - Home Page Testimonials */


.home_news {
	font-size: 11px;
	line-height: 1.2em; }
	
	.home_news_link {
		color: #00B1E6; }

/* Forum Sidebar Styling */

.forumheader {
	background-color: #00b1e6;
	background-image: url(/images/icon_forum.png);
	background-position: 95% 100%;
	background-repeat: no-repeat;
	height: 73px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px; }
	
	.forumheader h2 {
		color: #fff;
		font-size: 1.6em;
		margin: 0 7px;
		padding: 15px 0;
		width: 90px; }
		
		.forumheader h2 a {
			color: #fff;
			text-decoration: none; }
	
		.forumheader h2 span {
			font-size: 0.9em;
			font-weight: normal; }
		
.forumcontent, .forumcontent a {	color: #222; }

	.forumcontent li {
		background: url(/images/icon_forumpost.png) no-repeat 95% 10px;
		border-bottom: 1px dotted #fff;
		min-height: 41px;
		padding: 0.7em 0; }

	.forumcontent h3 {
		font-size: 1em;
		margin-bottom: 0;
		margin-top: 0;
		width: 121px; }
		
	.forumcontent p {
		font-size: 0.9em;
		line-height: 1.2em;
		margin-bottom: 0;
		margin-top: 0;
		width: 120px; }
		
	.forumcontent li:last-child { padding-bottom: 1em; }

/* END - Forum Sidebar Styling */


/* Blog Sidebar Styling */

#blogbar {
	background-color: #d9d9db;
	background-image: url(/images/icon_blog.png);
	background-position: top right;
	background-repeat: no-repeat;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;  }
	
	#blogbar h2 {
		color: #fff;
		font-size: 2.2em;
		height: 65px;
		margin: 0 10px;
		padding: 10px 0;
		width: 90px; }
		
		#blogbar h2 a {
			color: #fff;
			text-decoration: none; }
		
.blogcontent, .blogcontent a {	color: #000; }

	.blogcontent li {
		padding: 1em 1em 0; }
		
	.blogcontent li:last-child { padding-bottom: 1em; }

/* END - Blog Sidebar Styling */


/* News Sidebar Styling */

#newsbar {
	background-color: #d9d9db;
	background-image: url(/images/icon_news.png);
	background-position: top right;
	background-repeat: no-repeat;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px;  }
	
	#newsbar h2 {
		color: #fff;
		font-size: 2.2em;
		height: 25px;
		margin: 0 10px;
		padding: 20px 0;
		width: 90px; }
		
		#newsbar h2 a {
			color: #fff;
			text-decoration: none; }
		
.newscontent, .newscontent a {
	font-size: 1em;
	color: #000; }

	.newscontent li {
		padding: 1em 1em 0; }
		
	.newscontent li:last-child { padding-bottom: 1em; }

/* END - News Sidebar Styling */


/* Download Files Table Styling */

.downloadtable { width: 570px }
	 
.downloadtable tr { border-top: 1px dotted #D9D9DB; }
.downloadtable tr:last-child { border-bottom: 1px dotted #D9D9DB; }
.downloadtable td { vertical-align: top; background-color: #fff; }

.downloadtable p {
	margin-top: 0;
	width: 92%; }
	
.downloadtable .downloadlink {
	margin-top: 10px;
	margin-bottom: 0; }
	
.downloadtable .downloadicon { margin: 15px 5px 0 0; }

/* END - Download Files Table Styling */


/* Interview Q&A Popups */

.interview_modal h3 { font-size: 1.2em; }
.interview_modal p, .interview_modal li { font-size: 1em; }
.interview_modal p, .interview_modal h2, .interview_modal h3 { margin-left: 0; }
.interview_modal ul { clear: left; margin-left: 10px; }
.interview_modal li { 
	list-style-type: disc; 
	list-style-position: inside; }

#qanda_answers {
	float: left;
}

#qanda_ideal, #qanda_poor {
	float: left;
	margin-bottom: 1em;
	width: 49%; }
	
#qanda_ideal {
	margin-right: 2%; }

#qanda_tips {
	clear: left;
	float: left; }

/* END - Interview Q&A Popups */


.homeBanner {
	background: url(/images/welcome.png) no-repeat 0 0;
	/*background: #00B1E6;*/
	height: 200px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px; }
	
	.homeBanner * {
		text-indent: -9999px;
	}
	
.pageBanner {
	background: #00B1E6;
	height: 76px;
	-moz-border-radius-bottomright: 16px;
	-webkit-border-bottom-right-radius: 16px; }

.sifrtitle {
	color: #00b1e6; }
	