#imageContainer {
	width:200px;
	height:115px;
	z-index:2;
	top: 0px;
	/*left: 596px;*/
}

/* GLOBAL SITE CSS */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ececec;
	background-image: url(../images/si_bg.jpg);
	background-repeat: repeat-x;
}
#container {
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 841px;
		background-color:#fefefe;
}
#header {
	position:relative;
	width: 841px;
	height: 103px;
	z-index: 1;
}

#content {
	position:relative;
	width: 841px;
	height:auto;
	min-height:550px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	padding-bottom:60px;
	top: -15px;
}
#nav {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	top: 0px;
	left: 596px;
}
#nav_links {
	position:absolute;
	width:178px;
	height:134px;
	z-index:3;
	left: 638px;
	top: 8px;
	z-index:3;
	font-size:10px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#nav_links li{
	display:list-item;
	list-style: none;
	list-style-type: none;
	padding-bottom: 7px;
}
#nav_links li a{
	text-decoration: none;
	color:#26387f;
}

#nav_links li a img{
	border:none;
}

#nav_links li a:hover{
	text-decoration: underline;
}
#si_footer {
	position:relative;
	width:841px;
	height:18px;
	z-index:4;
	background-color: #E0E0E0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#6f6f6f;
	top:0px;
	padding-top: 6px;
	padding-left: 0px;
}
#black_accent {
	position:relative;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	width: auto;
	margin-bottom:-10px;
}

#rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	width: auto;
}
.black_accent {color: #000000; font-size: 12px; font-weight:bold;}
.black_accent_medium {font-size: 14px; color:#000000;}
.black_accent_larger {color: #000000; font-size: 15px; }
.red_accent {color: #d91219}
.red_accent_larger {color: #d91219; font-size:15px;}

.formButtons {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6f6f6f;
	background-color: #E4E4E4;
	height: auto;
	width: auto;
	padding: 5px;
	clear: both;
	text-decoration:none;
}
.winningBug {
	position:absolute;
	top:-53px;
	left: 550px;
}


a.addthis_button{
	position: absolute;
	top:-45px;
	left:100px;
}

