/*-------------------------------------------------------------------
Notes
-------------------------------------------------------------------*/
h2{
	font-size: 16px;
}

#home-buttons{
	padding: 1em 0 2em 20px;
}

#home-buttons ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#home-buttons li{
	margin: 0;
	padding: 0 11px 0 0;
	float: left;
}
.button-01 a,
.button-02 a{
	width: 245px;
	text-align: center;
	display: block;
	background-image: url(/_images/home-button-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
}
.button-01 a:link,
.button-01 a:visited,
.button-02 a:link,
.button-02 a:visited{
	background-image: url(/_images/home-button-bg.gif);
	background-color: #660000;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 2px solid #BE7C7C;
	border-right: 2px solid #4E0000;
	border-bottom: 2px solid #3E0000;
	border-left: 2px solid #7F2A2A;
}
.button-01 a:hover,
.button-01 a:active,
.button-02 a:hover,
.button-02 a:active{
	background-image: url(/_images/home-button-bg-hover.gif);
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 2px solid #DC7373;
	border-right: 2px solid #740000;
	border-bottom: 2px solid #5D0000;
	border-left: 2px solid #AA2A2A;
}
.button-01 a:link,
.button-01 a:visited,
.button-01 a:hover,
.button-01 a:active{
	padding: 1.5em 0;
}
.button-02 a:link,
.button-02 a:visited,
.button-02 a:hover,
.button-02 a:active{
	padding: 1em 0;
}


#right-content h2{
	margin-bottom: 2em;
}
#right-content p{
	margin-top: 2em;
}
#right-content ul{
	padding-top: 1em;
}
#right-content li{
	padding-bottom: 2em;
}