/*
=general
=page structure
=crumb_navigation
=main_navigation
=utility_navigation
=page content
=misc
*/

/*
=general
---------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 101%;
}

html, body {
    width: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 69%; /* 11px */
    color: #333;
    line-height: 170%; /* 18px */
    text-align: left;
	background: #000 url(../images/bg-body.gif) repeat-y 0% 0%;
}
.bodysmall {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px; 
    color: #fff;
    line-height: 120%;
    text-align: left;
}

/* =main */

body.main {
	background-image: url(../images/bg-body-main.gif);
}

body.main #content {
	width: 560px;
	background: #000 url(../images/bg-content.jpg) no-repeat 100% 0%;
	padding: 0;
	color: #fff;
}

body.main #content h2, body.main #content p {
	margin-left: 25px;
	margin-right: 25px;
}

body.main #content h2 {
	border-bottom: 1px solid #fff;
	background: none;
	color: #fff;
	padding-bottom: .5em;
	margin-bottom: 1em;
}	

body.main #content .padding {
	margin: 0;
}

body.main.nobackground #content {
	background-image: none;
}

table, tr, td, input, select, textarea, ul, ol {
    font-size: 100%;
    vertical-align: top;
}

a img, img {
    border: 0;
}

kbd {
	font-size: 11px;
}

code, pre {
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

/* =hxs */ 
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

/* =h1 */
h1 {
	font-size: 2em; /* 22px */
	font-weight: normal;
	color: #808284;
	margin-bottom: .5em;
}

/* =h2 */
h2 {
	font-size: 1.4em; /* 22px */
	margin-bottom: .5em;
	padding: .25em 5px;
	color: #333;
	background-color: #ccc;
}

/* =h3 */
h3 {
	font-size: 1.2em; /* 17px */
}

/* =h4 */
h4 {
	font-size: 1em; 
}

homepage_links {
	font-size: 1em; 
	font-color: white;
}

/* =h5 */
h5 {
	font-size: 1em;
	margin-bottom: .5em;
	margin-left: 1.8em;
	padding: .25em 5px;
	color: #ccc;
}

/* =h6 */
h6 {
	font-size: 1em;
	margin-bottom: .5em;
	padding: .25em 5px;
	color: #333;

}



/* =a */
a {
	text-decoration: none;
	color: #993300;
}

a:hover, a:focus, a:active {
	color: #999;
}

ul {
    list-style: square;
}

p {
    margin-bottom: 1.5em; 
}

abbr {
	cursor: help;
}

address {
	font-style: normal;
}	

/* =form */
form {
}	

form ol {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}


form li {
	margin: 0 !important;
	padding: 1em 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

form li.last {
	border-bottom: none;
}	

form p {
	margin: 1em 0;
}	

fieldset {
    border: none;
}

legend span {
	position: absolute;
	left: -999em;
}

label {
	float: left;
	width: 120px;
}

input.text, textarea, select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #939598;
	padding: 2px 5px;
	background: #fff;
	width: 200px;
}

input.text:focus, select:focus, textarea:focus {
	border-color: #333;
}	

input.submit {
}


/* apply form */
#apply_form {
	margin: 2em 0;
	padding: 0 10px;	
	background: #eee;
}

/* =search form */
#search_form {
}	

#search_form input.text {
	float: left;
	width: 140px;
}

#search_form a {
	width: 17px;
	height: 17px;
	display: block;
	text-indent: -999em;
	padding: 0;
	border: 1px solid #939598;
	float: right;
	background: transparent url(../images/bt-search.gif) no-repeat 0% 0%;
}

/* =table */
table {
    width: 100%;
	border: solid #ccc;
	border-width: 1px 0 0 1px;
	margin-bottom: 2em;
}

caption span {
	position: absolute;
	left: -999em;
}

tr:hover td {
	background: #eee;
}

th {
	background-color: #ccc;
	border: solid #666;
	border-width: 0 1px 1px 0;
	padding: .5em 10px;
	text-align: left;
}

td {
	border: solid #ccc;
	border-width: 0 1px 1px 0;
	padding: .5em 10px;
}

