/* -------------------------------------------------------------------- */
/*	New style sheet							*/
/*      Copyright(c) 2006 Wenpoint Corporation all rights reserved   	*/
/*      								*/
/* --------------------------------------------------------------------	*/


BODY {
	margin-top: 14px;
	width: 775px;
	font-family: verdana, arial, sans-serif;
}

/* ----------------------------------------------------------- 	*/
/*	general styles 						*/
/* -----------------------------------------------------------	*/

/* p tags */
p	{
font-size: 12px;
text-align: left;
}
p.bold	{
font-weight: 600;
}
p.legal {
font-size: 9px;
font-weight: 100;
text-align: center;
color: rgb(120,120,120);
}
p.zdnote {
display: none;
}

p.r2indent {
text-indent: 2em;
}

/* h tags */
h1, h2, h3	{
font-weight: bold;
}
h1	{
margin: 0 0 .7em 0;
font-size: 20px;
line-height: 16px;
}
h2	{
margin: .2em 0;
font-size: 16px;
}
h3	{
margin: 0;
padding: 0;
font-size: 11px;
}
/* ul li tags */
ul, ol {
margin-top: 0px;
}
li {
font-size: 11px;
line-height: 14px;
}


/* img style 	*/

img {
      border: none;
	}

/* -------------------------------------------------------------- */
/*  Style for boxes						  */
/* -------------------------------------------------------------- */

#header {
	position: relative;
	height: 76px; 

}

#topmenu {
	position: relative;
	/* width: 775px; */
	height: 47px; 
}


#container {
	position: relative;
	border: solid 1px #99ccff;
	left:0;
	top:0;
	margin-top: 5px;
	width: 775px;
	background: #eeeeee; 

}

#leftcolumn {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	
}

#rightcolumn {
	position: relative;
	top: 0;
	width: 609px;
	left: 140px;
	line-height: 120%;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-top: .5em;
	border-left: solid 1px #99ccff;
	background: white;
}
/*
#leftcolumn {
	float: left;
	width: 140px;	
}

#rightcolumn {
	margin-left: 140px;
	width: 609px;
	line-height: 100%;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 1em;
	border-left: solid 1px #99ccff;
	background: white;
}
*/

#rightcolumn .navbar {
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.advbox {
	/* float: right; */
	overflow: auto;
	padding: 4px ;
	width: 138px; 
	height: 280px; 
	/* top: 5px; */
	/* border: dotted 1px red; */
	}
	
#rightcolumn .rhangbox {
	float: right;
	overflow: auto;
	padding: 1em;
	width: 130px; 
	/* height: 600px; */
	
}
#rightcolumn .advbox120x600 {
	float: right;
	overflow: auto;
	padding: 5px 0 5px 10px;
	width: 130px; 
	height: 615px; 	
	/* border: dotted 1px red; */
}


#footer {
	position: relative;
	top:5px;
        margin-top: 5px;
        height: 25px; 
        width:775px; 
        font-size: 12px;
        color: white; 
        background: #246494;
}


/* *** box inner decoration  *** */
.smallbox {border:1px solid #aacbee;}

.smallbox h2 {
	background-color:#ebf3fb;
	border-bottom:1px solid #aacbee;
	color:#666;
	margin:0 0 6px 0;
	padding:3px 6px;
	text-align: center}
	
.smallbox p {
	padding: 0 5px 5px 30px;}
	
.smallbox ul {
margin: 10px 0 0 30px;
padding: 0;
}

.smallbox ul li{
	list-style-type:disc; 
	list-style-image:url('/images/green_bullet.png'); 
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:5px
}

.smallbox ul.inside {
	margin: 5px 0 0 45px;
}
.smallbox ul.inside  li{
	list-style-type:disc; 
	list-style-image: url('/images/blue_arrow.gif'); 
	/* list-style-position: inside; */
	margin-left:0; 
	margin-right:0; 
	margin-top:0; 
	margin-bottom:5px
}


/*
A:link { 
    color:blue; text-decoration:none;
}

A:visited { 
    color:#003366; text-decoration:none;
}

A:hover { 
    color:green; text-decoration:none;
}
*/

A.footer:link { 
    color:white; text-decoration:none;
}

A.footer:visited { 
    color:white; text-decoration:none;
}

A.footer:hover { 
    color:white; text-decoration:none;
}

A.sub_menu:link { 
    color:#003366; text-decoration:none;
}

A.sub_menu:visited { 
    color:#003366; text-decoration:none;
}

A.sub_menu:hover { 
    color:#003366; text-decoration:none;
}

/* ---------------------------------------------------- */
/* new a link style					*/
/* ----------------------------------------------------	*/


a.plain { text-decoration: none; color: blue}

a.plain:hover
	{ text-decoration: underline; color: blue }

a.plain:visited
	{ text-decoration: none; color: magenta }
	
a.plain:visited:hover
	{ text-decoration: underline; color: magenta }
	
a.navbar { text-decoration: none; color: blue }

a.navebar:hover 
	{ text-decoration: none; color: #0084a5 }
	


/* style sheets for menu */
/* copy from old stuff */

#leftcolumn .sub_menu {
    height: 20px;
	width: 140px;
	border-width: 1px; border-style: solid; border-color:white;
	text-indent: 12px;
	font-family: Verdana;
	font-size: 11px;
	/* background: #eeeeee; */
}

#leftcolumn .sub_menu_2 {
    height: 20px;
	width: 140px;
	border-width: 1px; border-style: solid; border-color:white;
	text-indent: 36px;
	font-family: Verdana;
	font-size: 11px;
	/* background: #eeeeee; */
}

#leftcolumn .content_margin {
    width: 12px;
	border-width: 1px;
	border-style: solid;
	border-right: #99ccff;
	border-top: #99ccff;
	border-bottom: #99ccff;
}


#leftcolumn .sub_menu_header {
    height: 22px;
	width: 140px;
	border-width: 1px;
	border-style: solid;
	/*
	border-top: #99ccff;
	border-left: #99ccff;
	border-right: #99ccff;
	*/
	border-color: #99ccff;
	font-family: Verdana;
	font-size: 12px;
	color: #003366;
	background: #cccccc;
}

#leftcolumn .left_area {
	/* background: #eeeeee; */
	border-width: 0px;
}