#shadow {
	width: 820px;
	background: url(../img/shadow.gif) repeat-y;
	margin: 0px auto;
}
#container {
	position: relative;
	width: 810px;
	margin: 0px 0px;
	background: url(../img/stretchBG.gif) repeat-y;
}
#stretch {
	background: url(../img/stretchBG.gif) repeat-y;
}

#stretchSub {
	background: url(../img/stretchBG2.gif) repeat-y;
}
#header {
	position: relative;
	width: 820px;
	height: 112px;
	background: url(../img/header.gif) no-repeat;
}

/** Sign In Header **/

#header #accountInfo {
	position: absolute;
	left: 350px;
	top: 5px;
	width: 450px;
	text-align: right;
	font-size: 10px;
	color: #ffe400;
	font-weight: bold;
}

#header #accountInfo .accountBoxUser {
	border: none;
	width: 100px;
	height: 18px;
	font-size: 10px;
	margin: 0px 3px;
	padding: 3px 5px;
	background: url(../img/accountBox_user.jpg) no-repeat;
}

#header #accountInfo .accountBoxUser2 {
	border: none;
	width: 100px;
	height: 18px;
	font-size: 10px;
	margin: 0px 3px;
	padding: 3px 5px;
	background: url(../img/accountBox.jpg) no-repeat;
}

#header #accountInfo .accountBoxPass {
	border: none;
	width: 100px;
	height: 18px;
	font-size: 10px;
	margin: 0px 3px;
	padding: 3px 5px;
	background: url(../img/accountBox_pass.jpg) no-repeat;
}

#header #accountInfo .accountBoxPass2 {
	border: none;
	width: 100px;
	height: 18px;
	font-size: 10px;
	margin: 0px 3px;
	padding: 3px 5px;
	background: url(../img/accountBox.jpg) no-repeat;
}

#header #accountInfo #userText {
	vertical-align:top;
	padding:3px 5px;
}

#header #accountInfo #accountBtn {
	padding: 1px 5px;
	margin:0px;
	vertical-align:top;
}

#header #accountInfo a {
	font-size: 10px;
	color: #ffe400;
	font-weight: bold;
	text-decoration: none;
}

#header #accountInfo a:hover {
	font-size: 10px;
	color: #ffe400;
	font-weight: bold;
	text-decoration: underline;
}
/***** LEFT COLUMN *****/

#leftCol {
	float: left;
	width: 173px;
	background: #cecece;
}

#leftCol #bottompeople {
	width: 173px;
	height: 148px;
}

/***** RIGHT COLUMN *****/

#rightCol {
	float: right;
	width: 636px;
}

#rightCol .flashHdr {
	width: 636px;
	height: 180px;
	background: url(../img/flashHdr.jpg) no-repeat;
	border-bottom:1px solid #fff;
}

/*****************  FOOTER   *****************************/

#footer {
	position: relative;
	width: 820px;
	height: 35px;
	margin: 0px auto;
	background: url(../img/footerbar.gif) top left no-repeat;
}

#footer #copyright {
	position: absolute;
	text-align: right;
	color: #cccccc;
	top: 10px;
	width: 780px;
	left: 10px;
}

#footer #copyright a {
	color: #cccccc;
	text-decoration: none;
}

#footer #copyright a:hover {
	color: #1c3783;
	text-decoration: underline;
}
/**********Expand&Contract****************/

#masterdiv {
	margin: 30px 0px;
	text-align:left;
}

#masterdiv #bottom {
	background: url(../img/menuBar_bottom.gif) repeat-x;
	padding: 5px 0px 10px 0px;
}

#masterdiv ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#masterdiv ul li a {
	padding-left: 20px;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#masterdiv ul li a:hover {
	text-decoration:underline;
}

#masterdiv ul ul li a:hover {
	color: #c30000;
	text-decoration: underline;
}

#masterdiv ul ul li.active {
	background: url(../img/activeArrow.gif) left no-repeat #efefef;
}

.submenu{
	margin-bottom: 0.5em;
	text-align: left;
}

.submenu a {
	color: #c30000;
	padding: 2px 2px;	
}

#masterdiv .nonDrop  {
	background: url(../img/menuBar.gif) repeat-x;
	padding: 5px 0px 5px 0px;
}

.dropdown {
	background: url(../img/plusRed.gif) #cecece 0px 0px no-repeat;
	padding: 5px 0px 5px 0px;
}
.dropdown ul {
	display:none;
}

.dropdown2 {
	background: url(../img/minusBlue.gif) #dadada 0px 0px no-repeat;
	padding: 5px 0px 5px 0px;
}
.dropdown2 ul {
	display:block;
}