/* CSS Document */

html,body			{
					background-image:url(/images/design/main_bg.gif);
					margin:0;
					padding:0;
					border:none;
					font-size:10pt;
					font-family: Trebuchet MS, Georgia, "Times New Roman", Times, serif;
					height:100%;
					}
td.main_content	{
					padding-bottom:5px;
					border-bottom: 1px solid silver;
					vertical-align:top;
					font-size:12px;
					}

table.content		{
					padding-top:9px;
					}
					
td.food_content		{
					padding-left:10px;
					}
					
p					{
					margin-top:-2px;
					}


/* Main Table --------------------------------------------------------------------------------------------------------- */

table				{
					padding:0px;
					}

table.layout		{
					height:100%;
					margin:0px;
					}

/* Top Row --------------------------------------------------------------------------------------------------------- */

td.left_top			{
					background-image:url(/images/design/left_bg.jpg);
					background-repeat:no-repeat;
					background-color:#00CCCC;
					vertical-align:bottom;
					text-align:right;
					width:200px;
					height:140px;
					}

td.centre_top		{
					background-image:url(/images/design/centre_top.jpg);
					background-repeat:no-repeat;
					width:800px;
					height:140px;
					}
					
td.right_top		{
					background-image:url(/images/design/right_bg.jpg);
					background-repeat:no-repeat;
					text-align:center;
					width:200px;
					height:140px;
					}
					
td.remaining_top	{
					background-color:#FFFFFF;
					width:auto;
					height:140px;
					}

/* Middle Row --------------------------------------------------------------------------------------------------------- */

td.left_nav			{
					background-image:url(/images/design/left_nav_bg.jpg);
					background-repeat:no-repeat;
					text-align:right;
					width:200px;
					height:290px;
					}

td.centre_nav		{
					background-image:url(/images/design/centre_nav_bg.jpg);
					background-repeat:repeat-x;
					width:800px;
					height:290px;
					}
				
td.right_nav		{
					background-image:url(/images/design/right_nav_bg.jpg);
					background-repeat:no-repeat;
					width:200px;
					height:290px;
					}
							
td.right_band	{
					background-image:url(/images/design/right_band_bg.jpg);
					background-repeat:repeat-x;
					width:auto;
					height:290px;
					}			

/* Bottom Row --------------------------------------------------------------------------------------------------------- */
				
td.left_bottom		{
					background-image:url(/images/design/left_bg.jpg);
					background-repeat:repeat-y;
					vertical-align:top;
					text-align:center;
					width:200px;
					height:500px;
					}

td.content			{
					background-color:#F7F7ED;
					width:800px;
					height:auto;
					vertical-align:top;
					}
					
td.right_bottom		{
					background-image:url(/images/design/right_bg.jpg);
					background-repeat:repeat-y;
					text-align:center;
					width:200px;
					height:auto;
					}
					
td.remaining_bottom	{
					background-color:#FFFFFF;
					width:auto;
					height:auto;
					}					

/* Hyperlinks --------------------------------------------------------------------------------------------------------- */

a					{
					text-decoration:none;
					color:#CCCC99;
					font-size:11px;
					}
					
a:hover				{
					color:#660066;
					}
					
a.main				{
					font-size:17px;
					}
					
a.main:hover		{
					color:white;
					}
					
a.alt					{
					text-decoration:none;
					color:#660066;
					font-size:18px;
					}
					
a.alt:hover				{
					color:gray;
					}

/* Headings --------------------------------------------------------------------------------------------------------- */

h1					{
					color:#669933;
					font-family: "Palace Script MT", Georgia, "Times New Roman", Times, serif;
					font-size:36pt;
					font-weight: normal;
					margin-top:15px;
					margin-bottom:-5px;
					}
					
h2					{
					color:#666666;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:11pt;
					font-weight: normal;
					margin-top:2px;
					margin-bottom:1px;
					}

/* Divs --------------------------------------------------------------------------------------------------------- */

#content			{
					width:780px;
					margin: 10px;
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#999999;
					font-size:10pt;
					}
									
#top_nav			{
					color:#CCCC99;
					padding-right:21px;
					padding-bottom:5px;
					}
					
#nav				{
					padding-right:21px;
					}
					
#nav td a{
  font-size:15px;
  font-weight:bold;
}					

#designer			{
					color:#CCCC99;
					font-size:11px;
					position:absolute;
					top:2px;
					left:1005px;
					}


/* Contact form objects -------------------------------------------------------------------------------------------------- */

#contact_objects	{
					border-color:#74598E;
					border-width:1px;
					border-style:solid;
					}

#contact_select		{
					border-right:#00CC33 1px solid;
					border-left:#00CC33 1px solid;
					border-top:#00CC33 1px solid;
					border-bottom:#00CC33 1px solid;
					}
					
/*** ABLECODE Mods ***/

.poweredphplist{
  display:none;
}


#phpList{
  color:black;
}

#phpList a{
  color:blue;
}


#phpList .required{
  color:red;
}

#phpList form input, select{
  margin:10px;
}

.centre_nav{
    vertical-align:text-top;
}	


#content{
  background:white;
  margin-top:25px;
  width:100%;
}
	
/*** END ABLECODE Mods ***/
