body {
	/*background: url(../images/background.jpg) repeat-x 0 0;*/
	background: transparent url(../images/footer.jpg) repeat-x scroll center bottom;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5F5F5F;
	border-top: 13px solid #8FBA0B;
	/*position: relative;*/
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8FBA0B;
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5F5F5F;
}

ul {
	list-style-type: disc;
	padding-left: 40px;
	padding-bottom: 10px;
	color: #060E71;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#world {
	width: 1072px; 
	position: relative; 
	top: 0px; 
	left: 50%; 
	margin-left: -554px;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 1072px;
}
#logo {
	position: relative;
	padding-top: 39px;
	padding-left: 90px;
}

/* Login Box */
#login {
	position: absolute;
	top: 50px;
	right: 35px;
	width: 200px;
	z-index: 200;
}
#login .left {
	float: left;
	padding-right: 12px;
	width: 40px;
}
#login .right {
	float: left;
	width: 140px;
}
#login .right a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FB7430;
	text-decoration: underline;
	/*float: left;
	clear: left;*/
	width: 140px;
}
#errorLoginTxt {
	color: #FB7430;
	display: block;
	margin: 0 0 5px 0;
}
#clientLoginTxt {
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FB7430;
	width: 40px;
}
#LoginSubmit {
	float: right;
	clear: right;
}
#UserName, #Password {
	float: left;
	background-color: #F6F6F6;
	color: #A1A1A1;
	width: 132px;
}
#UserName {
	background-color: #F6F6F6;
	margin: 0 0 13px;
}
#Password {
	background-color: #F6F6F6;
	clear: left;
}
#new_account_forgot_pwd {
	padding: 5px 0;
}
/* End Login Box */

/* Navigation */
#navigation {
	position: relative;
	width: 952px;
	height: 45px;
	padding-top: 30px;
	padding-left: 50px;
	z-index: 20;
}
#navigation .nav {
	float: left;
	/*width: 128px;*/
	height: 45px;
}
#navigation .nav a {
	display: block;
	/*width: 128px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FB7430;
	text-decoration: none;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 0 34px;
}
#navigation .nav a:hover {
	border: 1px solid #ECECEC;
	background-color: #FDFDFD;
}
#navigation .dropdown {
	position: absolute;
	visibility: hidden; 
	opacity: 0;
}
#navigation .subnav {
	/*position: absolute; need to fix nav for IE6 */
}
#navigation .subnav a {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 1px solid #ECECEC;
	background-color: #FDFDFD;
}
#navigation .subnav a.two_lines {
	line-height: 23px;
}
#navigation .hidden_from_main {
	display: none;
}
/* End Navigation */

#header {
	position: relative;
	width: 1072px;
	height: 300px;
	z-index: 10;
	background: url(../images/headers/header1.jpg) no-repeat;
}
#breadcrumbs {
	position: relative;
	height: 40px;
	padding-left: 140px;
	color: #32409B;
	z-index: 15;
}
#breadcrumbs a {
	color: #32409B;
	text-decoration: none;
}
#breadcrumbs .current {
	text-decoration: underline;
}