/*
=page structure
---------------------------------------------- */

/* =container */
#container {
	width: 760px;
	overflow: hidden;
}

/* =header */
#header {
    background: transparent url(../images/bg-header.jpg) no-repeat 100% 0%;
    width: 100%;
	height: 104px;
	border-bottom: 1px solid #939598;
	overflow: hidden;
}

#header img {
	display: block;
	float: left;
}

/* =panel */
#panel {
	width: 199px;
	float: left;
	color: #fff;
}

#panel h4 {
	color: #fff;
	margin: .5em 10px;
}

#panel p {
	margin-bottom: 0;
}

#panel .panel_item {
	background-color: #414142;
	border-bottom: 1px solid #808285;
	padding: .5em 10px;
	width: 179px; /* 199px */
	overflow: hidden;
}

#panel #logo_small {
	margin: 1em 0 0 10px;
}

/* =content */
#content {
    height: 600px; 
    min-height: 600px; 
	width: 560px; /* 560px */
	float: right;
	background: #fff;
}

*>#content {
    height: auto;
}


#content.homepage {
	background-image: url(../images/bg-content-home.jpg) !important;
}


.padding {
	margin: 1em 20px 2em;
}

/*
=crumb_navigation
---------------------------------------------- */

#crumb_navigation {
	width: 540px; /* 560px */
	border-bottom: 1px solid #888;
	padding: .5em 10px;
	overflow: hidden;
	color: #fff;
	background-color: #414142;
	float: right;
	line-height: 130%;
}

#crumb_navigation p {
	margin-bottom: 0;
}

#crumb_navigation ul {
	display: inline;
}

#crumb_navigation li {
}

#crumb_navigation a {
	color: #fff;

}

#crumb_navigation a:focus, #crumb_navigation a:hover, #crumb_navigation a:active, #crumb_navigation li.current a {
}

/*
=main_navigation
---------------------------------------------- */

#main_navigation {
	width: 199px;
	list-style: none;
	margin: 0;
}

#main_navigation li {
	border-bottom: 1px solid #888;
	width: 100%;
}

#main_navigation li a {
	padding: .5em 10px;
	width: 179px; /* 199px */
	background: #444;
	color: #fff;
	display: block;
	line-height: 130%;
}

#main_navigation li.current {
	border-bottom: none;
}

#main_navigation li.apply {
	border-top: 1px solid #888;
}

#main_navigation li.borderbottom {
	border-bottom: 1px solid #888;
}

#main_navigation li.borderbottom a {
	background: #000;
}

#main_navigation li.current.home {
	border-bottom: 1px solid #888;
}

#main_navigation li a:focus, #main_navigation li a:hover, #main_navigation li a:active, #main_navigation li.current a, #main_navigation li.borderbottom a {
	background: #000;
}

#main_navigation li.current a {
	/* font-weight: bold; */
}

/* second level */

#main_navigation ul {
	border-top: 1px solid #888;
	list-style: none;
}	

#main_navigation ul li a {
	padding-left: 18px;
	width: 171px; /* 199px */
	background: #666 !important;
	font-weight: normal !important;
}	

#main_navigation ul li.current {
	border-bottom: 1px solid #888;
}

#main_navigation ul li a:focus, #main_navigation ul li a:hover, #main_navigation ul li a:active, #main_navigation ul li.current a {
	background: #555 !important;
}

/*
=utility_navigation
---------------------------------------------- */

#utility_navigation {
	width: 199px;
	list-style: none;
	margin: 1em 0 0;
}

#utility_navigation li {
	width: 100%;
}

#utility_navigation li a {
	padding: .5em 10px;
	width: 179px; /* 199px */
	color: #fff;
	display: block;
	line-height: 130%;
}


#utility_navigation li.current {
	border-bottom: none;
}

#utility_navigation li.current.home {
	border-bottom: 1px solid #888;
}

#utility_navigation li a:focus, #utility_navigation li a:hover, #utility_navigation li a:active, #utility_navigation li.current a {
	color: #ccc;
}

#utility_navigation li.current a {
}


