/*** Normalized ***/

body
{
	
	background-image: url('bg_webgriffins.jpg');
	background-repeat: repeat;
	width: 100%; 
	padding: 0px;
	margin: 0px 0;
	background-position: center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;

	
}

#main_nav_container {
	clear: both;
    margin: 0 0 0 0px;
    padding: 0;
    width: 750px;
    background-repeat: repeat-y !important;
    overflow: hidden;
}

#main_nav_list {
    border: 0;
    margin: 0 0 0 0px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0;
    padding: 0;
	float: left;    
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	overflow: hidden;
    display: block;
    text-align: center;
    line-height: 17px;
    height: 17px;
    width: 187.5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

/*--- sub navigation ------------------------------------------------------*/

#main_nav_container {
    background: url(button_webgriffins.jpg) no-repeat top right;
}

.sub_nav_container {
    background: url(button_webgriffins.jpg) no-repeat top right;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a.main_nav_item {
    color: #01070d;
    background: url(button_webgriffins.jpg) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover {
    color: #01070d;
    background: url(button_webgriffins.jpg) no-repeat;
    background-position: top right;
}

#main_nav_list a.main_nav_active_item {
    color: #01070d;
    background: url(button_webgriffins.jpg) no-repeat;
    background-position: top right;
}


#main_nav_list a.main_nav_active_item {
  background: url(button_webgriffins.jpg) no-repeat;
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-position: top right;
}
#main_nav_list a.main_nav_item {
  background: url(button_webgriffins.jpg) no-repeat;
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #212121;
  background-position: top right;
}
#main_nav_list a.main_nav_item:hover {
  background: url(button_webgriffins_hover.jpg) no-repeat;
  font-family: comic sans ms, arial, helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-position: top right;
}

a.no-border {
    border: 0px;
}

p.index-text {
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;	
  text-align: justify;
  text-decoration: none;
  color: #F5CE91;

}
p.index-text-griffins {
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 100px;
  margin-bottom: 10px;
  margin-left: 100px;	
  text-align: center;
  text-decoration: none;
  color: #F5CE91;

}


p.ad-left 
{
	float: left;
	font-family: arial, helvetica, sans-serif;
  	padding: 15px 15px 10px 20px; 
	margin-top: 0px;
  	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
  	text-align: center; 
	font-size: 90%; 
	color: #F5CE91; 
	font-style: italic; 
	width: 300px;
	
}