@charset "UTF-8";
/* CSS Document */

/* NAVIGATION */
/******************************************************************************/
#bottomBorder {
     width: 900px;
     height: 3px;
     margin: 0px;
     padding: 0px;
     display: block;
     overflow: hidden;
     clear: both;
}
.navLabel {
	padding: 8px 0px 0px 25px;
}

/* ABOUT */
#mainNav a {
	font-size: 14px;
     font-style: normal;
     font-weight: bold;
}

a#navAbout, a:visited#navAbout , a:link#navAbout  {
     width: 150px;
     height: 35px;
     margin: 0px 10px 0px 0px;
     padding: 0px;
     float: left;
     background: url(../images/navAbout.gif) no-repeat left top;
     position: relative;
     text-decoration: none;
     color: #FFFFFF;
}
a:hover#navAbout, a:active#navAbout, a#navAbout.selected  {
     background-position: 0px -35px;
}


/* EVENTS */

a#navEvents, a:visited#navEvents, a:link#navEvents  {
     width: 150px;
     height: 35px;
     margin: 0px 10px 0px 0px;
     padding: 0px;
     float: left;
     background: url(http://www.acrysofiqtoric.com/images/navEvents.gif) no-repeat left top;
     position: relative;
     text-decoration: none;
     color: #FFFFFF;
}
a:hover#navEvents, a:active#navEvents, a#navEvents.selected {
     background-position: 0px -35px;
}

/* JOIN THE CONVERSATION */

a#navConversation, a:visited#navConversation, a:link#navConversation {
     width: 150px;
     height: 35px;
     margin: 0px;
     padding: 0px;
     float: left;
     background: url(../images/navConversation.gif) no-repeat left top;
     position: relative;
     text-decoration: none;
     color: #FFFFFF;
}
a:hover#navConversation, a:active#navConversation, a#navConversation.selected   {
     background-position: 0px -35px;
}
/* HOME */

a#navHome, a:visited#navHome, a:link#navHome {
     width: 150px;
     height: 35px;
     margin: 0px;
     padding: 0px;
     float: right;
     background: url(../images/navHome.gif) no-repeat left top;
     position: relative;
     text-decoration: none;
     color: #FFFFFF;
}
a:hover#navHome, a:active#navHome, a#navHome.selected   {
     background-position: 0px -35px;
}