/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import url(colors_basic.css);

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Arial, sans-serif, Verdana;
	font-size: 75%;
	color:#000;
    text-align: left;
	text-indent: 5px;
	font-weight: normal;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h1
{
	font-family: Arial, sans-serif, Verdana;
	font-weight: bold;

	text-decoration:none;
	color: #333;
	font-size: 85%;
	background-color:#fff;
	border-left: solid 0px #666666;
	border-bottom: solid 0px #666666;
	margin: 1em 0 0 0;
	padding:9px 0 3px 0px;
	text-indent:32px;
	background-image : url(../images/bullets/h2_left_shape.jpg);
	background-repeat :no-repeat;
	background-position: 0px; 
		
}
#innerLeftColumn h2
{
	font-family: Arial, sans-serif, Verdana;
	font-weight: bold;
	color: #333;
	font-size: 80%;
	text-indent: 1px;
	background-color:#ffffff;
	margin: 1em 0 0 0;

	
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}
#innerLeftColumn h4
{
	color: #333;
	font-family: Arial, sans-serif, Verdana;
	font-size: 85%;
	font-weight:bold;

	text-decoration:none;
	margin: 0.6em 0 0.1em 0;
	padding:3px 0 3px 0px;
	text-indent: 0.5cm;
	background-color:transparent;
	border-left: solid 0px #999999;
	border-bottom: solid 0px #999999;
	background-image : url(../images/bullets/stripxxx.png);
	background-repeat :no-repeat; 
	background-position: 0px; 
}
#innerLeftColumn h5
{
	color: #333;
	font-family: Arial, sans-serif, Verdana;
	font-size:81%;
	font-weight:normal;
	text-decoration:none;
	margin: 0.5em 0 0.2em 0;
	padding:3px 0 0px 0px;
	text-indent: 0.5cm;
	background-color:transparent;
	border-left: solid 0px #999999;
	border-bottom: solid 0px #999999;
	background-image : url(../images/bullets/stripxxx.png);
	background-repeat :no-repeat; 
	background-position: 0px; 
}

/*** Content ***/
#innerContentColumn
{
	font-family: Arial, sans-serif, Verdana;
	font-size: 75%;
	color: #000;
	background-image : url(../images/bg_header_mainxxx.jpg);
    background-repeat : repeat-x;	
}
#innerContentColumn p
{
	text-indent: 15px;
	    text-align: justify;

}
#innerContentColumn h1
{
	color: #ffffff;
	font-size: 50%;
	text-decoration:none;
}
#innerContentColumn h2
{
	color: #333;
	font-family: Arial, sans-serif, Verdana;
	font-size: 120%;
	font-weight:bold;
	text-decoration:none;
	margin: 2em 0 0.5em 0;
	padding:9px 0 3px 0px;
	text-indent: 1.4cm;
	
	background-image : url(../images/bullets/h2_shape.jpg);
    background-repeat :no-repeat;
	background-color:transparent;
	border-left: solid 0px #666666;
	border-bottom: solid 0px #cccccc;
	background-position: 0px; 
	
}
#innerContentColumn h3
{
	color: #000000;
	font-family: Arial, sans-serif, Verdana;
	font-size: 150%;
	font-weight:normal;
	text-decoration:none;
	margin: 2em 0 1.5em 0;
	text-indent: 0.5cm;
	background-color:#ffffff;
	border-left: solid 1px #999999;
	border-bottom: solid 0px #ffffff;
	background-image : url(../images/bullets/strip.png);
	background-repeat :no-repeat; 
	background-position: 0px; 

}
#innerContentColumn h4
{
	color: #333;
	font-family: Arial, sans-serif, Verdana;
	font-size: 110%;
	font-weight:bold;
	text-decoration:none;
	margin: 0.1em 0 0.0em 0;
	padding:3px 0 3px 0px;
	text-indent: 0.5cm;
	background-color:transparent;
	border-left: solid 0px #999999;
	border-bottom: solid 0px #999999;
	background-image : url(../images/bullets/stripxxx.png);
	background-repeat :no-repeat; 
	background-position: 0px; 
}
#innerContentColumn h5
{
	color: #333;
	font-family: Arial, sans-serif, Verdana;
	font-size: 100%;
	font-weight:bold;

	text-decoration:none;
	margin: 0.5em 0 0.1em 0;
	padding:3px 0 3px 0px;
	text-indent: 0.5cm;
	background-color:transparent;
	border-left: solid 0px #999999;
	border-bottom: solid 0px #999999;
	background-image : url(../images/bullets/stripxxx.png);
	background-repeat :no-repeat; 
	background-position: 0px; 
}
#innerContentColumn h6
{
	color: #000;
	font-family: Arial, sans-serif, Verdana;
	font-size: 110%;
	font-weight:bold;
	text-align:right;

	text-decoration:none;
	margin: 0.0em 0 0.0em 0;
	padding:0 0 0 0;
	text-indent: 0.0cm;
	background-color:transparent;
	border-left: solid 0px #999999;
	border-bottom: solid 0px #999999;
	background-image : url(../images/bullets/stripxxx.png);
	background-repeat :no-repeat; 
	background-position: 0px; 
}

/*** Masthead ***/
#masthead h1
{
	font-family: Arial, sans-serif, Verdana;
	font-size: 90%;
	border-top: solid 150px transparent;
	color: #009;
}	

#masthead p
{
	font-family: Arial, sans-serif, Verdana;
	font-size: 25%;
	text-align: left;
	color: #CCCC9A;
	
	display: none; 
}

#masthead h2
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 70%;
	color: #fff;
}
#masthead h3
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
}
/*** Footer ***/
#innerFooter
{
	font-family: Arial, sans-serif, Verdana;
	font-size: 65%;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: Arial, sans-serif, Verdana;
	font-weight: bold;
	font-size: 80%;
	background-color:#659833;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: Arial, sans-serif, Verdana;
	font-weight: bold;
	font-size: 80%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}
.vnav a	
{
	text-indent: 1cm;

}	
#innerContentColumn UL 
{

	font-family:  verdana, helvetica, sans-serif;
	color : #333;
	list-style-image: url(../images/bullets/tick.png);

}

	
	