body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#Frame {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	background: #ffffff url(../graphics/bodyback.jpg) repeat-y;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Nav {
	margin-left: 90px;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
}

#Nav a {
	background-color: #999999;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	line-height: 31px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ababab;
	border-left: 1px solid #787878;
}

#Nav a:hover {
	background-color: #ababab;
	text-decoration: none;
}

/* @group Header */

#Header {
	width: 880px;
	margin-left: 30px;
	float: left;
	clear: both;
}
#Header h1 {
	margin: 0;
	padding: 0;
	width: 235px;
	height:135px;
	float: left;
	background: url(../graphics/10PastTen-Logo.jpg) no-repeat left top;
}
.replace span {
	display: none;
}

#Header center {
	margin-top: 50px;
	float: right;
	color: #208e51;
	font-size: 14px;
}

#Header center a {
	color: #208e51;
	font-size: 14px;
}

.mailbutton {
	float: right;
	height: 20px;
	background: url(../graphics/mailicon.jpg) no-repeat left center;
	padding-left: 25px;
	margin-top: 60px;
}

.mailbutton:hover {
	background: url(../graphics/mailiconhover.jpg) no-repeat center center;
}

.phonebutton {
	float: right;
	clear: right;
	width: 30px;
	height: 20px;
	background: url(../graphics/phoneicon.jpg) no-repeat left center;
	padding-left: 25px;
	margin-left: 10px;
	margin-right: 20px;
}

.phonebutton:hover {
	background: url(../graphics/phoneiconhover.jpg) no-repeat center center;
}


/* @end */

/* @group Content */

#Content {
	float: left;
	clear: left;
	width: 880px;
	margin-left: 30px;
}

#Content h2 {
	color: #bda400;
	font-variant: small-caps;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.contentleft {
	width: 220px;
	float: left;
}

.leftnav h3 {
	font-size: 16px;
	padding-left: 10px;
	background: #eeeeee url(../graphics/leftnavleft.jpg) no-repeat;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: normal;
}

.leftnav h3 a {
	color: #666666;
}

.innerlinks a {
	color: #bda400;
	font-size: 14px;
	line-height: 20px;
	margin-left: 15px;
}

.contentmain {
	width: 620px;
	margin-left: 20px;
	float: left;
}

.contentmain h3 {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

.contentmain h4 {
	margin: 2px;
	margin-left: 5px;
}

.contentmain h4 a {
	color: #999999;
}

.contentmain h4 a:hover {
	color: #999999;
	text-decoration: none;
}

/* @end */

#Footer {
	width: 900px;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#Footer a {
	color: #666666;
}

#BottomNav {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#BottomNav a {
	color: #bda400;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}

/* @group CollapsingNav */
.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader, h3{ /*CSS class for menu headers in general (expanding or not!)*/
font-size: 14px;
color: #666666;
background: #eeeeee; /* url(titlebar.png) repeat-x center left; */
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/* background-image: url(titlebar-active.png); */
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #bda400;
/* background: url(arrowbullet.png) no-repeat center left; */ /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #bda400;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #bda400;
background-color: #ffffff;
}

.arrowlistmenu a:hover {
	text-decoration: none;
}


/* @end */
