/* General - Global
________________________________*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #535456; 
	font-size: 14px;
	background-color: #fff;
}

p {
	color: #535456;
	font-size: 14px;
	padding: 0;
	margin: 0 0 1.3em;
	text-align: justify;
}

h1 { 
	color: #535456;
	font-size: 22px;
	padding: 0;
	margin: 0 0 1.3em;
	font-weight: bold; 
}

h2 {
	color: #535456;
	font-size: 18px;
	padding: 0;
	margin: 0 0 1.3em;
	font-weight: bold;
}

td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #535456;
	font-size: 13px;
}

ul, li { 
	color: #535456;
	font-size: 14px;
	padding: 0;
	text-align: left;
}

ul {
	list-style: none;
	margin: 1.7em 2em 1.7em;
}

li { 
	margin: 1em 0 1em 0;
}

form ul li {
	text-align: right;
}

button,
select,
input[type='submit'] {
	cursor: pointer;
}

form ul {
	width: 631px;
}

select {
	color: #818588;
	font-size: 16px;
	background-color: #f4f4f4;
	width: 308px;
	height: 28px;
}

input {
	color: #818588;
	background-color: #f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	outline: 0;
	font-size: 16px;
	border: solid 1px #999;
}

input:focus,
textarea:focus { 
	background-color: #fff;
}

input[type='text'],
input[type='password'] {
	width: 300px;
	height: 24px;
	outline: 0;
	padding: 1px 0 1px 6px;
}

input[type='text'].num {
	width: 50px;
}

textarea {
	color: #818588;
	background-color: #f4f4f4;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	outline: 0;
	font-size: 16px;
	border-width: 1px;
	vertical-align: top;
	height: 90px;
	width: 300px;
	padding: 2px 0 0 6px;
	vertical-align: middle;
	resize: vertical;
}

input[type='radio'] {
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
}

button,
input[type='submit'],
input[type='button'] {
	margin: 12px 0 0;
	width: 308px;
	height: 28px;
	font-size: 16px;
	color: #818588;
	padding: 0;
	background-color: #e4e4e4;
	border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

button:active,
input[type='submit']:active,
input[type='button']:active {
	color: #818588;
	background-color: #f4f4f4;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

form {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #2A537A;
	outline: none 0;
}

a:hover	{
	color: #5A2149;
}

.italic	{
	font-style: italic;
}

.strong {
	font-weight: bold;
}

.focus {
	color: #535456;
	font-style: normal;
	background-color: #fff;
}

.blur {
	color: #d3d3d3;
	font-style: italic;
	background-color: #FFF7E0;
}

.clear {
	position: relative;
	clear: both;
	width: 100%;
}

.blockquote { 
	margin-left: 80px;
}

.finePrint {
	color: #888;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.sidebox {
	margin: 0 0 1em;
	padding: .5em 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFAEB;
	background-color: #2A537A;
	border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.sidebox a {
	color: #FFFAEB;
}

.box {
	text-align: left;
	margin: 0 0 20px;
	padding: 15px;
	border: solid 1px #2A537A;
	border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.boxtop {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFAEB;
	background-color: #2A537A;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
}

.boxtop2 {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFAEB;
	background-color: #2A537A;
}

.boxbody {
	text-align: left;
	/*background-color: #F0F0F0;*/
	background-color: #FFFAEB;
	padding: 20px;
	border: solid 1px #062135;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	color: #2A537A;
	margin: 0 0 1em;
}

.boxbody ul,
.showcase ul {
	margin: 0;
	padding: 0;
}

.showcase {
	margin: 0 0 1em;
	text-align: left;
	background-color: #FFF;
	padding: 20px;
	border: solid 1px #062135;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #2A537A;
}

.showcase img {
	width: 210px;
}

#exhibitors div#carousel {
    margin: 1em 0 0;
}

#mission .boxbody {
	text-align: justify;
}

#board .boxbody {
	padding: 10px;
}

.line-error p {
	text-align: right;
	color: #f00;
	margin: .5em 0 0;
}

.search-error p {
	text-align: left;
	color: #f00;
	margin: .5em 0 0;
}


p.category-description {
	margin: .6em 0 2em 331px;
	width: 300px;
	text-align: justify;
}

