@charset "utf-8";
/* CSS Document */


/* GENERAL */

body {
	font-size:62.5%;
	font: 12px/1.5 'PT Sans', Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	padding:0;
	background-color: #545454;
}
a {
	color:#FF921D;
	text-decoration: none;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #4984DA;
}
a:visited {
}
a:active {
	color: #FF9900;
}
hr {
	background-color: #cecece;
	margin:10px 0; 
}
p {
	font-size: 1.2em;
	line-height: 22px;
}
/*-------------------MISC FORMATTING--------------*/

.small {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.smaller {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.smallest {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}
.big {
	font-size: 1.2em;
}
.bigger {
	font-size: 1.5em;
}
.biggest {
	font-size: 1.8em;
}
.align-right {
	text-align:right;
}
img.left-img { /* Float any image to the LEFT and give it some margin */
	font-size:1em;
	float:left;
	padding:5px;
	border:1px solid #212121;
	margin-right:1em;
	margin-top:0.3em;
	margin-bottom: 0.3em;
	background-color: #FFF;
}
img.right-img { /* Float any image to the RIGHT and give it some margin */
	font-size:1em;
	float:right;
	padding:5px;
	border:1px solid #212121;
	margin-bottom:0.3em;
	margin-left:1em;
	margin-top:0.3em;
	background-color: #FFF;
}
/*-------------------OTHER SYTLING--------------*/

.blue {
	color: #6194d8;
}
.orange {
	color: #ff921d;
}
/*-------- TABLE OPTIONS----------- */

.table1 {
	width: 100%;
}
.table1 td {
	padding-left: 5px;
	padding-right: 5px;
}
/* --------------------- HOMEPAGE NAV ----------------------- */

#navlist ul li .navON {
	color: #FFF;
	background-color: #2C77BC;
	background-repeat: no-repeat;
}
#navlist {
	margin-top: 0px;
	margin-right: -5px;
}
#navlist ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 0px;
}
#navlist ul li {
	margin-bottom: 20px;
	font-size: 1.5em;
	text-align: left;
	padding-left:20px;
}
#navlist ul li.webinars {
	background-image:url(../_images/home_button_webinars_off.png);
	background-position:right;
}
#navlist ul li.webinars.active {
	background-image:url(../_images/home_button_webinars_on.png);
}
#navlist ul li.library {
	background-image:url(../_images/home_button_library_off.png);
	background-position:right;
}
#navlist ul li.library.active {
	background-image:url(../_images/home_button_library_on.png);
}
#navlist ul li.sponsors {
	background-image:url(../_images/home_button_sponsors_off.png);
	background-position:right;
}
#navlist ul li.sponsors.active {
	background-image:url(../_images/home_button_sponsors_on.png);
}
#navlist ul li.active {
	background-color: #FFFFFF;
	color: #4984d2;
	/*rounded corners */
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#navlist ul li.active a {
	color: #4984d2;
}
#navlist ul li a {
	padding: 10px 5px 10px 60px;
	display: block;
	font-size: 1.8em;
}
#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
#navlist a:hover {
}
/* --------------------- STORY LEFT NAV ----------------------- */

#navlist_story ul li .navON {
	color: #FFF;
	background-color: #2C77BC;
	background-repeat: no-repeat;
}
#navlist_story {
	margin-top: 0px;
	margin-right: -5px;
}
#navlist_story ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
#navlist_story ul li {
	margin-bottom: 5px;
	font-size: 1.5em;
	text-align: left;
}
#navlist_story ul li.active {
	background-color: #FFFFFF;
	color: #4984d2;
	/*rounded corners */
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#navlist_story ul li.active a {
	color: #4984d2;
}
#navlist_story ul li a {
	padding: 10px 5px 10px 20px;
	display: block;
}
#navlist_story a:link, #navlist_story a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navlist_story a:hover {
	color: #4984d2;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: right;
}

.home {
width: 230px;
padding: 10px 120px;
font-size: 4em;
line-height: 1.25em;
text-align: center;
font-weight: bold;
}
	
/*-------------------FOOTER--------------*/


#footer {
	background-color: #545454;
	padding-top: 25px;
	color: #FFF;
	font-weight: bold;
	border-top: #FFF solid 10px;
	min-width: 960px;
	background-image: url(../_images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 160px;
}
#global_subnav {
	font-size:1.3em;
	margin: 0px 0px 0px 15px;
	float:left;
	text-align: left;
}
#global_subnav a {
	color: #FFFFFF;
}
#global_subnav a:hover {
	color: #95bdf2;
	text-decoration: underline;
}
#global_subnav img {
	margin-bottom: -4px;
}
#global_subnav2 {
	font-size:1em;
	float:left;
	border-top: #6f6f6f solid 1px;
	margin: 5px 0px 0px 15px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}
