/******************** Basic text styling *********************/

html {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family:'helvetica neue', 'helvetica', 'arial', sans-serif;
	font-weight: lighter;
	line-height: 1.125em;
	font-size: 0.875em;
	color: #808080;
	margin: 0 auto; 
	padding: 0;
	/**border: 1px solid #178aa4;**/
	}
	
body a:link {
	color: #178aa4;
	text-decoration:none;
	}

body a:active {
	color: #178aa4;
	text-decoration:none;
	}
	
body a:visited {
	color: #178aa4;
	text-decoration:none;
	}

body a:hover {
	color: #178aa4;
	text-decoration: underline;
	}

h1, h2, h3 {
	margin: .5em 0;
	}
	
h1 {
	font-size: 1.5em;
	font-weight: lighter;
	line-height: 1em;
	margin-bottom: 1em;
	color: #FF0062;
	}
	
h2 {
	font-size: 1.1em;
	margin-bottom: 1em;
	color: #FF0062;
	}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 1em;
	color: #808080;
	}
	

h4 {
	font-size: 1.25em;
	font-weight: lighter;
	color: #999999;
	margin: 0 0;
	}	
	
	
h5 {
	font-size: 100%
	font-weight: bold;
	color: #999999;
	margin: 0 0;
	}
	
p {
	margin: 1em 0;
	font-size: 85%;
	}
	
strong, b { font-weight: bold; }

i { font-style: italic; }

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	}
	
sup {
	bottom: 1ex;
	}
	
sub {
	top: .5ex;
	}
	
.small {
	font-size: 70%;
	}
	
.caption {
	text-align: center;
	}
	
.text-r {
	text-align: right;
	}
	
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 3em 0 3em 0;
	border: 0;
	clear: both;
	}
	
table {
	font-family:'helvetica neue', 'helvetica', 'arial', sans-serif;
	font-weight: lighter;
	line-height: 1.125em;
	font-size: 0.875em;
	color: #808080;
	padding: 0;
	}
	
.bullets {
	font-family:'helvetica neue', 'helvetica', 'arial', sans-serif;
	font-weight: lighter;
	line-height: 1.5em;
	font-size: 0.875em;
	color: #808080;
	margin: 0 0 0 40px; 
	padding: 0;
	}
	
img {
border: 0;
}


/******************** Positioning *********************/

.float-l {
	float: left;
	}
	
.float-r {
	float: right;
	}
	
.center {
	margin-left: auto;
	margin-right: auto;
	}
	
.clear {
        clear:both;
        font-size:0px;
        height:0px;
        }


/******************** Global Divs *********************/

#uberwrapper {
	position: relative;
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	}

#header {
	position: relative;
	width: 900px;
	}
	
#header_link { 
	position: absolute; 
	top: 75px; 
	left: 0px; 
	width: 450px; 
	height: 140px; 
	background-color: transparent; 
	border: 0px solid yellow;
	}	
	
	
#header_text {
	position: relative;
	top: 70px;
	right: 0;
	text-align: right;
	line-height: 1.25em;
	font-size: 1.75em;
	font-family: 'Times', 'Times New Roman', Serif;
	color:#999;
	}

#home_buttons_wrapper {
	width: 294px;
	float: left;
	margin-left: 6px;
	}
	
#logo {
	margin: 40px auto 30px auto;
	}	
	
#button1 a { 
	display: block; 
	width: 294px; 
	height: 86px; 
	background: url(../img/home/button1.jpg) no-repeat;
	margin-bottom: 6px;
}

#button1 a:hover { 
	background-position: -294px 0; 
}

#button2 a { 
	display: block; 
	width: 294px; 
	height: 86px; 
	background: url(../img/home/button2.jpg) no-repeat;
	margin-bottom: 6px;
}

#button2 a:hover { 
	background-position: -294px 0; 
}

