 /***********************************************\
|		COLORS USED [Too Many Greys!]	        |
|								        |
|	Client Services Grey	#dfdfdf		        |
|	Candidate Services Grey	#e2e2e2		        |
|	Consultants Grey		#e8e8e8		        |
|	Site Background Grey	#eeeeee		        |
|	Site Border			#a3dcc4		        |
|	Home Box Purple		#2e1e28		        |
|	Text Grey			#2e1e28		        |
|								        |
  \***********************************************/


/***********************************************\
|			HTML ELEMENTS			 |
\***********************************************/

* { 
	margin: 0;
	padding: 0;
}

a, a:visited {}
a:hover, a:focus {}
a:active{}
a acronym, a abbr { cursor: pointer; }
a img { border: 0; }
address {}

body {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

blockquote {
	text-align: center;
	border: 1px solid #f0f;
	padding: 10px;
	margin: 15px;
}

abbr, acronym {
	border: 0;
	cursor: help;
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


/**COMMENTED OUT, CONFLICTS WITH NAV **/
/** li {
	margin: 0 0 5px 30px;
}
**/
p {}
strong{}


/***********************************************\
|			CLASSES					 |
\***********************************************/

.alignCenter{text-align: center;}
.alignRight{text-align: right;}
.alignLeft{text-align: left;}
.clearBoth{clear: both;}
.clearLeft{clear: left;}
.clearRight{clear: right;}
.displayNone{display: none;}
.floatRight{float: right;}
.floatLeft{float: left;}
.highlight{	color: #ff0000; }
.floatLeftClearLeft {
	float: left;
	clear: left;
}
.floatRightClearRight {
	float: right;
	clear: right;
}

.imgLeft{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.imgRight{
	float: right;
	margin:  10px 0 10px 10px;
}

.imgLeftNoBorder{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.imgRightNoBorder{
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

.floatSpacer{ clear: both; }

.margin0{ margin: 0; }

.message{
	font-weight: bold;
	font-size: 1.1em;
	color: #417264;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #417264;
}

.overflowHidden{overflow:hidden;}
.padding0{ padding: 0; }
.uppercase{text-transform:uppercase;}
.captialize{text-transform:capitalize;}
.printOnly{display:none;}

.skip{
	position:absolute; 
	top: -100px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 		
	top: 0;
	width: 100%;
	background: #f00;
	color: #fff; 
	padding: 2px 0;
	text-decoration: none;
	text-align: center;
}

/** see also ie6_fixer.css and ie7_fixer.css **/
.skip:active {
	color: #00315c; 
}

.smallText{ font-size: 0.8em; }

.linkDivider{display: none;}

.callToAction { 
	clear: both;
	margin: 0 20px 20px 0;
	padding: 10px 0 0 40px;	
	list-style-type: square;
}

.callToAction li {
	padding: 0 0 5px 0;
	list-style-image: url(/content/img/structure/call_to_action2.gif);
}

.callToAction2 { 
	clear: both;
	margin: 0 20px 20px 0;
	padding: 10px 0 0 40px;	
	list-style-type: square;
}

.callToAction2 li {
	padding: 0 0 5px 0;
	list-style-image: url(/content/img/structure/call_to_action2.gif);
}

.siteWidth {
	width: 713px;
	float: right;
}


/***********************************************\
|			TEMPLATE LAYOUT			 |
\***********************************************/
#topBorder {
	margin-top: 15px;
	background: url(/content/img/structure/test_top.gif) top center no-repeat;
	height: 15px;
}

#bottomBorder {
	margin-bottom: 15px;
	background: url(/content/img/structure/test_bottom.gif) bottom center no-repeat;
	height: 15px;
}

#siteBorder {
	background: url(/content/img/structure/test.gif) top center repeat-y;
	height: 100%;
	overflow: hidden;
}

#siteHolder {
	width: 767px;
	margin: 0 auto;
	background-color: #eeeeee;
	color: #2e1e28;
	height: 100%;
	overflow: hidden;
}

/** TOP **/
#header {
	background-color: #eeeeee;
	
}

#headerContent {
	
	float: left;
}

