/* CSS Document */

body {font: 1.0em verdana, arial, sans-serif;  /* overal font and sizing */
	text-align:center; /* centers the layout in IE */
	background-image:url(/graphics/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}
* {margin:0; padding:0;} /* removes defaults of all elements */

div#mainwrap {max-width:100%; min-width: 800px; /* sets the max and miin widths */
	margin-left:auto; margin-right:auto; /* centers the layout in SCBs */
	text-align:left; /* stops elements inheriting the body's text-center */
	}
	
div#header {  /* main picture across the top, home page */
	position:relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	
div#contentarea { /* container for columns, .clearfix tag allows for clearing for footer */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image:url(/graphics/content_bg.gif); /* repeating image creates faux column effect */
	background-repeat: repeat-y;
	border-bottom: solid 1px #0069aa;
	}
	
/* Styles for Left side main navigation */
	
div#column1 {
	width: 230px;
	height: 100%;
	margin-top: 0px;
	/*overflow: hidden;*/
	float:left;
	}
	
div#column1 ul {
	margin: 18px 0 0px 28px;
	font-size: 0.8em;
	text-transform: uppercase;
	list-style-type: none;
	color: #ffffff;
	}
	
div#column1 li {
	padding: 0px 0 8px 0;
	}
	
div#column1 li a {
	color: #ffffff;
	text-decoration: none;
	}
	
div#column1 li a:hover {
	color: #cccccc;
	list-style-type: circle;
	}
		
	
/*Styles for right side content area */
	
div#column2 {
	width: 510px;
	margin: 15px 10px 20px 20px;
	float:left;
	}
	
div#column2alt {
	width: 510px;
	margin: 15px 10px 20px 20px;
	float:left;
	}
	
div#column2 h1, div#column3 h1 {
	font-family: Georgia, Times New Roman, serif;
	color: #0069aa;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	}
	
div#column2 p, div#column3 p {
	margin: 0 0 8px 0;
	font-size: .7em;
	color:#333333;
	}

	
div#column2 img, div#column3 img {
	margin: 0 10px 10px 10px;
	}
	
/* Additional styles for right side content area on secondary pages */

div#column3 {
	width: 570px; height: 100%;
	margin: 0;
	background-position: right top;
	background-image:url(/graphics/watermark.gif);
	background-repeat: no-repeat;
	float:left;
	}
	
div#column3 h1 {
	margin: 40px 20px 10px 30px;
	}
	
div#column3 p {
	margin: 0 0 8px 30px;
	}

div#column2 ul, div#column3 ul {  /* unordered list styles for right side content columns */
	margin: 10px 0 8px 56px;
	list-style-type: circle;
	font-size: .7em;
	color:#333333;
}

div#column2 li, div#column3 li {
	padding: 0 0 8px 0;
	}
	
div#column2 li a, div#column3 li a { /* link styles for right side content unordered lists */
	color: #0069aa;
	text-decoration: underline;
	}
	
div#column2 li a:hover, div#column3 li a:hover {
	color:#666666;
	}

	
/*Styles for footer area */
	
div#footerwrap {
	position:relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	left: -0;
	top: -0;
	text-align: left;
	background-color: #ffffff;
	}
	
div#footer2 {
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	}
	
	
div#footer2 p {
	margin: 0;
	font-size: .6em;
	color: #000000;
	}
	
div#footer2 a {
	color: #333333;
	text-decoration: underline;
	}
	
div#footer2 a:hover {
	color: #0069aa;
	}
	
.companyfooter {
	font-size: .7em;
	font-weight: bold;
	color: #0069aa;
	}
	

	
	
/* "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* a fix for the Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


/*
The following section was added by Thomas Hanks, QDI
*/

#myMap
{
	position:absolute;
	top:70px;
	left:260px;
	margin: 2px 1px 2px 1px;
	float:left;
	border: solid 1px black;
}

#myLocations
{
	position:absolute;
	top:450px;
	left:440px;
	margin: 2px 1px 2px 1px;
	width:330px;
	float:left;
	overflow:scroll;
	height:155px;
}

#mySearch
{
	position:absolute;
	top:440px;
	left:235px;
	margin: 2px 1px 2px 1px;
	float: left;
}

#myLogin
{
	position:absolute;
	top:160px;
	left:365px;
	margin: 2px 1px 2px 1px;
	float: left;
}

#myPasswordReset
{
	position:absolute;
	top:160px;
	left:360px;
	width:300px;
	margin: 2px 1px 2px 1px;
	float: left;
}

/*
--------------------------------------------------------------------
*/
