/* CSS Document Houston Area GIS Day*/
body {
	margin: 0;
	padding: 0;
	background: #FFF url('gisday09_background_fade.jpg') repeat-y top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
#wrapper { 
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background: transparent url(backnav1.jpg) repeat-y left top;
	border: 1px solid white;
}
#head {
	height:345px;
	background: transparent url('gisday09_topback.jpg') no-repeat center top;
/*	font-size:12em; */
	color: #FFF;
	padding: 0px 10px;
	position: relative;
}
#head h1 a {
	text-decoration: none;
	color: #FFF;
	margin: 0;
}
#titleText {
	font-size: 2.5em;
	font-style: italic;
	margin: 0;
}

#head2 { /* Event Location info */
	height:295px;
	width: 300px;
	color: #FFF;
	position: absolute;
	top: 42px;
	left: 11px;
}
#head3 { /* Facebook Area */
	height:45px;
	width: 170px;
	color: #FFF;
	float: right;
	position: absolute;
    top: 5px;
    right: 10px;
	text-align: right;
	padding: 10px 55px 0px 0px;
} 
#head3 a {
	text-decoration: none;
	color: #FFF;
	margin: 0;
}
div#head4 { /* Graphic News Area */
       width: 400px;
       height: 250px;
       position: absolute;
       top: 65px;
       right: 27px;
}


#contentContainer { /* WHERE PARAGRAPHS LIVE */
/*	width: 750px; */
/*	float: right; /* FLOATED LEFT TO SIT NEXT TO NAVIGATION */
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	clear: right;
/*	background: transparent url(backcontent1.jpg) no-repeat center top; */
}   
#contentContainer h2 {
	margin-top: 3px;
}

#KeyNoteImage {
	float:left;
	height:200px;
	width:400px;
	background: transparent url(generalglendshaf.jpg) no-repeat left top;
	border:1px solid #333;
	margin:0 10px 10px 0;
	position: relative; /* MUST BE RELATIVE IN ORDER TO CONTAIN ABSOLUTE ELEMENTS INSIDE */
}
.captionLeft {
	font-size: .9em;
	font-style: italic;
	width: 200px;
	position: absolute; /* THESE THREE LINES CONTROL THE PLACEMENT INSIDE ITS CONTAINER */
	top: 5px;
	left: 5px;
	text-align: left;
}

.captionRight {
	font-size: .9em;
	font-style: italic;
	width: 270px;
	position: absolute; /* THESE THREE LINES CONTROL THE PLACEMENT INSIDE ITS CONTAINER */
	top: 5px;
	right: 5px;
	text-align: right;
}

.captionNav {
	font-size: .8em;
	font-style: italic;
	width: 150px;
	text-align: center;
	color:#EFE8DC;
}
#awardsBox {
	background: #EFE8DC;
	color: #036;
	text-align: center;
	width: 300px;
	border: 1px solid #036;
	position: center;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
#map {
	background: #EFE8DC;
	color: #036;
	text-align: center;
	width: 300px;
	border: 1px solid #036;
	position: center;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
#facebook {
	color: FFF;
	text-align: left;
	width: 100px;
	position: center;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
#footer {
	background:#369;
	padding: 10px 5px;
	margin: 0;
	color:#fff;
	text-align:right;
	font-size:1em;
	border-top: 1px solid white;
	clear: both;
}
A.offsite {
  color : red;
	text-decoration : none;
}
A:active {
  color : red;
	text-decoration : none;
}
A:visited {
  color : red;
	text-decoration : none;
}
A:hover {
  color : #036;
	text-decoration : underline;
}
A:link {
  color : red;
	text-decoration : none;
}

/*NEW HORIZONTAL NAVIGATION BAR*/
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
border-top: 1px solid white;
margin: 0;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a
{
padding: 0.35em 0.895em;
background-color: #036;
color: #FFF;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
font-size: 1em;
display: block;
}
#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
#navigation>li, #navigation li>a { /* UNDO IE WHITESPACE HACK FOR COMPLIANT BROWSERS */
    float: none;
}