.byline {
	font-size: initial;
	font-weight: initial;
}

.drop-shadow {
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 16px #888;
	-webkit-box-shadow: 0 0 16px #888;
	box-shadow: 0 0 16px #888;
}

.image-right {
	float: right;
	margin: 0 0 2em 50px;
}

.member img {
	margin: 0 auto 2.0em;
}


/* Start
_______________________________*/

#start > p,
#start > h1,
#start #results ul,
#start #results h2 {
	margin: .5em 60px;
}

#start #results ul li {
	margin: 1.2em 1em;
}

#search,
#auth form,
#start form,
#category form,
#registration form {
	visibility: hidden;
}

/* Pagination
_______________________________*/

p.pagination {
	margin: 2em 0;
}

.page {
	padding: 2px 4px;
	border: 1px solid #999;
	background-color: #E9EDF2;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.page-current {
	font-weight: bold;
	background-color: #fff;
	color: #000;
}


/* Home Page
________________________________*/

#home #sidebar {
	float: right;
	width: 250px;
	margin: 0 0 0 20px;
}

#home #events {
	float: left;
	width: 660px;
	margin: 0 0 40px;
}

#home #events #www {
	float: left;
	width: 45.45%;
}

#home #events #ll {
	float: right;
	width: 45.45%;
}

#home #events .boxtop {
	width: 300px;
}
#home #events .boxbody {
	width: 258px;
}

#home .boxbody ul li > ul li {
	margin: 8px 1em;
	font-weight: normal;
}

#home .boxbody > ul li {
	color: #666;
	/*font-weight: bold;*/
	font-size: 95%;
}

#home #welcome,
#home #mission,
#home #show {
	float: left;
	width: 660px;
	margin-bottom: 40px;
}

#home #mission .boxbody {
	text-align: justify;
}

#home #welcome p {
	font-size: 15px;
}

#home #ralogo img {
	margin: 40px 0 0;
}

#home #buttons {
	clear: both;
	margin: 0 0 0 44px;
}

#home #loginnow,
#home #mailinglist {
	background-image: url('/graphics/home/home-buttons.jpg');
	background-repeat: no-repeat;
	display: block;
  	text-indent: -9000px;
  	outline: none;
  	width: 190px;
  	height: 64px;
  	float: left;
  	margin: 70px 0 0 0;
}

#home #mailinglist {
	background-position: 0 0;
}

#home #loginnow {
	background-position: -190px 0;
}

#home #mailinglist:hover {
	background-position: 0 -64px;
}

#home #loginnow:hover {
	background-position: -190px -64px;
}

/* Education Page
________________________________*/

/* Events Page
________________________________*/

/* News Page
________________________________*/

#news .box ul,
#news .boxbody ul {
	list-style: none;
	margin: 1em 0;
}

#news .boxbody ul li {
	margin: 8px 0;
}

#news .box ul li {
	margin: 8px 0 8px 40px;
}

#news #topbox {
	 float: left;
	 width: 598px;
}

#news #calendar {
	float: right;
	width: 310px;
	margin: 0 0 20px 40px;
}

#news .newslist {
	float: left;
	width: 50%;
}

/* About Page
________________________________*/

#about #board {
	width: 960px;
	margin: 0 0 2em;
}

#about #board #directors {
	display: table;
	border-collapse: separate;
	border-spacing: 10px;
}

#about #board .row {
	display: table-row;
}

#about #board .member {
	display: table-cell;
	border: solid 1px #B7C8D8;
	border-radius: 6px;
	background-color: #fff;
	color: #2A537A;
	width: 427px;
	padding: 20px;
	text-align: center;
}

#about #board .member p {
	margin: 1.7em 2.0em 0em;
	font-size: 12px;
	font-style: italic;
	color: #2A537A;
}

#about #board .row1 .member,
#about #board .row2 .member,
#about #board .row3 .member {
	width: 447px;
	min-height: 410px;
}

#about #board .directors {
	font-size: 16px;
	color: #2A537A;
	text-align: center;
}

#about #board .row3 .member,
#about #board .row4 .member {
	/*width: 293px;*/
	display: inline-block;
}

#about #board .row4 .member  {
	width: 400px;
	float: none;
	margin: 10px;
}


