/* GLobal */

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  background-image: url('http://www.aci-na.org/static/conferences/images/bgvert.png');
  background-repeat: repeat;
}

#pageWrapper {
  margin: auto;
  width: 1085px;
  background-image: url('http://www.aci-na.org/static/conferences/images/bghor2.png');
  background-repeat: repeat-y;
}

#contentWrapper {
  width: 891px;
  padding: 15px 10px;
  margin: auto;
}

/* Header */

#headerImage {
  position: relative;
  width: 891px;
  height: 259px;
  background-image: url('http://www.aci-na.org/static/conferences/images/header2.jpg');
}

#headerText {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: white;
  font-weight: bold;
  font-size: 24px;
}

#navigation, .navigationMarcomm {
  color: white;
  font-weight: bold;
  margin: 5px 0 0 0;
}

#navigation ul, .navigationMarcomm ul {
  list-style-type: none;
  height: 40px;
  background-image: url('http://www.aci-na.org/static/conferences/images/navigation.png');
  text-align: center;
  margin: 10px 0 0 0;
}

#navigation li {
  display: inline;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
}

.navigationMarcomm li {
   font-size:12px;
   display:inline;
   text-transform:uppercase;
   line-height:40px;
}

#navigation li a,  .navigationMarcomm li a {
  padding: 0 15px 0 15px;
  color: white;
  text-decoration: none;
}

#navigation li a:hover,  .navigationMarcomm li a:hover {
  text-decoration: underline;
}

/* Content */

#columnWrapper {
  width: 891px;
  padding: 20px 0 0;
}

#columnWrapper:after {
  display: block;
  content: '.';
  visibility: hidden;
  clear: both;
}

#leftBar {
  float: left;
  width: 184px;
}

div#quickToolsBox, div#helpBox {
    margin-bottom: 1em;
}

div#quickToolsBoxContent p, div#helpBoxContent p {
	margin:0 7px;
}

#helpBoxContent p strong a {
	color:#000000; !important
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px; 
	text-decoration:underline;
	position:relative;
	top:5px;
}

#helpBoxContent p strong a:hover {
	color:#06F;
}

div#quickToolsBoxContent, div#helpBoxContent {
    color: #474747;
    background-color: #ffffff;
    border: 1px solid #9f9f9f;
    border-top: 0;
    width: 179px;
    font-size: 8pt;
    line-height: 1.7em;
}

div#helpBoxContent a {
    color: #737471;
}

div#quickToolsBoxContent a, div#quickToolsBoxContent a:visited, div#quickToolsBoxContent a:active {
	color: #737471;
	text-decoration:none;
	border:none;
}

div#quickToolsBoxContent a:hover, div#helpBoxContent a:hover {
    color: black;
	text-decoration:underline;
}

div#quickToolsBoxContent ul, div#helpBoxContent ul {
    margin-left: .8em;
}

div#quickToolsBoxContent li, div#helpBoxContent li {
    border-bottom: 1px solid #959595;
    width: 155px;
	padding:.5em 0 .2em 0;
}        

div#quickToolsBoxContent li.lastItem {
	border:none;
}

div#quickToolsBoxHeader, div#helpBoxHeader {
    color: #666666;
    font-size: 8pt;
    font-weight: bold;
    text-indent: 1em;
    line-height: 26px;
    background: url(http://www.aci-na.org/images/QuickToolsHeader.gif) top center no-repeat;
    width: 181px;
    height: 26px;
}

div#helpBox p {
    margin: 0;
    padding: .4em .8em .4em .8em;
}

#content {
  float: right;
  width: 690px;
  padding: 0;
  font-size: 14px;
}

#content P {
  margin: 12px 0;
  line-height: 18px;
}

.contentBar {
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

#phoneNumber {
  text-align: center;
  font-weight: bold;
  font-size: medium;
}

/* Footer */

#footer {
  margin-top: 15px;
  height: 83px;
  padding: 12px;
  background-image: url('http://www.aci-na.org/static/conferences/images/footer.png');
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  font-size: 11px;
}


/*********************************************************************************
****** Dropdown Portion of NavBar 
********************************************************************************** */
.dropmenudiv2 {
	background-color:white;
	border-color:#BBBBBB;
	border-style:solid;
	border-width:1px 1px 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	margin:0.25em 0 0;
	position:absolute;
	top:0;
	visibility:hidden;
	width:200px;
	z-index:100;
}

.dropmenudiv2 a{
	width: auto;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 4px 0px 4px 5px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
	background-color: #E1F3FF;
}


div#relatedLinks {
	margin-bottom: 1.0em;
}

div#relatedLinksContent {
    color: #474747;
    background-color: #ffffff;
    border: 1px solid #8EB0B0;
    border-top: 0;
    font-size: 8pt;
    font-weight: bold;
    line-height: 1.2em;
    overflow: hidden;
    width: 175px;
    padding: 2px;
}

div#relatedLinksContent a {
    color: Black;
}

div#relatedLinksContent a:hover {
    color: Red;
}

div#relatedLinksContent ul {
    margin-left: .3em;
    padding-top: .4em;
    padding-bottom: .6em;
}

div#relatedLinksContent li {
    border-bottom: 1px solid #8EB0B0;
    width: 155px;
    padding-top: .4em;
    padding-bottom: .4em;
}
div#relatedLinksContent li.lastone {
	border:none;
}

div#relatedLinksHeader  {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    text-indent: .4em;
    line-height: 26px;
    background: url(/images/relatedLinksHeader2.gif) top center no-repeat;
    width: 181px;
    height: 26px;
}

/*Internet Links box styles*/

div#internetLinks {
    margin-top: 1em;
}

div#internetLinksContent {
    color: #474747;
    background-color: #ffffff;
    border: 1px solid #AD9090;
    border-top: 0;
    font-size: 8pt;
    font-weight: bold;
    line-height: 1.2em;
    overflow: hidden;
    width: 175px;
    padding: 2px;
}

div#internetLinksContent a {
    color: Black;
}

div#internetLinksContent a:hover  {
    color: Red;
}

div#internetLinksContent ul {
    margin-left: .3em;
    padding-top: .4em;
    padding-bottom: .6em;
}

div#internetLinksContent li  {
    border-bottom: 1px solid #AD9090;
    width: 155px;
    padding-top: .4em;
    padding-bottom: .4em;
}        

div#internetLinksHeader  {
    color: #666666;
    font-size: 8pt;
    font-weight: bold;
    text-indent: 1em;
    line-height: 26px;
    background: url(/images/internetLinks.gif) top center no-repeat;
    width: 181px;
    height: 26px;
}
