/*
Layout Master
Author:   rebecca.mccay
Created:  9/25/2009 8:50:37 AM
*/

body
{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
}

h1
{
	font-size: 100%;
	font-weight: bold;
	color: #2B6129;
}
h2
{
	font-size: 160%;
}

h3
{
	font-size: 90%;
	font-weight: bold;
	line-height: 1.3;
}
h4
{
	font-size: 115%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2;
}

/*
p, label, legend, ol, table, input
{
	font-size: 80%;
}
*/
td
{
}
strong
{
	font-weight: bold;
}
ol
{
	list-style-type: decimal;
	margin-left: 1.75em;
}

/*
a, a:visited, a:hover, a:active
{
	color: #0000ff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
*/

input.text{
    color: #AAA9A9
}

#page
{
	width: 958px;
	margin: 0 auto;
	position: relative;
}

#content
{
	position: relative;
}

/* the following includes: complete side panel for results and driving directions */

#sidebar
{
	border: 1px solid #E1E1DF;
	/*display: none;*/
	float: left;
    height: 412px;
	/*overflow-y: auto;*/
	position: absolute;
	width: 396px;
	/*z-index: 0;*/
    left:0px;    
}

#sidebarfooterDiv
{
    width: 396px;
    height: 50px;
    position: absolute;
    top: 361px;
    left: 0px;
    /*border: 1px solid red;*/
    display: none;
}

/*
.scrollContent
{
	overflow-y: scroll;
}
*/
#map
{
	/*float: right;*/
	height: 410px;
	/*width: 958px; */ /* 2px border! */
    width: 553px;
	font-size: 90%;
	background: #fff;
	border: 2px solid #e1e1df;
	position: absolute;
	/*z-index: 0;*/
	/*right: 0;*/
    left: 400px;
}

/*
#map a:hover
{
	text-decoration: none;
}
*/
.popup-content
{
	padding: 0.5em;
}

/*
.popup-content a
{
	color: #0099cc;
	line-height: 1.3;
	margin-right: 8px;
}
*/

.popup-content p
{
	line-height: 1.3;
}

.popup-content table
{
	margin: 5px 0 0 0;
}

.popupheader{
    font-size: 12px;
    letter-spacing: 0.05em;    
}

#footer
{
	margin-top: 420px;
}

#footer p, #footer a
{
	text-align: center;
	font-size: 11px;
	/*color: #999999;*/
}

.hide
{
	display: none;
}

.show{
    display: block;
}

.question
{
	margin-bottom: 1em;
}

/*
	clearing a float without additional markup
	http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*
.clearfix
{
	display: inline-block;
}
*/
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/*
.clearfix
{
	display: block;
}
*/
/* End hide from IE-mac */

.logo
{
	max-height: 30px;
	max-width: 100px;
	padding-left: 3px;
}

.popup-logo
{
	max-height: 30px;
	max-width: 105px;
	padding-bottom: 6px;
}

#orText
{
	float: left;
	width: 40px;
	height: 40px;
	font-weight: bold;
	display: block;
	font-size: 80%;
	padding-top: 23px;
}

.hide
{
	display: none;
}

/*
.remove-width{
    width:0;
}

.apply-width{
    width: 150px;
}
*/

/* Print Link */

#print_link
{
	text-align: right;
	display: block;
	margin-bottom: 4px;
	vertical-align: middle;
}

.printIcon
{
	padding-right: 6px;
}

#print_link a
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

.olPopupCloseBox
{
	background: transparent url(../images/close.gif) no-repeat scroll 0 0 !important;
	width: 50px !important;
	cursor: pointer;
}

.popup-link
{
	float: left;
	margin-right: 15px;
	width: 195px;
}


/* pagination overload */

.pagination a, .pagination span
{
    display:none; 
    text-decoration: underline;   
}

.pagination span.prev, .pagination a.prev
{        
    display: block;        
    float: left;
    /*padding-left: 2px;*/
    border: none;
    font-size: 11px;
    font-weight: bold;        
    margin-left: 10px;                    
}

.pagination span.next, .pagination a.next
{    
    display: block;    
    float: right;
    /*padding-right: 2px;*/
    border: none;
    font-size: 11px;    
    font-weight: bold;        
    margin-right: 10px;            
}

.pagination .current.prev 
{
    float: left;
    padding-left: 5px;
}

.pagination .current.next 
{
    float: right;
    padding-right: 5px;
}
.pagination span.current, .pagination span.current 
{    
    display: none;
}

.driving-wwwlink{
    position: relative;
    top: -3px;
}

.olPopupCloseBox
{
	background: transparent url(../images/close.gif) no-repeat scroll 0 0 !important;
	width: 50px !important;
	cursor: pointer;
}

/* Error Messages */

.ui-widget-header
{
	background: #9B9B9E url(../images/errorHeader.png) repeat-x scroll 50% 50%;
	border: 1px solid #9B9B9E;
	color: #000;
	font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
	background: #9B9B9E url(../images/errorBack.png) repeat-x scroll 50% 50%;
	border: 1px solid #9B9B9E;
	color: #000;
}

.ui-dialog
{
	top: 120px !important;
}

.ui-widget-content
{
	border: 1px solid #9B9B9E;
}

ui-widget-header .ui-icon
{
	background-image: url(../images/cross.png) !important;
}



