
html {
	padding: 0.25em;
	margin: 0;
	height: 100%;
}

body {
	margin: 0 auto 1em auto;
	padding: 0;

	width: 766px;
	height: 100%;

	font-family: Tahoma;
	font-size: 11px;

	color: #444;
	background-color: white;
}

input, select, textarea, table {
	font-family: Tahoma;
	font-size: 12px;
}

optgroup {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	padding-left: 0.25em;
	background-color: #444;
	color: white;
}


a {
	text-decoration: none;
}
		a:hover {
			text-decoration: underline;
		}
		
		a:visited {
			color: #3060ff;
		}


img {
	border: none;
}

label {
	cursor: pointer;
}


div.header {
	height: 82px;
}

		div.header h1 {
			padding: 0;
			margin: 0;
			float: left;
			width: 250px;
			background: url(../images/conrflogo1.jpg) no-repeat;
			position: relative;
			text-indent: -100em;
		}
				div.header h1 a {
					display: block;
					height: 80px;
				}


h2 {
	background-color: #EAEBFF;

	padding: 0.25em 1em;
	margin: 0;

	font-size: 13px;
	font-weight: bold;

	border: 1px solid #485E88;
	border-bottom: none;
}


h3 {
	padding: 0 0 0.5em 0;
	margin: 0 0 1em 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px solid #FF8C00;
	color: #485E88;
	text-align: center;
}


h5.gray {
	margin: 0 0 1em 0;
	padding: 0.25em;
	background-color: #ebebeb;
	border-bottom: 2px solid #d0d0d0;
}


p, h5 {
	font-size: 13px;
}

p {
	margin: 0 0 1em 0;
}
		p.small {
			font-size: 11px;
		}

		p.jobCount {
			float: right;
			text-align: right;
			width: 65%;
			margin-top: 0.3em;
			
			font-size: 14px;
			font-family: 'Arial', sans-serif;
			font-weight: lighter;
			letter-spacing: 1px;
		}
				p.jobCount strong {
					color: #33348E;
					font-size: 18px;
					font-weight: normal;
				}


ul.inlineList {
	padding: 0;
	margin: 0;
	list-style-type: circle;
}
		ul.inlineList li {
			display: inline;
			padding: 0;
			margin: 0;
		}



.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.hidden {
	display: none;
}

.smallgray {
	font-size: 11px;
	color: #888;
}

.hl {
	font-weight: bold;
}

#left {
	float: left;
	margin-right: 1em;
	width: 540px;
}

#right {
	float: left;
	width: 210px;
}

#TermsAndConditions {
	width: 800px;
	margin: 2em auto;
	font-size: 12px;
}

#TermsAndConditions h4 {
	font-size: 20px;
	margin: 0 0 1em 0;
}

#TermsAndConditions h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 2em 0 1em 0;
}

#TermsAndConditions h6 {
	font-size: 16px;
	font-weight: normal;
	margin: 1em 0 0.2em 0;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */


#menu {
	margin: 1em 0 1.5em 0;
	padding: 0 0 1.5em 0;
	border-bottom: 5px solid #FF8C00;
	list-style-type: none;
}
		#menu li {
			margin: 0 0.2em 0 0;
			padding: 0.25em 0.8em;
			border: 1px solid #aaa;
			border-bottom: 4px solid #999;
			background-color: #f8f8f8;
			display: inline;
		}
		
		#menu li.active {
			background-color: white;
			border-color: #485E88;
		}
		
				#menu li a {
					font-weight: bold;
					color: #666;
					text-decoration: none;
				}
				
				#menu li.active a {
					color: black;
				}
				
				#menu li a:hover {
					text-decoration: underline;
				}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav {
	margin: 1em 0 1.5em 0;
	padding: 0 0 3.25em 0;
	border-bottom: 5px solid #FF8C00;
}

		#nav li {
			height: 1%; /* Suckerfish dropdown fix for IE7 */
			float: left;
			margin: 0 0.2em 0 0;
			border: 1px solid #aaa;
			border-bottom: 4px solid #999;
			background-color: #f8f8f8;
			display: inline;
		}

		#nav li.active {
			background-color: white;
			border-color: #485E88;
		}
			#nav li.active a {
				color: black;
			}
			
			#nav li.active ul a {
				color: #666;
			}
		
			#nav a {
				display: block;
				padding: 0.25em 0.8em;
				
				font-size: 11px;
				font-weight: bold;
				color: #666;
				text-decoration: none;
			}
			
			#nav a span {
				color: #aaa;
			}
			

		#nav li ul {
			position: absolute;
			width: 10em;
			left: -999em;
			margin-top: 3px;
			margin-left: -1px;
		}

				#nav ul a {
					width: 10em;
				}
				
				#nav ul a:hover {
					color: #f8f8f8;
					background-color: #999;
				}

				#nav ul li {
					border-bottom: none;
				}
				
				#nav ul li.last {
					border-bottom: 1px solid #999;
				}
				

		#nav li:hover ul, #nav li.sfhover ul {
			left: auto;
		}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */


.box {
	border: 1px solid #485E88;
	padding: 1em;
	height: 1%;
	margin-bottom: 1.5em;
}


.box_inner {
	padding: 1em;
	height: 1%; /* IE bugfix */
}

.blueBox {
	background-color: #EAEBFF;
	margin-bottom: 2em;
}
		.blueBox h2 {
			color: white;
			background-color: #485E88;
			border: 1px solid #485E88;
			height: 1em;
		}
		
		.blueBox label {
			display: block;
			font-size: 11px;
			font-weight: bold;
			color: #485E88;
		}
		
		.blueBox input,
		.blueBox select {
			margin-bottom: 1em;
		}
		
		input.orange {
			background-color: #FF8C00;
			color: white;
			font-family: Tahoma;
			font-size: 11px;
			font-weight: bold;
		}
		
		input.blue {
			background-color: #d4e0ff;
			padding: 0;
		}


ul.noBullets {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
		ul.noBullets li {
			padding: 0 0 0.25em 0;
			margin: 0;
		}


ul#quickSearches {
	list-style-type: none;
	padding: 0 0 0 0em;
	margin: 0 auto;
}
		ul#quickSearches li {
			float: left;
			width: 20%;
			margin: 0 0 0 0;
			padding: 0;
		}


/* ------------------------------ */


#SearchResults h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
}

div.Job {
	margin-bottom: 3em;
	font-size: 13px;
	width: 600px;
	clear: both;
}

		div.Job h5 {
			border: none;
			margin-bottom: 0;
			font-size: 13px;
		}


ul.Pager {
	margin: 0 0 1.5em 0;
	padding: 0;
	text-align: center;
	width: 575px;
}
ul.Bottom {
	margin: 0 auto;
	padding: 1em 0 0 0;
	border-top: 1px solid #666;
}
ul.Top {
	margin: 2em auto 2em auto;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #666;
}

		ul.Pager li {
			display: inline;
			margin: 0;
			padding: 0;
		}
				ul.Pager li a {
					text-decoration: none;
					font-size: 8pt;
					font-size: 9pt;
					
					display: -moz-inline-box;
					display: inline-block;
					
					padding: 0.15em 0.75em;
					margin-right: 0.5em;
					
					color: #666;
					background-color: #f4f4f4;
					
					border: 1px solid #666;
				}
				
				ul.Pager li a.Active {
					background-color: #FFF0C4;
					color: black;
					border: 1px solid black;
					font-weight: bold;
				}
				
				ul.Pager li a:hover {
					color: black;
					border: 1px solid black;
				}


/* ------------------------------ */

table.ContactForm {
}
		table.ContactForm td {
			text-align: left;
			white-space: nowrap;
			padding: 0.25em 1em 0.25em 0;
		}
		
		table.ContactForm td input {
			width: 250px;
		}

		table.ContactForm td.narrow input {
			width: 150px;
		}
		
		table.ContactForm td.wide input,
		table.ContactForm td.wide textarea {
			width: 400px;
		}


/* ------------------------------ */


