img{
	outline:none;
	border: 0;
}

.box_sep_home {
	border-top: 2px solid #0a4c80;
	width: 750px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 10px auto;
}

.box_sep_home_top {
	width: 750px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 10px auto;
}


#boxes{
	width:794px;
	margin:0 auto;
	padding:10px 0 90px 0;
}

.join-tb{
	background:#FFF;
	width:180px;
	padding:3px 7px;
	border:2px solid #386C98;
	color:#999;
}

.join-b{
	border:0; cursor:pointer;
	width:102px;
	height:25px;
	background:url(../images/signin.png) top left no-repeat;
}

.cell{
	float:left;
	margin:0 10px 5px 0;
}

.cell a{
	text-decoration:none;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-style:italic;
	font-size:11px;
	color:#F37539;
}

.box{
	float:left;
	height:149px;
}

.clear{
	clear:both;
}

.tb-search{
	border:0;
	width:228px;
	height:22px;
	padding:5px;
	background:url(../images/bg-search-box.png) top left no-repeat;
	color:#999;
}

.b-search{
	width:39px;
	height:36px;
	border:0;
	background:url(../images/bg-search-button.png) top left no-repeat;
	cursor:pointer;
}

.sb{
	float:left;
}

#left-side {
	float: left;
	width: 210px;
	padding-right: 20px;
}

#right-side {
	float: left;
	width: 210px;
	padding-left: 10px;
}

#the_body{
	z-index:1;
	background-color: #fff;
	float: left;
	padding: 0 30px 0 30px;
	width: 580px;
	border-left: 1px solid #aec1ce;
	border-right: 1px solid #aec1ce;
}

#the_body.wide {
	width: 800px;
	border-right: 0;
}

#the_body h1 {
	color: #004c84;
	font-weight: normal;
	margin-bottom: 20px;
}

table.forms td {
	padding: 5px;
	vertical-align: top;
}

.txt-field {
	width: 250px;
}

.tx {
	width: 500px;
	padding: 5px;
}

.submit-btn {
	color: #00467f;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #00467f;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.submit-btn:hover {
	background-color: #002947;
	color: #fff;
}

a.contact-btn, a.contact-btn:visited {
	color: #00467f;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #00467f;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 20px 10px 0;
	display: block;
	text-decoration: none;
	width: 200px;
	float: left;
	text-align: center;
}

a.contact-btn:hover {
	background-color: #f2f2f2;
}

.contact-btn {
	
}

.message {
	background-color: #ffe2e2;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #ff4e4e;
	margin-bottom: 5px;
}

.hint {
	color: #000;
	font-size: 9pt;
	font-style: italic;
	display: block;
	margin-top: 10px;
}

.error-form {
	background-color: #ffe2e2;
	padding: 10px;
}

.msg {
	background-color: #e3ffe2;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #4eff5a;
	margin-bottom: 5px;
}

.ts {
	padding: 5px;
}

.required {
	font-weight: bold;
	color: #ff0000;
}

.error-message {
	color: #ff0000;
	font-size: 9pt;
}

.newsbox {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.newsbox span {
	display: block;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}


/** default styles **/

.article_sep {
	height: 1px;
	background-color: #ccc;
	width: 100%;
}

.articlepic {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.user_tabs h3 {
	
}

#member_tabs h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #004a80;
	color: #fff;
}
#member_tabs {
	font-size: 10pt;
}

#member_tabs div ul {
	margin-left: 40px;
}

#member_tabs div ul li {
	margin-bottom: 5px;
}

h3.articleheader {
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 10px;	
}

#casestudies p {
	font-size: 10pt;
}

#articles p {
	font-size: 10pt;
}


.member_actions {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 10px;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */	
}

.member_actions span {
	font-size: 9pt;
}

.profile_pic {
	border: 2px solid #ccc;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

#the_body ul, #the_body ol {
	margin: 0 0 20px 40px;
}

#the_body li {
	margin: 0 0 10px 0;
}

.tb{
	background:#FFF;
	border:1px solid #999;
	padding:3px;
	width:200px;
}

.ts{
	background:#FFF;
	border:1px solid #999;
	padding:3px;
	width:200px;
}

.tx {
	background:#FFF;
	border:1px solid #999;
	padding:5px;
	width:500px;
	height: 150px;
	font-family: Arial;
	font-size: 10pt;
}

.biography_tx {
	background:#FFF;
	border:1px solid #999;
	padding: 10px;
	width: 700px;
	height: 300px;
	font-size: 10pt;
}

