.x_input { display:none; }

/******
 *
 * LAYOUT
 *
 ******/
	body {
		margin: 0px;
		padding: 0px;
		background-image: url(/images/bg_body.jpg);
		background-repeat: repeat-x;
		background-color: white;
	}
	#wrapper {
		width: 1024px;
		margin: 0px auto;
	}
	#top {
		height: 175px;
		position: relative;
		margin: 0px 30px;
		background-image: url(/images/bg_top.jpg);
		background-repeat: no-repeat;
	}
	#logo {
		display: block;
		position: absolute;
		top: 5px;
		left: 13px;
		background-image: url(/images/logo.png);
		width:190px;
		height: 124px;
		text-decoration: none;
		background-repeat: no-repeat;
	}
	#top_tag {
		position: absolute;
		width: 561px;
		height: 48px;
		top: 42px;
		left: 250px;
		font-size: 13px;
	}
	#top_tag strong {
		color: #223f91;
		font-size: 12px;
		text-transform: uppercase;
	}
	#left_col {
		width: 227px;
		float: left;
		margin-left: 40px;
	}
	#right_col {
		width: 670px;
		float: left;
		margin-left: 26px;
	}
	
	
	
/******
 *
 * FOOTER 
 *
 ******/
	#footer {
		height: 155px;
		overflow: hidden;
		background-image: url(/image/bg_footer.jpg);
	}
	#footer_content {
		width: 1024px;
		height: 155px;
		margin: 0px auto;
		position: relative;
		background-image: url(/images/bg_footer_content.jpg);
		font-family: "Arial Narrow", Arial, sans-serif;
		font-size: 12px;
		line-height: 18px;
		overflow:hidden;
	}
	#f_zone_1 {
		position: absolute;
		top: 36px;
		left: 75px;
		width: 355px;
	}
	#f_zone_2 {
		position: absolute;
		top: 36px;
		left: 485px;
		width: 302px;
	}
	.fc_blue {
		color: #223f91;
	}
	#footer_content a { color: black; text-decoration: none; }
	#footer_content a:hover { color: #223f91; font-weight: bold; }
	#f_contact {
		display: block;
		width: 120px;
		height: 32px;
		text-decoration: none;
		background-position: top;
		background-image: url(/images/f_contact.jpg);
		position: absolute;
		top: 33px;
		left: 863px;
	}
	#f_contact:hover { background-position: bottom; }
	#f_login {
		display: block;
		width: 119px;
		height: 21px;
		background-image: url(/images/f_login.jpg);
		background-position: top;
		position: absolute;
		left: 868px;
		top: 85px;
		text-decoration: none;
	}
	#f_login:hover { background-position: bottom; }
	
	
	
	
/******
 *
 * NAV
 *
 ******/
 	#nav {
 		position: absolute;
 		top: 126px;
 		left: 244px;
 		width: 790px;
 	}
	#nav a {
		display: block;
		text-decoration: none;
		background-position: top;
		float: left;
		height: 27px;
		margin-right: 62px;
	}
	#nav a:hover {
		background-position: bottom;
	}
	#n1 {
		width: 67px;
		background-image: url(/images/n1.jpg);
	}
	#n2 {
		width: 87px;
		background-image: url(/images/n2.jpg);
	}
	#n3 {
		width: 102px;
		background-image: url(/images/n3.jpg);
	}
	#n4 {
		width: 94px;
		background-image: url(/images/n4.jpg);
	}
	a#n5 {
		width: 136px;
		height: 25px;
		background-image: url(/images/n5.jpg);
		margin-right: 0px;
		position: relative;
		top: 2px;
		left: -3px;
	}
	/* contact us */
	#n6 {
		display: block;
		width: 116px;
		height: 25px;
		background-image: url(/images/n6.jpg);
		background-position: top;
		position:absolute;
		left: 838px;
		top: 46px;
		text-decoration: none;
	}
	#n6:hover {
		background-position: bottom;
	}
	
	
