@import 'common.css';


/* BANNER */
#banner { 
	background: url(../images/layout/bg-home-banner_high.jpg) no-repeat;
	height: 205px;
	clear: both;
	margin-bottom: 4px;
}

#banner h1 { 
	float: left;
}

#banner a { 
	display: block;
	height: 100%;
}
/* 
 * SERVICES "GRID"
 * bg-sg-nav-grid.gif
 * 1 - W: 114 H: 42
 * 2 - W: 114 H: 42
 * 3 - W: 120 H: 58
 * 4 - W: 165 H: 91
 * 5 - W: 79 H: 108
*/
#services-grid {
	margin-bottom: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width:1002px;
	background:#E5E5E5 url(../images/layout/bg-sg-contact.gif) center right no-repeat;
	clear: both;
	padding: 0px;
}

div.bucket { 
	margin: 0px 0 0 0;
	padding: 14px 18px 0px 18px;
	float: left;
	border-left: 1px solid #000;
	text-align: left;
	height: 152px;
	text-transform: uppercase;
}

div.bucket .larger {
	font-size: 13px;
}

div.bucket.contact {
	padding-top: 32px;
	height: 134px;
}

div.bucket.contact a {
	color: #626B7D;
}

div.bucket p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #626B7D;
	text-transform: none;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: -1px;
}

div.bucket h2 {
	font-size: 12px;
	font-weight: bold;
	color: #282c33;
	margin: 0px;
	padding: 0px;
	letter-spacing: -1px;
}
div.bucket h2 a {
	color: #282c33;
	
}

div.bucket ul {
	margin: 12px 0px 0px 0;
	padding: 0px;
}

div.bucket ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 12px;
	line-height: 12px;
	list-style: none;
	background: url(../images/layout/arrow-home.gif) no-repeat 0px;
}

div.bucket ul li a:link, div.bucket ul li a:visited {
	margin: 0px;
	padding: 0px;
	color: #565e6b;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

div.bucket ul li a:hover {
	color: #00d2ff;
}

#sg-clear {
	height: 2px;
	background: url(bg-services-grid-clear.gif) 0px 100% repeat-x;
	clear: both;
}

.clear {
	clear: both;
}

.home #main-content {
	background:#E5E5E5 url(../images/layout/home_content_bg.gif) top left repeat-x;
	width:970px;
	padding:16px;
	text-align:left;
}

/* FOOTER */
#footer-banner {
	background:#E5E5E5 url(../images/layout/home_footer_bg.gif) repeat-x;
	text-align: left;
	height:164px;
}
#footer-banner div{
	background: url(../images/layout/bg-footer-banner-grid.gif) no-repeat;
	width:336px;
	height: 100%;
}

#footer {
	height: 1%;
	clear: both;
	margin-bottom: 20px;
}

#footer ul {
	margin: 16px 0 0 0;
}

#footer ul li {
	display: inline;
	float: left;
}

#footer ul li {
	background: url(../images/layout/bg-footer-nav.gif) 0 50% no-repeat;
}

#footer ul li a {
	display: block;
	color: #35627D;
	font-weight: bold;
	font-size:0.75em;
	text-decoration: none;
	padding:0 8px 0 8px;
}