/*default tag values*/
body
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 15px;
	background-color: #ffffff;
}

td { vertical-align: top; }

/*columns*/
#content
{
	width: 100%;
	margin: 0px;
	text-align: left;
	padding: 0px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 15px;
}

#header
{
	padding: 0px;
	text-align: right;
	background-image: url(../graphics/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 0px;
	left: 0px;
	height: 58px;
	background-color: #546E37;
}

#enghome
{
	padding: 0px 10px 0px 0px;
	text-align: right;
}

#spotlight
{
	width: 217px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	float: right;
}

#anchorbox
{
	width: 217px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
	float: right;
}

#photos
{
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 0px;
	float: right;
}

img {
	margin:0;
	padding:0px;
	border: none;
}
#photosProgress
{
	width: 218px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	float: right;
}
.photosProgressRight {
	float: right;
	margin: 0 .5em .5em .5em;
}
#photosProgress img {
	margin-bottom: 3px;
	border:solid 1px;
}

#main
{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	height: 400px;
}

#highlight
{
	margin: 0;
	background-color: #E7EFDF;
	padding: 15px;
}

#buildingsmap
{
	padding: 0px;
	background-image: url(../graphics/buildings_map.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 0px;
	left: 0px;
	height: 138px;
	width: 700px;
}

#body_popup
{
	background-image: url(../graphics/popup_header.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 10px;
}

#gw_nav
{
	padding: 8px 0px 0px 0px;
}

#footer
{
	margin: 0;
	padding: 15px 10px 20px 160px;
}

/*lists*/
ul
{
	padding: 0px 0px 0px 15px;
	margin: 0;
	list-style-type: circle;
}
ul li.noBullet {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	font-weight:bold;
	list-style-type:none;
	text-align:left;

}

/*top navigation*/
#blackbar
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	background-color: #000000;
	height: 17px;
}

a.blackbar:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

a.blackbar:visited
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

a.blackbar:hover
{
	color: #FFCC66;
	text-decoration: none;
	font-size: 12px;
}

a.blackbar:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

/*subnavigation*/
#leftnav
{
	width: 132px;
	text-align: right;
	font-size: 11px;
	padding: 10px 10px 40px 8px;
	background-image: url(../graphics/snavbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navcontainer a
{
	display: block;
	color: #000000;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	width: 132px;
}

#navcontainer a:hover
{
	color: #4576AA;
	text-decoration: underline;
}

#navcontainer a.selectlink
{
	color: #4576AA;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer a.selectlink:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#navcontainer a.subnavlink
{
	color: #666666;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
}

#navcontainer a.subnavlink:hover
{
	color: #4576AA;
	padding: 2px 0px 0px 0px;
	text-decoration: underline;
}

#navcontainer a.subnavselectlink
{
	color: #4576AA;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
}

#navcontainer a.subnavselectlink:hover
{
	color: #000000;
	padding: 2px 0px 0px 0px;
	text-decoration: underline;
}

/*text variations*/
.foottxt
{
	color: #999999;
	font-size: 11px;
	line-height: 12px;
}

.foottxtsm
{
	color: #999999;
	font-size: 10px;
	line-height: 11px;
}

.subtitle
{
	color: #527A00;
	font-weight: bold;
	text-transform: uppercase;
}

.subsubtitle
{
	color: #527A00;
	font-weight: bold;
}

.clrtxt
{
	color: #527A00;
}

.whitettl
{
	color: #FFFFFF;
	font-weight: bold;
}

#spotlighttxt
{
	color: #666666;
	font-size: 11px;
	line-height: 12px;
	padding: 7px;
}

#photostxt
{
	color: #666666;
	font-size: 9px;
	line-height: 10px;
	padding: 0 7px 7px 7px;
}

#headertxt
{
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	top: 5px;
	right: 10px;
}

.totop { text-align: right; }

/*titlebar*/
#titlebar
{
	padding: 0px;
	text-align: left;
	background-image: url(../graphics/titlebar_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 35px;
	background-color: #82AA55;
}

/*footer line*/
#footline
{
	padding: 0px;
	background-image: url(../graphics/greyline.gif);
	background-repeat: repeat-x;
	background-position: right top;
	position: relative;
	top: 0px;
	right: 0px;
	height: 1px;
	width: 100%;
}

/*default link*/
a:link
{
	color: #4576AA;
	text-decoration: none;
}

a:visited
{
	color: #4576AA;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: underline;
}

a:active
{
	color: #666666;
	text-decoration: underline;
}

/*headnav link*/
a.headnav:link
{
	color: #ffffff;
	text-decoration: none;
}

a.headnav:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.headnav:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a.headnav:active
{
	color: #ffffff;
	text-decoration: underline;
}

/*footer link*/
a.foot:link
{
	color: #999999;
	text-decoration: none;
}

a.foot:visited
{
	color: #999999;
	text-decoration: none;
}

a.foot:hover
{
	color: #636b73;
	text-decoration: underline;
}

a.foot:active
{
	color: #636b73;
	text-decoration: underline;
}