#button3 a { 
	display: block; 
	width: 294px; 
	height: 86px; 
	background: url(../img/home/button3.jpg) no-repeat;
	margin-bottom: 0px;
}

#button3 a:hover { 
	background-position: -294px 0; 
}

#contentwrap {
	clear: left;
	position: relative;
	width: 900px;
	margin-top: 30px;
}

#home_content {
	clear: left;
	position: relative;
	width: 900px;
}
	
#left_sidebar {
	width: 150px;
	padding-right:20px;
	margin-right:10px;
	float: left;
	}
	
#right_sidebar {
	width: 180px;
	padding-left:20px;
	float: right;
	font-size: .75em;
	}
	
#main {
	width: 480px;
	float: left;
	margin-right:10px;
	}
	
#sponsors {
	width: 180px;
	padding: 20px 0 0px 0;
	border: 1px solid #e1e1e1;
	}

#sponsors img {
	margin-left: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	}
	
#footer {
	margin: 5em 0 3em 0;
	padding: .5em 0;
	border-top: 1px dotted #808080;
	}
	
.box_head {
	width: 162px;
	background-color: #e1e1e1;
	padding: 10px;
	color: #fff;
	}
	
.social_icon {
	width: 50px;
	margin-right: 5px;
	float: left;
	}
	
.member_logo {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
#print_url {
	display:none;
	}


/******************** Home Page Divs *********************/

#main_wrap {
	clear: left;
	position: relative;
	width: 900px;
	margin-top: 20px;
	}	
	
#home_left {
	position:relative;
	width:650px;
	}
#home_right {
	position:absolute;
	left:670px;
	top:0;
	width:230px;
	}
#home_content {
	float:left;
	width:650px;
	margin-right:20px;
	}	
#home_right_bar {
	float:right;
	left:670px;
	top:0;
	width:230px;
	}
	
#main_image_button {
	position:absolute;
	right:0px;
	top:189px;
	font-size:14px;
	color:#fff;
	padding:5px 10px;
	background-color:#333;
	border-left:3px solid #fff;
	border-top:3px solid #fff;
	z-index:97;
	}
	
#home_description {
	float:left;
	font-size:14px;
	line-height:1.75em;
	width:249px;
	padding-right:20px;
	border-right:1px solid #e1e1e1;
	}
	
#home_news {
	float:left;
	width:460px;
	margin:0 20px 0 0;
	border-right:0px solid #e1e1e1;
	}
#home_events {
	float:right;
	width:170px;
	border-right:0px solid #e1e1e1;
	}
	
.right_item {
	border:0px solid #808080;
	margin-bottom:20px;
	}
	
.right_member_item {
	height:197px;
	border:0px solid #808080;
	margin-bottom:20px;
	}	
	
.grey_box {
	padding:10px;
	background-color:#e1e1e1;
	font-size:16px;
	}
	
.sponsor_logo {
	margin-left:25px;
	width:160px;
	height:75px;
	margin-bottom:10px;
	}	
	
	
.border {
	padding:10px;
	border:1px solid #e1e1e1;
	}	
	
#conference_plug {
	height:87px;
	padding:0 10px 0 0;
	margin-bottom:20px;
	border:1px solid #e1e1e1;
	}
	
#conference_plug img a:hover{
	text-decoration: none;
	}	
	
.transparent {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}

/********************About Styling*********************/

#brochure_img {
	margin-top:1.5em;
	width:125px;
	margin-left:auto;
	margin-right:auto;
	}

/******************** Sub Nav Bar Styling *********************/	
	
#side_navbar {
	line-height: 2em;
	font-size: .75em;
	color:#999;
	border-bottom: 1px dotted #808080;
	}


#side_navbar li {
	list-style: none;
	border-top: 1px dotted #808080;
	}
	
#side_navbar li	a:link {
	text-decoration:none;
	color:#808080;
	}
	
#side_navbar li	a:active {
	text-decoration:none;
	color:#aaa999;
	}
	
