/* Global */

body {
	background: url(../images/bk3.png) top left repeat-x #f5f7f3;
	margin: 0;
}

.clr {
	clear: both;
}

.fr {
	float: right;
}

div#wrapper {
	width: 955px;
	margin: 0 auto;
	border-left: 2px solid #afafaf;
	background: url(../images/content_bk.png) top left repeat-y #fff;
}

div#wrapper.no_menu {
	background: none;
	background-color: white;
}

/* Top Row */

div#top_row {
	background: url(../images/header.png) top right no-repeat;
	background-color: white;
	height: 152px;
}

div#top_row a img {
	border: none;
}

div#spacer_row {
	background: url(../images/spacer4.png) right repeat-y #fff;
	height: 11px;
}

/* Menu */

div#menu_row {
	background-color: white;
}

div#menu_row ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

div#menu_row ul li {
	margin: 0;
	padding: 0;
	float: left;
}

div#menu_row ul li a {
	display: block;
	height: 36px;
	text-align: center;
	background-color: #949489;
}

div#menu_row ul li a span {
	display: none;
}

div#menu_row ul li#residents a { width: 182px; background: url(../images/menu/residents.png) no-repeat; }
div#menu_row ul li#business a { width: 177px; background: url(../images/menu/business_and_investors.png) no-repeat; }
div#menu_row ul li#visitors a { width: 179px; background: url(../images/menu/visitors.png) no-repeat; }
div#menu_row ul li#students a { width: 179px; background: url(../images/menu/students_and_teachers.png) no-repeat; }

div#menu_row ul li#residents a:hover { background: url(../images/menu/residents_ro.png) no-repeat; }
div#menu_row ul li#business a:hover { background: url(../images/menu/business_and_investors_ro.png) no-repeat; }
div#menu_row ul li#visitors a:hover { background: url(../images/menu/visitors_ro.png) no-repeat; }
div#menu_row ul li#students a:hover { background: url(../images/menu/students_and_teachers_ro.png) no-repeat; }

div#menu_row ul li#residents.current a:hover { background: url(../images/menu/residents_curr.png) no-repeat; }
div#menu_row ul li#business.current a:hover { background: url(../images/menu/business_and_investors_curr.png) no-repeat; }
div#menu_row ul li#visitors.current a:hover { background: url(../images/menu/visitors_curr.png) no-repeat; }
div#menu_row ul li#students.current a:hover { background: url(../images/menu/students_and_teachers_curr.png) no-repeat; }

/* IE6 Stuff ... */
div#menu_row ul li#residents { width: 182px; background: url(../images/menu/residents_ro.png) no-repeat; }
div#menu_row ul li#business { width: 177px; background: url(../images/menu/business_and_investors_ro.png) no-repeat; }
div#menu_row ul li#visitors { width: 179px; background: url(../images/menu/visitors_ro.png) no-repeat; }
div#menu_row ul li#students { width: 179px; background: url(../images/menu/students_and_teachers_ro.png) no-repeat; }

div#menu_row ul li#residents.current { background: url(../images/menu/residents_curr.png) no-repeat; }
div#menu_row ul li#business.current { background: url(../images/menu/business_and_investors_curr.png) no-repeat; }
div#menu_row ul li#visitors.current { background: url(../images/menu/visitors_curr.png) no-repeat; }
div#menu_row ul li#students.current { background: url(../images/menu/students_and_teachers_curr.png) no-repeat; }

div#menu_row ul li#residents.current a { background: url(../images/menu/residents_curr.png) no-repeat; }
div#menu_row ul li#business.current a { background: url(../images/menu/business_and_investors_curr.png) no-repeat; }
div#menu_row ul li#visitors.current a { background: url(../images/menu/visitors_curr.png) no-repeat; }
div#menu_row ul li#students.current a { background: url(../images/menu/students_and_teachers_curr.png) no-repeat; }
/* End IE6 Stuff */

/* Content Row */

