/* STRUCTURE */

#container { /* main div */
	width: 800px;
	min-height: 600px;
	height: auto; 
	background: #FFFFFF;
	margin: 0 auto; /* align: center; */
}

#clear_floats { clear: both; }

/* HOME ************************************************************/
/* top menu is in lists.css */

#header_home { 
	position: relative; 
	width: 790px;
	height: 155px; 
	background: url(../media/logo.gif) top left no-repeat;
	padding: 10px 10px 0 0; /* top right bottom left */
}

/*bg images
======================================*/	

#image_fade {
	position: relative; 
	height: 115px;
	width: 510px; 
	z-index: 0;
	padding: 0 0 2px 280px; 
}

#image_1, #image_2, #image_3, #image_4, #image_5 {
	float: left;
	position: relative;
	height: 115px;
	width: 510px;
	z-index: 0;
}	

#content_home {
	width: 800px;
	height: 435px;
	background: #FFFFFF;
	padding: 0 0 0 0;
}

#home_phone {
	float: left;
	width: 200px;
/*	height: 386px; */
	padding: 6px 0 0 60px;
	
	font-size: 70%;
	font-weight: normal;
	color: #005696; /* blue */
	text-decoration: none;
}

#home_phone span {
	font-size: 110%;
	font-weight: bold;
}

#home_left {
	position: relative;
	float: left;
	width: 136px;
	height: 386px; 
	background: url(../media/arrow_mark.gif) bottom left no-repeat;
	padding: 48px 84px 0 60px;
	
	font-size: 70%;
	font-weight: normal;
	color: #005696; /* blue */
	text-decoration: none;
}
#home_right { 
	float: right;
	width: 520px;
	height: 435px;
	padding: 0 0 0 0;
}

#stripe_home_1, #stripe_home_2, #stripe_home_3, #stripe_home_4 {
	width: 520px;
	height: 35px;
	background: url(../media/home/menu_stripe.jpg) top left repeat-y;
	padding: 0 0 0 0; 
	margin: 10px 0 0 0;
	cursor: pointer;
}

#stripe_home_1 { margin: 50px 0 0 0; }

#arrow_1, #arrow_2, #arrow_3, #arrow_4 {
	position: relative;
	float: left;
}


#strapline_home {
	position: absolute;
	bottom: 20px; 
	left: 60px;
	float: left;

	font-size: 100%;
	font-style: italic;
}


/* SECOND LEVEL SCREENS *********************************************/

#header { /* main div */
	width: 790px;
	height: 155px; 
	background: url(../media/logo.gif) top left no-repeat;
	text-align: right;
	padding: 10px 10px 0 0; /* top right bottom left */
}

#header { /* main div */
	height: 68px; 
	padding: 64px 10px 0 0; /* top right bottom left */
}

#title_stripe {
	width: 770px;
	height: 26px;
	text-align: left;
	background: url(../media/title_stripe.jpg) top left repeat-y;
	padding: 0 0 0 0; 
	margin: 0 0 0 30px;
}

#content_left {
	position: relative;
	float: left;
	width: 238px;
	height: 401px; 
	background: url(../media/arrow_mark.gif) bottom left no-repeat;
	padding: 40px 0 0 30px;
}

#content_right, #news_right, #content_right_cases { 
	float: right;
	width: 532px;
	padding: 32px 0 0 0;
}

#content_right.headless { 
	float: right;
	width: 532px;
	padding: 39px 0 0 0;
}

#contact_form {
	position: relative;
	float: left;
	width: 760px;
	height: 426px;
	background: url(../media/arrow_mark.gif) bottom left no-repeat;
	padding: 15px 0 0 30px;
}

#contact_right { 
	float: right;
	width: 532px;
	padding: 32px 0 0 0;
}

#content_right p,
#news_right p,
#content_right_cases p { 
	background: url(../media/text_bullet.gif) top left no-repeat;
	padding: 0 0 0 12px;
	margin: 0 50px 12px 0;

	font-size: 75%;
	line-height: 120%;
}

#news_right p { background: none; }

#strapline {
	position: absolute;
	bottom: 20px; 
	left: 60px;
	float: left;

	font-size: 70%;
	font-weight: normal;
	font-style: italic;
	color: #005696; /* blue */
	text-decoration: none;
}


/* CONTACT ADDRESS ****************************************************/

#address_text {
	position: absolute;
	bottom: 15px; 
	left: 42px;

	float: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	width: 730px;
}

#address_text span { color: #005696; /* blue */ }



/* PROFILE ***********************************************************/

#profile_pic {
	float: right;
	width: 100px;
	height: 115px;
	margin: 6px 38px 50px 70px;
}

/* FOOTER ***********************************************************/

#footer {
	width: 800px;
	height: auto; 
	margin: 0 auto; /* align: center; */
	padding: 6px 0 0 0; 

	font-size: 70%;
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration: none;
}

#footer_left { float: left; }

#footer_left a {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration: none;
	margin: 0 0 0 20px; 
}

#footer_right { 
	float: right; 	
	padding: 0 0 0 0; 
}

#footer_right a {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration: none;
}

#footer a:hover { color: #005696; /* blue */ } 
