/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

#homepageContainer {
	border:#000000 1px solid;
	background-color:#FFFFFF;
	position: relative;
	width: 955px;
	text-align: left;
	margin:0px auto;
}

body {
	background-color: #ffffff;
	padding:0px;
	margin:0px;
	text-align: center;
	display: block;
}

#homepageMasthead {
	position: relative;
	float:left;
	left:0px;
	top:	0px;
	width:955px;
	height:65px;
	background-image: url(../images/homepageMasthead.gif)
	}
	
#navBar {
	position:relative;
	clear: left;
	float:left;
	left:20px;
	width:915px;
	height:35px;
	background-color: #eeeeee;
	}
	
#navBarText {
	position:absolute;
	left: 0px;
	bottom: 0px;
	height:35px;
	width: 771px;
	}
		
#sideNavBar {
	position:relative;
	float:left;
	clear: left;
	width:185px;
	height:auto;
	padding-bottom: 3px;
	}
	
#homepageContentHeader {
	position: relative;
	float: left;
	width: 680px;
	height: 40px;
	left: 20px;
	top: 5px;
	border: 1px 0px dotted #808080;
	}
	
#homepageContentHeaderText {
	position: absolute;
	width: 680px;
	height:40px;
	}	
	
#homepageContent {
	position: relative;
	float: left;
	width: 680px;
	height: auto;
	left: 20px;
	top: 7px;
	}
	
#homepageFooter {
	position:relative;
	clear:both;
	width:955px;
	height: 30px;
	background-image: url(../images/footer.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
#newsFeed{
	position: relative;
	float: right;
	clear: right;
	height: auto;
	width: 220px;
	top: -35px;
	border: 1px solid #eeeeee;
	right: 20px;
	}

#newsFeedContent {
	position: relative;
	clear: both;
	width: 200px;
	height: 350px;
	margin: 10px 10px 10px 10px;
	}	
	
#homepageSearch {
	position: absolute;
	clear: both;
	width:265px;
	height:25px;
	left: 670px;
	text-align:right;
	bottom: 0px;
	}	
	
#address {
	position:relative;
	bottom:10px;
	width: 123px;
	margin: 70px 0px 5px 0px;
	clear: both;
	}

/*	
#box {
	border: 1px solid #660066;
	height: 12px;
	width:113px;
	margin:0px 0px;
	}
*/

#homepageSearch #box {
	float:left;
	}
		
#flashBanner {
	position:relative;
	float:left;
	clear: both;
	clear:both;
	width:915px;
	height:200px;
	left: 20px;
	background-color: #eeeeee;
	top: 2px;
	}
	
#logos {
	position:absolute;
	top: 0px;
	right:20px;
	width: 305px;/*292px;*/
	}

#logos ul {
	list-style-type:none;
	}
	
#logos ul li {
	float:right;
	}

#logos span {
	display:none;
	}
		
#logos ul li a {
	display:block;
	height: 27px;
	margin-left:10px;
	}
	
#logos ul li a {
	background-position: top;
	background-repeat: no-repeat;
	}

#logos ul li a.ADS {
	background-image:url(../images/ADSRolloverLogo.jpg);
	width:63px;
	}

#logos ul li a.BSI {
	background-image:url(../images/BSIRolloverLogo.jpg);
	width:37px;
	}
	
#logos ul li a.DMA {
	background-image:url(../images/DMARolloverLogo.jpg);
	width:20px;
	}
	
#logos ul li a.IET {
    background-image:url(../images/IETRolloverLogo.jpg);
	width:28px;
}



#logos ul li a.IIP {
	background-image:url(../images/IIPRolloverLogo.jpg);
	width:41px;
	}

#logos ul li a.NDI {
	background-image:url(../images/NDIRolloverLogo.jpg);
	width:33px;/*28px;*/
	}

#logos ul li a.SBU {
	background-image:url(../images/SBURolloverLogo.jpg);
	width:78px;
	}

#logos ul li a:hover {
	background-position:bottom;
	}

/* Mini Search*/
.minisearchfield {
	border: 1px solid #660066;
	height: 12px;
	width:113px;
	margin:0px 0px;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.minisearchbutton 
{
	background-color:#660066;
	color:#FFFFFF;
	border: 0px;
	height: 15px;
	width:55px;
	margin:0px 0px;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:hand;
	}



#homepageSearch a
{
	color:#660066;
	text-decoration:none;
}

#homepageSearch a:hover
{
	text-decoration:underline;
	color:#660066;
}

#ZWS
{
	position:absolute;
	left:22px;
	bottom:0px;
	height:15px;
	width:150px;
	cursor:hand;
	
}

.HeadlineEditButton	, .EditButton
{
	margin: 0;
	float:right;
	top: 0px;
	z-index: 1;
}