/*
=page content
---------------------------------------------- */
.overlay {
	position: absolute;
}

#content ol {
	margin: 0 0 1em 25px;
}

#content ol li {
	margin-bottom: 1em;
}	

#content ul {
	margin: 0 0 1em 20px;
}

#content ul li {
	margin-bottom: .5em;
}

#content .top {
	background: transparent url(../images/bg-arrow-up.gif) no-repeat 0% .7em;
	padding-left: 14px;
}

#content .web {
	background: transparent url(../images/bg-arrow-left.gif) no-repeat 0% .2em;
	padding-left: 10px;
}

#content .web_on_black {
	background: transparent url(../images/bg-arrow-left-on-black.gif) no-repeat 0% .2em;
	padding-left: 15px;
	font-size: 1em;
	margin-bottom: .5em;
	color: #ccc;
}

/* =page links */
#content .page_links {
	margin: 0 0 1em 0;
	padding-bottom: .5em;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#content .page_links li {
	background: transparent url(../images/bg-arrow-down.gif) no-repeat 0% .7em;
	padding-left: 14px;
	margin-bottom: 0;
}

/* =read on */
.read_on {
	display: block;
	width: 90px;
	height: 40px;
	background: transparent url(../images/bg-read-on.png) no-repeat 0% 0%;
	position: absolute;
}

.read_on:focus, .read_on:hover, .read_on:active {
	background-position: -90px 0%;
}

.read_on span {
	display: none;
}

/* =play */
.play {
	display: block;
	width: 67px;
	height: 36px;
	background: transparent url(../images/bg-play.png) no-repeat 0% 0%;
}

.play:focus, .play:hover, .play:active {
	background-position: -67px 0%;
}

.play  span {
	display: none;
}

/* =image */		
#content .image {
	position: relative;
	display: inline;
	float: right;
	height: 93px;
	width: 123px;
	margin: 0 0 -10px 15px;
}	

#content .image.left {
	float: left;
	margin: -10px 15px 0 -10px;
}	

#content .image.single {
	margin: -10px -15px 0 -10px;
}

#content .image img.overlay {
	position: absolute;
}

#content .image_row {
	float: right;
	width: 240px;
	clear: right;
}

#content .image_row .image {
	margin: 0 0 -5px -10px;
}	

#content .image_row.bottom {
	margin-bottom: 1em;
}

/* =column home */
#content #column_fade_container {
	float: left;
	width: 220px;
	margin: 2em 0 0 30px;
	display: inline;
}

#content #column_fade_top {
	height: 14px;
	width: 220px;
	background: transparent url(../images/bg-column-fade-top.png) no-repeat 0% 0%;	
}

#content #column_fade {
	width: 190px; /* 220px */
	padding: 1.75em 15px 1em;
	background: transparent url(../images/bg-column-fade.png) repeat-y 0% 0%;	
	line-height: 140%;
	position: relative;
}

#content #column_fade h1 {
	width: 219px;
	height: 38px;
	text-indent: -999em;
	position: absolute;
	top: -20px;
	left: 0;
	background: transparent no-repeat 0% 0%;
}

#content #column_fade h1.career {
	background-image: url(../images/bg-career.png);
}

#content #column_fade h1.ladder {
	background-image: url(../images/bg-ladder.png);
}

#content #column_fade p {
	margin: 0 0 1em !important;
}

#content #column_fade #apply_now {
	display: block;
	width: 143px;
	height: 40px;
	background: transparent url(../images/bt-apply-now.png) no-repeat 0% 0%;
	position: absolute;
	right: -10px;
	bottom: -28px;
}

#content #column_fade #apply_now span {
	display: none;
}	

#content #column_fade_bottom {
	width: 220px;
	height: 14px;
	background: transparent url(../images/bg-column-fade-bottom.png) no-repeat 0% 0%;	
}

#content #intro_images {
	width: 230px;
	float: left;
	margin: 1.5em 0 0;
	position: relative;
}

#content #intro_images .read_on {
	position: absolute;
	top: 90px;
	right: 25px;
}	

