* {
	margin: 0;
	padding: 0;
}

html {
	background: #105224 url(../images/bg.gif) top left repeat-y;
}

body {
	/* background: url(../images/gr_bg_leftnav_tile_new.JPG) top left repeat-y; 
	background: url(../images/bg-right.gif) 974px 0 repeat-y; */
}

img {
	border: 0;
}

#Container {
	width: 974px;
}

.clear {
	clear: both;
	height: 0;
}

/*
 * Header
 * --------------- */

#Header {
	background: #105325;
}
	#Header .right {
		float: right;
		width: 220px;
		margin-top: 20px;
		margin-left: 40px;
	}
	#Header .horizons {
		float: left;
		margin-right: 35px;
	}
	#Header a.phone {
		position: relative;
		float: left;
		width: 58px;
		height: 59px;
		margin-top: 12px;
		margin-right: 12px;
		overflow: hidden;
	}
	#Header a.phone:hover img {
		position: absolute;
		top: -60px;
	}

/*
 * Menu
 * --------------- */

#MenuHolder {
	width: 974px;
	background: #105325 url(../images/bottom-menu-bg-new2.gif) 0 37px no-repeat;
	padding-bottom: 9px;
}
#Menu1 {
	display: block;
	clear: both;
	width: 974px;
	min-height: 46px;
	background: url(../images/menu-bg.gif) 0 8px repeat-x;
}
	#Menu1 li {
		position: relative;
		display: block;
		float: left;
		list-style: none;
		background: url(../images/menu-bg.gif) 0 8px repeat-x;
		margin-bottom: 0;
		z-index: 100;
	}
	#Menu1 li.hover ul.dropdownMenu {
		display: block;
	}
	#Menu1 li a {
		display: block;
		float: left;
		font-size: 9pt;
		line-height: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		cursor: pointer;
	}
	#Menu1 li a:hover {
		text-decoration: none;
	}
	#Menu1 li.first a {
		padding: 0 15px;
	}
	#Menu1 li a img {
		position: relative;
		z-index: 50;
		float: left;
	}
	#Menu1 li a span {
		display: block;
		float: left;
		margin: 12px 8px 12px 0;
		padding: 2px 7px 2px 6px;
		border: 2px solid green;
		border-left: 0;
	}
	#Menu1 li.hover a span {
		border: 2px solid #98cd24;
		border-left: 0;
	}
	#Menu1 li.clear {
		display: inline;
		height: 0;
	}


#Menu1 .dropdownMenu {
	display: none;
	position: absolute;
	z-index: 5;
	top: 38px;
	left: 5px;
	padding-top: 10px;
	overflow: hidden;
	background: #97cd24 url(../images/dropdown-menu-bg.gif) 0 -20px repeat-x;
}
	#Menu1 .dropdownMenu li {
		float: left;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #366f22;
		background: none;
		padding-top: 0;
	}
	#Menu1 .dropdownMenu li a {
		display: block;
		width: 140px;
		margin: 0;
		padding: 6px 12px;
		text-transform: none;
	}
	#Menu1 .dropdownMenu li a:hover {
		/* background: #88c71c; */
	}

#Menu2 {
	margin: 0;
}
	#Menu2 li {
		margin: 0 0 20px 0;
		list-style: none;
	}
	#Menu2 li a {
		display: block;
		color:#FFFFFF;
		font-size:9pt;
		font-weight:bold;
		padding: 8px 0 8px 4px;
		cursor: pointer;
		background: url(../images/lft-nav.gif) top left no-repeat;
	}
	#Menu2 li a:hover,
	#Menu2 li.current a,
	#Menu2 li.section a {
		background: url(../images/lft-nav-hover.gif) top left no-repeat;
	}
	#Menu2 li a:hover {
		text-decoration: none;
	}
	
#Menu2 .sub {
	margin: 0;
}
	#Menu2 .sub li {
		margin: 5px 0;
	}
	#Menu2 .sub li a {
		padding: 8px 0 8px 8px;
	}
	
/*
 * Breadcrumbs
 * --------------- */
	
#Breadcrumbs {
	padding-left: 165px;
}
	#Breadcrumbs p {
		padding: 4px 0;
		margin: 0;
		color: #3C6488;
		font-weight: bold;
	}
	#Breadcrumbs p a {
		color: #3C6488;
	}
	
#Sidebar,
#HomePage #Sidebar {
	float: left;
	width: 165px;
	min-height: 165px;
}

#Layout,
#HomePage #Layout {
	min-height: 555px;
}
	
#Layout {
	background: url(../images/Lft_Nav_bg_white_new.jpg) 0 -20px no-repeat;
}
#HomePage #Layout {
	background: url(../images/Lft_Nav_bg_white_home.jpg) 0 -20px no-repeat;
}

.typography {
	margin-right: 123px;
}

#Rightbar {
	float: right;
	width: 123px;
}
	#LogoHolder {
		position: relative;
		z-index: 10;
	}
	#Rightbar a.logo {
		position: absolute;
		top: -18px;
		display: block;
	}
	#Rightbar a.whats-new {
		position: absolute;
		top: 90px;
		display: block;
	}
	.whatsnew_panel_text {
		color: #fffcfc;
		position: relative;
		z-index: 5;
		top: 106px;
		padding-top: 20px;
		padding-bottom: 10px;
		font-size: 9pt;
		overflow: hidden;
	}

#HomeContent {
	margin-left: 183px;
}
#ContentHolder {
	margin-left: 165px;
}

.greeting {
	display: block;
	padding: 3px 0 6px 0;
	font-size: 9pt;
}
#Content {
	margin: 10px 20px 10px 0;
}
#Content h2.title {
	padding-top:5px;
}

	#HomePage #HomeContent img {
		float: left;
	}
	#ContentHolder img.banner {
		margin-left: -8px;
	}
	
/* gallery */
#gallery {
	float: left;
	width: 509px;
	height: 482px;
	overflow: hidden;
}
	#gallery img {
		position:absolute;
	}
	
	#jMonthCalendar {
		float: left;
	}

/* finder */
#finder img {
	float: left;
}
#finder span {
	display: block;
	float: left;
	padding: 0 9px;
	background: #11431d;
}

/* footer */	
#Footer {
	clear: both;
	height: 50px;
	background: #105224;
	margin-left: 121px;
	visibility:hidden;
}
.whatsnew_panel_text a {
	line-height: 14px;
	font-size: 11px;
	color: white;
}
