<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Careerlink site layout declarations
 *
 * @author      Chuck Larsen
 * @version     0.1
 * @site        Careerlink.com
 * @style       site.css
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General Document Declarations
 * @ids
 * @tags        body, a, a:hover, h1, h2
 * @classes     wrapper, justify, center, dashed, red, gray, ltblue, arrow
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
/*
	background: #f1f1f1 url('../images/body_bg.png') repeat-x;
*/
	color: #555555;
	font-family: arial, 'helvetica neue', helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #2e78df;
	text-decoration: none;
}
a:hover {
	color: #c41230;
}
h1, .h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
h2, .h2 {
	font-family: arial, 'helvetica neue', helvetica, sans-serif;
/*	font-family: 'century gothic', arial, 'helvetica neue', helvetica, sans-serif; */
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
}
h3, .h3 {
	font-size: 14px;
}
h4, .h4 {
	font-size: 12px;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.right {
	float: right;
	padding-top: 5px;
}
.dashed {
	border: 1px dashed #888888;
}
.red {
	color: #c41230;
}
.darkred {
	color: #8B0000;
}
.orange {
	color: #FF8C00;
}
.gray {
	color: #888888;
}
.gray:hover {
	color: #888888;
}
.black {
	color: #000000;
}
.black:hover {
	color: #c41230;
}
.ltblue {
	color: #2e78df;
}
dark.arrow {
	height: 11px;
	width: 11px;
}
.bold {
	font-weight: bold;
}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Top Menu Bar Declarations
 * @ids			top_menu, pre, top_promo
 * @tags			a, a:hover,
 * @classes		on
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#top_promo {
	float: left;
	color: #ffffff;
	font-size: 14px;
	margin-top: 12px;
}
	#top_promo a {
		color: #56a5ca;
	}
	#top_promo a:hover {
		color: #ffffff;
	}
#top_menu {
	float: right;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
}
	#pre {
		float: left;
		color: #ffffff;
		padding-left: 21px;
		padding-right: 21px;
	}
	#top_menu a {
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		color: #56a5ca;
		float: left;
		padding-left: 21px;
		padding-right: 21px;
	}
		#top_menu a:hover, #top_menu a.on {
			color: #ffffff;
			background: url('../images/menu_bg.png') repeat-x;
			border-left: 1px solid #56a5ca;
			border-right: 1px solid #00294a;
		}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Header Declarations
 * @ids			header, logos, intro, intro_text, tool_bar, buttons, login
 * @tags			a, a:hover,
 * @classes		button, close
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#header {
	background: url('../images/header.jpg') no-repeat;
	clear: both;
	height: 156px;
}
#headwrap {
	width: auto;
	/* height: 75px; */
}
#logos {
	float: left;
	width: 184px;
}
	#logos img.clink {
		height: 71px;
		margin-left: 37px;
		margin-top: 13px;
		width: 154px;
	}
.cardbutton {
	float: left;
	height: 24px;
	line-height: 24px;
	width: 80px;
	margin-left: 14px;
	margin-top: 2px;
	text-align: center;
	border: 1px solid #888888;
	color: #888888;
	background: #f1f1f1 url('../images/submitbg.png') repeat-x;
}
.cardbutton:hover {
	color: #2e78df;
}
.cardbutton.fat {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#intro {
	float: left;
	width: 756px;
}
	#intro_text {
		color: #ffffff;
		float: left;
		font-size: 12px;
		width: 266px;
		height: 65px;
		line-height: 110%;
		padding-left: 54px;
		padding-top: 14px;
	}
	#intro_text h1 {
		font-size: 18px;
		line-height: 140%;
	}
	#intro_ads {
		float: left;
		width: 416px;
		padding-top: 20px;
		padding-left: 20px;
	}
#tool_bar {
	clear: both;
	float: left;
	height: 66px;
	width: 940px;
}
#buttonwrap {
	width: 940px;
	float: left;
	white-space: nowrap;
}
	#buttonwrap .buttons {
		display: block;
		float: left;
		margin-top: 16px;
		width: 340px;
	}
		#buttonwrap img.button {
			float: left;
			margin-top: 12px;
			margin-right: 14px;
		}
	#signin {
		float: left;
		width: 250px;
		margin-top: 22px;
		margin-left: 6px;
		line-height: 18px;
	}
	#login {
		display: none;
		float: right;
		margin-top: 4px;
		width: auto;
		line-height: 24px;
	}
		#login img.close {
			float: right;
			height: 22px;
			width: 22px;
		}
