/*
	This Style sheet created by:
	- Vishal Reddy
	- programmer
	- @ Internetfiji
	- created on 07/11/2007
*/

/* HTML elements of Page */
* html
{
	margin:0;
	padding:0;
	min-height:100%;
}

body
{
	font-family:  Verdana, Arial, Tahoma, Sans-Serif, Sans Serif, Times New Roman;
	text-align:center;
	background-color:#fff;
}

p, td, li{
    font-family:Verdana, Arial, Tahoma, Sans-Serif, Sans Serif, Times New Roman;
    font-size: 11px;
    line-height:15px;
}

ul, ol{
    font-family:Verdana, Arial, Tahoma, Sans-Serif, Sans Serif, Times New Roman;
    font-size: 11px;
    list-style-type:none;
}

a{
    text-decoration:none;
}
a:visited{
    color:#4799cf;
    text-decoration:none;
}

/* Default Page Layout */
#container{
	width: 700px;
	padding: 0;
	margin: 0 Auto;
	height:100%;
	float:none;
}

#header
{
	width:700px;
	height:101px;
}
#wrapper
{   margin:0;
	padding:0;
    height:auto !important;
	height:100%;
	width:700px;
    background:transparent url(../graphics/site_imgs/tagaga.gif) no-repeat bottom left;
    border-left:Solid 1px #ccc;
    border-right:Solid 1px #ccc;
    border-bottom:solid 5px #ccc;
}

#bodyWrapper
{
	margin:0;
	padding:0;
	/*min-height:100%;*/
	height:auto !important;
	height:100%;
	width:700px;
    background-color:#2E7CAF;
    
}
#leftContent
{
	width:160px;
	float:left;
	padding:0;
	margin:0;
	color:#fff;
}
#contentMiddle
{
	width:340px;
	border-left:solid 1px #000;
    border-right:solid 1px #000;
	margin:0;
	float:left;
    background-color:#fff;
    padding:5px;
    text-align:left;
}
#contentMiddleTwo
{
	width:520px;
	padding:10px 0 0 0;
	margin:0;
	float:left;
    background-color:#fff;
    padding-right:10px;
    padding-left:10px;
    text-align:left;
}
#contentRight
{
	width:174px;
    text-align:left;
	padding:0;
	margin:0;
	float:right;
    color:#fff;
    padding:0 5px 0 5px;
}
#footer
{
    
	margin:0;
    padding:0;
	text-align:center;
}

/* Classes */
.list{
    background:transparent url(../graphics/site_imgs/vert-one_arrow.gif) no-repeat 0 5px;
    padding-left:15px;
}

.link{
    font-weight:bold;
    color:Yellow;
    text-decoration:none;
}

.linkSub{
    font-weight:bold;
}

.date{
    font-size:10px;
    color:Aqua;
    font-style:italic;
}
.dateSub{
    font-size:10px;
    color:Red;
    font-style:italic;
}
.pText{
    text-align:center;
}

.about
{
    background:transparent url(../graphics/site_imgs/vert-one_arrow.gif) no-repeat 135px 10px;
}

/* Menus */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu2{
font-family: arial, sans-serif; width:160px; height:250px; position:relative; font-size:11px; margin:10px 0; z-index:100; text-align:left;
}
.menu2 ul {
padding:5px; margin:0; list-style-type: none; background:#2E7CAF; width:140px; height:250px;
}
.menu2 ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:130px;
}
.menu2 ul li {
float:left;
}
.menu2 ul li a, .menu2 ul li a:visited {
display:block; float:left; text-decoration:none; color:#fff; width:130px; height:30px; line-height:29px; font-size:11px; background:transparent; padding-left:10px;border-bottom:1px solid #4799cf;
}
* html .menu2 ul li a, * html .menu2 ul li a:visited {width:100px; w\idth:140px;}

.menu2 table {
border-collapse:collapse; border:0; margin:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover{
background:#4799cf; color:#fff;
}

.menu2 ul li:hover {position:relative; z-index:90;}
* html .menu2 ul li a:hover {position:relative; z-index:100;}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
visibility:visible; position:absolute; height:auto; border:1px solid #4799cf; background:#2E7CAF; overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
display:block; background:transparent; color:#fff; line-height:15px; padding:5px 0 5px 10px; height:auto; text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
background:#4799cf; color:#ff0;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:0; left:130px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; height:auto; color:#000; padding:0; border:1px solid #4799cf; list-style-type:none; background:#2E7CAF;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
display:block; background:transparent; color:#ff0;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
background:#eee; color:#000;
}


/* misc */
#message{
    font-size:11px;
    font-style:normal;
    color:Red;
}