#content #intro_images .play {
	position: absolute;
	top: 225px;
	right: 35px;
}	

#content #intro_images #fighting {
	margin-left: 10px;
}

#content #intro_images #professional {
	position: absolute;
	left: 10px;
	top: 120px;
}

/* = home menu */
#content #quick_links {
	margin: 2em 30px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 47px;
	display: inline;
}

#content  #quick_links li {
	margin: 0;
	padding: 0;
	width: 47px;
	height: 36px;
	float: left;
	margin-bottom: .25em;
}

#content #quick_links a {
	width: 47px;
	height: 36px;
	display: block;
	background: transparent no-repeat 0% 0%;
}

#content #quick_links a:focus, #content #quick_links a:hover, #content #quick_links a:active {
	background-position: -47px 0%;
} 

#content #quick_links a span {
	display: none;
}

#content #quick_links #recruitment a { background-image: url(../images/bg-quick-links-recruitment.png); }
#content #quick_links #fitness a { background-image: url(../images/bg-quick-links-fitness.png); }
#content #quick_links #stories a { background-image: url(../images/bg-quick-links-stories.png); }
#content #quick_links #training a { background-image: url(../images/bg-quick-links-training.png); }
#content #quick_links #job a { background-image: url(../images/bg-quick-links-job.png); }
#content #quick_links #open a { background-image: url(../images/bg-quick-links-open.png); }
#content #quick_links #apply a { background-image: url(../images/bg-quick-links-apply.png); }

/* =process */
#content #process {
	margin: 2em 0 0 29px;
	padding: 12px 0 0;
	line-height: 120%;
	background: transparent url(../images/bg-process-top.png) no-repeat 0% 0%;
}

#content #process ul {
	margin: 0;	
	padding: 0 14px 0 10px;
	list-style: none;
	color: #fff;
	width: 482px; /* 506px */
	background: transparent url(../images/bg-process.png) repeat-y 0% 0%;
}

#content #process li {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

#content #process li.last {
	margin-bottom: 0;
}

#content .process_top {
	width: 100%;
	height: 11px;
	background: transparent url(../images/bg-process-div-top.png) no-repeat 100% 100%;
}

#content .process_content {
	width: 100%;
	background: transparent url(../images/bg-process-div-content.png) no-repeat 100% 100%;
	padding-bottom: 1.5em;
	margin-bottom: .5em;
}

#content #process h6 {
	color: #fff;
	padding: 0;
	margin: 0 0 0 60px;
	display: inline;
	width: 165px; 
	float: left;
	border-bottom: none;
}

#content #process h6 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 33px;
	line-height: 26px;
	display: block;
	text-align: center;
	font-style: normal;
	background: transparent url(../images/bg-point.png) no-repeat 0% 0%;

}

#content #process p {
	margin: 0 20px 0 0;
	width: 210px; /* 243px */
	float: right;
	display: inline;
}

#content #process a {
	color: #fff;
}	

#content #process_bottom {
	margin: 0 0 2em 29px;
	height: 15px;
	width: 506px;
	background: transparent url(../images/bg-process-bottom.png) no-repeat 0% 0%;
}

/* =firefighters */
#content #firefighters {		
	width: 100%;
	height: 347px;
	background: transparent url(../images/bg-firefighters.jpg) no-repeat 0% 100%;
}

#content #firefighters ul {
	list-style: none;
	margin: 0;
	padding-top: 16px;
	width: 100%;
	height: 204px;
	background: transparent url(../images/bg-firefighters-ul.jpg) no-repeat 0% 0%;
}

#content #firefighters li {
	float: left;
	display: inline;
}

#content #firefighters li a {
	margin: 0;
	float: left;
	background: transparent no-repeat 0% 0%;
	height: 188px;
	display: block;
	text-indent: -999em;
}

#content #firefighters .roy a {
	width: 102px;
	background-image: url(../images/bg-firefighters-roy.jpg);	
}

#content #firefighters .rochelle a {
	width: 89px;
	background-image: url(../images/bg-firefighters-rochelle.jpg);	
}

