/** GENERAL **/
body {
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 14px;
}

h2 {
	font-size:18px;
}

.clear {
	clear: both;
	height: 0;
}

.clear10 {
	clear: both;
	height: 10px;
}

.clear_left {
	clear: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.spacer {
	margin: 0;
}

.center {
	margin: auto;
}

.center_text {
	text-align: center;
}

.no_margin {
	margin: 0;
}

.right_margin_10 {
	margin-right: 10px;
}

.left_margin_10 {
	margin-left: 10px;
}

.side_margin_10 {
	margin-left: 10px;
	margin-right: 10px;
}

a.blue_link {
	color: #4b3d79;
	text-decoration: none;
}

a.light_blue_link {
	color: #615194;
	text-decoration: none;
}

a.blue_link:hover, a.light_blue_link:hover {
	text-decoration: underline;
}

a.light_purple_link {
	color:#666699;
	text-decoration:none;
	font-size:10px;
}

a.light_purple_link:hover {
	text-decoration:underline;
	color:#9179e0;
}

.no_wrap {
	white-space:nowrap;
}

/** MASTHEAD **/
div#masthead {
	width: 1000px;
	height: 184px;
	padding-top:3px;
	background: url('../img/masthead.png') no-repeat top left;
	margin: 0 auto;
	position: relative;
}

div#masthead a#login_button {
	float: right;
	display: block;
	height: 25px;
	width: 90px;
	margin-right:25px;
	background: url('../img/login_button.png') no-repeat center center;
}


div#masthead a#logout_button {
	float: right;
	display: block;
	height: 25px;
	width: 50px;
	margin-right:25px;
	background: url('../img/logout_button.png') no-repeat center center;
}

div#masthead input#iseek_button {
	display:block;
	float:right;
	height:25px;
	width:51px;
	background:url(/img/search_button.png) no-repeat center center;
	border:none;
	padding:0;
	margin-left:10px;
	cursor:pointer;
}

div#masthead a.masthead_link {
	margin: 5px 10px 0 10px;
	float: right;
	text-decoration: none;
	color: #FFFFFF;
}

div#masthead a.masthead_link:hover {
	text-decoration: underline;
}

div#masthead span.masthead_pipe {
	margin-top: 5px;
	float: right;
}

/** SIMPLE MASTHEAD **/
div#simple_masthead {
	width: 864px;
	height: 149px;
	padding-top:3px;
	background: url('../img/simple_masthead.png') no-repeat top left;
	margin: 0 auto;
	position: relative;
}

/** NAV LINKS **/
div#nav_links {
	position: absolute;
	bottom: 0;
	left: 20px;
}

div#nav_links a {
	display: block;
	height: 35px;
	line-height:35px;
	width: 158px;
	background: #CCCCCC;
	color: #333333;
	float: left;
	text-decoration: none;
	text-align: center;
	margin:0 1px;
	font-size:20px;
}

div#nav_links a span {
	position:relative;
}

div#nav_links a:hover, div#nav_links a.nav_link_selected, div#nav_link span#nav_rollover_preload {
	background: url('../img/nav_rollover.png') no-repeat;
	color: #FFFFFF;
}

/** FOOTER **/
div#footer {
	background: #999999;
	width: 1000px;
	height: 53px;
	margin: 0 auto;
	font-size: 12px;
}

div#footer span.footer_pipe {
	margin: 0 20px 0 10px;
	color: #333333;
	font-weight:bold;
}

div#footer div#footer_left {
	float: left;
	margin:10px 0 0 25px;
}

div#footer div#footer_right {
	float: right;
	margin:10px 25px 0 0;
}

div#footer a#footer_email_link {
	color: #FFFFFF;
	text-decoration: none;
	padding-left:25px;
	background: url('../img/email_us.png') no-repeat center left;
}

div#footer a#footer_email_link:hover {
	text-decoration: underline;
}

/** SIMPLE FOOTER **/
div#simple_footer {
	background: #999999;
	width: 864px;
	height: 53px;
	margin: 0 auto;
	font-size: 12px;
}

div#simple_footer div#simple_footer_left {
	float: left;
	margin:10px 0 0 25px;
}

