/* CSS Document */

body {
	margin:0;
	background-color:#0067b1;
	font-family:"lucida grande","Segoe UI","lucida sans unicode",Tahoma, Geneva, sans-serif;
	height: 100%;
	background-image: url(../images/ContentTile_V2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

html { height: 100%; }


p, table, ul {
	font-size:9pt;
	line-height:1.5em;
	color:#333;
	margin-top:0px;
	margin-right: 18px;
}
.orangeText { color:#F26222; }
.whiteText { color:#ffffff; }

h1 {
	font-size:15px;
	color:#F26222;
	margin-top:0px;
}
h2 { font-size:12px; color:#FFF; height:auto; width:600px; padding:2px 0 2px 10px; background-color:#005BA8; }
h3 {
	font-size:13px;
	color:#005BA8;
	margin-top:16px;
	margin-bottom:2px;
}

h4 {
	font-size:12px;
	color:#000;
	margin-bottom:5px;
}

.imgRight { float:right; margin-left:20px; margin-bottom:10px; }
.imgLeft {
	margin-bottom:10px;
	float: left;
	color:#565656;
}

.left{ float: left; width: 200px;}
.middle{ float: left; width: 190px;}
.right{ float: left; width: 160px;  margin-left:30px;}


.row1Container{
	 width:600px; 
	 height:350px; 
	 float:left;
}

.newsArticle{
	 float:left; 
	 width:600px;
	 padding-bottom:15px;
	 border-bottom:solid 1px #999;
}

.articleThumb {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:25px;
	border: solid;
	border-width: 1px;
}
.clearLinkAfterThumb { clear:both; }

.sectionTitle { font-size:16px; padding-left:20px; color:#F26222; margin-bottom:4px; }
.sidebarSelected {
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	color:#F26222;
	margin-bottom:5px;
}
.sidebarSelected2 { font-size:12px; font-weight:bold; padding-left:20px; color:#F26222; margin-bottom:4px; margin-left:20px; }

.sidebarLink {
	margin-bottom:5px;
}
.sidebarLink a { font-size:14px; padding-left:20px; }
.sidebarLink a:hover { color:#F26222; text-decoration:none; }
.sidebarLink a:active { color:#F26222; text-decoration:none; }

.sidebarLink2 { margin-bottom:4px; margin-left:20px; }
.sidebarLink2 a { font-size:12px; padding-left:20px; }
.sidebarLink2 a:hover { color:#F26222; text-decoration:none; }
.sidebarLink2 a:active { color:#F26222; text-decoration:none; }

.sidebarSubtitle {
	font-size:14px;
	padding-left:20px;
	margin-bottom:4px;
	font-weight: bold;
}


a:link { color: #005BAA; text-decoration:none;}
a:visited { color: #005BAA; text-decoration:none;}
a:hover { color: #005BAA; text-decoration:underline;}
a:active { color: #005BAA; text-decoration:none; }

a.footer:link { color: #CCCCCC; text-decoration:none; }
a.footer:visited { color: #CCCCCC; text-decoration:none;}
a.footer:hover { color: #CCCCCC; text-decoration:none;}
a.footer:active { color: #CCCCCC; text-decoration:none;}

#biggun {
	width:950px;
	margin:0 auto;
	height:100%;
	z-index:30;
}

#pageHeader {
	position:relative;
	margin:0 auto;
	width:910px;
	height:auto;
	z-index:40;
	
}
#logoHolder { float:left; width:389px; height:113px; margin-left:15px; }
#headerGraphic {
	width:888px;
	height:113px;
	padding-left:22px;
}

#pageNav {
	position:relative;
	float:left;
	width:auto;
	height:42px;
	clear:both;
	z-index:50;
}

#description{

	float:left;
	width:600px;

}


#contentWrapper { float:left; width:910px; height:auto; padding: 10px;}
#contentHolderFull { width:900px; height:auto; padding-left:15px; }
.contentColumns
{
    
    float: left;
    width: 240px;
    background-color: #C6E2FF;
    border: 1px solid #3399FF;
    padding: 0px 10px 10px 10px;
    margin-right: 20px;
    
}

.contentColumns h3
{
    padding:0px;
}

#sideBarNav {
	float:left;
	width:250px;
	height:auto;
	padding-top:12px;
}
#pageContent {
	float:left;
	width:610px;
	border-left: 1px solid #F26222;
	height:auto;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:25px;
	background-color:#FFF;
}


#contentFooter {
	float:left;
	height:100px;
	width:910px;
	margin: 0px 20px 0px 20px;
}
#footerHolder {
	width:auto;
	height:24px;
	background-color:#C1C7D8;
	padding:4px 0;
}
#copyrightHolder { text-align:left; margin-top:6px; padding-left:20px; font-size:10px; color:#333; float:left; width:250px;}
#addressHolder { text-align:right; margin-top:6px; padding-right:20px; font-size:10px; color:#333; float:right; width:600px; }


.navNote { font-size:10px; margin-left:20px; }



.contentFullWidth { float:left; width:600px; margin-top:20px; clear:both; }
.twoColLeft {
	float:left;
	width:270px;
	clear:both;
}
.twoColRight {
	float:left;
	width:300px;
}

#testimonialList { float:left; width:260px; }
#testimonialHolder {float:right; width:320px; margin-left:10px; }

.bioName { font-size:18px; font-weight:bold; color:#005BA8; margin-bottom:4px; }
.bioCreds { font-size:12px; color:#F26222; clear:both;}

#hidden{
	display:none;
}

.border {
	border: 1px solid #000;
}
.eventsubnav {
	font-size: 12px;
	margin-bottom: 4px;
	list-style-type: disc;
}

#NavRightFloat{
	margin-left:70px;
}

.headline_date{
	font-size:10px;
	color:#ACACAC;
}

/*--------------------------------------Navigation Styles-------------------------------*/

#active{
	width:auto;
	font-weight:bold;
	color:#FF7A22;
}

#photogallery{
	padding:10px 0px 10px 30px;
	float:left;
	width:auto;
}

ul.topnav {
	list-style: none;
	margin: 0;
	height:40px;
	width: 895px;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;	
	background-image:url(../images/nav_BGtile.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	
}   

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
}  

ul.topnav li a{
	width:auto;
	padding: 10px 10px;
	color: #D6D6D6;
	display: block;
	text-decoration: none;
	float: left;
	font-weight:bold;
}   
ul.topnav li a:hover{
	color:#FFF;
	font-weight:bold;
}    

/*ul.topnav li span { /*--Drop down trigger styles--
	width: 10px;
	height: 35px;
	float: left;
	background: url(../images/Navigation/MainNavArrow.png) no-repeat right center;
	margin-top:2px;
	margin-left:4px;
}*/
/*ul.topnav li span.subhover {background: url(../images/Navigation/MainNavArrow_hover.png) no-repeat right center; cursor:pointer;} /*--Hover effect for trigger--*/
 
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 200px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background-color: #333;
	-moz-opacity: 0.90;
	opacity:.90;
	filter: alpha(opacity=90);
}   
ul.topnav li ul.subnav li{   
    margin: 0; padding: 0;   
    width: 200px;   
	border-bottom: solid 1px #000;
}   

/*------------------------------------Navigation Links------------------------------------*/

html ul.topnav li ul.subnav li a {   
    float: left;   
    width: 170px;    
    padding-left: 20px;   
}   
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color:#FFF;
	font-weight:bold;
	background-color:#F26222;
}

/*-------------------------------------------------Registration Form---------------------------------------------------*/

.conference_Header
{
    height:auto;
    width:610px;
}

.conference_Header h3
{
    margin-top:0px;
}

.conference_Logo
{
     float:left;
}

.conference_Info
{
    margin-left:230px;
}

.registration
{
    float:left;
    width:280px;
    margin-right:15px;
    margin-bottom:20px;
}

.RequiredIndicator
{
     color:#F00; 
     font-size:15px; 
     font-style:italic;
     font-weight:bold;
}

.registration_right
{
    margin-left:250px;
    font-size:12px;
}

.registration_detail
{
    border-top:1px dotted #555555;
    float:left;
    padding: 10px 0px 10px 0px;
    width:600px; 
    font-style:italic;
}

.registration_detail p
{
    font-size:12px;
    color:#000;
}


.formtitle
{
    padding: 4px;
    background-color: #E2E2E2;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}
.section_border
{
    padding:4px;
    color:#555;
    font-size:12px;
}	

.formsections
{
    float:left;
    width:259px;
}


.superscript
{
     color:Red; 
     font-style:normal;
}

.registration td
{
    font-size:12px;
}

.field
{
    padding-left:10px;
    font-weight:normal;
}

/*---------------------------------------Content StaticBoxes-------------------------------------------*/

.columnIMGleft{
	float:left;
	width:280px;
	margin-bottom:20px;
	border: 2px solid #ccc;
	background-image: url(../images/webgis/Column_BG.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size:12px;
}

.columnIMGright{
	float:right;
	width:280px;
	margin-bottom:20px;
	border: 2px solid #ccc;
	background-image: url(../images/webgis/Column_BG.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size:12px;
}
/*---------------------------------------Content LinkBoxes---------------------------------------------*/

.columnleft{
	display:block;
	float:left;
	width:280px;
	margin-bottom:20px;
	border: 2px solid #ccc;
	background-image: url(../images/webgis/Column_BG.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size:12px;
}

.columnleft:hover, .columnright:hover{;
	color:#005BAA;
	border:solid 2px #000;
	cursor:pointer;
	
}
.columnleft a, .columnright a{
 	display:block;
	cursor:pointer;
	text-decoration:none;
	width:280px;
	color:#005BAA;
}

.columnleft strong, .columnright strong{
	color:#005BAA;
}

.columnright{
	display:block;
	float:right;
	width:280px;
	margin-bottom:20px;
	border: 2px solid #ccc;
	background-image: url(../images/webgis/Column_BG.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size:12px;
}