#companyName {
	margin-top: 5px;
	float: left;
	clear: left;
	font-size: 1em;
	font-weight: bold;
}

/** NAV **/
/** see navigation.css **/

#contactDetails {
	width: 713px;
	float: right;
	padding: 5px 0;
	height: 100%;
	overflow: hidden;
	background: url(/content/img/structure/contact_fade.jpg) repeat-y;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contactDetails a {
	color: #2E1E28;
	text-decoration: none;
}

#contactDetails a:hover, #contactDetails a:focus {
	text-decoration: underline;
}

#printContactDetails {
	display: none;
}

/** LEFT COLUMN **/

#colLeft {
	display: inline;
	margin-left: 74px;
	float: left;
	width: 228px; /**For better alignment: width: 232px;**/
	padding-top: 15px;
	background: url(/content/img/structure/col_background3.gif) no-repeat;
	background-position: 0 15px;
	height: 10em;
}
/**See also ie6_fixer.css **/



/** CONTENT **/
#contentHolder {

	min-height: 480px;
	line-height: 1.6em;
	clear: both;
}

#contentHolder img {}

#contentHolder a:hover img, #contentHolder a:focus img {}

#contentHolder a:active img {}

#content {
	
	float: right;
	padding: 0;
	overflow: hidden;
	height: 100%;
	width: 465px; /**For better alignment: width: 480px;**/
	 /** margin left added to last float to fix repeated character bug in IE6 only **/
}

#content p {
	padding-right: 25px;
}

#content.fullWidth{
	width: 767px;
}

#scrollingContent {
	height: 288px;
	overflow: auto;
}


#bodyText {
	overflow: auto;
	height: 290px;
}

.useColumn {
	float: left;
	width: 543px; /* max 559 ---- 542 is 15px either side and 2px gap for bg image*/
}

#headerBox {
	background: url('/content/pages/grey_fade.jpg') repeat-y;
	margin-top: 15px;
	min-height: 54px; /** See also ie6_fixer.css **/
	padding-top: 23px;
}

#headerBoxFullWidth {
	background: url('/content/pages/grey_fade.jpg') repeat-y;
	margin-top: 15px;
	min-height: 54px; /** See also ie6_fixer.css **/
	padding: 23px 0 0 20px;
}

#content .client {
	background: url('/content/pages/grey_fade.jpg') repeat-y;
	margin-top: 15px;
	min-height: 54px; /** See also ie6_fixer.css **/
	padding-top: 23px;
}

#content .candidate {
	background: url('/content/pages/green_fade.jpg') repeat-y;
	margin-top: 15px;
	min-height: 54px; /** See also ie6_fixer.css **/
	padding-top: 23px;	
}

#content .whoWeAre {
	background: url('/content/pages/purple_fade.jpg') repeat-y;
	margin-top: 15px;
	min-height: 54px; /** See also ie6_fixer.css **/
	padding-top: 23px;
}


#content h1, #column h1  {
	font-size: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #2e1e28;
	margin-bottom: 5px;
	text-transform: capitalize;
}

#content h2 {
	font-size: 0.85em;
	font-style: italic;
	text-transform: capitalize;
}

#content h2.applyForm {
	font-size: 1.1em;
	margin: 0.8em 0;
	font-style: normal;
	text-transform: capitalize;
}

#content h3 {
	font-size: 1.1em;
	margin: 0.8em 0;
}



#content p {
	margin: 0.8em 0;
}

#content p.summary {
	background: #f00;
	color: #fff;
	padding: 2px 5px;
	font-style: italic;
	line-height: 1.2em;
}

#contentHolder a {}

#contentHolder a:visited {}

#contentHolder a:hover, #contentHolder a:focus {}