div#content_row {
	background: url(../images/footer.png) bottom right no-repeat;
	border-bottom: 1px solid #e0e1c9;
	padding-bottom: 100px;
}

/* Section Menu */

div#sec_menu {
	width: 200px;
	float: left;
}

div#sec_menu ul {
	list-style: none;
	margin: 0;
	padding: 2px;
}

div#sec_menu ul li {
	padding: 2px;
	margin: 0;
}

div#sec_menu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #777777;
}
/*
div#sec_menu ul li a:hover {
	text-decoration: none;
	color: #f69534;
}
*/

div#content_row.residents div#sec_menu ul li a:hover {
	color: #7cb839;
	color: green;
}

div#content_row.business_and_investors div#sec_menu ul li a:hover {
	color: #235fad;
}

div#content_row.visitors div#sec_menu ul li a:hover {
	color: #ec4d23;
}

div#content_row.students div#sec_menu ul li a:hover {
	color: #fbc03a;
}


/* Content */

div#content {
	width: 560px;
	float: left;
}

div#content_box {
	padding: 10px;
}

/* Gift Baskets */

div#sec_gift_baskets {
	width: 190px;
	float: left;
	padding: 10px 0;
}

div.gift-basket {
}

div.gift-basket-header {
	width: 185px;
}

div.gift-basket-header a {
	text-align: center;
	padding: 4px 0;
	display: block;
	color: white;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	width: auto !important;
	width: 185px;
	text-decoration: none;
}

div.gift-basket-header a:hover {
	text-decoration: none;
}

div.gift-basket-content {
	background: url(../images/gift_baskets/bottom.png) bottom no-repeat #e9e9e9;
	width: 175px;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.gift-basket-content a img {
	border: none;
}

div#content_row.residents div.gift-basket-header {
	background: url(../images/gift_baskets/residents.png) no-repeat #7cb839;
}

div#content_row.business_and_investors div.gift-basket-header {
	background: url(../images/gift_baskets/business_and_investors.png) no-repeat #235fad;
}

div#content_row.visitors div.gift-basket-header {
	background: url(../images/gift_baskets/visitors.png) no-repeat #ec4d23;
}

div#content_row.students div.gift-basket-header {
	background: url(../images/gift_baskets/students_and_teachers.png) no-repeat #fbc03a;
}

div.gift-basket-header a:hover {
	text-decoration: none;
	background: url(../images/gift_baskets/rollover.png) no-repeat #8db5e0;
}

/* Search Nav */

div#search_nav {
	float: right;
	padding: 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 160px;
}

div#search_nav a {
	color: white;
}

div#search_nav a:hover {
	text-decoration: none;
	border-bottom: 2px solid white;
}

div#search_box {
	margin-top: 10px;
}

div#search_box input.search_field {
	padding: 2px;
	border: 1px solid #fbc03a;
	width: 150px;
	margin: 5px 0;
}

input.search_button {
	float: right;
	border: none;
}

div#search_nav table {
	margin: 0 auto;
}

/* Stuff from old template */

#lvl3-nav ul, #lvl3-nav li {
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
}

#lvl3-nav {
	background-color: #E9E9E9;
	margin-bottom: 5px;
	padding: 5px;
}

ul.ipf-sectionmenu {
	margin:0;
	padding:0;
}

.ipf-sectionmenu a, .ipf-sectionmenu a:hover, .ipf-sectionmenu a:visited, .ipf-sectionmenu a:active {
	color: #000000;
}

.ipf-sectionmenu ul {
	margin: 0;padding: 0;
}

ul.ipf-sectionmenu li {
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-top:3px;
	height:1%;
}

ul.ipf-sectionmenu li.submenu {
	cursor: pointer;
}

ul.ipf-sectionmenu li.submenu ul {
	display: none;
}

ul.ipf-sectionmenu .submenu ul li {
	cursor: default;
	font-size: 90%;
}

#lvl3-nav li a {
	color: black;
}

#lvl3-nav li a {
	color: black;
	text-decoration: none;
}

#lvl3-nav li a:hover {
	text-decoration: underline;
}