ul#footer {
	background-color: #d8d8d8;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #aaa;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 40px;
}
		#footer li {
			display: inline;
			line-height: 40px;
			padding: 0 1em;
			border-right: 1px solid #777;
		}
		#footer li.last {
			border-right: none;
		}
				#footer li a {
					color: #444;
					/*font-weight: bold;*/
				}
				

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#foot {
	position: relative;
	margin: -10px auto 0 auto;
}



#ResourceMenu {
	font-size: 13px;
	border: 1px solid #485E88;
	padding: 1em;
}
		#ResourceMenu dt {
			font-size: 15px;
			margin-top: 1em;
			margin-bottom: 0.35em;
		}
		
		#ResourceMenu dt:first-child {
			margin-top: 0;
		}
				
		#ResourceMenu dd {
			margin: 0;
			padding: 0;
		}
				#ResourceMenu dd a {
					display: block;
					padding: 0.2em 0 0.35em 0.6em;
					border: 1px solid transparent;
				}
				#ResourceMenu dd a:hover {
					border: 1px solid #AAABCF;
				}
		
		#ResourceMenu dd.activeResource {
			background-color: #EAEBFF;
			border: 1px solid #EAEBFF;
		}


#ResourceDisplay h4 {
	color: #485E88;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 1em 0;
}

#ResourceDisplay h5 {
	font-size: 14px;
	margin: 1.5em 0 0.5em 0;
}

#ResourceDisplay .CVPeriod {
	height: 1%; /* IE bug */
	margin: 1em 0 0.5em 0;
	padding: 0 0 0.25em 0;
	border-bottom: 1px solid black;
}

#ResourceDisplay .CVPeriod h6 {
	font-size: 13px;
	margin: 0;
}

#ResourceDisplay ul {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 1.5em;
}

#ResourceDisplay li {
	margin-bottom: 0.5em;
}

#ResourceDisplay div.sampleLetter {
	font-family: 'Consolas', 'Lucida Console', 'Courier New', monospace;
	border: 1px solid #aaa;
	background-color: #f0f0f0;
	font-size: 13px;
	padding: 1em;
}


/* ------------------------------ */


.SearchBar {
	font-weight: normal;
	color: black;
	background-color: #CFE2E7;
	font-size: 9pt;
}
		.SearchBar * {
			font-size: 8pt;
			font-size: 9pt;
		}



/* ------------------------------ */


table.JobTable {
}
	.JobTable a, .JobTable span {
	}
	
	.JobTable a:visited {
		color: #3060ff;
	}


	.JobTable td, .JobTable th {
		padding: 0.75em 1em;
		
		font-size: 8pt;
		font-size: 9pt;
	}
	
	
	.JobTable thead tr,
	.JobTable tr.tableHeader {
		background-color: #cfe2e7;
	}
			.JobTable thead thead th,
			.JobTable tr.tableHeader td {
				font-weight: bold;
			}
	
	
	.JobTable tr.Alternate {
		background-color: #eeffee;
	}


/* ------------------------------ */



div.FormHeader {
}
		div.FormHeader a {
			font-size: 8pt;
			font-size: 9pt;
		}
		
		div.FormHeader a.n {
			font-size: 9pt;
		}
		
		div.FormHeader span {
		}
		
		div.FormHeader h4 {
			margin: 1em 0 0.83em 0;
			font-size: 12pt;
			color: #1F4AB9;
			border-bottom: 1px solid #1F4AB9;
		}


table#JobDetails * {
	font-size: 8pt;
	font-size: 9pt;
}
		#JobDetails h5,
		.Content h5 {
			margin: 0 0 0.83em 0;
			font-size: 12pt;
			font-weight: normal;
			color: #1F4AB9;
			
			/* for h5 defined earlier */
			border: none;
			padding: 0;
			background-color: transparent;
		}
		
		#JobDetails h6,
		.Content h6 {
			margin: 0 0 0.83em 0;
			font-size: 12pt;
			font-weight: normal;
			color: #6F82a7;
		}


table.AccountDetails input,
table.AccountDetails textarea {
	width: 230px;
}


.TopMenu * {
	font-size: 8pt;
	font-size: 9pt;
}
		.TopMenu a,
		.MemberMenu a {
			color: blue;
		}