div#simple_footer div#simple_footer_right {
	float: right;
	margin:10px 25px 0 0;
}

div#simple_footer a#footer_email_link {
	color: #FFFFFF;
	text-decoration: none;
	padding-left:25px;
	background: url('../img/email_us.png') no-repeat center left;
}

div#simple_footer a#footer_email_link:hover {
	text-decoration: underline;
}

/** CONTENT **/
div#content {
	background: #999999;
	width: 1000px;
	margin: 0 auto;
	padding-top:25px;
}

div#inner_content_wrapper {
	width: 960px;
	margin: 0 auto;
	background: #494949 url('../img/inner_content.png') no-repeat top left;
	padding:20px 0;
}

div#inner_content {
	width: 925px;
	margin: 0 auto;
}

/** SIMPLE CONTENT **/
div#simple_content {
	background: #999999;
	width: 864px;
	margin: 0 auto;
	padding-top:25px;
}

div#simple_inner_content_wrapper {
	width: 824px;
	margin: 0 auto;
	background: #494949 url('../img/inner_content.png') no-repeat top left;
	padding:20px 0;
}

div#simple_inner_content {
	width: 789px;
	margin: 0 auto;
}

/** HOME **/

div#home_picture {
	background: url('../img/home_picture.png') no-repeat;
	width: 690px;
	height: 300px;
	float: left;
}

/* Small Content Box */
/* (Formorly: Home: welcome box) */
div.large_content_box {
	width: 235px;
}

div#welcome_box {
	float: right;
	margin-right:-10px;
}

div#welcome_box div.small_content_box_middle {
	min-height:254px;
}

div.small_content_box div.small_content_box_top, div.small_content_box div.small_logo_content_box_top {
	background: url('../img/small_content_box_top.png') no-repeat;
	width: 235px;
	height: 28px;
	padding-top:5px;
	margin-bottom: -5px;
	text-indent:15px;
	font-size:16px;
	font-weight:bold;
}

div.small_content_box div.small_logo_content_box_top {
	background: url('../img/small_logo_content_box_top.png') no-repeat;
	text-indent:30px;
}

div.small_content_box div#welcome_box_top {
	background: url('../img/welcome_box_top.png') no-repeat;
}

div.small_content_box div.small_content_box_middle {
	background: url('../img/small_content_box_middle.png') repeat-y;
	width: 235px;
	color: #494949;
}

div.small_content_box div.small_content_box_bottom {
	background: url('../img/small_content_box_bottom.png') no-repeat;
	width: 235px;
	height: 18px;
}

div#welcome_box div.small_content_box_middle img {
	margin-bottom:15px;
	max-width:200px;
	overflow:hidden;
}

div.small_content_box p {
	margin: 0 15px;
}

div.small_content_box a#welcome_box_button {
	display: block;
	background: url('../img/welcome_box_button.png') no-repeat center center;
	height: 25px;
	width: 150px;
	/*margin-left:37px;
	margin-top:41px;*/
	margin: 41px auto auto;
}

/* Medium Content Box */
div.medium_content_box {
	width: 459px;
}

div.medium_content_box div.medium_content_box_top, div.medium_content_box div.medium_logo_content_box_top {
	background: url('../img/medium_content_box_top.png') no-repeat;
	width: 459px;
	height: 28px;
	padding-top:5px;
	margin-bottom: -5px;
	text-indent:15px;
	font-size:16px;
	font-weight:bold;
}

div.medium_content_box div.medium_logo_content_box_top {
	background: url('../img/medium_logo_content_box_top.png') no-repeat;
	text-indent:30px;
}

div.medium_content_box div.medium_content_box_middle {
	background: url('../img/medium_content_box_middle.png') repeat-y;
	width: 459px;
	color: #494949;
}

div.medium_content_box div.medium_content_box_bottom {
	background: url('../img/medium_content_box_bottom.png') no-repeat;
	width: 459px;
	height: 18px;
}

div.medium_content_box p {
	margin: 0 15px;
}

/* Large Content Box */
div.large_content_box {
	width: 695px;
}