.header_strong {
	display: block;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.attention {
	padding: 10px;
	background-color: #dbf4fa;
	border: 1px solid #48abee;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */
}

.form_header {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #48abee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	color: #004c84;
}

.grid{
	border-collapse: collapse;
	width:100%;
	border:0px solid #999;
}

.grid tr.header td{
	background:#F5F5F5;
	color:#000;
	padding:5px 5px 5px 0;
	font-weight:bold;
}

.grid tr:hover {
	background-color: #EEE;
}

.grid td{
	border-bottom:1px solid #DDD;
	padding:5px 5px 5px 0;
	font-size: 12px;
}

.grid td a{
	text-decoration:none;
	color:#3399CC;
}

.mailheader {
	background-color: #f2f2f2;
	padding: 10px;
	width: 100px;
	font-weight: bold;
}

.unread_email {
	padding: 2px 5px 2px 5px;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */
	font-size: 8pt;
	background-color: #fff;
	color: #000;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
}

.premium_listing {
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #f2f2f2;
	margin-bottom: 10px;
}

.premium_listing a {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.basic_listing {
	padding: 15px;
	margin-bottom: 10px;
	background-color: #f2f2f2;
}

.basic_listing a {
	display: block;
	margin-bottom: 5px;
}

.banners_sidebar {
	text-align: center;
}

.option_box {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	padding: 10px;
}

.option_box p {
	font-size: 9pt;
}

.option_box a.big_link {
	display: block;
	margin-bottom: 5px;
}

.process_map_header {
	background-image: url(../images/process_map_header.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 750px;
	height: 48px;
}

.process_map_header div {
	float: left;
}

.process_map_header .pm_letter {
	color: #fff;
	font-size: 22pt;
	margin-top: 2px;
	width: 50px;
	text-align: center;
}

.process_map_header .pm_title {
	color: #fff;
	font-size: 16pt;
	margin-top: 5px;
	width: 320px;
	margin-left: 10px;
	text-align: left;
}

.process_map_header .pm_weeks {
	color: #000;
	font-size: 12pt;
	margin-top: 8px;
	width: 200px;
	margin-left: 10px;
	text-align: left;
}

.process_map_content {
	width: 720px;
	margin-top: 5px;
	padding: 10px;
	border: 3px solid #0a4c80;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */
}
.process_map_confirm_all {
	margin-bottom: 25px;
	margin-top: 10px;
}

.process_map_content .process_map_nav {
	width: 350px;
	float: left;
}

.process_map_content .process_map_nav a {
	display: block;
	margin-bottom: 5px;
}

.process_map_content .process_map_nav img {
	float: left;
	margin-right: 5px;
}

.process_map_content .process_map_desc {
	float: left;
	margin-left: 10px;
	width: 350px;
	text-align: justify;
}

.process_map_content .pm_desc {
	display: none;
}

.member_view_box {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */
	padding: 10px;
	margin-bottom: 10px;
}

.unchecked_box {
	width: 15px;height: 15px;border: 1px solid #444;float: left;
	margin-right: 5px;
	-webkit-border-radius: 2px; /* Safari prototype */
	-moz-border-radius: 2px; /* Gecko browsers */
	border-radius: 2px; /* Everything else - limited support at the moment */
}

.unchecked_box:hover {
	background-color: #ccc;
}

.unchecked_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.process_map_content .process_map_nav .small_ignore {
	display: inline;
	margin: 0;
}

.print_btn_large {
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	width: 730px;
	text-align: center;
	font-size: 16pt;
	margin-bottom: 20px;
}

.simple_header td {
	border-bottom: 3px solid #ccc;
	font-weight: bold;
	text-align: center;
}

/** jquery **/
.ui-tabs {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-tabs-nav {
	/*background-color: #fff;
	border: 0;*/
}

#profile_tab ul {
	margin: 0;
}


#member_tabs ul {
	margin: 0;
	margin-left: 0;
}

#member_tabs ul li {
	padding-bottom: 0;
	margin-bottom: 0;
}

#member_tabs .navbg {
}

.ad_box {
	width: 200px;
	text-align: left;
	font-size: 11pt;
}

.sep_boxes {
	margin-top: 5px;
	border-bottom: 1px dotted #444;
	width: 100%;
	margin-bottom: 5px;	
}

.smallhint {
	font-size: 9pt;
}


.boardexperience {
	background-color: #f2f2f2;
	padding: 10px;
	margin-top: 20px;
}

.boardexperience .caption {
	width: 220px;
}

.exp_hide {
	display: none;
}

.largeform .caption {
	width: 200px;
}

.exp-header {
	font-weight: bold;
}

#experience {
	display: none;
}

#ranking .field {
	width: 100px;
}

#ranking .caption {
	width: 250px;
}

.director-box {
	border: 1px solid #002947;
	padding: 15px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px; /* Safari prototype */
	-moz-border-radius: 5px; /* Gecko browsers */
	border-radius: 5px; /* Everything else - limited support at the moment */
}

.quick-box {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	text-align: center;
	width: 96%;
	-moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
 	border-radius: 10px; /* CSS3 */
	padding: 10px;
	margin-bottom: 15px;
}

/* ************************************************** */

#memberPic {
	float: left;
	padding-right: 10px;
}
#memberInfo {
	float: left;
	padding-right: 50px;
}
#memberBoxes {
	float: left;
	width: 250px;
}

.column {
	padding:0 10px 10px 0;
	width: 235px;
	float: left;
}

.crumbs a {
	padding: 0 4px;
}

.submit-btn {
	color: #459eb1;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #459eb1;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.submit-btn:hover {
	background-color: #459eb1;
	color: #fff;
}

article, article p { font-size: 15px; }

.topnote {
	float: right;
	margin: 20px 0 0 0; padding: 0;
	font-weight: bold;
	color: #000;
}

#dirSearchControls {
	float: right;
	margin-top: -8px;
}

#dirSearchControls a {
	text-decoration: none;
}

#dirSearchControls .submit-btn{
	margin-left: 10px;
}

.left {float: left;}
.right {float:right;}