/******
 *
 * SIDE COLUMN
 *
 ******/
 	.side_nav {
 		margin-bottom: 12px;
 	}
	.side_nav a {
		display: block;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-size: 16px;
		padding-left: 27px;
		color: #223f91;
		text-decoration: none;
		line-height: 26px;
	}
	.side_nav a:hover {
		font-weight: bold;
		color: #08a9f9;
		background-image: url(/images/side_nav_dot.jpg);
		background-repeat: no-repeat;
		background-position: 1px 4px;
	}
	.news_block {
		width: 219px;
		background-image: url(/images/bg_news_block.jpg);
		background-repeat: repeat-x;
		background-color: #224091;
	}
	.news_block_top {
		height: 18px;
		background-image: url(/images/bg_news_block_top.jpg);
	}
	.news_block_middle {
		padding-left: 16px;
		padding-right: 16px;
		/* background-image: url(/images/bg_news_block_middle.jpg); */
	}
	.news_block_bottom {
		background-image: url(/images/bg_news_block_bottom.png);
		height: 44px;
	}
	.news_block_title {
		font-size: 11px;
		line-height: 16px;
		text-transform: uppercase;
	}
	.news_block_title a { color: #33ccff; text-decoration: none; }
	.news_block_title a:hover { text-decoration: underline; }
	.news_block_blurb {
		font-size: 12px;
		line-height: 16px;
		color: white;
	}
	.news_block_blurb a { color: #33ccff; text-decoration: none; }
	.news_block_blurb a:hover { color: #eecd46; text-decoration: underline; }
	.social_block {
		width: 221px;
		height: 110px;
		position: relative;
		background-image: url(/images/bg_social_block.jpg);
	}
	#s1, #s2, #s3, #s4 {
		display: block;
		position: absolute;
		width: 41px;
		height: 41px;
		background-position: top;
		text-decoration: none;
		top: 18px;
	}
	#s1:hover, #s2:hover, #s3:hover, #s4:hover {
		background-position: bottom;
	}
	#s1 { background-image: url(/images/s1.jpg); left: 15px; }
	#s2 { background-image: url(/images/s2.jpg); left: 65px; }
	#s3 { background-image: url(/images/s3.jpg); left: 113px; }
	#s4 { background-image: url(/images/s4.jpg); left: 160px; }
	
	
	
	
/******
 *
 * BLOG
 *
 ******/
	#right_content {
		width: 155px;
		margin-left: 15px;
		float: left;
	}
	#right_content h3 {
		font-size: 16px;
		font-weight: bold;
		color: #0f4191;
		margin-bottom: 3px;
	}
	#right_content h3 a { text-decoration: none; }
	#right_content h3 a:hover { text-decoration: underline; }
	#right_content ul {
		padding-left: 0px;
		list-style: none;
		margin-top: 0px;
		padding-top: 0px;
	}
	.blog_date {
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.blog_img {
		width: 200px;
		float: right;
		margin: 8px 0px 8px 8px;
		border: none;
	}
	.blog_year {
		font-size: 14px;
		font-weight: bold;
		padding-left: 13px;
		background-repeat: no-repeat;
		background-position: 0px 3px;
		color: #2a4f5f;
		cursor: pointer;
	}
	.byr_closed {
		background-image: url(../images/arrow_right.png);
	}
	.byr_open {
		background-image: url(../images/arrow_down.png);
	}
	.blog_month {
		font-size: 12px;
		margin-left: 20px;
		margin-top: 2px;
	}
	.blog_recent {
		font-size: 12px;
		padding-left: 13px;
		margin-bottom: 4px;
		background-image: url(/images/arrow_right.png);
		background-repeat: no-repeat;
		background-position: 0px 3px;
	}	
	.blog_archive_title {
		margin-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
	}
	.blog_archive_date {
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.blog_comment {
		padding: 10px;
		border-bottom: 1px solid #cfcfcf;
	}
	.blog_thumb {
		width: 100px;
		float: left;
		margin-right: 10px;
	}
	.comment_name {
		font-weight: bold;
		font-size: 13px;
	}
	.comment_text {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
	}
	.comment_date {
		margin-top: 5px;
		font-size: 11px;
		font-weight: bold;
		color: #666;
	}
	/* BLOG COMMENTS */
	#addcomment {
		border: 1px solid #999;
		background-color: #e7e7e7;
		padding: 20px;
		height: 420px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.c_input {
		font-family: Arial, sans-serif;
		font-size: 11px;
		padding: 4px;
		width: 430px;
	}
	.x_input {
		display:none;
	}

	.s_input {
		width: 400px;
		font-size: 11px;
		padding: 4px;
		border-color: gray;
	}
	
	
	
/******
 *
 * HOME PAGE
 *
 ******/
	#home_content {
		margin-left: 40px;
	}
	#home_left {
		width: 660px;
		float: left;
	}
	#home_right {
		width: 275px;
		float: left;
		margin-left: 21px;
	}
	.social_block_home {
		width: 270px;
		height: 120px;
		background-image: url(/images/bg_social_block_home.jpg);
	}
	.social_block_home #s1 { left: 18px; }
	.social_block_home #s2 { left: 83px; }
	.social_block_home #s3 { left: 144px; }
	.social_block_home #s4 { left: 205px; }
	#home_page_switcher {
		margin-top: 12px;
	}
	#home_tabs {
		height: 48px;
		width: 644px;
		padding-left: 5px;
		background-image: url(/images/bg_home_tabs.jpg);
	}
	.home_tab {
		width: 178px;
		float: left;
		margin-top: 10px;
		border-bottom: 1px solid #83d4fc;
		border-right: 1px solid #83d4fc;
		padding: 5px 15px;
		font-family: "Arial Narrow", Arial, sans-serif;
		font-size: 20px;
		color: #bcdddd;
		cursor: pointer;
	}
	#home_tab_twitter { border-right: none; }
	.home_tab_selected {
		border-bottom: none;
		font-weight: bold;
		color: #08a9f9;
	}
	#home_panes {
		height: 200px;
		overflow: auto;
		margin: 0px 20px;
	}
	.hp_list_item {
		font-size: 11px;
		color: #434343;
		line-height: 16px;
		margin-top: 15px;
	}
	.hp_title { font-weight: bold; }
	.hp_title a { text-decoration: none; }
	.hp_title a:hover { text-decoration: underline; }
	.hp_rm { color: #08a9f9; }
	#home_newsletter {
		width: 271px;
		height: 87px;
		background-image: url(/images/bg_home_newsletter.jpg);
		margin-bottom: 20px;
		text-align: center;
		padding-top: 30px;
	}
	#ea {
		width: 180px;
		height: 20px;
		padding: 9px 5px 1px 5px;
		color: #777;
		font-family: Arial, sans-serif;
		border: none;
	}
	
