#innerwrapper {
	width: 759px;
	background-image: url(../images/inner-wrappers_home.gif);
	background-color: #FFF;
	background-position: 0px 10px;
	background-repeat: repeat-y;
}
/************* #photohead styles *************/
#photohead{
	width: 760px;
	height: 114px;
	top: auto;
	background-color: #413927;
	background-repeat: no-repeat;
	background-image: url(../images/home_head_03.gif);
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #413927;
}
#navBar ul {
	list-style: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 85%;
	background-color: #FFCC66;
	top: auto;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a {
	display: block;
	background-image: url(../images/home_bullet_07.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	white-space: normal;
	width: 144px;
}
a em {
font-style: normal;
text-decoration: underline;
    }
#sectionLinks a:hover{
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/bullet_07.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 25px;
}
/*********** #sectionLinkstwo styles ***********/
#sectionLinkstwo{
	position: relative;
	font-size: 85%;
	background-color: #FFCC66;
	top: auto;
}
#sectionLinkstwo h3{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
}
#sectionLinkstwo a {
	display: block;
	background-image: url(../images/home_bullet_07.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	white-space: normal;
	width: 144px;
}
#sectionLinkstwo a:hover{
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/bullet_07.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 25px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size: 85%;
	background-color: #DCD8CC;
	padding-bottom: 10px;
	padding-left: 10px;
	top: auto;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
}
.relatedLinks h3{
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #413927;
}
.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	padding-left: 20px;
	padding-right: 3px;
	white-space: normal;
	width: 136px;
}