/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Content Declarations
 * @ids			content
 * @tags
 * @classes		column25, column33, column50, column66, column75, column100, pad_right, pad_left
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.content {
	width: 940px;
	clear: both;
	float: left;
	line-height: 130%;
	margin-top: 18px;
	display: table;
}
	.content div.column20 {
		float: left;
		width: 190px;
	}
	.content div.column25 {
		float: left;
		width: 235px;
	}
	.content div.column33 {
		float: left;
		width: 313px;
	}
	.content div.column40 {
		float: left;
		width: 376px;
	}
	.content div.column45 {
		float: left;
		width: 450px;
	}
	.content div.column50 {
		float: left;
		width: 470px;
	}
	.content div.column66 {
		float: left;
		width: 626px;
	}
	.content div.column75 {
		float: left;
		width: 705px;
	}
	.content div.column80 {
		float: left;
		width: 750px;
	}
	.content div.column100 {
		float: left;
		width: 940px;
	}
	.content div.pad-left {
		padding-left: 30px;
	}
	.content div.pad-right {
		padding-right: 30px;
	}
	.content div.pad-right-lc {
		padding-right: 18px;
	}
	.content div.pad-left-mc {
		padding-left: 8px;
	}
	.content div.pad-right-mc {
		padding-right: 10px;
	}
	.content div.pad-left-rc {
		padding-left: 16px;
	}

/** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Ad Space Declarations
 * Changed to 'promo' on Oct. 12, 2009 to prevent display issues.
 * @ids			promospace
 * @tags
 * @classes		promo, spaced, promohead, promotext, promolink, third
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#promospace {
	clear: both;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 940px;
}
	#promospace div.promo {
		background-color: #ffffff;
		border: 1px solid #888888;
		float: left;
		height: 200px;
		text-align: left;
		width: 293px;
	}

	#promospace div.spaced {
		margin-left: 26px;
	}
	#promospace div.promohead {
		background: url('../images/adbg.png') repeat-x;
		border-bottom: 1px solid #888888;
		font-family: 'century gothic', arial, 'helvetica neue', helvetica, sans-serif;
		font-size: 14px;
		height: 32px;
		line-height: 32px;
		padding-left: 8px;
	}
	#promospace div.promotext {
		font-size: 12px;
		line-height: 130%;
		padding: 8px;
	}
	#promospace div.promolink {
		margin-right: 12px;
		text-align: right;
	}
	#promospace div.third {
		width: 295px;
	}




ul {
	padding-bottom: 14px;
	padding-top: 14px;
	margin-left: 30px;
	list-style-type: disc;
}

td#profile {
    padding: 20px;
}

/* FOOTER */

footer {
    color: #0380A5;
    padding: 20px 0;
    padding-bottom: 40px;
    background: #E3E5E4;
    padding-top: 40px;
}

.copyright-footer {
    opacity: 0.5;
    text-align: center;
    color: #000;
    margin-top: 0;
    font-size: 13px;
}

#copyright {
    clear: both;
    color: #999999;
    float: left;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 22px;
    padding-bottom: 20px;
    text-align: center;
    width: 940px;
}

.footer-container {
    width: 940px;
    margin: auto;
}

footer .terms {    
    text-align: right;
    margin-top: -20px;
    padding-bottom: 5px;
}

footer .terms a {
    color: #3CC2D2;
    font-weight: 600;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li a {
    color: #0380A5;
    font-size: 13px;
    line-height: 25px;
}

footer .footer-header {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #154568;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footer-left {
}

.footer-right {
	text-align: right;
}

footer .footer-fifth {
    width: 25%;
    display: inline-block;
    float: left;
}

footer .products {
    border-top: 1px solid #D2D4D3;
    padding-top: 15px;
    margin-top: 15px;
}

footer .logos {
	text-align: center;
}

footer .logo img {
    height: 28px;
    width: auto;
}

footer .logos &gt; div {
    margin-top: 20px;
    display: inline-block;
}

footer .fnts img{
    height: 45px;
    width: 200px;

}

footer .cox img {
    display: block;
    height: 50px;
    width: 200px;
}

footer .nam img {
    display: block;
    height: 75px;
    width: 218px;
}

.copyright {
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    padding: 15px 0;
    color: #74777F;
    background: #D2D4D3;
}

iframe[name=google_conversion_frame] {
    position: fixed;
}

.try-new-interface {
    display:block;
    line-height: 1.5rem;
    position: relative;
}
.try-new-interface .column100 {
    background-color:#fff;width:940px;
}
.try-new-interface .dashed {
    padding:10px;
    height: 174px;
}
.try-new-interface .member-interface-preview {
    height: 160px;
    border: 1px solid #888;
    position: absolute;
    top: 26px;
    right: 30px;
}
.try-new-interface p {
    width: 600px;
}
.try-new-interface .content {
    margin-top: 10px;
}
.try-new-interface h1 {
    font-size: 18px;
    margin-bottom: 15px;
}</pre></body></html>