#contentHolder a:active{}

#content a {
	text-decoration: none;
	color: #71476a;
}

#content a:visited {}

#content a:hover, #content a:focus {
	color: #4f324a;
	text-decoration: underline;
}

#content a:active {}

#content ul { list-style-type: square; }
#content ul li { margin-left: 20px; }
#content ol ol { list-style-type: lower-alpha; }
#content ol ol ol { list-style-type: lower-roman; }




/** COLUMN **/
#column {
	float: right;
	width: 170px;
	padding: 0 15px 0 0;
}

#column a img {
	display: block;
}

#column h2 { 
	font-size: 1.2em;
	margin: 0.8em 0;
}

#column h2 a, #column h2 a:visited {}

#column h2 a:hover, #column h2 a:focus {}

#column h2 a:active {}


/** FOOTER **/
#footer {
	height: 100%;
	overflow: hidden;
	padding: 5px 15px;
	font-size: 0.9em;
}

#footer a#eC {
	background: url(/content/img/structure/ec_mini_logo.gif) no-repeat left center;
	padding-left: 14px;
}

#footer a#eC:hover {
	background: url(/content/img/structure/ec_mini_logo_hover.gif) no-repeat left center;
}

#footer a {
	font-size: 0.8em;
	color: #2E1E28;
	text-decoration: none;
	}

#footer a:visited {}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#footer a:active{}


#footer div.footerLine1 {
	margin-bottom: 2px;
}

#footer .floatRight {
	text-align: right;
}

#printFooter {
	display: none;
}



/**** GENERIC FORMS ****/
.generalForm {
	color: #000;
	margin: 0 15px 0 0;
	width: 350px;
}

/** see also ie6_fixer.css & ie7_fixer.css **/
.generalForm  fieldset {
	border: 1px solid #2E1E28;
	margin: 15px 0;
	padding: 15px 0 5px 15px;
	background: url(/content/img/structure/search_bottom_fade2.jpg) bottom repeat-x;
}

/** see also ie6_fixer.css & ie7_fixer.css **/
.generalForm  legend {	
	color: #A4D3BF;
	background: #2D1D28 url(/content/pages/legend_background3.jpg) bottom repeat-x;
	padding: 4px 6px;
	font-size: 1.1em;
}

.generalForm fieldset input {
	font-family: Verdana, sans-serif;
}

#form_name, #form_your_email, #form_message, #form_your_tel, #form_cv, #form_tel {
	padding: 2px;
	border: 1px solid #ABADB3;
	width: 310px;
}



#form_name:hover, #form_your_email:hover, #form_message:hover, #form_name:focus, #form_your_email:focus, #form_message:focus, #form_your_tel:hover, #form_your_tel:focus, #form_cv:hover, #form_cv:focus, #form_tel:hover, #form_tel:focus {
	border: 1px solid #5C3B56;
}

.generalForm  select {
	font-family: Verdana, sans-serif;
	display: inline;
}

.generalForm  select option{
	padding-left: 5px;
}

.generalForm  label {
	display: block;
	text-align: left;
	color: #675c63;
}

.generalForm  .checkBoxLabel{
	
}

.generalForm  textarea{
	font-family: Verdana, sans-serif;
	font-size: small;
	padding: 1px;
}

.generalForm  .submitButton{
	display: block;
	padding: 1px 5px;
	margin: 0px auto 10px auto;
	margin-top: 15px;
	width: 7em;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_background.jpg) bottom repeat-x;
}

.generalForm  .submitButton:hover, .generalForm  .submitButton:focus {
	border-left: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_hover.jpg) top repeat-x;
}

.generalForm  .submitButton:active {
	border-left: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_active.jpg) top repeat-x;
}

.generalForm  .generalCheckBox{
	display: inline;
	width: 18px;
}

.generalForm label .charCounter {
	font-size: 0.8em;
}