#global_subnav2 a {
	color: #FFFFFF;
}
#global_subnav2 a:hover {
	color: #FF921D;
	text-decoration: underline;
}
#global_subnav2 img {
	margin-bottom: -4px;
}
#bottom {
	width:970px;
	margin:auto;
}
#social_area {
	float:right;
	text-align:right;
	margin-right:15px;
}
#social {
	margin: 0px 15px -4px 0px;
	font-size: 1.1em;
}
#social img {
	margin-bottom: -2px;
}
#copyright {
	font-weight:normal;
	margin: 5px 15px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top:#6f6f6f solid 1px;
	font-size: 1em;
}
#copyright a {
	color: #FFFFFF;
}
#copyright a:hover {
	color: #FF921D;
	text-decoration: underline;
}
/*-------------------STORY CONTENT ITEMS--------------*/

#story_right_content ul {
	font-size:1em;
}
#story_right_content ul li {
	margin-left: 15px;
	font-size: 1.1em;
	list-style-position: outside;
	list-style-image: url(../_images/photos/li.gif);
}
#story_right_content ul li ul li{
	margin-left: -50px;
	font-size: 1.0em;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: none;
}
#story_right_content ol {
	font-size:1.2em;
}
#story_right_content ol li {
	margin-left: 35px;
	list-style-position: outside;
}
#story_right_content li {
	margin:0px 0px 10px 10px;
}

/* Web Site Team Page - styles carried over from PixelCrayons site */
#team ul{float:left; width:100%; list-style:none; padding:4px 0 0 0; margin:0}
#team ul li{float:left; width:100%; background:url(../images/dotted_border.gif) repeat-x 0 bottom;
			padding:21px 0 10px 0; margin:0; font-size: 1.0em; list-style-position: outside; 
			list-style-image:none; }
#team ul li .img_frame{float:left; background:#d3d3d3; padding:4px; margin-top:4px; max-width:152px}
#team ul li .img_frame img{border:1px #fff solid; float:left; max-width:150px;}
#team ul li .detail{float:right; width:83%;}
#team ul li p{float:right; width:100%; font-size:1em; }
#team ul li h5{padding-bottom:2px; margin:0; }
#team ul li h5 a{color:#0976b8; text-decoration:none; }
#team ul li h5 a:hover{text-decoration:underline;}
#team ul li h5 span{padding-top:0; }
#team ul li a.join_now{float:right; background:#ef751b; color:#ffffff; padding:0 5px 1px 5px; text-decoration:none; margin-top:6px;}
#team ul li a.join_now:hover{background:#0976b8;}

/*----------- GENERAL FORM STYLES----------- */

input[type=text], input[type=password], input.text, input.title, textarea, select {
	background-color:#6194d8;
	border:1px solid #515151;
	color: #000000;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	font-size: 1.2em;
	/*rounded corners*/	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#515151;
	background-color: #FF921D;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:500px;
	height:100px;
	padding:10px;
}
/*-----------HEADINGS----------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	color:#2E2E2E;
	font-size:3.5em;
	margin-bottom:0.7em;
	line-height:1.2em;
}
h2 {
	color:#FF921D;
	font-size:3.0em;
	margin-bottom:0.5em;
	line-height:1em;
}
h3 {
	color:#FF921D;
	font-size:2.2em;
	margin-bottom:0;
	line-height:1.2em;
}
h4 {
	color:#6194d8;
	font-size:1.8em;
	margin-bottom:0.7em;
	line-height:1.4em;
}
h5 {
	color:#2F2F2F;
	font-size:1.5em;
	margin-bottom:0.7em;
	line-height:1.5em;
	text-transform: uppercase;
}
h6 {
	color:#2E2E2E;
	font-size:1.2em;
	margin-bottom:0.7em;
	line-height:1.8em;
	text-transform: uppercase;
}
/*---------WRAPPERS ---------------*/

#wrapper {
	border:solid #FFF 10px;
	width:950px;
	margin:auto;
	-moz-appearance: ds;
	background-color: #FFF;
}
#wrapper_top {
	background-color: #212121;
	min-width: 960px;
}
#wrapper_top_story {
	background-color: #212121;
	min-width: 960px;
	background-image: url(../_images/bg_main_left.png);
	background-repeat: repeat-x;
}
#wrapper_bg_story {
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../_images/bg_logo_screen_story.png);
}
#wrapper_bg_story2 {
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper_bg_story2.seminars {
	background-image: url(../_images/story_webinars.jpg);
}
#wrapper_bg_story2.library {
	background-image: url(../_images/story_library.jpg);
}
#wrapper_bg_story2.sponsors {
	background-image: none; /* url(../_images/story_sponsors.jpg); */
}
#wrapper_home_left {
	background-color: #212121;
	width:50%;
	display:inline;
	float:left;
	background-image: url(../_images/bg_main_left.png);
	background-repeat: repeat-x;
	border-right: #FFF solid 10px;
	margin-left: -10px;
	position: relative;
}
#wrapper_home_right {
	background-color: #212121;
	width:50%;
	display:inline;
	float:left;
	position: relative;
	margin: 0 -10px 0 0;
	text-align: left;
}
#wrapper_left_photo {
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	background-image: url(../_images/bg_logo_screen.png);
}
#wrapper_right {
	min-height: 540px;
	background-color: #06080a;
	padding-top: 1px;
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
}
/*--------- HOME STYLES --------------*/

