	/* CBC prototype css
	Created: 07/06/06
	Author: phil@smrscreative.co.uk
	--------------------------------------------------------------------------*/

	/* GLOBAL RULES
	--------------------------------------------------------------------------*/
	body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	background-color: #e1d3b9;
	background-image: url(img/new_cbc_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
		}

	/* CONTAINER RULES - sets fixed width floating column
	--------------------------------------------------------------------------*/
	#container	{
		width: 720px;
		margin: 0px auto;
		padding: 0;
		text-align: left;
		/* border: solid 1px #b0a793; */
		}


	/* HEADER RULES
	--------------------------------------------------------------------------*/
	#header	{
		margin: 0;
		padding: 0;
		height: 150px;
		color: #004b85;
		/* background-color: #e1d3b9; */
		background: no-repeat url(img/header_bg.gif) 0 -40px #e1d3b9;
		}

	/* NAVIGATION 
	--------------------------------------------------------------------------*/
	ul#navigation	{
		margin: 0 0 0 416px;
		padding: 1em 0 0 0;
		list-style: none;
		text-transform: uppercase;
		font-weight: bold;
		}
		
	ul#subnav	{
		margin: 0 0 0 66px;
		padding: 1em 0 0 0;
		list-style: none;
		font-weight: bold;
		}
		
	li ul	{
		font-size: 1.5em;
		font-weight: normal;
		margin: 0.5em 0 0 0;
		padding: 0 0 0 20px;
		list-style: none;
		border-left: dotted 1px #004b85;
		}
		
	li ul li	{
		padding: 0px;
		}
		
	#navigation a, #subnav a {
		text-decoration: none;
		padding-left: 20px;
		border-bottom: none !important;
		}

	#navigation a:link {
		color: #004b85;
		background-color: #e1d3b9;
		background: no-repeat url(img/nav_bullets.gif) 0px 50%;
		}

	#navigation a:visited {
		color: #004b85;
		background-color: #e1d3b9;
		background: no-repeat url(img/nav_bullets.gif) 0px 50%;
		}

	#navigation a:hover {
		color: #004b85;
		background-color: #e1d3b9;
		background: no-repeat url(img/nav_bullets_roll.gif) 0px 50%;
		} 

	#navigation a:active {
		color: #6c8cb7;
		background-color: #e1d3b9;
		background: no-repeat url(img/nav_bullets_roll.gif) 0px 50%;
		} 

	#subnav li	{
		margin-left: 10px;
		display: inline;
		}
		
	#subnav a:link {
		color: #004b85;
		background-color: #fff;
		background: no-repeat url(img/nav_bullets.gif) 0px 50%;
		}

	#subnav a:visited {
		color: #004b85;
		background-color: #fff;
		background: no-repeat url(img/nav_bullets.gif) 0px 50%;
		}

	#subnav a:hover, #subnav a.this {
		color: #004b85;
		background-color: #fff;
		background: no-repeat url(img/nav_bullets_roll.gif) 0px 50%;
		} 

	#subnav a:active {
		color: #6c8cb7;
		background-color: #fff;
		background: no-repeat url(img/nav_bullets_roll.gif) 0px 50%;
		} 

	#navigation a.this {
		color: #004b85;
		background-color: #e1d3b9;
		background: no-repeat url(img/nav_bullets_roll.gif) 0px 50%;
		cursor: default;
		} 
	
	#subsite_buttons	{
		padding-left: 416px;
		padding-top: 20px;
		float: left;
		}
		
	#subsite_buttons div#bos	{
		float: left;
		}

	#subsite_buttons div#lex	{
		float: left;
		margin-left: 0.5em;
		}

	#subsite_buttons #bos a:link, #subsite_buttons #bos a:visited	{
		background: url(img/bos_button_switch.gif) no-repeat 0 0;
		display: block;
		width: 140px;
		height: 31px;
		}

	#subsite_buttons #bos a:hover, #subsite_buttons #bos a:active 	{
		background: url(img/bos_button_switch.gif) no-repeat 0 -31px;
		}

	#subsite_buttons #lex a:link, #subsite_buttons #lex a:visited	{
		background: url(img/small_lex_button_switch.gif) no-repeat 0 0;
		display: block;
		width: 48px;
		height: 31px;
		}

	#subsite_buttons #lex a:hover, #subsite_buttons #lex a:active	{
		background: url(img/small_lex_button_switch.gif) no-repeat 0 -31px;
		}

	#subsite_buttons div#client	{
		float: left;
		}

	#subsite_buttons div#candidate	{
		float: left;
		margin-left: 0.5em;
		}

	#subsite_buttons #client a:link, #subsite_buttons #client a:visited	{
		background: url(img/client_zone_button_switch.gif) no-repeat 0 0;
		display: block;
		width: 140px;
		height: 31px;
		}

	#subsite_buttons #client a:hover, #subsite_buttons #client a:active 	{
		background: url(img/client_zone_button_switch.gif) no-repeat 0 -31px;
		}

	#subsite_buttons #candidate a:link, #subsite_buttons #candidate a:visited	{
		background: url(img/candidate_button_switch.gif) no-repeat 0 0;
		display: block;
		width: 140px;
		height: 31px;
		}

	#subsite_buttons #candidate a:hover, #subsite_buttons #candidate a:active	{
		background: url(img/candidate_button_switch.gif) no-repeat 0 -31px;
		}

	#candidate_button a:link, #candidate_button a:visited	{
		background-image: url(img/candidate_button_switch.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		display: block;
		width: 140px;
		height: 31px;
		border: none !important; 
		}

	#candidate_button a:hover, #client_button a:active	{
		background-position: 0px -31px;
		}

	#enter_button a:link, #enter_button a:visited	{
		background-image: url(img/enter_button.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		display: block;
		width: 140px;
		height: 31px;
		border: none !important; 
		}

	#enter_button a:hover, #enter_button a:active	{
		background-position: 0px -31px;
		}

	#client_button a:link, #client_button a:visited	{
		background-image: url(img/client_zone_button_switch.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		display: block;
		width: 140px;
		height: 31px;
		border: none !important; 
		}

	#client_button a:hover, #client_button a:active	{
		background-position: 0px -31px;
		}

	a:link#search_button, a:visited#search_button	{
		margin-top: 10px;
		margin-right: 17px;
		background-image: url(img/search_button.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		display: block;
		width: 140px;
		height: 23px;
		border: none !important; 
		float: right;
		}

	a:hover#search_button, a:active#search_button	{
		background-position: 0px -23px;
		}

	/* HEADLINE RULES
	--------------------------------------------------------------------------*/
	#headline	{
		width: 100%;
		float: left;
		margin: 0;
		padding: 0;
		color: #fff;
		/* background-color: #b0a793; */
		}
		
	#headline h1	{
		float: left;
		padding: 8px 46px 6px 46px;
		margin: 0;
		font-size: 2em;
		text-transform: uppercase;
		}
		
	/* CONTENT PANEL RULES
	--------------------------------------------------------------------------*/
	#contentpanel	{
		width: 720px;
		float: left;
		margin: 0;
		padding: 1em 0 1em 0;
		/* min-height: 200px; */
		/* background-color: #e1d3b9; */
		}
		
	#contentpanel div#left, #contentpanel div.left	{
		width: 310px;
		float: left;
		padding-top: 1em;
		margin: 0 0 0 46px; 
		display: inline;
		}

	#contentpanel div#right, #contentpanel div.right	{
		width: 310px;
		/* margin-right: 45px; */
		float: left;
		padding: 1em 0 0 15px;
		}

	#contentpanel h1	{
		padding: 0 0 0.5em;
		margin: 0; 
		font-size: 2em;
		text-transform: uppercase;
		color: #b0a793;
		/* background-color: #e1d3b9; */
		width: 300px;
		}

	#contentpanel h2	{
		margin: 0;
		padding: 0 0 0.5em;
		font-weight: bold;
		color: #004b85;
		/* background-color: #e1d3b9; */
		font-size: 1.5em;
		}
		
	#contentpanel h2.topmargin	{
		margin-top: 39px;
		}
		
	#contentpanel h3	{
		margin: 0;
		padding: 0 0 0.5em;
		font-weight: bold;
		text-transform: uppercase;
		color: #6d8cb7;
		/* background-color: #e1d3b9; */
		font-size: 1.1em;
		clear: left;
		}
		
	#contentpanel h4	{
		margin: 0 0 0 0;
		padding: 0 0 0.5em 0px;
		color: #000;
		/* background-color: #e1d3b9; */
		font-weight: bold;
		}
		
	#contentpanel p.indent	{
		margin: 0 0 0 0;
		padding: 0 0 0.5em 100px;
		color: #000;
		/* background-color: #e1d3b9; */
		line-height: 1.5em;
		}
		
	#contentpanel p	{
		margin: 0 0 0 0;
		padding: 0 0 0.5em 50px;
		color: #000;
		/* background-color: #e1d3b9; */
		line-height: 1.5em;
		}
		
	#contentpanel a:link, #contentpanel a:visited {
		color: #004b85;
		/* background-color: #e1d3b9; */
		text-decoration: none;
		border-bottom: dotted 1px #b0a793;
		font-weight: bold;
		}

	#contentpanel a:hover {
		color: #2e72a6;
		background-color: #e1d3b9;
		text-decoration: none;
		border-bottom: dotted 1px #b0a793;
		font-weight: bold;
		} 

	#contentpanel a:active {
		color: #2e72a6;
		background-color: #e1d3b9;
		text-decoration: none;
		border-bottom: dotted 1px #2e72a6;
		font-weight: bold;
		} 
		
	#contentpanel a.button	{
		border-bottom: none;
		margin-top: 2em;
		margin-right: 0.5em;
		}

	/* IMAGE PANEL RULES
	--------------------------------------------------------------------------*/
	#imagepanel	{
		border-top: solid 1px #b0a793; /* blue #004b85 */
		/* border-left: solid 1px #e1d3b9; */
		margin: 0;
		padding: 0 0 1em 47px;
		clear: both;
		}
		
	#imagepanel h1	{
		padding-top: 1em;
		margin: 0;
		font-size: 2em;
		text-transform: uppercase;
		color: #b0a793;
		background-color: transparent;
		width: 300px;
		}

	#imagepanel p	{
		margin: 1em 0 0 0;
		padding: 0;
		color: #000;
		background-color: transparent;
		line-height: 140%;
		}
		
	#imagepanel a:link {
		color: #004b85;
		background-color: transparent;
		text-decoration: none;
		border-bottom: dotted 1px #b0a793;
		}

	#imagepanel a:hover {
		color: #004b85;
		background-color: transparent;
		text-decoration: none;
		border-bottom: dotted 1px #b0a793;
		} 

	#imagepanel a:active {
		color: #6c8cb7;
		background-color: transparent;
		text-decoration: none;
		border-bottom: dotted 1px #b0a793;
		} 

	/* FOOTER RULES
	--------------------------------------------------------------------------*/
	#footer	{
		margin: 0;
		padding: 1em 46px 0 46px;
		height: 24px;
		color: #eae6db;
		background-color: #b0a793;
		}
		
	#footer p	{
		margin: 0;
		padding: 0;
		font-size: 0.9em;
		}
		
	#footer a:link, #footer a:visited	{
		color: #fff;
		background-color: #b0a793;
		text-decoration: none;
		border-bottom: dotted 1px #eae6db;
		}

	/* MISC RULES
	--------------------------------------------------------------------------*/
	.left	{
		float: left;
		}

	.right	{
		float: right;
		}

	.headshot	{
		color: #fff;
		background-color: #d2d2d2;
		border: solid 1px #b0a793;
		margin: 0px 15px 10px 0px;
		}
		
	.underline	{
		border-top: solid 1px #ffffff;
		padding-top: 1em !important;
		margin-top: 1em !important;
		}
		
/* HACKS
--------------------------------------------------------------------------*/

* html li ul	{
		margin-top: 0px !important;
		border-left: solid 1px #b0a793;
		}
		
* html a	{
		border-bottom-style: solid !important;
		}
		