#col_container {
	padding-left: 95px;
}
#left_col {
	float: left;
	width: 450px;
	padding-right: 30px;
}
#index_content_wrapper {
	position: relative;
	padding-bottom: 30px;
	width: 450px;
}
#services {
	position: relative;
	width: 329px;
	text-align: center;
}
#services img {
	padding: 10px 0;
}
#middle_col {
	float: left;
	width: 220px;
	padding-right: 15px;
}
#middle_col .news_article {
	padding-top: 10px;
}
#middle_col .news_article .news_title {
	font-size: 12px;
}
#middle_col .news_article img {
	padding-bottom: 10px;
}
#middle_col .news_article p {
	width: 220px;
	line-height: 16px;
}
#middle_col .news_article .read_more {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FB7430;
}
#right_col {
	float: left;
	width: 230px;
}
#right_col img {
	padding-top: 10px;
}
#footer {
	/*background: url(../images/footer.jpg) repeat-x;*/
	height: 360px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	min-width: 1072px;
}
#footer a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#footer #footer_content {
	position: relative;
	margin: 0 auto;
	padding-top: 185px;
	width: 1072px;
	height: 175px;
	overflow: hidden;
}
#footer #footer_sitemap {
	padding-left: 95px;
}
#footer .footer_nav_col {
	float: left;
	line-height: 20px;
	padding: 0 40px 0 0;
}
#footer .col1, #footer .col2 {
	padding: 0 75px 0 0;
}
#footer .first {
	display: none;
}
#footer .nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#footer .subnav a {
	font-weight: normal;
	text-transform: none;
}
#footer .footer_logo_col {
	float: left;
	width: 100px;
}
#footer #footer_information {
	float: right;
	background: url(../images/vertical_hr.png) no-repeat;
	width: 230px;
	line-height: 16px;
	text-align: right;
	padding-left: 10px;
	padding-right: 40px;
}
#footer .twitter_logo, #footer .facebook_logo, #footer .ceo_blog_logo {
	display: block;
	width: 83px;
	height: 20px;
	padding: 10px 0;
}
#footer .twitter_logo {
	background: url(../images/twitter_logo.png) no-repeat;
}
#footer .twitter_logo:hover {
	background: url(../images/twitter_logo_active.png) no-repeat;
}
#footer .facebook_logo {
	background: url(../images/facebook_logo.png) no-repeat;
}
#footer .facebook_logo:hover {
	background: url(../images/facebook_logo_active.png) no-repeat;	
}
#footer .ceo_blog_logo {
	background: url(../images/ceo_blog_logo.png) no-repeat;
}
#footer .ceo_blog_logo:hover {
	background: url(../images/ceo_blog_logo_active.png) no-repeat;
}
#footer .tell_someone {
	position: absolute;
	bottom: 45px;
}
#footer .tell_someone a {
	color: #8FBA0B;
	font-weight: bold;
}

/* News Admin */
#newsAdmin {
	position: relative;
	margin: 30px auto 0;
	width: 620px;
	min-height: 300px;
}
#newsAdmin a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FB7430;
	text-decoration: underline;
}
#newsAdmin #articleList {
	position: relative;
}
#newsAdmin #articleList .articleRow {
	position: relative;
	float: left;
	clear: left;
}
#newsAdmin #articleList .articleRow .articleName {
	float: left;
	width: 533px;
	padding: 2px 12px 2px 2px;
	border: 1px #5F5F5F solid;
}
#newsAdmin #articleList .articleRow .articleFunctions {
	float: left;
	padding: 2px 2px 2px 2px;
	border: 1px #5F5F5F solid;
	width: 65px;
}
#news_admin {
	margin: 0 auto;
	width: 620px;
}
#news_admin input[type=text], #news_admin textarea {
	width: 600px;
}
/* End News Admin */

/* Sub Page */
#sidebar {
	position: relative;
	float: left;
	width: 230px;
	padding-top: 5px;
	padding-left: 85px;
	padding-right: 10px;
}
#sidebar #subnav_services {
	width: 227px;
}
#sidebar #subnav_top {
	background: url(../images/subnav_background_top.jpg) no-repeat;
	width: 227px;
	height: 4px;
}
#sidebar #subnav_middle {
	background: url(../images/subnav_background.jpg) repeat-y;
	width: 227px;
}
#sidebar #subnav_bottom {
	background: url(../images/subnav_background_bottom.jpg) no-repeat;
	width: 227px;
	height: 3px;
}
#sidebar #subnav_middle h1 {
	display: block;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	text-align: center;
}
#sidebar #subnav_middle h1 a {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8FBA0B;
	text-decoration: none;
}
}
#sidebar #subnav_middle .subnav {
	width: 227px;
}
#sidebar #subnav_services #subnav_middle .collect_payments {
	display: block;
	background: url(../images/collect_payments.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_services #subnav_middle .collect_payments:hover, 
#sidebar #subnav_services #subnav_middle .active .collect_payments {
	background: url(../images/collect_payments_active.jpg) no-repeat;
}
#sidebar #subnav_services #subnav_middle .customization {
	display: block;
	background: url(../images/customization.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_services #subnav_middle .customization:hover,
#sidebar #subnav_services #subnav_middle .active .customization {
	background: url(../images/customization_active.jpg) no-repeat;
}
#sidebar #subnav_services #subnav_middle .integration {
	display: block;
	background: url(../images/integration.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_services #subnav_middle .integration:hover,
#sidebar #subnav_services #subnav_middle .active .integration {
	background: url(../images/integration_active.jpg) no-repeat;
}
#sidebar #subnav_services #subnav_middle .community_portal_tools {
	display: block;
	background: url(../images/community_portal_tools.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_services #subnav_middle .community_portal_tools:hover,
#sidebar #subnav_services #subnav_middle .active .community_portal_tools {
	background: url(../images/community_portal_tools_active.jpg) no-repeat;
}