#home_left {
	float: right;
	min-height: 541px;
	overflow: visible;
}
#home_logo {
	text-align:center;
	padding:40px 0px 30px 0px;
}
#home_right {
	background-color: #fff;
	/* margin-top: 40px; height: 330px; width: 420px; */
	margin-top: 40px;
	height: 440px;
	width: 525px;
	border: 10px #FFF solid;
	border-left: 0px;
	/*rounded corners */
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-image: url(../_images/bg_content_home.png);
	background-repeat: repeat-y;
	background-position: right;
	position: absolute;
	top: 0px;
}
#home_right a:hover {
	text-decoration:underline;
}
#home_right_content {
	padding:10px 10px 10px 10px;
	color: #4e4e4e;
	font-size: 1.2em;
	text-align: left;
	height: 265px;
}
#home_right_content p {
	margin: 10px 0;
	padding: 0;
}
#home_right_content a:hover {
	text-decoration:underline;
}
#home_right_content ul li {
	font-size:1.2em;
}
#home_signup_area {
	margin: 40px 0px 0px 0px;
	padding-left: 100px;
	text-align: left;
}
.photo_webinars {
	background-image: url(../_images/home_webinars.jpg);
}
.photo_library {
	background-image: url(../_images/home_library.jpg);
}
.photo_sponsors {
	background-image: url(../_images/home_sponsors.jpg);
}
/*-------- STORY STYLES ------------*/

#wrapper_story_left {
	background-color: #212121;
	width:50%;
	display:inline;
	float:left;
	background-image: url(../_images/bg_main_left.png);
	background-repeat: repeat-x;
	border-right: #FFF solid 10px;
	margin-left: -10px;
	position: relative;
}
#wrapper_story_left_photo {
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	background-image: url(../_images/bg_logo_screen.png);
}
#story_left {
	overflow: visible;
	min-height: 500px;
	margin-right: -1px;
}
#wrapper_story_right {
	background-color: #212121;
	width:50%;
	display:inline;
	float:left;
	position: relative;
	margin: 0 -10px 0 0;
	text-align: left;
}
#story_right {
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right: 10px #FFF solid;
	border-left: 0px;
	background-image: url(../_images/bg_content_home.png);
	background-repeat: repeat-y;
	background-position: right;
	min-height: 610px;
}
#story_right_content {
	padding:40px 40px 40px 40px;
	color: #4e4e4e;
	font-size: 1.1em;
	text-align: left;
	min-height: 600px;
}
#story_right_content p {
}
#story_right_content a:hover {
	text-decoration:underline;
}
#story_logo {
	text-align:center;
	padding:30px 0px 30px 0px;
}
#story_signup_area {
	margin: 25px 0px 35px 0px;
	text-align: left;
}
/* ---------- GERNERAL BUTTON -----------*/

.button_general {margin:10px 0; }
.button_general a {
	font-size: 1.4em;
	font-weight:bold;
	position: relative;
	color: #282828;
}
.button_general a:hover {
	color: #FF921D;
}
.button_general_text {
	font-size: 0.9em;
	font-weight:bold;
	text-align: right;
	display:inline;
	float:left;
	min-width: 80px;
}
.button_go {
	margin-left: 10px;
	float: left;
	display:inline;
}
/*---------- SIGN UP BUTTON BIG -----------*/

.button_signup {
	width: 250px;
	background-color:#FF921D;
	/*rounded corners*/	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 15px;
	border: #FFF solid 10px;
	color: #4e4e4e;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding: 15px 0px;
	background-image: url(../_images/bg_signup_off.png);
	background-repeat: no-repeat;
	background-position: left;
}
.button_signup a {
	padding: 15px 25px;
	width:200px;
	text-align:center;
	color: #282828;
}
.button_signup a:hover {
	color: #FFFFFF;
}
.button_signup:hover {
	background-image: url(../_images/bg_signup_on.png);
	background-color: #4984D2;
}
/*---------- SIGN UP BUTTON SMALL -----------*/

.button_signup2 {
	width: 190px;
	background-color:#FF921D;
	/*rounded corners*/	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 15px;
	border: #FFF solid 10px;
	color: #4e4e4e;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	background-image: url(../_images/bg_signup2_off.png);
	background-repeat: no-repeat;
	background-position: left;
}
.button_signup2 a {
	padding: 20px 30px 20px 30px;
	width:200px;
	text-align:center;
	color: #282828;
}
.button_signup2 a:hover {
	color: #FFFFFF;
}
.button_signup2:hover {
	background-image: url(../_images/bg_signup2_on.png);
	background-color: #4984D2;
}

/*------------ SUBMIT BUTTON ---------*/

.submit_button {
	background-color: #FF921D;
	/*rounded corners*/	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 15px;
	border:#FFF solid 10px;
	padding: 4px 35px 4px 8px;
	font-weight: bold;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #212121;
	background-image: url(../_images/bg_button_submit.png);
	background-position: right;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}
.submit_button:hover {
	background-color: #6194D8;
	color: #FFF;
}