/* hack for page footer - START */

html, body, #pageContent {
                    	min-height: 100%;
                    	width: 100%;
                    	height: 100%;
                      }

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html>body, html>body #pageContent {
	                                   height: auto;
                                  }

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 * margin: 0;
 *
 */
body { 
        position: absolute;
        /* Copied from below */
      	background-color: #000;
      	color: #ECE600;
      	padding: 0px;
      	margin: 0;
        /* Copied from below */
        
        top: 0; 
        left: 0;
        /*
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        */

        font-family: Verdana, sans-serif;
        font-weight: normal;
     } 

#pageContent {
                position: absolute;
                top: 0;
                left: 0;
             }

/* hack for page footer - END */
/*
body
{
	background-color: #000;
	color: #ECE600;
	padding: 0px;
	margin: 0;
}
*/

#pageFrame
{
	background-color: #000;
	color: #ECE600;
	min-width: 500px;
  /*border: solid 0px #ECE600;*/
}

A
{
  color:blue;
  text-decoration: none;
}

#header
{
	background-color:#000;
	color: #ECE600;

  /*border-bottom-width: 1px solid #ECE600;*/
  border-bottom-width: 1px;
	border: solid 0px #ECE600;
  
 	top:0;
	left:0;
	width:100%;
  height:95px;
	/*
	border-top:1px solid #000; */
	border-bottom:1px solid #ECE600;
	overflow: hidden;
	z-index:10;
 
}

#headerBar {
	float:right;
  background-color: #000;

  /* Added the following 3 lines to have the color fade out effect. The background-color "black" is 
     still needed to fill the rest (right) of the block element */
  background-image: url("../images/gradient1.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  
	min-width:100%;
	width:100%;

  font-family: Verdana;
  font-size: 10px;

  text-align: right;
}

#innerHeaderBar {
  margin-right: 5px;
  padding-right: 5px;
}

#innerHeaderBar a:link {
  color: #ECE600; 
  background-color: transparent;
}
#innerHeaderBar a:visited {
  color: #ECE600; 
  background-color: transparent;
}
#innerHeaderBar a:active {
  color: #ECE600; 
  background-color: transparent;
}
#innerHeaderBar a:hover {
  color: #ECE600; 
  background-color: transparent;
  /*text-decoration: underline;*/
  font-weight: bold;
}


#logoContainer {
    height: 94px;
    background-color: #FFF;
}

#leftcolumn {
	/*margin-right: -200px;*/	/* IE 4 fix */
	margin-right: -163px;	/* IE 4 fix */
}

#leftColumn
{
	float: left;
	/*width: 200px;*/
	width: 163px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#innerLeftColumn {
  padding: 3px;
  border: solid 0px #ECE600;	
 	/*border-right-width: solid 1px #ECE600;*/
 	border-right-width: 1px;
} 


#rightColumn {
  float: right;
  
 	/* Roshan - attempt at removing right column */
  /*width: 200px;*/
  /*width: 130px;*/
  width: 0px;
	/* Roshan - attempt at removing right column */
}

#innerRightColumn {
	/* Roshan - attempt at removing right column */
  /*padding: 3px;*/
	/* Roshan - attempt at removing right column */
}

#innerRightColumn {
	border-left: solid 1px #000;
	margin-left: -1px;
}


#contentColumn {
	width: auto;
	/*margin-left: 199px;*/
	margin-left: 162px;
 	border: solid 0px #ECE600;
 	/*border-left-width: solid 1px #ECE600;*/
  border-left-width: 1px;
  /*
  border-left: solid 1px #ECE600;;
  */
  /*
  background-color: #FFF;
  color: #000;
  */
 	
}

#innerContentColumn {
  padding: 3px;
 	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
	
	/* Roshan - attempt at removing right column */
	/*margin-right: 200px;*/
	/*margin-right: 130px;*/
	margin-right: 0px;
	/* Roshan - attempt at removing right column */
	
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
	
	border: solid 0px #ECE600;
	border-right-width: 1px;
	/*border-right-width: 1px #ECE600;*/
	
  background-color: #FFF;
  color: #000;
}

#contentColumn>#innerContentColumn {
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}

#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}



#footer {
	clear: both;
  border: solid 0px #ECE600;	
  border-top-width: 1px;
  border-bottom-width: 1px;
  z-index: 10;
}

