/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: none;

}

td {
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 100%;
}

.footer {
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}


.subNavigation {
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 10px;
	background-image: url(../../images/bullfrogspas/backgroundSubNavigation.gif);
}


.subNavigation {
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 10px;
}

.homepage {
	font-size: 100%;
	color: #000000;
	padding-left: 15px;
	padding-top: 10px;
}

.content {
	padding: 10px;
	padding-top: 25px;
}

.breadcrumbs {
	font-size: 90%;	
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.image {
	padding-bottom: 15px;
	padding-right: 15px;
}

.contentHeader	{
	background-image: url(../../images/bullfrogspas/headerPic.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.homePic 
{
	text-align: right;
	background: url(../../images/bullfrogspas/backgroundHomeImage.jpg) repeat-x;
}
#FlashContainer {
display:none;
visibility:hidden;
}

.contentRight {
	text-align: right;
	/*background-image: url(../../images/bullfrogspas/backgroundContentRight.gif);*/
}


.subpageRightBackground {
	background-color: #dadada;
}

/*
------------------------------------------------------
Headings
------------------------------------------------------
*/

h1 {
	font-size: 120%;
	display:inline;
	color: #FFFFFF;
	position: absolute;
	left: 35px;
	top: 165px;
}

h2 {
	font-size: 115%;
	display:inline;
	color: #006699;
}

h3 {
	font-size: 100%;
	display:inline;
	font-weight: bold;
	color: #006699;
}

h4 {
	font-size: 100%;
	display:inline;
	font-weight: bold;
	color: #333333;
}

h5 {
	font-size: 100%;
	display:inline;
	font-weight: bold;
	color: #666666;
}

h6 {
	font-size: 100%;
	display:inline;
	font-weight: bold;
	color: #666666;
}

h7 {
	font-size: 100%;
	display:inline;
	font-weight: bold;
	color: #666666;
}


/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          { 
	color: #006699; 
	text-decoration : none; 
}
A:visited  { 
	color: #006699 
}
A:Active   { 
	color: #006699 
}
A:Hover    {
	color: #000000;
	text-decoration : underline;
}



/* Footer Link */
.footer a:link {
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #999999;
}
.footer a:active {
	text-decoration: none;
	color: #999999;
}
.footer a:hover {
	text-decoration: underline;
	color: #000000;
}


/*
------------------------------------------------------
Forms
------------------------------------------------------
*/


input {
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}


textarea {
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}

select {
	font-size : 1em;
	background-color: #ffffff;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	}

TD.formCaptions {
	font-family: font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

/* Menus
*/

.MenuItem {
	font-size: 100%;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	text-align:left;
}
 
.MenuItemOver {
	font-size: 100%;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	text-align:left;
  }
 

  
  
.SubMenuItem {

		color:#000000;
	background-color:#ffffff;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	cursor:hand;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#333333;
	border-style:solid;
	text-decoration:none;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	width: 110px;
	height: 15px;
}
 
.SubMenuItemOver {
	color:#ffffff;
	background-color:#cccccc;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	cursor:hand;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-color:#333333;
	border-style:solid;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	width: 110px;
	height: 15px;
  }

/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
	color: #cccccc;
	height: 1px;
	border-style: dashed;
}


ol {
}

ul{
}