.generalForm .dateCollection input {
	width: 34px;
}

#errorMessage{
	margin-bottom: 15px;
	color: #f00;
}


.generalForm  label.error {
	color: #f00;
}

.generalForm  div.error {
	margin: 0px 0px 15px 0px;
	font-size: 0.8em;
	width: 330px; /** to match input and text area widths **/
	color: #f00;
}

/** this is a spacer class due to IE empty div height issue **/
.generalForm  div.noError {
	height: 15px; /** matches div.error bottom margin **/
}

.generalForm  .errorText{}

.generalForm  .errorList ul li a{}

.generalForm .hiddenInput {
	display: none;
}

/***********************************************\
|			PAGE TEMPLATES			 |
\***********************************************/

table{
	margin-right: 20px;
	color: #000;
	padding: 0;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}

table .tableAlignCenterTop{
	text-align: center;
	vertical-align: middle;
}

table .verticalAlignTop {
	vertical-align: top;
}

table thead th{
	background-color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 1.1em;
}

table tr.odd{
	color: #000;
	background-color: #f00;
	margin: 0;
	padding: 0;
}

table tr.even{
	background-color: #fff;
	border: 1px solid #fff;
}

table td{
	padding: 3px 5px;
}






/***********************************************\
|			PAGE SPECIFIC (a-z)			 |
\***********************************************/

/** HOME **/

#homeSearch {

	height: 100%;
	overflow: hidden;
}

#homeSearch fieldset {
	margin-top: 10px;
	float: right;
	border: 0;
	width: 335px;
	padding-right: 10px;
}

#homeSearch select {
	font-size: 0.9em;
}



#salary {
	width: 150px;
}

#homeSearch legend {
	color: #675c63;
	font-size: 1em;
	padding-left: 10px;
}

.searchInstructions {
	font-size: 0.7em;
	padding-left: 10px;
}

#searchLocation{
	width: 152px;
	border: 1px solid #2F1F2A;
}

.column {
	width: 162px;
	display: inline;
	float: right;
}

#field {
	width: 152px;
	float: left;
	clear: left;
	border: 1px solid #2F1F2A;
	background: #fff url(/content/img/pages/home/selection_background.jpg) bottom repeat-x;
}

.columnRight {
	display: inline;
	float: right;
	width: 162px;


}

.columnButton {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
}

.formLabel {
	float: left;
	clear: left;
	display: none;
	color: #675c63;
	font-weight: bold;
}

.formSelections {
	float: left;
	clear: left;
	width: 160px;
	border: 1px solid #71486a;
	background: #fff url(/content/img/pages/home/selection_background.jpg) bottom repeat-x;
}

.formSelections:hover, .formSelections:focus, #field:hover, #field:focus{
	border: 1px solid #2E1E28;
}

#submitButton {
	font-size: 0.8em;
	width: 6.75em;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_background.jpg) bottom repeat-x;
	}
	
#submitButton:hover, #submitButton:focus {
	border-left: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_hover.jpg) top repeat-x;
}

#submitButton:active {
	border-left: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_active.jpg) top repeat-x;
}
	

#buttonBox {
	padding-top: 10px;
	clear: both;
	margin-left: 623px;
}

.homeRow {
	padding-top: 5px;
	height: 100%;
	overflow: hidden;
	clear: both;
	margin-left: 54px;
}

.homeRow2{
	height: 100%;
	overflow: hidden;
	clear: both;
	background-color: red;
}

#submitLeft {
	width: 195px;
	float: right;
	background-color: #A3D3BD;
	padding: 8px 0;
	height: 21px;
}

#submitRight {
	background: #2E1E28 url(/content/img/pages/home/submit_cv_background.gif) bottom left no-repeat;
	float: right;
	width: 135px;
	padding: 8px 0 8px 20px;
}

a#submitRight {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.1em;
}

a#submitRight:hover, a#submitRight:focus {
	background-color: #71486a;
	color: #fff;
	text-decoration: none;
}