#side_navbar li	a:visited {
	text-decoration:none;
	color:#808080;
	}

#side_navbar li	a:hover{
	color: #afafaf;
	text-decoration:none;
	}

/******************** Footer Nav Bar Styling *********************/	
	

#footer_navbar li {
	display: inline;
	margin-right: 1.5em;
	font-size: 0.75em;
	}
	
#footer_navbar li a:link, a:active, a:visited{
	text-decoration:none;
	color:#808080;
	}
	
#footer_navbar li a:active{
	text-decoration:none;
	color:#808080;
	}
	
#footer_navbar li a:visited{
	text-decoration:none;
	color:#808080;
	}
	
#footer_navbar li a:hover{
	color: #afafaf;
	text-decoration:none;
	}

#copyright {
	float: right;
	text-align: right;
	font-size: .5em;
	margin-right: 0px;
	}
	
/********************Media Styling*********************/

.news_img {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	}

.news_wrapper {
	margin-bottom: 1.5em;
	}
	
.news_txt_wrapper {
	width: 370px;
	float: left;
	}
	
.news_txt_wrapper p {
	margin: 0 0 1em 0;
	font-size: 85%;
	}
	
/********************Menu Styling*********************/
#main_navbar {
	position: relative;
	z-index: 1;
	padding: 0 0 1.5em 0;
	border-bottom: 1px dotted #808080;
	border-top: 1px dotted #808080;
	margin-top: 0px;
	list-style: none;
	}

#main_navbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
#main_navbar li {
  float: left;
  position: relative;
  line-height: 1.5em;
  font-size: 1em;
  color:#999;
  text-align: left;
  margin-right: 4em;
  }
  
#main_navbar li ul {
  display: none;
  position: absolute;
  width: 10em;
  margin-right: 0;
  font-size: .75em;
  color:#999;
  background-color: #fff;
  border: 1px dotted #808080;
  border-top: 1px solid #fff;
  padding: 1em;
  top: 1em;
  left: 0;
  }
  
#main_navbar li > ul {
	top: auto;
	left: auto;
	}
	
#main_navbar li:hover ul, li.over ul {
	display: block;
	}

#member_benefits {
	border: 1px dotted #808080;
	border-collapse: collapse;
	}
	
.member_benefits_header {
	text-align:center;
	font-weight:bold;
	}	
	
#member_benefits td {
	height: 2em;
	padding: .5em;
	border: 1px dotted #808080;
	}

.grey_cell {
	background-color: #E0E0E0;
	}
	
.dot {
	background-image: url('../img/global/dot.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	text-align: center;
	}
	
.download_box {
	height:25px;
	background-image: url('../img/global/arrow_down.png');
	background-repeat: no-repeat;
	background-position:left center;
	line-height:25px;
	border: 0px dotted #808080;
	text-align: left center;
	padding-left:30px;
	}
	
.printer_box {
	height:25px;
	background-image: url('../img/global/printer.png');
	background-repeat: no-repeat;
	background-position:left center;
	line-height:25px;
	border: 0px dotted #808080;
	text-align: left center;
	padding-left:30px;
	}	

/*board description and img plus margins should be less or = to .main div*/
.board_description {
	float:left;
	margin-bottom: 2em;
	margin-right: 30px;
	margin-top: -1em;
	width:325px;
	}

.board_img {
	float:right;
	margin-bottom: 1em;
	width:125px;
	}

/********** Mail CHimp Field Styling**************/
#mcfield {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d1d1d1;
	padding-top: 1.5em;
	margin: .5em 0;
	background-color: #FFFFFF;
	color: #999999;
	text-align: left;
	padding:15px;
}

.indicate-required {
	display:block;
	text-align:right;
	margin-bottom:1em;
	font-size:.75em;
}

.mc-field-group {
display: block;
	margin-bottom:1.5em;
	line-height: 1.5em;
	}


#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	margin-bottom:1em;
	clear: both;
}