#content #firefighters .jason a {
	width: 91px;
	background-image: url(../images/bg-firefighters-jason.jpg);	
}

#content #firefighters .dylan a {
	width: 86px;
	background-image: url(../images/bg-firefighters-dylan.jpg);	
}

#content #firefighters .george a {
	width: 90px;
	background-image: url(../images/bg-firefighters-george.jpg);	
}

#content #firefighters .gareth a {
	width: 102px;
	background-image: url(../images/bg-firefighters-gareth.jpg);	
}

/* = profile */
#content #profile {
	width: 560px;
	height: 364px;
	background: transparent no-repeat 100% 0%;
	position: relative;
	margin-bottom: 1em;
}

#content #profile ul {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
}

#content #profile ul li {
	padding: 0;
	margin: 0;
	position: absolute;
	width: 123px;
	height: 103px;
}

#content #profile ul li img {
	margin: 15px 0 0 15px;
}

#content #profile ul li img.overlay {
	margin: 0 0 0 0;
}

/* =roy */
#content .roy {	background-image: url(../images/roy-right.jpg) !important; }
#content #profile.roy ul li.thumb_1 { left: 330px; top: 163px; }
#content #profile.roy ul li.thumb_2 { left: 434px; top: 163px; }
#content #profile.roy ul li.thumb_3 { left: 330px; top: 247px; }
#content #profile.roy ul li.thumb_4 { left: 434px; top: 247px; }

/* =rochelle */
#content .rochelle { background-image: url(../images/rochelle-right.jpg) !important; }
#content #profile.rochelle ul li.thumb_1 { left: 268px; top: 166px; }
#content #profile.rochelle ul li.thumb_2 { left: 268px; top: 250px; }
#content #profile.rochelle ul li.thumb_3 { left: 372px; top: 250px; }

/* jason */
#content .jason { background-image: url(../images/jason-right.jpg) !important; }
#content #profile.jason ul li.thumb_1 { left: 329px; top: 250px; }
#content #profile.jason ul li.thumb_2 { left: 435px; top: 250px; }

/* dylan */
#content .dylan { background-image: url(../images/dylan-right.jpg) !important; }
#content #profile.dylan ul li.thumb_1 { left: 331px; top: 162px; }
#content #profile.dylan ul li.thumb_2 { left: 435px; top: 162px; }
#content #profile.dylan ul li.thumb_3 { left: 330px; top: 245px; }
#content #profile.dylan ul li.thumb_4 { left: 434px; top: 245px; }

/* george */
#content .george { background-image: url(../images/george-right.jpg) !important; }
#content #profile.george ul li.thumb_1 { left: 290px; top: 192px; }
#content #profile.george ul li.thumb_2 { left: 290px; top: 272px; }
#content #profile.george ul li.thumb_3 { left: 390px; top: 272px; }

/* gareth */
#content .gareth { background-image: url(../images/gareth-right.jpg) !important; }
#content #profile.gareth ul li.thumb_1 { left: 435px; top: 191px; }
#content #profile.gareth ul li.thumb_2 { left: 334px; top: 273px; }
#content #profile.gareth ul li.thumb_3 { left: 435px; top: 273px; }

/*= column */	
.column_top {
	background: transparent url(../images/bg-column-top.png) no-repeat 0% 100%;
	width: 468px;
	margin: 2em 0 0 45px;
	display: inline;
	height: 14px;
	float: left;
}

.column_wrapper {
	background: transparent url(../images/bg-column-wrapper.png) repeat-y 0% 0%;
	width: 468px;
	margin: 0 0 0 45px;
	clear: both;
}

.column_wrapper a {
	color: #fff;
}	

.column_wrapper h2, .column_wrapper p {
	margin: 0 !important;
	
}

.column_wrapper p {
	font-size: 10px;
	line-height: 130%;
}

#content .column {
	width: 190px;
	position: relative;
	padding-top: 1em;
	display: inline;
}

#content .column.left {
	float: left;
	margin-left: 15px !important;
}

#content  .column.right {
	float: right;
	margin-right: 15px;
}