div.large_content_box div.large_content_box_top, div.large_content_box div.large_logo_content_box_top {
	background: url('../img/large_content_box_top.png') no-repeat;
	width: 695px;
	height: 28px;
	padding-top:5px;
	margin-bottom: -5px;
	text-indent:15px;
	font-size:16px;
	font-weight:bold;
}

div.large_content_box div.large_logo_content_box_top {
	background: url('../img/large_logo_content_box_top.png') no-repeat;
	text-indent:30px;
}

div.large_content_box div.large_content_box_middle {
	background: url('../img/large_content_box_middle.png') repeat-y;
	width: 695px;
	color: #494949;
}

div.large_content_box div.large_content_box_bottom {
	background: url('../img/large_content_box_bottom.png') no-repeat;
	width: 695px;
	height: 18px;
}

div.large_content_box p {
	margin: 0 15px;
}

/* Extra Large Content Box */
div.extra_large_content_box {
	width: 929px;
}

div.extra_large_content_box div.extra_large_content_box_top, div.extra_large_content_box div.extra_large_logo_content_box_top {
	background: url('../img/extra_large_content_box_top.png') no-repeat;
	width: 929px;
	height: 28px;
	padding-top:5px;
	margin-bottom: -5px;
	text-indent:15px;
	font-size:16px;
	font-weight:bold;
}

div.extra_large_content_box div.extra_large_logo_content_box_top {
	background: url('../img/extra_large_logo_content_box_top.png') no-repeat;
	text-indent:30px;
}

div.extra_large_content_box div.extra_large_content_box_middle {
	background: url('../img/extra_large_content_box_middle.png') repeat-y;
	width: 929px;
	color: #494949;
}

div.extra_large_content_box div.extra_large_content_box_bottom {
	background: url('../img/extra_large_content_box_bottom.png') no-repeat;
	width: 929px;
	height: 18px;
}

div.extra_large_content_box p {
	margin: 0 15px;
}

/* Home: horizontal_rule */
div.horizontal_rule {
	background: url('../img/horizontal_rule.png') no-repeat;
	width: 922px;
	height: 3px;
	margin: 10px auto;
}

/* Dark HR */
div.dark_hr {
	background: url('../img/dark_hr_middle.png') repeat-x;
	height: 3px;
	margin: 18px auto;
	position: relative;
}

div.dark_hr_left {
	background: url('../img/dark_hr_left.png') no-repeat;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
}

div.dark_hr_right {
	background: url('../img/dark_hr_right.png') no-repeat;
	width: 3px;
	height: 3px;
	position: absolute;
	right: 0;
	top: 0;
}


/* Home: black box */
div.black_box {
	background: #343434;
	width: 292px;
	height: 259px;
}

div.black_box h2 {
	height: 34px;
	width: 292px;
	background: #000000;
	font-weight: bold;
	margin-top: 0;
	font-size:14px;
	position: relative;
}

div.black_box h2 span {
	position:absolute;
	top:25%;
	left:15px;
	color:#FFFFFF;
}

div.black_box h2 a {
	text-decoration: none;
	color:#FFFFFF;
	left:15px;
	position:absolute;
	top:25%;
}

div.black_box h2 a:hover {
	text-decoration: underline;
}

div.black_box p {
	margin: 0 15px 0 15px;
}

div#recent_news_black_box {
	margin:0 24px;
	font-size:10px;
}

div#recent_news_black_box p span {
	color: #958bb7;
}

div#recent_news_black_box hr {
	width: 90%;
}

div#upcoming_events_black_box div {
	margin:0 10px 25px;
	height: 113px;
	text-align:center;
}

div#upcoming_events_black_box h3 {
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

div#upcoming_events_black_box p {
	margin: 0 auto;
	text-align: center;
}

div#upcoming_events_black_box a {
	color:white;
	text-decoration:none;
}

div#upcoming_events_black_box a:hover {
	text-decoration:underline;
}

/** PAGES **/
h2.page_heading {
	background: url('../img/page_header.png') repeat-x;
	height: 36px;
	margin:0 0 -5px;
	padding-top:5px;
	text-indent:15px;
}

div.page_content {
	background: #343434;
	padding: 10px;
	letter-spacing:0.5pt;
	text-align: justify;
}

div.page_content h2 {
	letter-spacing: 0;
}