.MemberMenu {
	background-color: #fffce4;
	border: 1px solid #efd0a4;
}
		.MemberMenu td {
			white-space: nowrap;
		}
		
		.MemberMenu a {
			display: block;
			padding: 0.25em 1em;
		}
		div.MemberMenu a {
			font-size: 8pt;
			font-size: 9pt;
			padding-left: 0.25em;
		}
		
		.MemberMenu a:hover {
			background-color: #fff0c4;
		}

		.MemberMenu td.First a {
			/*padding-left: 0.25em;*/
			border-right: 1px solid #efd0a4;
		}

		.MemberMenu td.Last {
			padding-right: 0;
			border-left: 1px solid #efd0a4;
		}

		.MemberMenu a img {
			vertical-align: middle;
		}
		
		.MemberMenu a.b {
			border-right: 1px solid #efd0a4;
		}
		
		.MemberMenu a span {
			padding-right: 0.5em;
		}


ul#MainMenu {
	padding: 0 10px 0 15px;
	margin: 2.5em 0 0 0;
	list-style-type: none;
}

		ul#MainMenu li a {
			display: block;
			padding: 0.2em 0 0.2em 1em;
			width: 100%;
			color: #2952bd;
			font-size: 8pt;
			font-size: 9pt;
			font-weight: bold;
			text-decoration: none;
		}
		
		ul#MainMenu li a:hover {
			background-color: #C7DCF5;
		}


input.Warning {
	background-color: #ffd0d0;
}		

input.PositiveAction {
	background-color: #d0ffd0;
	font-weight: bold;
}

p.Warning {
	background-color: #ffeaea;
	padding: 0.5em;
	color: #b00000;
	text-align: center;
	width: 565px;
	border: 1px solid #f08080;
}


div.JobAlert {
	height: 1%;
	margin: 0;
	padding: 2.5em 0 1em 0;
	border-top: 1px solid #6F82a7;
}
		div.JobAlert span.Number {
			font-size: 19px;
			color: #6F82a7;
		}
		
		div.JobAlert .DeleteAlert {
			position: absolute;
			top: -23px;
			right: 2px;
		}
		
		
div.Registration {
	padding-left: 0.25em;
	margin-bottom: 2em;
}
		div.Registration p {
			margin-bottom: 1em;
		}

		div.Registration label {
			cursor: pointer;
			display: block;
		}



/* ------------------------------------------------------------------------------------------------------------------------------------------------ */



div#partnerLinks h4 {
	font-size: 15px;
	margin: 3em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

div#partnerLinks h5 {
	margin: 0.25em 0;
}

div#partnerLinks p {
	margin: 0 0 1.5em 0;
}

div#partnerLinks li {
	font-size: 13px;
	margin: 0 0 1em 0;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */



div#SalaryChecker input {
	margin-top: 1em;
}

div#SalaryChecker select {
	width: 100%;
}

table.SalaryResults {
	margin-top: 3em;
	width: 100%;
}
		table.SalaryResults thead th {
			border-bottom: 1px solid black;
			padding-bottom: 1em;
			font-weight: normal;
		}
		
		table.SalaryResults tbody td {
			text-align: center;
			vertical-align: bottom;
			height: 200px;
		}
		
		table.SalaryResults tfoot td {
			border-top: 1px solid black;
			text-align: center;
			vertical-align: top;
			font-size: 8px;
		}
		
		table.SalaryResults tfoot td.b {
			font-size: 11px;
		}

div#SalaryChecker div#Results {
	float: right;
	width: 580px;
}
		div#SalaryChecker div#Results .under {
			color: #c00000;
		}
		
		div#SalaryChecker div#Results .over {
			color: #00a000;
		}

		div#SalaryChecker div#Results div {
			width: 305px;
			text-align: right;
		}
				div#SalaryChecker div#Results div p {
					margin: 0;
					font-weight: bold;
					/*color: #666;*/
				}
		
		div#SalaryChecker div#Results h5 {
			font-size: 16px;
			margin-bottom: 0.75em;
			color: #485E88;
		}

aside.aside_Google
{
    width:728px;
    margin:5px auto 15px auto;
    padding:0px;
}