/**********************************************/
/* FruitBatInShades simple css page templates */
/**********************************************/
/* Layout: banner 2 column                    */
/* System: Website baker with menu2           */
/**********************************************/
body 
{
	text-align: center;
	font-family:Arial, Verdana;
	font-size: 0.75em;
}
#PageContent
{
	width:763px;
	border:solid 1px #777;
	margin:0 auto;
	text-align: left;
}

/* Can use banner graphic here or add image in the template html */
#Banner
{
}

/* Contains the user generates content and left and right columns */
#PageArea
{
	background-color:#fc0;
	/* can add background image on the page here */
	/* background-image:url(Header.jpg); */
	/* background-repeat:no-repeat; */
	width:763px;
}

/* Contains the actual generated content from CMS */
#Content
{
	padding:0px;
	width:750px;text-align:left;
padding-left:5px; padding-top:20px;
}


#Footer
{
clear:both;
height:1.4em;
background:white;
padding:5px 10px;
}

/***************************************************************/
/*                         MENU STYLING                        */
/***************************************************************/
/*  menu-top        First menu tag only                        */
/*  menu-parent     Every parent menu item of the current page.*/
/*  menu-current    Only the menu item for the current page.   */
/*  menu-sibling    Every sibling of the current page.         */
/*  menu-child      Every sub-menu of the current page.        */
/*  menu-expand     Every menu item with children.             */
/*  menu-first      First item in any menu or sub-menu.        */
/*  menu-last       Last item in any menu or sub-menu.         */
/***************************************************************/

/* across all menus */
ul.menu-top{}
li.menu-parent{}
li.menu-current{}
li.menu-sibling{}
li.menu-child{}
li.menu-expand{}
li.menu-first{}
li.menu-last{}
li.a{}

/* Menu at the top under the banner */
#TopMenu
{
	background:#fff;
	color:white;
	float:left;
	width:100%;
	line-height:30px;margin-left:0px;
		text-align: center;	
}
/* background of the menu entries */
#TopMenu ul
{
	margin:0;
	padding:0 0px;
	float:left;
	text-align: center;	
	width:100%;
}
#TopMenu li
{
	float:left;
	list-style:none;
	padding-left:1.5em;
	width:20%;
	text-align: center;	
}

#TopMenu li a:link,#TopMenu li a:visited
{
	color:#000;
	text-decoration:none;
}
#TopMenu li a:hover{text-decoration:underline;}


#TopSpacer
{
	background:#d00 url(flash.jpg) no-repeat scroll right top;
	height:161px;
	width:100%;
	clear:both;
}

#SideMenu
{
	margin:0;
	width:230px;
	background:#555;
	color:white;
	height:161px;
}
#SideMenu ul
{
padding:10px;
}
#SideMenu li, #SideMenu li a
{
	list-style:none;
	color:white;
	text-decoration:none;
	text-align:right;
}
#SideMenu li a:hover
{
	text-decoration:underline;
}
/***************************************************************/
/*        GENERAL LINKS - add icons to file types etc          */
/***************************************************************/
/* Upload the icon images to the same directory as this file   */
a.pdflink
{
background-image:url(pdf.png);
background-repeat:no-repeat;
padding-left: 22px;
height:18px;
}
a.doclink
{
background-image:url(doc.png);
background-repeat:no-repeat;
padding-left: 22px;
height:18px;
}
a.externallink
{
background-image:url(external.png);
background-repeat:no-repeat;
padding-left: 22px;
height:18px;
}
a img{border:0} /* Turn off border on link images */

/***************************************************************/
/*                      NORMAL STYLING                         */
/***************************************************************/
p{}
h1:first{}
h1{}
h2{}
h3{}
h4{}
h5{}
#Content ol.li{}
#Content ul.li{padding:-10px;}
.fleft{float:left;}
.fright{float:right;}

#SignUp .signupframe {
  border: 1px solid #000000;
  background: #F9C003;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  float:left;
  width:100%;
}