/******
 *
 * BUTTONS
 *
 ******/
	#search_button {
		width: 70px;
		height: 23px;
		background-image: url(/images/button_search.png);
		cursor: pointer;
	}
	#submit_button {
		width: 70px;
		height: 23px;
		background-image: url(/images/button_submit.png);
		cursor: pointer;
	}
	.login_button {
		width: 78px;
		height: 20px;
		background-image: url(/images/button_login.png);
		cursor: pointer;
	}
	.get_started_button {
		width: 109px;
		height: 20px;
		background-image: url(/images/button_get_started_now.png);
		cursor: pointer;
	}
	.logout_button {
		width: 76px;
		height: 20px;
		background-image: url(/images/button_logout.png);
		cursor: pointer;
	}
	.add_button {
		width: 53px;
		height: 18px;
		background-image: url(/images/button_add.png);
		cursor: pointer;
	}
	.signup_button {
		width: 74px;
		height: 20px;
		background-image: url(/images/button_signup.png);
		cursor: pointer;
	}
	
	
/******
 *
 * SUCCESS STORIES
 *
 ******/
	.testimonial {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cfcfcf;
		width: 500px;
	}
	.t_client {
		text-align: right;
		font-weight: bold;
		font-style: italic;
	}



/******
 *
 * MISC
 *
 ******/
	#message {
		padding: 10px;
		font-size: 13px;
		font-weight: bold;
		color: #9c0000;
	}
	.sign_up_list {
		border: 1px solid white;
		padding-left: 15px;
	}
	
	.list_item_line {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #cfcfcf;
		width: 550px;
		font-size: 12px;
		line-height: 18px;
	}
	.li_title {
		font-weight: bold;
	}
	.li_more {
		display: block;
		width: 62px;
		height: 21px;
		background-image: url(/images/button_more.png);
		text-decoration: none;
		float: right;
	}

/* WEBINAR PAGE */	
.webinar {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;	
}	
.webinar_title {
	font-size: 20px;
	color: #003399;	
}	
.webinar_date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;	
}	
.webinar_cost {
	float: left;	
}	
.webinar_link {
	float: right;
	margin-right: 50px;	
}/* end webinar page */