#sidebar #subnav_about #subnav_middle .our_team {
	display: block;
	background: url(../images/our_team.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_about #subnav_middle .our_team:hover, 
#sidebar #subnav_about #subnav_middle .active .our_team {
	background: url(../images/our_team_active.jpg) no-repeat;
}
#sidebar #subnav_about #subnav_middle .mission{
	display: block;
	background: url(../images/mission.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_about #subnav_middle .mission:hover, 
#sidebar #subnav_about #subnav_middle .active .mission {
	background: url(../images/mission_active.jpg) no-repeat;
}
#sidebar #subnav_about #subnav_middle .news{
	display: block;
	background: url(../images/news.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_about #subnav_middle .news:hover, 
#sidebar #subnav_about #subnav_middle .active .news {
	background: url(../images/news_active.jpg) no-repeat;
}
#sidebar #subnav_about #subnav_middle .our_clients{
	display: block;
	background: url(../images/our_clients.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_about #subnav_middle .our_clients:hover, 
#sidebar #subnav_about #subnav_middle .active .our_clients {
	background: url(../images/our_clients_active.jpg) no-repeat;
}
#sidebar #subnav_about #subnav_middle .affiliates{
	display: block;
	background: url(../images/affiliates.jpg) no-repeat;
	width: 197px;
	height: 80px;
	margin: 0 auto;
}
#sidebar #subnav_about #subnav_middle .affiliates:hover, 
#sidebar #subnav_about #subnav_middle .active .affiliates {
	background: url(../images/affiliates_active.jpg) no-repeat;
}

#subbody {
	position: relative;
	float: left;
	width: 712px;
	padding-top: 5px;
}
#subheader {
	position: relative;
	width: 712px;
	height: 146px;
}
#subcontent {
	background: url(../images/sub_content_background.jpg) repeat-y;
	position: relative;
	width: 712px;
}
#subcontent #breadcrumbs {
	padding: 0 0 0 13px;
}
#subcontent #content {
	width: 675px;
	padding: 0 0 30px 13px;
}
#subcontent #content p {
	padding-bottom: 10px;
}
#subcontent #content .news_article {
	float: left;
	padding: 10px 5px 10px 0;
}
#subcontent #content .news_article .news_title {
	font-size: 12px;
}
#subcontent #content .news_article img {
	padding-bottom: 10px;
}
#subcontent #content .news_article p {
	width: 220px;
	line-height: 16px;
}
#subcontent #content .news_article .read_more {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FB7430;
}
#subcontent #content .news_article_full img {
	float: left;
	padding: 0 10px 0 0;
}
#subcontent #content #pagination {
	clear: both;
}
#subcontent #content a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FB7430;
	text-decoration: underline;
}
#subcontent_bottom {
	background: url(../images/sub_content_background_bottom.jpg) no-repeat;
	position: relative;
	width: 712px;
	height: 3px;
}
/* End Sub Page */

/* Start Accordion */
#why_innercircuit #accordion h1 {
	background: url(../images/accordion_background.jpg) no-repeat;
	width: 687px;
	height: 40px;
	line-height: 40px;
	margin-bottom: -1px;
	padding-left: 15px;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 0;
}
#why_innercircuit #accordion div {
	padding-left: 15px;
}
#why_innercircuit #accordion div p strong {
	color: #232323;
}
#community_portal_tools #accordion h1 {
	width: 636px;
	height: 40px;
	line-height: 40px;
	margin-bottom: -1px;
	padding-left: 51px;
	cursor: pointer;
	cursor: hand;
	padding-bottom: 0;
}
#community_portal_tools #accordion .property_manager {
	color: #394297;
}
#community_portal_tools #accordion div {
	padding-left: 15px;
}
#community_portal_tools #accordion div p strong {
	color: #232323;
}
/* End Accordion */

/* Start Demo */
#demo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#demo .left {
	width: 100px;
	padding-right: 40px;
}
/* End Demo */