/* CSS Document Houston Area GIS Day*/
body {
	margin: 0;
	padding: 0;
	background: #FFF url('img/2010gisday_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('img/gisday_background-2.jpg');
             background-position:center; background-position:top;
	background-repeat:no-repeat;
/*	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:100px;
	width: 300px;
	color: #FFF;
	position: absolute;
	top: 35px;
	left: 11px;
	font-size: 13px;
}
#head3 { /* Facebook Area */
	height:45px;
	width: 170px;
	color: #FFF;
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	padding: 5px 55px 0px 0px;
	font-weight:bold;
	font-style:italic;
} 
#head3 a {
	text-decoration: none;
	color: #FFF;
	margin: 0;
}
div#head4 { /* Graphic News Area */
       width: 400px;
       height: 200px;
       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;
}


/* Style of Date of event */
.subtitle {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 18px;
	color:#FFF799;
	padding-bottom:0px;
	padding-top:0px;
	font-weight:bold;
	text-transform:capitalize;
	height:1px;
}

/* Style of Tltle of a Subject */
.subheading-title {	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color:#003471;
	padding-bottom:1px;
	padding-top:1px;
	font-weight:bold;
}

/* Style for ALL font Bold & Center */
.contBold-Center {
	font-weight:bold; text-align:center;
}

/* Style for ALL font Center, weight:normal */
.contCenter {
	color:#000000; font-weight:normal; text-align:center;
}

/* Style for ALL font Bold */
.contBold {
	font-weight:bold;
}
/* Style for ALL font Italic */
.contItalic {	
	font-style: italic;
}
.white-link a:link {
	color: #FFF; text-decoration:none;
	font-weight: bold;
}
.white-link a:visited {
	color: #FFF; text-decoration:none;
	font-weight: bold;
}
.white-link a:hover {
	color: #8DC63F; text-decoration:none;
    font-weight: bold;
} 
.white-link a:active {
    color: #CCFFFF; text-decoration:none;
	font-weight: bold;
}
/* Style for ALL font-size:14px */
.bodystyle14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Style for ALL font-size:12px */
.bodystyle12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
/* Style for ALL blockquote weight:normal; mentorship.htm */
.blockquote {
	margin:20px 36x;
	padding: 0 40px;
	font-weight:normal;
	color:#006088;
}
/* Style for ALL red-white text, Sub-Table Format */
.div_subcontent-369{
	background: #369;
	color:#FFF;
	font-size: 12px;
	text-decoration: none;
	height: auto;
	border: 0px solid #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	width: 100%;
	padding: 10px 20px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.div_subcontent-369 a:link {
	color: #CCFFFF; text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
.div_subcontent-369 a:visited {
	color: #CCFFFF; text-decoration:none;
	font-weight: bold;
	font-size: 12px;
}
.div_subcontent-369 a:hover {
	color: #8DC63F; text-decoration:none;
    font-weight: bold;
	font-size: 12px;
} 
.div_subcontent-369 a:active {
    color: #FFF; text-decoration:none;
    font-weight: bold;
	font-size: 12px;	
}
/* Style for ALL yellow-FF0-bold,font-size:12px */
.textnote-FF0 {
	font-weight: bold;
	color: #FF0;
	font-size: 12px;
}