#innerFooter
{
	text-align: center;
	padding: 3px;
	
  font-family: verdana;
  font-size: 12px;
  font-weight: normal;	
}

#innerFooter a
{
  color: #FFF;
}


/* navigation menu styles */

.vnav ul, .vnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul {
  border: solid 1px #ECE600;
	border-bottom-width: 0;
}
.vnav ul li {
	border-bottom: solid 1px #ECE600;
	
	font-family: verdana;
	font-size: 12px;
	
}
.vnav ul li a {
	display: block;
	text-decoration: none;
	padding: 2px 10px;
	color: #ECE600;
	background-color: #000;
}
.vnav ul li a:hover {
	background-color: #ECE600;
	color: #000;
}

.vnav {
	margin-bottom: -1em;  /*using -1em instead of 1em since 1em adds trailing left and right borders beyond the last element */
}

/* navigation menu styles */


div {
	padding: 0;
	margin: 0;
}

p {
    font-family: verdana;
    font-size: 13px;
    text-align: justify;
}

select {
    font-family: verdana;
    font-size: 10px;
}

table tr td a:link {
  color:#00F;
}
table tr td a:visited {
  color:#00F;
}
table tr td a:active {
  color:#00F;
}
table tr td a:hover {
  color:#00F;
  text-decoration:underline;
}


/* box styles - width and height is controlled by page */

.outerBox {
  margin:3px;
	border:1px solid #000; 
	background-color:#000; 
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color:#ECE600;
}

.innerBox {
  background-color:#FFF; 
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	/* scrollbar */
  scrollbar-face-color: #ECE600; 
  scrollbar-highlight-color: #FFF; 
  overflow: auto; 
  scroll: auto;
  scrollbar-shadow-color: #999; 
  scrollbar-3dlight-color: #999; 
  scrollbar-arrow-color: #000; 
  scrollbar-darkshadow-color: #FFF; 
	/* scrollbar */
}

.outerBoxMoreLinkContainer {
  float:right;
  font-family: sans-serif;
  font-size:12px;
  font-weight:normal;
  color:#ECE600;
}

.outerBoxMoreLinkContainer a:link {
  color: #ECE600; 
  background-color: transparent;
}
.outerBoxMoreLinkContainer a:visited {
  color: #ECE600; 
  background-color: transparent;
}
.outerBoxMoreLinkContainer a:active {
  color: #ECE600; 
  background-color: transparent;
}
.outerBoxMoreLinkContainer a:hover {
  color: #ECE600; 
  background-color: transparent;
  text-decoration: underline;
}

.outerBoxMoreSign {
  font-family:sans-serif;
  font-size:10px; 
  font-weight:bold;
}

/* box styles - width and height is controlled by page */

#map {
  width: 497px;
  height: 400px; 
  margin: 3px;
  padding: 5px;
  border: 1px solid #000;
  float: left;
  background-color: #FFF;
}

.balloonHelp {
  font-family:verdana;
  font-size:12px; 
  font-weight:bold;
}

.balloonHelp a:link {
  color:#00F;
}
.balloonHelp a:visited {
  color:#00F;
}
.balloonHelp a:active {
  color:#00F;
}
.balloonHelp a:hover {
  color:#00F;
  text-decoration:underline;
}

#pageTitle {
  font-family:verdana;
  font-size:16px;
  font-weight:bold;
  color:#000;
  /*
  background-color:#ECE600;
  */
  padding:3px;
}

#centerOverview {
  font-family: verdana;
  font-size: 13px;
  text-align: justify;
}

#demographics {
  font-family: verdana;
  font-size: 13px;
  text-align: justify;
  
  /*border: 1px solid #000;*/
  border-color: #000;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-spacing: 0;
  border-collapse: collapse;
}
#demographics td {
  border-width: 1px 1px 0 0;
  border-color: #000;
  border-style: solid;
  margin: 0;
  /*background-color: #FFC;*/
  background-color: #ECE600
}
#demographics td#colHeader {
  background-color: #FFF
}

#list {
    font-family: verdana;
    font-size: 13px;
    text-align: justify;
}

#contactus {
  font-family:verdana;
  font-size:13px;
  font-weight:normal;
}

#contactusHeaders {
  background-color:#CCCD94; 
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  color:#000;
  font-weight:bold;
  padding:3px;
}

