@charset "utf-8";
/* CSS Document */

/* Most code below is self explanatory. Areas that are more confusing I comment on */

body {
	font-family: Tahoma, Geneva, sans-serif;	
	color: #333333;
	background: transparant;
	margin: 0px 0px 0px;
	text-align: center;
	font-size: .9em;
}

html, body {	
	padding: 0px;
	height: 100%;	
}

h1, h2, h3, h4, p, address, blockquote, div, ul, li {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: .8em;	
}	

h1, h2, h3, h4 {
	clear: both;
}

h1 {
	font-size: 1.2em;	
	font-weight:bold;
	margin-bottom: .8em;		
	color:#000000;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .8em;
	color: #075698;
}

h3 {
	font-size: 1.2em;	
	font-weight:bold;
	margin-bottom: .8em;
	color:#800000;
}

h4 {
	font-size: .9em;	
	font-weight:bold;
	margin-bottom: .8em;
	color:#800000;
}

a:link {
	text-decoration: none;
	color:#075698;
}

a:visited {
	text-decoration: none;
	color:#075698;
}

a:hover {
	text-decoration: underline;
	color:#075698;
}	

#container {
	margin: 10px auto;
	width: 910px;
	text-align:left;
	position:relative;
}

#header {
	float: left;
	width: 906px;
	border: 2px solid #000;	
	font-family: 'Merienda One', cursive;
	font-size: 2.2em;
	text-align: center;
	font-weight: bold;	
	padding-top: 10px;
	padding-bottom: 10px;
	color: #EEEEEE;
	background: #075698;
	text-shadow: 5px 5px 10px #333;
}

/* content holds the sidebars and middle content */

#content {
	float: left;
	width: 906px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background: url(../storelocatortest2/images/faux-column.png) repeat-y top;
}

/* contentMap is for index with map */
#contentMap {
	float: left;
	width: 906px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	background: transparant;
}

/* filler gives the page a height in case there is not enough data to fill the page. If there is a small amount of data the height of the page will be 450px. If there is alot of data the height will expand */

#filler {
	height: 450px;
	width: 906px;
}

#leftSidebar {
	float: left;
	width: 200px;
	padding: 5px;
	text-align: center;
}

#rightSidebar {
	float: right;
	width: 200px;
	text-align: center;
	padding: 5px;
}

#contentMiddle {
	float: left;
	width: 476px;
	padding: 5px 5px 15px;
}

/* used on pages where I want text centered */
#contentMiddleCentered {
	float: left;
	width: 476px;
	padding: 10px 5px 15px;
	text-align: center;
}

#footer {
	color: #FFF;
	background: #646464;
	text-align: center;
	clear: both;
	width: 906px;
	padding-top: 1%;
	padding-bottom: 1%;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 0.7em;
	float: left;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
	padding: 3px 40px;	
}

#footer a:hover, #footer a:active {
	text-decoration: underline;	
	color: #FFFFFF;
	padding: 3px 40px;
}

#copyRight {
	float: left;
	clear: both;
	text-align: center;
	width: 906px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.6em;
}

/* used to contain location info */

#locationHolder {
	width: 456px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999;
	padding-right: 10px;
	clear: both;	
}

#locationHolder a:link, #locationHolder a:visited {
	text-decoration: none;
	color: #075698;
	padding-right: 20px;
}

#locationHolder a:hover {
	text-decoration: underline;
	color: #075698;
	padding-right: 20px;
}

#locationsLeft {
	width:176px;	
	float:left;
}

#locationsRight {
	width:290px;	
	float:left;
}

/* used for pagination under most search results where page is wide */
#paginationBottom {
	width: 456px;
	float: left;
	font-size: 14px;	
}

#paginationBottom a:link, #paginationBottom a:visited {
	text-decoration: none;
	color: #0000FF;
	padding: 10px 20px 5px 0px;
}

#paginationBottom a:hover, #paginationBottom a:active {
	text-decoration: underline;
	color: #0000FF;
	padding: 10px 20px 5px 0px;
}

/* used when a space with padding is needed */
#space {
	width: 100%;
	float: left;	
	padding-top: 20px;
	padding-bottom: 20px;
}

table, td, tr {
	background-color:#ffffff;
}

.formFields {
	background-color:#ffffff;
	color:#000000;
}

/* used so when an image has a link it does not display blue border in IE */
a img {
	border:none;
}

#search {
	float: left;
	width: 906px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#map {
	float: left;
	width: 695px;
	height: 500px;
	overflow: hidden;
	font-size: .8em;
	border-right: 1px solid #000;
}

#sidebar {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
	height: 480px;
	font-size: .8em;
	background: #CCCCCC;
}

#infoWindow {
	float:left;
	width:300px;
	height:170px;	
}

#infoWindowLeft {
	float:left;
	width:100px;
	height:100px;
	padding-right: 10px;
	overflow: hidden;
}

#infoWindowRight {
	float:left;
	width:190px;
	height:100px;	
	overflow: hidden;
}

#infoWindowBottom {
	float:left;
	width:290px;
	height:50px;
	padding-top:10px;
}