#about #board .row1,
#about #board .row2,
#about #board .row3,
#about #board .row4 {
	text-align: center;
	margin: 15px 0;
	overflow: hidden;
	clear: both;
}

#about #mission {
	float: left;
	width: 660px;
	margin: 1.3em 0 2.6em 150px;
	overflow: hidden;
}

.presidents {
	float: left;
	text-align: center;
	width: 240px;
	margin: 1.8em 0 2.2em;
}

/* Membership Page
________________________________*/

#membership > ul {
	list-style: none;
}

#membership > ul > li {
	font-weight: bold;
}

#membership > ul > li li {
	font-weight: normal;
}

#membership .sectionwrapper {
	width: 565px;
	text-align: justify;
	margin: 0;
}

#membership ul {
	margin: 1em 0 1.7em;
}

#membership ul li {
	margin: 0 0 .4em 50px;
}

#membership .boxbody ul {
	list-style: none;
	margin: 0;
}

#membership .boxbody ul li {
	margin: 1em;
}

#membership #memberlinks {
	float: right;
	width: 250px;
	margin: 0 0 0 20px;
}

#membership ul#benefits {
	margin: 3em 0 0 0;
}

#membership ul#benefits p {
	font-weight: bold;
	font-size: 120%;
}

#membership ul#benefits img {
	float: left;
	margin: 0 40px 4em 0;
}

#membership ul#benefits>li {
	clear: left;
}

#membership ul#benefits li>ul {
	margin: 1em 0 3em 0;
}

/* Contact Us Page
________________________________*/

/* Membership/Events Controller Section
________________________________*/

#results ul li {
	
}

#messages-validation {
	margin: 0 0 1em 60px;
}

#messages-validation p {
	color: #f00;
	font-size: 1.2em;
	margin: .5em 0;
}

#results h2 {
	margin: 0 0 1em 60px;
}

form ul {
	list-style: none;
}

fieldset {
	border: 1px solid #666;
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 2em 0 3em;
}

legend {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	padding: 0 6px;
	margin: 0 20px;
}

label {
	font-size: 15px;
	font-weight: bold;
	padding: 0 6px 0 0;
}

#map_canvas {
	overflow: hidden;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 16px #777; /* Firefox */
	-webkit-box-shadow: 0 0 16px #777; /* Safari, Chrome */
	box-shadow: 0 0 16px #777; /* CSS3 */
}

#view-company,
#view-associate {
	float: left;
	width: 450px;
	margin: 0 0;
}

#view-company ul,
#view-associate ul {
	margin-top: 0;
	margin-bottom: 3em;
}

#view-company ul li,
#view-associate ul li {
	margin-top: 0;
}

#view-company label,
#view-associate label {
	font-weight: bold;
	margin: 0 1em 0 0;
}

#view-company #associates {
	margin: 3em 0 1em;
}

/* ACP
________________________________*/
.flag {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #a00;
	padding: 5px 10px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius:14px;
}

.inactive,
.inactive a,
.inactive a:link {
	color: #888;
}

span.deactivated {
	color: #f00;
	font-style: italic;
}

/* Messages Box
_______________________________*/

#messages {
	width: 340px;
	border: 1px solid #666;
	text-align: center;
	color: #f00;
	margin: 0 294px;
	padding: 15px;
	position: absolute;
	z-index: 99;
	background-color: #E9EDF2;
	opacity: 0.90;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	-moz-box-shadow: 0 0 16px #777; /* Firefox */
	-webkit-box-shadow: 0 0 16px #777; /* Safari, Chrome */
	box-shadow: 0 0 16px #777; /* CSS3 */
}

#messages p {
	text-align: center;
	color: #f00;
	margin: 10px 0;
	padding: 0;
}

#messages .error {
	font-weight: bold;
}

#captcha-box img {
	vertical-align: middle;
	padding: 0 0 0 4px;
}


/* Events
_______________________________*/

ul#sponsorships,
ul#prize_wheel,
ul#lunch_options {
	margin: 0;
	list-style: disc;
}

ul#sponsorships li,
ul#prize_wheel li,
ul#lunch_options li {
	margin: 0 0 0 3em;
}

#register p {
	margin-left: 322px;
}