/*******************************
 DEFAULTS AND TEMPLATE SUPPORT *
********************************/

/* basic colors:
dark blue: #2b4c93
light blue: #999db9
red: #b32317
orange: #f47b20
peach: #fdf6e2
yellow: #ffd457
grey: #e6e7ee
*/

/* start with a clean slate */

html, body, form, fieldset, div, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, object,
blockquote, ul, ol, li, dl, dd, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1.5em;
}

input, select, textarea {
	margin: 0;
	padding: 0;
}

/* fonts */

body, td {
	/* we specifically include td to keep IE5.5 Win happy */
	font: 11px verdana,helvetica,arial,sans-serif;
}

input, select, textarea {
	font: 11px verdana,helvetica,arial,sans-serif;
}

/* misc text stylings */

h1 {
	margin-top: 0;
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 13px;
}
li {
	margin: 1em 0 1em 1.5em
}
a {
	outline: none;
	text-decoration: none;
	color: #2b4c93;
	font-weight: bold;
	border-bottom: 1px dotted;
}
hr {
	border: none;
	color: #000;
	background: #000;
	height: 1px;
}

/* misc divs */

.odd {
	background: #ccc;
}
.even {
	background: #fff;
}

.padded {
	padding: 1px 10px;
}

.nomargin {
	margin: 0;
}
.margintop {
	margin-top: 1em;
}
.margintoponly {
	margin: 1em 0 0 0;
}
.marginbottom {
	margin-bottom: 1em;
}
.marginbottomonly {
	margin: 0 0 1em 0;
}

.leftcell {
	width: 285px; /* includes padding/border for IE5 Win */
	w\idth: 275px; /* proper width */
	padding: 0 10px 0 0;
	float: left;
}
.rightcell {
	width: 285px; /* includes padding/border for IE5 Win */
	w\idth: 275px; /* proper width */
	padding: 0 0 0 10px;
	float: left;
}
.quote {
	font-size: 16px;
	color: #f47b20;
	font-style: italic;
	font-weight: bold;
}

/* images */

img {
	border: none;
    display: block;
}
img.inline {
	display: inline;
}
div.pic small {
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2;
}
div.align-c {
	margin: 10px auto;
}
div.align-r {
	float: right;
	margin: 0 0 10px 10px;
}
div.align-l {
	float: left;
	margin: 0 10px 10px 0;
}
div.border {
	border: 1px solid #000;
	padding: 2px;
}

/* simple default form elements often used in templates */

form div.formrow {
	margin: 6px 0;
}
form label {
	display: block;
	font-weight: bold;
}
form label.inline {
	display: inline;
	font-weight: bold;
}
form input.submit {
	margin: 1em 0;
	font-weight: bold;
	overflow: visible; /* removes extra space beside text in IE Win 5.5+ */
	padding: 1px 2px;
}
form input.submit.inline {
	margin: 0;
}
form span.req {
	font-weight: bold;
	color: red;
}

/* hacks : some IE specific declarations are in conditional comments in category.tmpl */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */

.ir {
	margin: 0;
	padding: 0;
	text-indent: -8888px; /* Phark image replacement */
}

/*******************************
 MAIN STRUCTURAL DIVS          *
********************************/

body {
	background: #fff;
	text-align: center; /* centering for IE5.x */
}

.container {
	width: 850px;
	w\idth: 800px;
	padding: 0 25px;
	margin: 0 auto;
	text-align: left;
}

/* top */

#top {
	background: #fff;
}
#top .container {
	min-height: 109px;
	background: url(../images/bg_top_beta.gif) no-repeat;
}
#logo {
	height: 109px;
	width: 500px;
	margin: 0;
	text-indent: -8888px;
}
#logo a {
	display: block;
	height: 109px;
	width: 500px;
	border-bottom: none;
}

/* login box */

#login,
#logout {
	float: right;
	font-size: 10px;
}
#login {
	width: 248px;
	w\idth: 170px;
	padding-left: 78px;
	margin-top: 5px;
	background: url(../images/bg_login.gif) no-repeat;
}
#logout {
	width: 170px;
	margin-top: 10px;
}
#login input {
	vertical-align: middle;
	font-size: 10px;
}
#login label {
	font-weight: normal;
}
#login form .formrow {
	margin: 2px 0;
}
#login_box_username {
	width: 156px;
}
#login_box_password {
	width: 121px;
}

/* top nav */

