@charset "utf-8";

/* UNIVERSAL STYLES */
body  
{
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.todaysSystems a img
{
	border:none;
}

/* PAGE STYLE */
.todaysSystems #container 
{ 
	width: 850px;
	background: #FFFFFF;
	background-image:url(images/flow.png);
	background-repeat:repeat-y;
	background-position:left top;
	margin: 5px auto; 
	border: 3px solid #002973;
	text-align: left;
}

/* HEADER STYLES */
.todaysSystems #header 
{ 
	background: #FFFFFF; 
	padding: 4px 4px 0 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
} 
.todaysSystems #header span
{
	text-align:center;
	font-stretch:expanded;
	padding: 0 0 0 0; 
	font-size:12px;
}
.todaysSystems #header table td.slogan
{
	/*padding-bottom:4px;*/
}
.todaysSystems #header h1 
{
	margin: 0; 
	padding: 10px 0; 
}

/* LEFT NAVIGATION STYLES */
.todaysSystems #leftNav 
{
	float: left; 
	width: 135px;
	background: #FFFFFF;
	padding:0;
	padding-left: 10px;
	margin:0;
}
.todaysSystems #leftNav #buttons
{
	border:#4A84B5 solid thin;
	margin: 0 0 5px 0;
}
.todaysSystems #leftNav #buttons img
{
	margin:10px 15px 10px 15px;
}

/* HORIZONTAL NAVIGATION STYLES */
.todaysSystems #topNav div
{
	text-align:center;
	margin:0;
}
.todaysSystems #topNav div img
{
	margin-left:5px;
	margin-right:5px;
	
}

/* CONTENT AREA STYLES */
.todaysSystems #mainContent 
{ 
	margin: 15px 0 0 150px; 
	padding: 0 20px;
	text-align:justify;
	min-height:375px;
}
.todaysSystems #mainContent div.text
{ 
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#002973;
	text-align:justify;
}
.todaysSystems #mainContent table div.seating
{
	border:#002973 solid thin;
	width:200px;
	color:#002973;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
}
.todaysSystems #mainContent table div.cubicles
{
	color:#002973;
	font-size:12px;
}
.todaysSystems #mainContent table.services
{
	color:#002973;
	font-size:12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.todaysSystems #mainContent table.desking
{
	color:#002973;
	font-size:12px;
	text-align:center;
}
.todaysSystems #mainContent table.tables
{
	color:#002973;
	font-size:12px;
	text-align:center;
}
.todaysSystems #mainContent h1
{
	font-size:18px;
}

/* FOOTER STYLES */
.todaysSystems #footer 
{ 
	padding: 0;
	background:#FFFFFF; 
} 
.todaysSystems #footer span, .todaysSystems #footer p
{
	margin: 0; 
	text-align:center;
	padding: 10px 0; 
	font-size:11px;
	display:block;
}
.todaysSystems #footer span img
{
	padding: 0 10px; 
}
.todaysSystems #footer p a:link, .todaysSystems #footer p a:visited
{
	color:#305A84;
	text-decoration:none;
}
.todaysSystems #footer p a:hover, .todaysSystems #footer p a:active
{
	color:#9BBDD5;
	text-decoration:none;
}

/* POSITIONING STYLES */
.fltrt 
{ 
	float: right;
	margin-left: 8px;
}
.fltlft 
{ 
	float: left;
	margin-right: 8px;
}

.clearfloat 
{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.breadcrumb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #305A84;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
}
.casestudy-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #305A84;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
}
.casestudy-underline-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #305A84;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: underline;
}