/* INSIDERS NETWORK STYLES */

/* Overall centered width is 785px, while inner content area width is 765px */
/* The centered inner content area of 765px has 10px of padding on both left and right sides effectively allowing for 745px of content only */
/* So to summarize actual content CANNOT exceed 745 pixels in width */

html, body, img, table, form, input {
	margin: 0; padding: 0;
}	
body {
	background: #464240 url('../images/graphics/backgrounds/bg_main.jpg') top left repeat;
	color: #fff;
	font: 14px Verdana, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}	
p {
	color: #fff;
	font: 14px/1.4 Verdana, Helvetica, sans-serif;
	margin: 0px; padding: 0;
}
a {
	color: #fff;
	font: 14px Verdana, Helvetica, sans-serif;
	margin: 0; padding: 0;
}
a:hover {
}
td {
	vertical-align: top;
}	
.wrapper {
	width: 785px;
	height: auto;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: left;
	background: #564e4c url('../images/graphics/backgrounds/bg_wrapper_785.jpg') top left repeat-y;
	/*border: 1px solid gold;*/
}	
.wrapper765 {
	width: 765px;
	height: auto;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: left;
	/*background: #564e4c;*/
	/*border: 1px solid lime;*/
}	
.content_bloc {
	width: 745px;
	height: auto;
	padding: 22px 10px 0 10px;
	margin: 0px auto 0px auto;
	position: relative;
	background: #564e4c url('../images/graphics/backgrounds/bg_contentarea_top.jpg') top left no-repeat;
}

a.main_site_link {
	text-decoration: none;
	color: #9399b9;
}
a:hover.main_site_link {
	text-decoration: underline;
	color: #9399b9;
}

.floatit_left {
	float: left;
}
.floatit_right {
	float: right;
}
.boldit {
	font-weight: bold;
}	
.clearit {
	clear: both;
}

/*-------------------------- PAGE INFO BLOC Styles */
#page_info_bloc {
	float: left;
	width: 367px; height: auto;
	color: #494341;
	margin-bottom: 10px;
}
#page_info_innerbloc {
	width: 317px; height: auto;
	padding: 25px;
	background: #f1f1f2 url('../images/graphics/backgrounds/bg_page_info_bloc.gif') top right repeat-y;
}
#page_info_bloc p {
	font-size: 12px;
	color: #494341;
	margin: 6px 0px;
}
#page_info_bloc a {
	color: #04c7fc;
}
#page_info_bloc .header_bloc {
	text-align: center;
}
#page_info_bloc .header_top {
	margin-bottom: -3px;
}

/*-------------------------- RIGHT COLUMN Styles */
#right_column_content {
	float: right;
	width: 322px; height: auto;
	font-size: 12px;
	color: #dad9d9;
	background: #494341;
	padding: 20px 25px 25px 25px;
	margin-bottom: 10px;
}
#right_column_content .header_bloc {
	border-bottom: 1px solid #dad9d9;
}
#right_column_content .header {
	margin-bottom: 2px;
}
#right_column_content .icon {
	position: absolute; top: 30px; right: 25px;
}

/*-------------------------- Main Navigation */
#title_insidersnetwork {
	margin: 0 0 25px 0;
}	
#navbar_main {
	width: 765px; height: 30px;
	text-align: right;
	margin: 10px 0 5px 0;
	background: #322e2d url('../images/graphics/backgrounds/bg_main_navigation.jpg') top left no-repeat;
}
#navbar_main div {
	display: inline;
	position: relative; top: 6px;
	/*border: 1px solid red;*/
}

/*-------------------------- Project Deck Area */
#project_deck_bloc {
	width: 765px; height: auto;
	background: #423d3e url('../images/graphics/backgrounds/bg_deck.jpg') top left repeat;
	/*border: 1px solid cyan;*/
}
#project_deck {
	margin: 5px 0 5px 10px;
}
#project_deck_bloc img {
	/*border: 1px solid pink;*/
}
#home_become_insider_box {
	width: 186px; height: 225px; /* orig width 236px */
	position: absolute; top: 109px; right: 20px;
	color: #959595;
	padding: 0px 25px;
	background: #f1f1f2 url('../images/graphics/backgrounds/bg_become_insider.gif') top right repeat-y; 
	overflow: hidden;
	border:1px solid #e7e8e9;
}
#home_become_insider_box p {
	color: #959595;
	font-size: 12px;
	margin: 25px 0 30px 0;
}
#home_become_insider_box .header {
	margin-top: 25px;
}

/*-------------------------- Footer */
#footer {
	width: 765px; height: auto;
	text-align: center;
	color: #dad9d9;
	font-zize: 10px;
	padding-top: 15px;
	background: #564e4c url('../images/graphics/backgrounds/bg_footer.jpg') top left no-repeat;
}
#footer a {
	color: #9399b9;
	font-zize: 10px;
	text-decoration: none;
}
#footer a:hover {
	color: #9399b9;
	text-decoration: underline;
}

/*-------------------------- FORM STYLES */
#right_column_content label {
	color: #a6ddec;
	font-size: 12px;
	font-weight: bold;
}
#right_column_content .btn_submit {
	float: right;
}
#right_column_content textarea {
	width: 310px;
}
#right_column_content .txt_input1 {
	width: 170px;
}
#right_column_content .txt_input2 {
	width: 200px;
}
#right_column_content p {
	font-size: 12px;
	color: #dad9d9;
}

/*-------------------------- Home Page */
#site_intro_left_bloc {
	float: left;
	width: 320px; height: auto;
	padding: 0px 10px 25px 0px;
	margin-bottom: 10px;
	/*border: 1px solid cyan;*/
}
.site_intro_left_subbloc {
}
#site_intro_left_bloc .home_whatis_pic {
	float: left;
	margin: 10px 10px 10px 0px;
}	
#site_intro_left_bloc .header {
	margin-top: 25px;
}
#site_intro_left_bloc p {
	margin: 6px 0;
	font-size: 12px;
	color: #dad9d9;
}
#site_intro_right_bloc {
	float: right;
	width: 384px; height: 300px;
	font-size: 12px;
	color: #dad9d9;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	/*border: 1px solid cyan;*/
}
#site_intro_right_bloc .header {
	margin: 20px 0 20px 0;
}
#site_intro_right_bloc .banner {
	margin-bottom: 10px;
}

/*-------------------------- Project Splash Pages */
.splash {
	margin-left: 12px;
	margin-top: 30px;
}	

/*-------------------------- Login Page */
#site_login_bloc {
}
#site_login_bloc .txt_input {
	width: 170px;
}

/*-------------------------- Register Page */
#registration_form_bloc {
}
#registration_form_bloc .checkbox {
}
#registration_form_bloc p {
	font-size: 12px;
	color: #dad9d9;
}
.banner {
	margin-bottom: 5px;
}

/*-------------------------- Evite Pages */	
#evite_invite_bloc {
}
#registration_thanks_bloc {
}
#network_nav {
}
#network_nav div {
	float: left;
	width: 100px; height: auto;
	margin: 0 3px 10px 0;
	padding: 2px 1px;
	text-align: center;
	background: #514a48;
	border: 1px solid #35302f;
}
#network_nav a {
	color: #c3e8f1;
}

/*-------------------------- Invite Contact Page Deck */
#contact_list {
	text-align: left;
	padding: 10px;
}
#contact_list .header_bloc {
	border-bottom: 1px solid #dad9d9;
}
