/* Common
----------------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #5b5a5b;
	font-size: 12px;
	background: #fdfeff url(../images/body_bg.gif) 0 0 repeat-x;
}

p
{
	margin-bottom: 18px;
}

p.strong
{
	font-size: 120%;
}

a
{
	color: #02aff0;
}

a:hover
{
	text-decoration: none;
}

a.strong
{
	font-weight: bold;
	text-decoration: none;
}

img
{
	border: none;
}

h1
{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}

h2
{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}

h3
{
	font-size: 12px;
	line-height: 18px;
}

ul, ol
{
	margin-bottom: 18px;
	padding-left: 18px;
}

ul ul
{
	margin-bottom: 0;
}

.left
{
	float: left;
	margin: 0 18px 18px 0;
}

.right
{
	float: right;
	margin: 0 0 18px 18px;
}

.callout
{
	border: 1px solid #ddd;
	padding: 8px 10px;
	margin-bottom: 18px;
}

.callout :last-child
{
	margin-bottom: 0;
}

/* Layout
----------------------------------------------------------------------------- */

#header
{
	width: 898px;
	height: 150px;
	margin: 12px auto 16px auto;
}

#banner
{
	width: 893px;
	height: 293px;
	margin: 0 auto;
}

#content
{
	width: 874px;
	margin: 14px auto 0 auto;
	background: url(../images/content_bg.gif) 0 0 repeat-y;
}

#content .col1
{
	width: 681px;
	float: left;
}

#content .col2
{
	width: 151px;
	float: right;
}

#content .col2 .item
{
	height: 27px;
	line-height: 27px;
	font-size: 10px;
	background: url(../images/col2_item_bg.gif) 0 0 repeat-x;
}

#content .col2 .item a
{
	font-weight: bold;
	color: #7e8083;
}

#content-wide
{
	width: 874px;
	margin: 14px auto 0 auto;
	background: url(../images/content_wide_bg.gif) 0 0 repeat-y;
}

#content-wide .col1
{
	width: 547px;
	float: left;
}

#content-wide .col2
{
	width: 285px;
	float: right;
	font-size: 10px;
	font-weight: bold;
}

#content-wide .col2 a
{
	text-decoration: none;
	color: #5b5a5b;
}

#footer
{
	width: 100%;
	margin: 18px 0 0 0;
}

#bottom_border
{
	display: block;
	width: 877px;
	height: 2px;
	margin: 0 auto;
}

#copyright
{
	display: block;
	width: 527px;
	height: 43px;
	margin: 0 auto;
}

.clear
{
	clear: both;
}

/* Home
----------------------------------------------------------------------------- */


#savarino_lg
{
	display: block;
	float: right;
	margin: 0 98px 0 20px;
}

p.intro
{
	margin-bottom: 36px;
}

/* Services
----------------------------------------------------------------------------- */

#professional_services
{
	width: 256px;
	float: left;
}

#construction_services
{
	width: 420px;
	float: right;
}

#services_banner
{
	width: 893px;
	height: 296px;
	margin: 0 auto;
}

#professional_services_flash
{
	width: 440px;
	height: 296px;
	float: left;
}

#construction_services_flash
{
	width: 440px;
	height: 296px;
	float: right;
}

/* About Us
----------------------------------------------------------------------------- */

#about_us_banner
{
	width: 890px;
	height: 291px;
	margin: 0 auto;
}

#managing_staff
{
	width: 273px;
	float: left;
	background: url(../images/blue_panel_bottom.gif) bottom left no-repeat;
}

#managing_staff_content
{
	color: #fff;
	padding: 25px 25px 7px 25px;
	background: url(../images/blue_panel_top.gif) 0 0 no-repeat;
}

#resources
{
	font-style: italic;
	width: 383px;
	float: right;
}

/* Contact Us
----------------------------------------------------------------------------- */

#contact_us_banner
{
	width: 891px;
	height: 308px;
	margin: 0 auto;
}

#personnel
{
	margin-bottom: 18px;
}

#personnel .c1
{
	font-weight: bold;
	padding-right: 25px;
}

#personnel .c2
{
	color: #02aff0;
	padding-right: 25px;
}

#personnel .c3 a
{
	color: #5b5a5b;
	text-decoration: none;
}