#content .column h2 {
	width: 147px;
	padding: 0 10px;
	height: 25px;
	background: transparent url(../images/bg-column-h2.png) no-repeat 0% 0% !important;
	border-bottom: none  !important;
	position: absolute;
	top: -20px;
}

#content .column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content .column li {
	position: relative;
	width: 190px;
	margin: 0;
	padding: 0;
}

#content .column li h3 {
	background: transparent url(../images/bg-column-h3.png) no-repeat 0% 0%;	
	width: 126px; /* 146px */
	height: 25px;
	margin: 0 0 0 45px;
	padding: 3px 10px 0;
}

#content .column li h3.basic {
	background-image: url(../images/bg-column-h2.png);	
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: normal;
}

#content .column li h3.basic span {
	top: -3px;
}
	
#content .column li h3 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 33px;
	line-height: 26px;
	display: block;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	background: transparent url(../images/bg-point.png) no-repeat 0% 0%;
}

#content .column li p {
	width: 116px; /* 146px */
	padding: 0 15px 2em;
	margin: 0 0 2em 45px !important;
	background: transparent url(../images/bg-column-p.png) no-repeat 100% 100%;
}

#content .column li .read_on {
	right: -5px;
	bottom: 5px;
}

#content .column_bottom {
	background: transparent url(../images/bg-column-bottom.png) no-repeat 0% 0%;
	width: 468px;
	margin: 0 0 0 45px;
	height: 14px;
}

/* =steps */
#content #steps {
	width: 280px;
	float: right;
	margin: 1.55em 15px 0 0;
	display: inline;
}

#content #steps a {
	color: #fff;
}

#content #steps ul {
	margin: 0;
	padding: 0;
	list-style: none;
}	

#content #steps li {
	margin: 0;
	padding: 0;
	width: 100%;
}

#content #steps .steps_top {
	width: 100%;
	height: 10px;
	background: transparent url(../images/bg-steps-div-top.png) no-repeat 0% 100%;
}

#content #steps .steps_content {
	background: transparent url(../images/bg-steps-div-content.png) no-repeat 0% 100%;
	width: 100%;
	padding-bottom: 1.5em;
	margin-bottom: .5em;
}

#content #steps .steps_content h2 {
	margin: 0 0 0 8px;
	padding: 0;
	border: none;
	float: left;
	width: 60px;
	font-size: 12px;
	display: inline;
}	

#content #steps .steps_content p {
	margin: 0 10px 0 0;
	display: inline;
	padding: 0;
	float: right;
	width: 185px;
	font-size: 9px;
	line-height: 120%;
}

/* =site map */
#content #site_map {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #site_map {
	font-weight: bold;
}

#content #site_map ul {
	font-weight: normal;
}

/* =search_results */
#search_results p {
	margin: 1em 0 0;
	padding: 1em 0 0;
	border-top: 1px solid #ccc;
}

/*
=misc
---------------------------------------------- */

hr, .hide {
    position: absolute;
    left: -999em;
}

/* =self clearing floats */
.clearfix:after,
form li:after,
#container:after,
#header:after,
#panel .panel_item:after,
#crumb_navigation:after,
#content #process li:after,
#content .process_content:after,
#content #firefighters ul:after,
#content #profile:after,
#content #profile ul:after,
.column_top:after, 
.column_wrapper:after,
#content .column li:after,
#content #quick_links:after,
#content #steps .steps_content:after  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* =box */
.box {
	border: solid #ccc;
	border-width: 1px 1px 1px 1px;
	padding: .5em 10px;
	text-align:center;
}
#vacancies {
	position: relative;
	width:280px;
	height:120px;
	top: 340px;
	left: 40px;
	border:1 solid #FFFF99;
	/*background: transparent url(../images/bg-column-fade.png) repeat-y;*/
}
#vacancies td { padding:2px; }
#vacancies tr { 
	/*background: url(../images/bg-column-fade.png) repeat-y ; */
	
 }
#intaketable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	text-decoration: none;
	position: absolute;
	visibility: visible;
	width: 532px;
	left: 229px;
	top: 609px;
}