#submitButton2 {
	background-color: #90C2B9;
}

#homeBoxLeft {
	padding: 50px 50px 0 0;
	width: 313px;
	float: left;
	background: #2e1e28 url(/content/img/pages/home/homebox_left_background.jpg) top left no-repeat;
	color: #9fd1bb;	
	min-height: 11.7em;
	clear: left;
}

h1.welcome {
	margin-left: -20px;
	border: 0;
}


	

#homeBoxRight {
	display: block;
	width: 349px;
	float: left;
	height: 199px;
}

#homeBoxRight img {
	margin-bottom: -5px;
}

#homeBoxLeft, #homeBoxRight {
	margin: 10px 0 0 0;
}

#homeBoxLeft h1 {
	padding-left: 20px;
	color: #fff;
}

#homeBoxLeft h1.new {
	text-transform: uppercase;
	padding-left: 20px;
	color: #fff;
	border-bottom: 1px solid #6D6269;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.6em;
	margin-bottom: 15px;
	font-weight: normal;
}

#homeBoxLeft p {
	padding-left: 20px;

	margin-top: 0;
}



/** SEARCH RESULTS **/
#basket {
	position: fixed;
	top: 247px;
	width: 197px;
	margin: 0 0 -10px 0;
	padding-left: 5px;
	background: #c1c1c1;

}

.inBasket {
	float: right;
}

#basket ul { 
	list-style-type: square; 
	font-size: 0.9em;
}

#basket ul li { margin-left: 20px; }

#basketTop {
	padding: 15px 0 0 20px;
	background: url(/content/img/structure/basket_top4.gif) no-repeat;
	margin-left: -6px;
}

#basketContent {
	width: 172px;
	padding: 0 5px 0 15px;
	min-height: 100px;
}

#basket h1 {
	margin-right: 10px;
	font-size: 1.2em;
	color: #2E1E28;
	background: url(/content/img/structure/basket.gif) right no-repeat;

}

#basketBottom {
	background: url(/content/img/structure/basket_bottom.jpg) bottom no-repeat;
	margin: 5px 0 0 -5px;
}

#basketActions {
	padding: 4px 0 12px 0;
}

#basket a, #basket a:visited {
	color: #2E1E28;
	text-decoration: none;
	border-bottom: 1px solid #2E1E28;
}

#basket a:hover, #basket a:focus {
	border-bottom: 0;
}

.resultsBox {
	margin: 15px 0 30px 0;
	width: 465px;
	height: 100%;
	overflow: hidden;
	background: #fff url(/content/img/structure/search_bottom_fade.gif) bottom left repeat-x;
}

.searchResultsContent {
	border: 1px solid #5c3b56;
	height: 100%;
	overflow: hidden;
	padding: 10px;
}

#content h2.searchResults {
	color: #9DD9C0;
	font-size: 1.1em;
	margin: 0;
	background: #2D1D28 url(/content/img/structure/cutout.gif) top left no-repeat;
	padding: 0.4em 10px;
	font-style: normal;
	text-transform: capitalize;
}

#content h4.searchResults {
	font-size: 1em;
	font-weight: bold;
}

.resultsRow {

	clear: both;
	height: 100%;
	overflow: hidden;
}
.resultsLeft {
	float: left;
	width: 7.5em;
	padding-bottom: 10px;
}

.resultsRight {
	padding-left: 10px;
	float: right;
	width: 334px;
	border-left: 1px solid #ccc;
	padding-bottom: 10px;
}

#content .resultsRight p {
	margin-top: 0;
}


/** Bullet Point Issue in Internet Explorer **/
li.moreAbout {
	width: 200px;
	margin-left: 20px;
	vertical-align: -200%;
		border: 1px solid red;
}

li.moreAbout a {}	

.resultsRight img {
	margin-left: 20px;
}

