/*BODY STYLES*/
body {
	background-color: #009ddc;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/stremlineLeftBGTile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
	/*background-image: url(../images/stremlineRightBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
html, body {
    height: 100%;
}

td, tr {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#025682;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#bigBlock {
	width: 774px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/*background-image: url(../images/stremlineContentBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
html>body #bigBlock {
	height: auto;
    min-height: 100%;
}
#leftBG1{
	position: absolute;
	background-image: url(../images/stremlineLeftBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	left:-14px;
	top:0px;
	width: 14px;
	height:100%;
}
#rightBG1{
	position: absolute;
	background-image: url(../images/streamlineRightBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	right:-14px;
	top:0px;
	width: 100%;
}
/*BANNER*/

#bannerTop{
	position: relative;
	width: 774px;
	height:20px;
	background-image: url(../images/streamlineTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bannerContainer{
	position: relative;
	width: 774px;
	height:203px;
}
#head1{
	margin: 0px;
	padding: 0px;
	height: 203px;
	width: 430px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#head2{
	margin: 0px;
	padding: 0px;
	height: 203px;
	width: 344px;
	position: absolute;
	left: 430px;
	top: 0px;
	background-color:#FFFFFF;
}
#head3{
	margin: 0px;
	padding: 0px;
	height: 61px;
	width: 774px;
	position: relative;
}
/*MENU*/
#menuContainer{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 980px;
	background-color:#08000c;
}
#menuContainer1{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 46px;
	width: 980px;
	background-image: url(../images/bensRunMenuBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: right;
}
/*FLASH CONTAINER*/
/*#flashContainer{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 259px;
	width: 980px;
}*/
/*#titleContainer{
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-left: 64px;
	height: 25px;
	width: 916px;
	font-family: Arial, Helvetica, sans-serif;
	color:#53434e;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	text-transform:uppercase;
	background-color:#08000c;	
}*/
/*CONTENT*/ 
#contentContainer{
	position: relative;
	margin: 0px;
	padding-top: 0px;
	width: 774px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-color:#ffffff;
	background-image: url(../images/stremlineContentBG1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentContainer2{
	position: relative;
	margin: 0px;
	padding-top: 0px;
	width: 774px;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:0px;
	background-color:#ffffff;
	background-image: url(../images/stremlineContentBG1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentContainer3{
	position: relative;
	margin: 0px;
	padding-top: 0px;
	width: 756px;
	margin-left:9px;
	margin-right:9px;
	padding-bottom:0px;
}

.contentText{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#025682;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	padding-left:5px;
	padding-right:5px;
}
.contentText a:link{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#002c43;
	font-weight:bold;
	text-decoration:none;
}
.contentText a:visited{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#002c43;
	font-weight:bold;
	text-decoration:none;
}
.contentText a:hover{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#002c43;
	font-weight:bold;
	text-decoration:underline;
}
/*FOOTER*/
#footerContainer{
	position: relative;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 754px;
	height: 42px;
	background-image: url(../images/streamlineFooterBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.footerText{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	padding-top:0px;
	font-size: 9px;
	color:#11a4de;
	font-weight: normal;
	letter-spacing: 1.25pt;
	line-height: 33px;
	text-align: center;
}
.footerText a:link{
	color:#045f83;
	font-weight:bold;
	text-decoration: none;	}
.footerText a:visited{
	color:#045f83;
	font-weight:bold;
	text-decoration: none;
}
.footerText a:hover{
	color:#045f83;
	font-weight:bold;
	text-decoration: underline;	
}
#footerBuffer{
	position:relative;
	width:774px;
	height:20px;
	/*background-color:#009ddc;*/
}
/*NAV STUFF*/
#navWidth{
	width:149px;
}


.navItem {
	padding-left: 0px;
	padding-right: 5px;
	color: #a19693;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1.25pt;
}
.navItem a:link {
	color: #a19693;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.navItem a:visited {
	color: #a19693;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	text-transform: uppercase;
}
.navItem a:hover {
	color: #1e1b1b;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
		text-transform: uppercase;
}
.navItem1 {
	padding-left: 0px;
	padding-right: 5px;
	color: #a19693;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1.25pt;
}
.navItem1 a:link {
	color: #a19693;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
		text-transform: uppercase;
}
.navItem1 a:visited {
	color: #a19693;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
		text-transform: uppercase;
}
.navItem1 a:hover {
	color: #e9e9e9;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
	text-transform: uppercase;
}

