html {height:100%}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  border:none;
  height: 100%;
  font-size: 13px;
  font-family: tahoma, arial, verdana, sans-serif;
  color: #363636;
  background-image: url(images/pg_bck.jpg);
}

.normaltext
{
  font-size: 13px;
  font-family: tahoma, arial, verdana, sans-serif;
  color: #363636;
}

.purpletext
{
  font-size: 13px;
  font-family: tahoma, arial, verdana, sans-serif;
  color: #863995;
}

.pinktext
{
  font-size: 12px;
  font-family: tahoma, arial, verdana, sans-serif;
  color: #d9188c;
}

.whitetext
{
  color: #FFFFFF;
}

.copyright 
{
  color:#CDCDCD;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;	
}

.cost 
{
  color:#d9188c;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;	
}

.heading 
{
  color:#863995;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#containerTable {
	height: 100%; 
	min-height: 100%;
}

#container {
	position: relative; 
	height:100%;
	width: 100%; 
	margin: 0 auto;  
	min-height: 100%; /* this is where inheritance stops */ 
}

#mainpic
{
  z-index: 1;
  position: absolute; 
  width: 100%;
	height: 348px;
	background: url("images/main_text.jpg") no-repeat;
}

#mainarea
{
  z-index: 2;
  float: right;
  position: relative;
  width: 95%;
}

.input{
	font-size:10px;
	color:#FFF;
	background-color:#d9188c;
	border-color:#d9188c;
}

.fadedinput{
	background-color:#cdcdcd;
	border-color:#cdcdcd;
}


/* Links
--------------------*/
a:link { color: #787878; text-decoration: none }
a:active { color: #787878; text-decoration: none }
a:visited { color: #787878; text-decoration: none }
a:hover { color: #363636; text-decoration: underline }

a.cat0:link { color: #363636; text-decoration: none; font-weight: bold; }
a.cat0:active { color: #363636; text-decoration: none; font-weight: bold; }
a.cat0:visited { color: #363636; text-decoration: none; font-weight: bold; }
a.cat0:hover { color: #863995; text-decoration: none; font-weight: bold; }

a.cat1:link { color: #d9188c; text-decoration: none; font-weight: bold; }
a.cat1:active { color: #d9188c; text-decoration: none; font-weight: bold; }
a.cat1:visited { color: #d9188c; text-decoration: none; font-weight: bold; }
a.cat1:hover { color: #863995; text-decoration: none; font-weight: bold; }

a.faq:link { color: #d9188c; text-decoration: none; }
a.faq:active { color: #d9188c; text-decoration: none; }
a.faq:visited { color: #d9188c; text-decoration: none; }
a.faq:hover { color: #39ced7; text-decoration: underline; }

a.map:link { color: #863995; text-decoration: underline; }
a.map:active { color: #863995; text-decoration: underline; }
a.map:visited { color: #863995; text-decoration: underline; }
a.map:hover { color: #d9188c; text-decoration: underline; }

a.pic:link { color: #FFFFFF; text-decoration: none; border-color:#FFFFFF;}
a.pic:active { color: #FFFFFF; text-decoration: none; border-color:#FFFFFF;}
a.pic:visited { color: #FFFFFF; text-decoration: none; border-color:#FFFFFF;}
a.pic:hover { color: #363636; text-decoration: underline; border-color:#FFFFFF;}

a.footer:link { color: #39ced7; text-decoration: none; font-size:11px;}
a.footer:active { color: #39ced7; text-decoration: none; font-size:11px;}
a.footer:visited { color: #39ced7; text-decoration: none; font-size:11px;}
a.footer:hover { color: #FFFFFF; text-decoration: underline; font-size:11px;}



/* Main Menu
--------------------*/
#header 
{
  width:100%;
  background:url("images/design/l4t_mn_bck.jpg");
  line-height:normal;
}
#header ul 
{
  margin:0;
  padding:0px 0px 0;
  list-style:none;
}
#header li 
{
  float:right;
  background:url("images/mn_lftside.jpg") no-repeat left top;
  margin:0;
  padding:0 0px 0 12px;
}
#header a 
{
  float:left;
  display:block;
  background:url("images/mn_rhtside.jpg") no-repeat right top;
  padding:6px 9px 9px 6px;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  color:#CDCDCD;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover 
{
  color:#39ced7;
}
#header #current 
{
  background-image:url("images/mn_lftside_hvr.jpg");
}
#header #current a 
{
  background-image:url("images/mn_rhtside_hvr.jpg");
  color:#EFEFEF;
  padding-bottom:9px;
}

.hidden { display: none; }
.unhidden { display: block; }
  