.button {
	float: right;
	margin-left: 15px;
	width: 8.7em;
	height: 2.4em;
	font-size: 1em;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_background.jpg) bottom repeat-x;
}

/**.button {
	float: right;
	margin-left: 15px;
	width: 8.7em;
	height: 2.4em;
	font-size: 1em;
	border: 1px solid #61405b;
	background: #2d1d28 url(/content/img/structure/button_background2.jpg) bottom repeat-x;
	color: #fff;
}**/

.button:hover, .button:focus {
	border-left: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_hover.jpg) top repeat-x;
	padding-top: 2px;
}

.button:active {
	border-left: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	background: #fff url(/content/img/pages/home/search_button_active.jpg) top repeat-x;
}
/** .button:hover, .button:focus {
	background: #2d1d28 url(/content/img/structure/button_background_hover2.jpg) top repeat-x;
	cursor: pointer;
	padding-top: 2px;
}

.button:active {
	background: #3a2634 url(/content/img/structure/button_background_active2.jpg) top repeat-x;
	border: 1px solid #53324d;	
} **/
	

.searchResultsForm {
	
}

.resultsBox fieldset {
	border: 0;
}






.searchNav{
	margin: 20px auto;
	width: 440px;
}

.next{
	float: right;
	display: inline;
	margin-right: 20px;
	width: 80px;
	text-align: right;
}

.prev{
	float: left;
	display: inline;
	margin-left: 20px;
	width: 80px;
	text-align: left;
}

.return{
	margin: 0 auto;
	width: 160px;
	text-align: center;
}







/** APPLY **/
.checkboxHolder input {}

.checkboxHolder label {
	float: left;
	display: inline;
	text-align: right;
	width: 170px;
	margin-right: 15px;
}

#applyFormText {
	padding-bottom: 10px;
}

/** WHO WE ARE **/

ul#downloadContact {
	list-style: square;
	list-style-image: url(/content/pages/who_we_are/vcf.gif);
	list-style-position: inside;
}

ul#downloadContact a {
	text-decoration: none;
	color: #71476a;
}

ul#downloadContact a:visited {}

ul#downloadContact a:hover, ul#downloadContact a:focus {
	color: #4f324a;
	text-decoration: underline;
}

ul#downloadContact a:active {}

.url {
	text-transform: lowercase;
}


/** SITEMAP **/

.fullWidthContainer {
	padding-left: 54px;
}

#sitemapLeft {
	float: left;
	width: 47%;
	padding-left: 20px;
}

#sitemapRight {
	float: right;
	width: 47%;
}

/** CONTACT PAGE **/

.contactDetails {
	padding-top: 10px;
}

ul.address li {
	list-style-type: none;
}

/** JOB PAGE **/

.jobDesc {
	padding-top: 10px;
}

.jobDescActions fieldset {
	margin: 20px 0;
	border: 0;
	padding-right: 20px;
}

/** DISCLAIMER **/

.disclaimer {
	padding: 0 20px;
}
	
/** HOME 2 **/

#flashColumn {
	float: left;
	
	background: url(/content/img/structure/col_background3.jpg) top right no-repeat;
	/**margin-left: -55px;**/
	
	margin-top: 15px;
}

	#contactFlash {
		margin-top: 28px;
		background: #eeeeee;
	}
	
	

#homeContentRight {
	float: left;
	width: 417px;
	
	
}
	
	#headerBox2 {
	background: url('/content/pages/green_fade.jpg') repeat-y;
	margin-top: 15px;
	
	min-height: 54px; /** See also ie6_fixer.css **/
	padding: 23px 0 0 15px;
	width: 403px;
}

	

		#fakeH2 {
			height: 17px; /** IE6 headerbox fix **/
		}
		
		#contactForm2 {
			padding-left: 15px;
		}

ul#contactAddress {
	list-style-type: none;
	font-size: 0.7em;
	margin-left: 35px;
}
	
	