/* All Headers Element & Body Width */
#before-header-bg { 
	height:18px;
}

#before-header{
	height:18px;
	width:940px;
	margin:0 auto;
	padding:0;
}

#header-bg {
	
}

#header{
	width:940px;
	margin:0 auto;
}

#after-header{
	width:940px;
	margin:0 auto;
}

#wrapper{
	width:940px;
}

#main-column { 
	margin:0 0 0 25px; 
	width:640px; 
	padding:0;
	float:left;
	display:inline;
	overflow:hidden;
}

#membership-column {
	float:left;
	width:234px; 
	margin:0; 
	padding:0; 
	overflow:hidden;
	display:inline;

}

#footer{
	width:940px;
}

/* Membership Menu Sidebar */
#member-menu {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	border:1px solid #e3e3e3;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#808080;
}

#member-menu li.member-menu-head {
	margin:0;
	padding:9px 13px;
	background:#f1f1f1;
	color:#555555;
	font-weight:bold;
	border-top:1px solid #FFF;
	border-bottom:1px solid #dddddd;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	line-height:18px;
}

#member-menu li {
	color:#555555;
	border-bottom:1px solid #f1eeee;
}

#member-menu li a {
	text-decoration:none;
	padding:9px 13px;
	display:block;
	line-height:21px;
}

#member-menu li a:hover {
	text-decoration:none;
	background:#F5F5F5;
}

#member-menu li a.last-nav {
	text-decoration:none;
	padding:9px 13px;
	display:block;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#member-menu li a.last-nav:hover {
	text-decoration:none;
	background:#F5F5F5;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height:21px;
}

.last-menu {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.member-sidebar-text {
	margin:0 0 20px 0;
	padding:0;
}

.member-sidebar-text h3 {
	padding:0 0 8px 0;
	color:#808080;
	font-weight:bold;
	line-height:18px;
	border-bottom:1px solid #E5E5E5;
}

.member-sidebar-text p {
	color:#808080;
	line-height:18px;
}

/* Membership Login */

#loginform {
	width:370px;
}

.login-password label, .login-username label {
	width:140px;
	display:block;
	float:left;
}

.login-password .input, .login-username .input{
	border:1px solid #ccc;
	padding: 4px;
	width:220px;
	color:#666;
	font-weight:600;
	font-size:16px;
	background:#fbfbfb;
}

.login-remember {
	float:left;
}

.login-submit {
	float:right;
}

.button-primary {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
}

/* DAP Login */
.dap-field {
	border:1px solid #ccc;
	width:220px;
	padding: 3px;
	color:#666;
	font-weight:600;
	font-size:16px;
	background:#fbfbfb;
}

.dap-button {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
}

/* Membership Downloads */
.member-downloads {
	margin:33px 0 15px 0;
	padding:30px 20px 10px 20px;
	border:1px solid #E5E5E5;
	background: url(../images/downloads-bg.png) repeat-x bottom;
	position:relative;
}

.downloads-icon {
	position:absolute;
	background:#FFF url(../images/icons/downloads.png) no-repeat;
	top:-23px;
	left:10px;
	height:39px;
	width:190px;
}

.download-item-left {
	width: 45%;
	height:32px;
	float:left;
	margin:5px 0;
	overflow:hidden;
	display:inline;
}

.download-item-right {
	width: 45%;
	height:32px;
	float:right;
	margin:5px 0;
	overflow:hidden;
	display:inline;
}

a.member-audio {
	height:32px;
	display:block;
	line-height:32px;
	padding-left:40px;
	background: url(../images/icons/file-audio.png) no-repeat;
	color:#00709e;
}

a.member-pdf {
	height:32px;
	display:block;
	line-height:32px;
	padding-left:40px;
	background: url(../images/icons/file-pdf.png) no-repeat;
	color:#00709e;
}

a.member-zip {
	height:32px;
	display:block;
	line-height:32px;
	padding-left:40px;
	background: url(../images/icons/file-zip.png) no-repeat;
	color:#00709e;
}

a.member-video {
	height:32px;
	display:block;
	line-height:32px;
	padding-left:40px;
	background: url(../images/icons/file-video.png) no-repeat;
	color:#00709e;
}

a.member-mmap {
	height:32px;
	display:block;
	line-height:32px;
	padding-left:40px;
	background: url(../images/icons/file-mmap.png) no-repeat;
	color:#00709e;
}

a.member-text {
	height:32px;
	display:block;
	line-height:32px;
	padding-left:40px;
	background: url(../images/icons/file-text.png) no-repeat;
	color:#00709e;
}

a.member-other {
	height:32px;
	display:block;
	line-height:32px;
	padding-left:40px;
	background: url(../images/icons/file-other.png) no-repeat;
	color:#00709e;
}

/* Member Info */
.member-info {
	margin:0 0 20px 0;
	padding:10px 10px;
	background:#F5F5F5;
	color:#808080;
}

.member-avatar {
	margin:0 10px 0 0;
	padding:0;
	float:left;
}

.member-avatar img {
	padding:5px;
	border:1px solid #E5E5E5;
	background:#FEFEFE;
}

/* Member Registration */
.member-register {
	width:480px;
	margin:20px auto;
}

.member-register td {
	padding:5px 0;
}

.member-register-field {
	border:1px solid #ccc;
	padding: 3px;
	color:#666;
	font-weight:600;
	font-size:16px;
	background:#fbfbfb;
	width:200px;
}

.member-register-btn {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
}

.member-register-error, .member-register-success {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.member-register-success {
	background:#ffffe0;
	border-color:#e6db55;
}

.member-register-error {
	background:#ffebe8;
	border-color:#cc0000;
}

.member-register-error p, .member-register-success p {
	margin: 0.5em 0;
	line-height: 14px;
	padding: 2px;
	color:#212121;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

/* Membership Form */

.pt-form-table {
	border-collapse: collapse;
	margin-top: 0.5em;
	width: 100%;
	margin-bottom: -8px;
	clear: both;
}

.pt-form-table td {
	margin-bottom: 9px;
	padding: 8px 10px;
	line-height: 20px;
	font-size: 11px;
}

.pt-form-table th {
	font-weight: normal;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

.pt-form-table th {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	width: 200px;
}

.pt-form-table th.th-full {
	width: auto;
}

.pt-form-table td p {
	margin-top: 4px;
}

input.pt-regular-text {
	width: 14em;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 13px;
	padding: 3px 8px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

p.pt-description, span.pt-description {
	font-size: 11px;
	font-style: italic;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	color: #808080;
}