/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size : 100%; }
/* Removes list-style from lists */
ol, ul
{ list-style : none; }
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
/* Removes borders and spacing from tables */
table
{ border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset, img
{ border : 0; }
/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }
/* Removes quotation marks from q */
q:before, q:after
{ content : '' ; }
/*-------------- Page layout ---------------------*/

html {
	text-align: left;
	font-size: 90%;
	}
div#mainBody {
	height: 600px;
	width: 800px;
	margin: auto;
	}	
div#branding {
	height: 245px;
	width: 586px;
	position: relative;
	top: 180px;
	left: 0px;
	}
li#button01 a , li#button02 a , li#button03 a , li#button04 a , li#button05 a {
	height: 32px;
	width: 173px;
	position: relative;
	left: 587px;
	top: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	text-align: left;
	line-height: 30px;
	display: block;
}
/*-------------- Typography ---------------------*/

h1 , h2 , h3 {
	text-indent: -9999px;
}



/*-------------- Color ---------------------*/
div#branding {
	background-image: url(images/SLG_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	z-index: 500;
	}

li#button01 a {
	background-image: url(images/Button_web01.gif);
	background-repeat: no-repeat;
	z-index: 200;
	background-position: center center;
}
li#button01 a:hover {
	background-image: url(images/Button_web01_select.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	z-index: 400;
}
li#button02 a {
	background-image: url(images/Button_web02.gif);
	background-repeat: no-repeat;
	z-index: 200;
	background-position: center center;
}
li#button02 a:hover {
	background-image: url(images/Button_web02_select.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	z-index: 400;
}
li#button03 a {
	background-image: url(images/Button_web03.gif);
	background-repeat: no-repeat;
	z-index: 200;
	background-position: center center;
}
li#button03 a:hover {
	background-image: url(images/Button_web03_select.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	z-index: 400;
}
li#button04 a {
	background-image: url(images/Button_web04.gif);
	background-repeat: no-repeat;
	z-index: 200;
	background-position: center center;
}
li#button04 a:hover {
	background-image: url(images/Button_web04_select.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	z-index: 400;
}
li#button05 a {
	background-image: url(images/Button_web05.gif);
	background-repeat: no-repeat;
	z-index: 200;
	background-position: center center;
}
li#button05 a:hover {
	background-image: url(images/Button_web05_select.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	z-index: 400;
}





/*-----------------------------------------------------------*/

/* =si_clear_children */
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