div.page_left {
	float: left;
	width: 300px;
}

div.page_left div#recent_news_black_box {
	margin: 0 0 15px 0;
}

div.page_right {
	float: right;
	width: 615px;
}

/** ABOUT PAGE **/
div.about_box {
	background-color: #cccccc;
	width: 292px;
	margin-bottom:15px;
	padding:9px 0;
}

div.about_inner_box {
	margin: auto;
	background: url('../img/about_inner_box.png') repeat-y;
	width:275px;
	position: relative;
}

div.about_box_links {
	padding:5px 0;
}

a.about_box_link {
	display: block;
	width: 295px;
	height: 42px;
	text-decoration: none;
	color: #000000;
	cursor:pointer;
}

a.about_box_link:hover, span.about_box_hover_preload {
	background: url('../img/about_box_hover.png') no-repeat;
	color: #FFFFFF;
}

a.about_box_link div {
	padding:12px 15px;
	width: 250px;
}

a.about_box_link div.about_link_double {
	padding: 5px 15px;
}

/****************/
/* CONTACT FORM */
/****************/
div#contact_form_wrapper label {
	background:#000000 none repeat scroll 0 0;
	color:#958BB7;
	display:block;
	float:left;
	font-weight:bold;
	height:18px;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px;
	text-indent:10px;
	width:130px;
	font-family:sans-serif;
}

div#contact_form_wrapper input {
	font-size:16px;
	height:22px;
	width:350px;
}

div#contact_form_wrapper textarea {
	font-family:sans-serif;
	font-size:16px;
	height:150px;
	width:350px;
}

div.contact_page_left {
	float:left;
}

div.contact_page_right {
	float:right;
}

p#contact_form_instruction {
	clear:both;
	margin-bottom:75px;
	position:relative;
	top:30px;
}

a#contact_form_submit {
	cursor:pointer;
	display:block;
	background: url('../img/contact_submit.png') no-repeat;
	width:141px;
	height:28px;
	margin:10px 0 25px 360px;
}

/* SYSTEM MESSAGES */
div.system_message {
	width: 92%;
	margin:auto;
}

p.system_message_links a {
	color:#605093;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;
}

p.system_message_links a:hover {
	color:#9179e0;
	text-decoration:underline;
}

/* PAGINATION LINKS */

div.pagination_links {
	float:right;
}

div.pagination_links a {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
}

div.pagination_links a:hover {
	color:#666666;
	text-decoration: underline;
}

div.pagination_links strong {
	color:#666666;
	font-weight:normal;
}

/* CONFERENCE DOCUMENTS PAGE */
div.pdf_icon {
	background:url('../img/pdf_icon.png') no-repeat;
	height: 37px;
	width: 32px;
	float:left;
}

div.doc_icon {
	background:url('../img/doc_icon.png') no-repeat;
	height: 37px;
	width: 32px;
	float:left;
}

div.default_icon {
	background:url('../img/default_icon.png') no-repeat;
	height: 37px;
	width: 32px;
	float:left;
}

a.conference_docs_link {
	display:block;
	color:#605093;
	font-weight:bold;
	text-decoration: none;
	font-size:14px;
	padding-bottom:10px;
}

a.conference_docs_link:hover {
	color:#9179e0;
	text-decoration:underline;
}

/**
* iSEEK
***/
div.iSEEKSearchBox {
	float:right;
	margin-right: 15px;
}

input.iSEEKButton {
	background: transparent url(../img/iSEEKButton.png);
	border-width: 0;
	width: 50px;
	height: 27px;
	border: none;
	padding: 0;
}

input.iSEEKSearchField {
	background: #FFF url(http://www.iseek.com/es/images/bg.input.iseek.powered.gif) no-repeat right bottom;
}

div.iSEEKembeddedSearchView {
	width:915px;
	margin-left:3.4px;
}

/** MEMBER ANNOUNCEMENTS MINI **/
div#member_announcements_mini p span {
	color: #958bb7;
	font-weight:bold;
}

div#member_announcements_mini a.recent_member_blog_view_more_link {
	margin-right:25px;
}

div#member_announcements_mini hr {
	clear:right;
	margin:25px 19px 15px;
	width:90%;
}