@charset "UTF-8";

/* CSS Document */

/* Sets the size of the navigation item */

.navitem{
	height:44px;
	float:left;
}

/* Gives styling to the text within the navigaation item */

#navigation a{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-decoration:none;
}

/* Allows for single line navigation items to be used */

.navtext {
	height: 32px;
	padding-top: 8px;
	line-height: 16px;
	text-align:center;
}

/* Allows for double line navigation items to be used */

.navtext2 {
	padding-top: 15px;
	height: 20px;
	text-align:center;
}

/* Positions and sizes the badge to the bottom right of the navigation item */

#badg {
	z-index: 9999;
	position: relative;
	width: 60px;
}

img#badge {
	height: 60px;
	margin-left: 35px;
	margin-right: -20px;
	margin-top:-65px;
	width: 60px;
	z-index: 1;
}

/* Individual styling for each of the navigation items to allow for variable size buttons */

#welcomenav {
	width: 73px;
	background-image: url(../images/welcome-off.jpg);
}

#welcomenav.currentPage {
	width: 73px;
	background-image: url(../images/welcome-on.jpg);
}
#welcomenav.currentPage a:link,
#welcomenav.currentPage a:visited{
	color:rgb(66,20,95);
}
#issuesnav {
	width: 75px;
	background-image: url(../images/issues-off.jpg);
}

#issuesnav.currentPage {
	width: 75px;
	background-image: url(../images/issues-on.jpg);
}
#issuesnav.currentPage a:link,
#issuesnav.currentPage a:visited{
	color:rgb(66,20,95);
}
#househav {
	width: 90px;
	background-image: url(../images/inhouse-off.jpg);
}

#househav.currentPage {
	width: 90px;
	background-image: url(../images/inhouse-on.jpg);
}
#househav.currentPage a:link,
#househav.currentPage a:visited{
	color:rgb(66,20,95);
}
#publicnav {
	width: 89px;
	background-image: url(../images/pubic-off.jpg);
}

#publicnav.currentPage {
	width: 89px;
	background-image: url(../images/pubic-on.jpg);
}
#publicnav.currentPage a:link,
#publicnav.currentPage a:visited{
	color:rgb(66,20,95);
}
#coachnav {
	width: 82px;
	background-image: url(../images/coach-off.jpg);
}

#coachnav.currentPage {
	width: 82px;
	background-image: url(../images/coach-on.jpg);
}
#coachnav.currentPage a:link,
#coachnav.currentPage a:visited{
	color:rgb(66,20,95);
}
#clientsnav {
	width: 60px;
	background-image: url(../images/clients-off.jpg);
}

#clientsnav.currentPage {
	width: 60px;
	background-image: url(../images/clients-on.jpg);
}
#clientsnav.currentPage a:link,
#clientsnav.currentPage a:visited{
	color:rgb(66,20,95);
}
#aboutnav {
	width: 75px;
	background-image: url(../images/about-off.jpg);
}

#aboutnav.currentPage {
	width: 75px;
	background-image: url(../images/about-on.jpg);
}
#aboutnav.currentPage a:link,
#aboutnav.currentPage a:visited{
	color:rgb(66,20,95);
}
#blognav {
	width: 57px;
	background-image: url(../images/blog-off.jpg);
	background-repeat: no-repeat;
}

#blognav.currentPage {
	width: 57px;
	background-image: url(../images/blog-on.jpg);
	background-repeat: no-repeat;
}
#blognav.currentPage a:link,
#blognav.currentPage a:visited{
	color:rgb(66,20,95);
}
/* moved from template */

h3 {
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.style2 {font-size: 12}
.style3 {font-size: 10px}

