html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	background-color: #FFF;
	height: 101%;
}
a {
	color: red;
}

img {
	border: 0px;
}

/* @group header */

#header_container {
	background-image: url('../images/header_bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 880px;
	margin: 0px auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#top_line {
	background-color: #2b5ba7;
	height: 5px;
	line-height: 1px;
	font-size: 1px;
}
#header {
	width: 840px;
	margin: 0px auto;
	position: relative;
	height: 80px;
}
#main_logo {
	width: 175px;
	height: 70px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#main_login {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	color: #fff;
	text-align: right;
}
#main_login a {
	color: #fff;
	text-decoration: none;
}
#main_login a:hover {
	text-decoration: underline;
}
#main_nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	left: 180px;
	font-size: 16px;
}
#main_nav ul {
	margin: 0px;
	padding: 0px;
}
#main_nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 45px;
	float: left;
	list-style: none;
}
#main_nav .on {
	background-image: url('../images/main_nav_on.png');
	background-position: center bottom;
	background-repeat: no-repeat;

}
#main_nav li a {
	text-decoration: none;
	color: #d0e2ef;
	padding: 5px 15px;
}
#main_nav li a:hover {
	color: #fff;
}
#main_nav li.on a { 
	color: #fff;
	background-color: transparent;
}



/* @end */

/* @group page heading */

#main_heading_container {
	background-color: #fff;
	background-image: url('../images/bg_main_heading.png');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 880px;
	margin: 0px auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#main_heading {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
#main_heading h1 {
	margin: 0px;
	padding: 20px 10px 10px;
	font-weight: normal;
	color: #444;
}
#main_heading_lid {
	background-image: url('../images/bg_main_content_lid.png');
	background-position: top center;
	background-repeat: no-repeat;
	height: 30px;
}
#breadcrumb {
	color: #666;
	font-size: 11px;
	padding-top: 10px;
}
#breadcrumb a, #breadcrumb a:visited {
	text-decoration: none;
	color: #666;
}
#breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}
#breadcrumb span {
	color: #999;
}


/* @end */

/* @group content area */
#main_content_container {
	background-image: url('../images/bg_main_content_container.png');
	background-repeat: repeat-x;
	background-color: #eee;
	width: 880px;
	margin: 0px auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#main_content {
	width:  840px;
	text-align: left;
	background-color: #fff;
	margin: 0px auto;
	background-image: url('../images/bg_main_content.png');
	background-position: center -30px;
	background-repeat: repeat-y;
}
.inner {
	padding: 0px 10px;
}
#content_column {
}

/* @group sub_nav */
#sub_nav {
	float: left;
	width: 220px;
}
#sub_nav .first a, #sub_nav .first a:hover {
	color: #000;
	border-bottom: 1px solid #999;
	padding: 2px 5px;
	font-size: 14px;
	background-color: transparent;
	font-weight: bold;
}
#sub_nav .first {
	border-bottom: none;
}
#sub_nav ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	font-size: 12px;
}
#sub_nav li {
	list-style: none;
	padding: 1px 0px;
	border-bottom: 1px solid #eee;
}
#sub_nav li a {
	display: block;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	padding: 10px;
	padding-left: 20px;
}
#sub_nav li a:hover {
	background-color: #69a4d1;
	color: #fff;
}
#sub_nav li.on a {
	font-style: bold;
	background-color: #f3f6f8;
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group body styles */
#content_column {
	border: 1px blue;
	margin-left: 220px;
	padding-bottom: 15px;
	/*line-height: 130%;*/
	font-size: 12px;
	color: #444;
}

h2 {
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 5px;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	text-align: center;
	background-color: #eee;
	background-image: url('../images/bg_footer.png');
	position: center top;
	background-repeat: no-repeat;
	margin-top: 20px;
	
}
#bottom_nav {
	padding: 25px 0px;
}
#bottom_nav a {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	padding: 0px 15px;
}
#bottom_nav a:hover {
	text-decoration: underline;
}

#footer span {
	font-size: 11px;
	color: #999;
	display: block;
	padding: 5px 0px;
}



/* @end */



/* @end */

/* @group home */

/* @group home upper */

