
/*  ==================================
	Accolade In-Home Tutoring			
	Version 2.0 (Stable)				
	Author: Nick Caughman				
	Copyright: Accolade Tutoring, LLC	
	==================================
*/


/*  Body Style Information  */

html, body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
	margin:0%;
	padding:0%;
	border:0px;
	height:100%;
}

a.img {

	text-decoration:none;

}

#body-site {
	background-image: url(../images/site-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#home-body {
	background-image: url(../images/home-body-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 13px;
	margin-top: 12px;
	margin-right: 11px;
	margin-bottom: 19px;
}

.body-site-2 {

	background-image: url(../images/site-bg-2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-2 {
	background-image: url(../images/footer-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer-text {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
}
.footer-copyright {

	font-family: arial;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
}
.footer-links {

	font-family: arial;
	font-size: 12px;
	color:#666666;
	padding-top: 5px;
}
a.footer-links:link {
	text-decoration:none;
}
a.footer-links:visited {
	text-decoration:none;
}
a.footer-links:hover {
	text-decoration: underline;
	color:#000000;
}

.footer-copyright-2 {

	font-family: arial;
	font-size: 12px;
	color: #fff7ee;
	padding-top: 5px;
}
.footer-links-2 {

	font-family: arial;
	font-size: 12px;
	color:#e6dace;
	padding-top: 5px;
}
a.footer-links-2:link {
	text-decoration:none;
}
a.footer-links-2:visited {
	text-decoration:none;
}
a.footer-links-2:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.guidelink {
	font-family: arial;
	font-size: 12px;
	color: #756A5E;
	padding-top: 10px;
}
a.guidelink:link {
	color: #9F0004;
	text-decoration:none;
}
a.guidelink:visited {
	text-decoration:none;
}
a.guidelink:hover {
	text-decoration: underline;
}
.footer-active {
	text-decoration:none;
}

.nav-menu {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
}
#nav-dropdown {
	width: 887px;
	margin-left: auto; 
	margin-right: auto;
}
.side-bar {
	background-image: url(../images/side-bar-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 202px;
	height: 350px;
}
.side-link {
	font-family: arial;
	font-size: 12px;
	color: #454545;
	line-height: 30px;
}
a.side-link:link {
text-decoration:none;
}
a.side-link:active {
text-decoration:none;
}
a.side-link:visited {
text-decoration:none;
}
a.side-link:hover {
text-decoration:underline;
}
.advert {
	padding-top: 9px;
	padding-left: 13px;
}
.home-icons {
	padding-left: 7px;
	padding-top: 14px;
}
.main-font {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a.main-font:link {
	text-decoration:none;
}
a.main-font:visited {
	text-decoration:none;
}
a.main-font:active {
	text-decoration:none;
}
a.main-font:hover {
	color: #950004;
	text-decoration:underline;
}
.advert-secondary {

	padding-top: 6px;
}
.main-font-head {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color:#9B0004;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.main-font-head:link {
	text-decoration: none;	
}
a.main-font-head:visited {
	text-decoration: none;	
}
a.main-font-head:active {
	text-decoration: none;	
}
a.main-font-head:hover {
	text-decoration: underline;	
}
ul {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 25px;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 0;
}
#footer-table {
	height:100%;
	background-color:#9f968c;
	margin-bottom:30px;
}

