:root
{
	overflow-y:scroll;
}


/*
    content
*/
#column1 
{
    position:relative;
    float:left;
    top:0px;    
    left:0px;
    width:576px;
}

#column2 
{
    position:relative;
    float:left;
    top:0px;
    left:1px;
    width:180px; 
}

#page_heading
{
    text-align:center;
    padding-top:10px;
}

p
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#pip
{
	 float:right;
	 padding-right:8px;
	 padding-top:8px;
}

#map_canvas
{
    position:relative;
    left:12px;
    width:550px;
    height:400px
}


/*
    header
*/
#banner
{    
    height:0px;
    background:#183f69;
    overflow:hidden;
}

#search
{
    position:absolute;
    width:215px;
    height:25px;
    top:43px;
    left:530px;
}

#searchwrapper 
{
    width: 180px;
    height: 40px;
    top:20px;
    background-image: url(/images/search_bg.png);
    background-repeat: no-repeat;
    padding: 0px;
    margin: 3px;
    left: 10px;
	position: relative;
}

.searchbox 
{
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: -1px;
    left: 8px;
    width: 165px;
	height: 28px;
}

.searchtext_default
{
	color: Gray;
	font-style:italic;
	font-size:smaller;
	top:-1px;
	z-index:2;
}



/*
    programs
*/

#programs
{
    position:relative;
    height:245px; 
    margin-top:10px;    
}

#program_one 
{
    position:absolute;
    margin-left:15px;   
}

#program_two
{
    position:absolute;    
    left:295px;
}

#program_changers 
{
    position:relative;
    display:inline;
    margin-left:470px;
}

.program_changer 
{
    display:inline;
    text-align:center;
    color:#183f69;
    margin-left:10px;
    border:1px solid #c4d6e6;
    background-color:white;
    width:20px;
    height:20px;
    overflow:hidden;
    cursor:pointer;
    padding-left:5px;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:1px;
}

.program 
{
    width:265px;
    height:240px;
    margin-top:5px;
}

.program_blue 
{
    border:1px solid #c4d6e6;
    background-color:White;
}

.program_yellow
{
    border:1px solid #e8e8c0;
    background-color:#fefece;
}



/*
    time of use
*/ 
 #tou 
{
    position:relative;
    width:532px;
    height:150px;
    border:1px solid #c4d6e6;
    padding:5px;
    background-color:#ffffff;
    left:16px;
    top:1px;
}



/*
    quicklinks
*/
#quicklinks_arrow A
{
    display:table;
    width:178px;
    color:#183f69;
    font-size:11px;
    font-family:Arial;
    text-decoration:none;
    text-align:left;
    padding-top:5px;
    padding-left:10px;
    padding-bottom:7px;    
	background: url(/images/quicklink_item_bg.png) 0 100% repeat-x;	
	overflow:hidden;
}



/*
    footer
*/
#footer 
{ 
    position:relative;
    width:756px;
    height:190px;
    background:#183f69;
    clear:both;
    border:1px solid #183f69;
}

#footer_content
{
	background-color:#183f69;
	margin-top: 7px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	height:139px;
}

#copyrightbar
{    
    position:relative;
    background:#183f69 url(/images/copyright_bg.png);
    height:37px;
}



/*
    miscellaneous
*/
.container
{
    position:relative;
    width:574px;
    margin-top:10px;
    margin-bottom:10px;
}

.hl 
{
	color:blue;
	background:#ff0;
	font-weight:bold;
}

fieldset
{
	margin-left:15px;
	margin-right:15px;
	color:#183f69;
	border:1px solid #c4d6e6;
	background-color:#ffffff;
}