#home_upper_container {
	background-color: #fff;
	width: 880px;
	margin: 0px auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-image: url('../images/bg_home_bg.png');
	background-position: bottom;
	background-repeat: repeat-x; 
}
#home_upper {
	width: 840px;
	height: 240px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	background-image: url('../images/bg_home_girl.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
#home_upper_automate {
	position: absolute;
	top: 68px;
	left: 70px;
	width: 320px;
	height: 55px;
}
#home_upper_automate a {
	width: 320px;
	height: 55px;
	display: block;
	text-decoration: none;
}
#home_upper_manage {
	position: absolute;
	top: 128px;
	left: 70px;
	width: 320px;
	height: 55px;
}
#home_upper_manage a {
	width: 320px;
	height: 60px;
	display: block;
	text-decoration: none;
}
#home_upper_account {
	position: absolute;
	bottom: 0px;
	right: 40px;
	width: 320px;
	height: 60px;
}
#home_upper_account a {
	width: 320px;
	height: 60px;
	display: block;
	text-decoration: none;
}

/* @end */

/* @group home middle */
#home_middle {
	padding: 20px 10px 10px;
}

#home_middle table {
	margin: 0px auto;
	width: 820px;
	font-size: 12px;
	/*line-height: 130%;*/
	color: #444;
}
#home_middle th, #home_middle td {
	width: 33%;
	padding: 0px 10px 15px;
}
.mid_title a {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #444;
}
.mid_title a:hover {
	text-decoration: underline;
}
.mid_sub {
	font-size: 14px;
	padding: 5px 0px 10px;
	color: #999;
}
#home_middle p {
	padding: 0px;
	padding-right: 100px;
	margin: 0px;
	padding-bottom: 10px;
}
#home_middle a {
	text-decoration: none;
}
#home_middle a:hover {
	text-decoration: underline;
}
.mid_solutions p {
	background-image: url('../images/bg_mid_solutions.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.mid_ventures {
	background-image: url('../images/bg_mid_line.png');
	background-repeat: no-repeat;
}
.mid_ventures p {
	background-image: url('../images/bg_mid_ventures.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.mid_support {
	background-image: url('../images/bg_mid_line.png');
	background-repeat: no-repeat;
}
.mid_support p {
	background-image: url('../images/bg_mid_support.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.mid_ipad{
	background-image: url('../images/bg_mid_line.png');
	background-repeat: no-repeat;
}
.mid_ipad p {
	background-image: url('../images/bg_mid_ipad.png');
	background-position: top right;
	background-repeat: no-repeat;
}
/* @end */

/* @group home lower */
#home_lower table {
	margin: 0px auto;
	width: 820px;
	font-size: 12px;
	line-height: 130%;
	color: #444;
}
#home_lower td {
	width: 33%;
	padding: 0px 10px;
}
#home_lower p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
.home_lower_title {
	border-bottom: 1px solid #999;
	font-size: 18px;
	margin-bottom: 10px;
}
#home_lower dl {
	margin: 0px;
	padding: 0px;
}
#home_lower dt a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#home_lower dt a:hover {
	text-decoration: underline;
}
#home_lower dt span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
#home_lower dd {
	margin: 0px;
	padding: 0px 0px 15px 5px;
}
#home_lower dd a {
	display: block;
	text-align: right;
	text-decoration: none;
}
#home_lower dd  span a{
	text-align: left;
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
#home_lower dd a:hover {
	text-decoration: underline;
}
#home_lower blockquote {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	font-style: italic;
}
#home_lower blockquote span {
	display: block;
	padding-left: 120px;
	font-style: normal;
}
.floatleft{
float: left;
margin: 0 10px 10px 0;
padding: 2px;

}
.floatright{
float: right;
margin: 0 0 10px 10px;
padding: 2px;
}
.floatJV{
float: right;
margin: 0 -8px 0px 5px;
padding: 0px;
}
.floatinc{
float: right;
margin: -20px 0;
padding: 0;
}
.jackandron{
	float: right;
	width: 375px;
	
}
.floatjandr{
	float: left;
	margin: 15px 0px 125px 0;
	padding: 2px;
}
.clear{
	clear:both;
}
/* @end */



/* @end */

