/* CSS Document */


body {
	height: 100%;
	margin: 0px;
	font: 9px verdana, arial, helvetica, sans-serif;
	color: #003399;
	background-color: #9dadc9;
	background-image: url(../images/brick_repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#wrapper {
	width: 930px;	/*750px = retail page addition; 650px = original width*/
	height: 100%;
	margin: 0px auto auto 0px;
	padding: 0px;
	position: relative; /* need to position relative to contain absolute positioned divs*/
	text-align: left; /*re-aligns the text after the hack on the body*/
	background-color: #9dadc9;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#logo {
	position: absolute;
	width: 228px;
	height: 194px;
	top: 0px;
	left: 0px;
	background-color: #9dadc9;
	z-index: 1;
}

#head {
	position: absolute;
	width: 422px;
	height: 114px;
	top: 0px;
	left: 228px;
	background-color: transparent;
	z-index: 2;
}

/* this menu div is addressed in menu.css
	use here for reference only. . . 

#menu {
	position: absolute;
	z-index: 30;		/*z-index: 30; so drop down menus show on top of map on distributors page*//*
	top: 91px;
	left: 230px;
	width: 550px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.125em;
	color: #003399;
	background-color: transparent;
}
*/

#page_title {
	position: absolute;
	width: 400px;
	height: 50px;
	top: 130px;
	left: 250px;
	background-color: transparent;
	z-index: 4;
}

#content_wrapper {
	position: absolute;
	width: 930px;			/*width changes matches wrapper updates */
	top: 194px;
	left: 0px;	
	background-color: #9dadc9;
	background-image: url(../images/svbc_web_10.gif);	/*width=930px x height=2px*/
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px 0px 10px 0px;
}

#boxout {
	float: left;
	width: 173px;
	background-color: transparent;	/*background included in svbc_10.gif in #content_wrapper div*/
	background-image: url(../images/svbc_web_08.jpg);   /*width=228px x height=304px*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 20px 20px 0px 35px;	
	z-index: 5;					
}

#content {
	width: 420px;  			/*width was added to seperate it from the right sidebar*/
	margin: 0px 20px 0px 240px;
	padding: 10px 15px;						
	border: none;
	background-color: transparent;	/* #ccd3e3 blue_repeat.gif = original background/;*/
	z-index: 6;						/*background included in svbc_10.gif in #content_wrapper div*/
}

#rt_sidebar {
	float: right;	
	width: 180px;
	background-color: transparent; /*background included in svbc_10.gif in #content_wrapper div*/
	margin: 0px;
	padding: 20px 18px 0px 35px;
	z-index: 5;					
}

#footer {
	position: absolute;
	width: 900px;			/*width changes matches wrapper updates */
	height: 30px;
	bottom: -60px;
	left: 0px;
	background-color: transparent;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	z-index: 7;
}	

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.feature {
	border-width: 2px;
	border-style: solid;
	border-color: #663300;
	margin: 0px;
	padding: 0px;
}

.rt {
	position: relative;
	top: .25em;
	left: 360px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.ctr {
	position: relative;
	top: 0em;
	left: 0px;
	margin: 10px 10px;
	padding: 0px;
	border: none;
}

.nobdr {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
}

.clear {
	clear: both;		/*in the html - clear: both - needs to be applied 
						after menus to free the lists below the navigation menu*/
	/*min-height: 1px;*/
}

/*XXXXXXXXXXXXXXXXX   easter eggs   XXXXXXXXXXXXXXXXXXXX*/

#fran_sound {
	position: relative;
	width: 11px;
	height: 9px;
	top: -60px;
	left: 97px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

#bees_birds {
	position: relative;
	width: 170px;
	height: 128px;
	top: 0px;
	left: 0px;
	background-color: #9dadc9;
	border-width: 2px;
	border-style: solid;
	border-color: #663300;
	margin: 0px;
	padding: 0px;
}