#mainnav {
	width: 800px;
	height: 43px;
}
#mainnav ul {
	margin: 0;
	list-style: none;
}
#mainnav ul ul {
	position: absolute;
	top: 43px;
	left: -999em;
	background: #f47b20;
}
#mainnav li:hover ul, #mainnav li.over ul {
	left: auto;
	z-index: 32767;
}
li#success:hover ul, li#success.over ul {
	left: -48px;
}
#mainnav li {
	margin: 0;
	float: left;
	position: relative;
}
#mainnav li li {
	float: none;
}
#mainnav li span {
	visibility: hidden;
	height: 43px;
	display: block;
	cursor: default;
}
#mainnav li li a,
#mainnav li li strong {
	width: 146px;
	w\idth: 126px;
	padding: 5px 10px;
	display: block;
	color: #fff;
	border-top: 1px solid white;
	border-bottom: none;
}
#mainnav li li strong {
	cursor: default;
}
#mainnav li li:hover, #mainnav li li.over {
	background: #b32317;
}
li#about {
	width: 107px;
	background: url(../images/bg_topnav_about.gif) no-repeat;
}
li#whatsnew {
	width: 117px;
	background: url(../images/bg_topnav_whatsnew.gif) no-repeat;
}
li#getstarted {
	width: 121px;
	background: url(../images/bg_topnav_getstarted.gif) no-repeat;
}
li#community {
	width: 126px;
	background: url(../images/bg_topnav_community.gif) no-repeat;
}
li#opportunities {
	width: 147px;
	background: url(../images/bg_topnav_opportunities.gif) no-repeat;
}
li#events {
	width: 84px;
	background: url(../images/bg_topnav_events.gif) no-repeat;
}
li#success {
	width: 98px;
	background: url(../images/bg_topnav_success.gif) no-repeat;
}
#mainnav li:hover, #mainnav li.over, #mainnav li.selected {
	background-position: 0 -43px;
}
	

/* center */

#middle {
	background: url(../images/bg_middle_outside.gif);
}
#middle .container {
	background: url(../images/bg_middle.gif);
}

#content_wrapper {
	margin: 10px 0 0 0;
	background: url(../images/bg_content_wrapper.gif);
}

#content {
	width: 590px;
	w\idth: 570px;
	padding: 10px;
	float: left;
}

#sidebar {
	width: 200px;
	margin-right: 10px;
	float: left;
}
#sidebar .sidebarbox {
	padding-bottom: 32px;
	background: url(../images/bg_sidebar_box_bottom.gif) no-repeat bottom;
}
#sidebar h3 {
	color: #fff;
	text-transform: uppercase;
}

/* "buttons" */

h3#become_member {
	width: 200px;
	height: 74px;
	background: url(../images/bg_become_member.gif) no-repeat;
}
h3#my_profile {
	width: 200px;
	height: 74px;
	background: url(../images/bg_my_profile.gif) no-repeat;
}
h3#become_member a,
h3#my_profile a {
	width: 200px;
	height: 74px;
	display: block;
	border: none;
}

h3#jobs {
	width: 200px;
	height: 120px;
	background: url(../images/bg_jobs.jpg) no-repeat;
}
h3#jobs a {
	width: 200px;
	height: 120px;
	display: block;
	border: none;
}

/* featured member box */

#featured_member {
	margin-top: 8px;
	color: #174a7c;
}
#featured_member .eyecandy {
	padding: 18px 16px 10px 34px;
	background: #f47b20 url(../images/bg_featured_member.gif) no-repeat;
}
#featured_member p {
	margin: .5em 0 .5em 5px;
}
#featured_member a {
	color: #174a7c;
}

/* hide private stuff by default */

#private_profile {
	display: none;
}
h3#my_profile {
	display: none;
}

/* stats box */

#stats .eyecandy {
	background: #999db9;
}
#stats h3 {
	margin: 0;
	padding: 5px 10px;
	font-size: 1.5em;
}
#stats ul {
	list-style: none;
	margin: 0;
}
#stats ul li {
	margin: 0;
	border-top: 1px dotted #fff;
}
#stats li a {
	padding: 3px 10px;
	display: block;
	color: #fff;
	border: none;
	cursor: default;
	font-weight: normal;
}
#stats li a:hover {
	background: #f47b20;
}
#stats li a span {
	font-size: 1.5em;
	font-weight: bold;
}

/* search box */

#search {
	background: #999db9;
	padding: 10px;
}
#search h3 {
	margin: 0;
}
#search input {
	vertical-align: middle;
}
#search_keywords {
	width: 130px;
}

/* search_members box */

#search_members .eyecandy {
	background: #2b4c93;
	padding: 10px;
}
#search_members h3 {
	margin: 0;
}
#search_members input,
#search_members select {
	vertical-align: middle;
}
#search_members_name {
	width: 170px;
}
#search_members_state {
	width: 130px;
}
#search_members a {
	color: #ffd457;
	border: none;
}

/* bottom */

#bottom {
	background: #fff;
}
#bottom .container {
	min-height: 90px;
	background: url(../images/bg_bottom.gif) no-repeat;
}

#footer {
	padding: 10px 0 9px 0;
	color: #2b4c93;
	background: url(../images/bg_footer_bottom.gif) no-repeat bottom;
}
#footer .eyecandy {
	padding: 5px 10px;
	background: #9a9eb9 url(../images/bg_footer.gif) no-repeat;
}
#footer a {
	color: #2b4c93;
	border-bottom: 1px dotted #fff;
}
#footer p {
	margin: .5em 0;
}
#footer ul {
	margin: .5em 0;
	list-style: none;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #2b4c93;
}
#footer ul li.first {
	padding-left: 0;
}
#footer ul li.last {
	border-right: none;
}


