/* === Shailen Mistry (shailen@yahoo.com) === */

/* === General Data === */
body, p, li, td { font-family: Verdana, Helvetica, Arial, sans-serif; }
body {
	text-align: center; /* for IE */
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 0px solid #000;
	width: 1012;
}

#footer {
	margin-top: 20px;
	text-align: right;
}

p.submit {
	background-color: #006600;
}

/* === Links Types === */
a:link { color: green;  text-decoration: none; font-weight: bold; text-decoration: underline; }
a:visited { color: green;  text-decoration: none; font-weight: bold; text-decoration: underline; }
a:active { color: red;  text-decoration: none; font-weight: bold; text-decoration: underline; } 
a:hover { color: red; }

/* --- Plain Link Info --- */
a.plain:link  { font-size: 10px; text-decoration: none; color: black; font-weight: normal; }
a.plain:visited { font-size: 10px; text-decoration: none; color: black; font-weight: normal; } 
a.plain:active { font-size: 10px; text-decoration: none; color: black; font-weight: normal; } 
a.plain:hover { text-decoration: none; color: red}




/* For the headline */
.headline { font-size: 21px; color: red; font-weight: bold; }
.headline2-black { font-size: 16px; color: black; font-weight: bold; }

/* For the byline */
.byline { font-size: 16px; font-weight: bold; color: darkgreen; }
.byline-black { font-size: 16px; font-weight: bold; color: black; }

/* For the tagline */
.tagline { font-size: 14px; font-weight: bold; color: darkgreen; }
.tagline-black { font-size: 14px; font-weight: bold; color: black; }

/* Small Text Info */
.small { font-size: 10px; }


/* Error */
.error { font-size: 12px; color: red; text-align: center; width: 650px; }
.error-big { font-size: 16px; color: red; font-weight: bold; text-align: center; width: 650px; }
.debug { font-size: 9px; color: gray; text-align: center; }

#menuwrap {
width: 100%;
}
#menu {
margin: 0pt auto;
position: relative;
width: 1000px;
background: #efefef;
height: 30px;
}
#menu ul {
list-style: none;
margin: 0px;
margin-left: 1px;
padding: 0;
width: 110px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
margin: 0pt auto;
padding: 2px 2px;
height: 23px;
}

#menu h2 {
color: #006600;
background: #efefef;
text-transform: uppercase;
border: none;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
text-align: center;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul li a {
font: bold 16px arial, helvetica, sans-serif;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul li a {
font: bold 11px arial, helvetica, sans-serif;
}

div#menu ul li:hover ul
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div#mainbody {
margin: 0pt auto;
width: 1000px;
border: 1px solid black;
padding: 5px;
}


