/*************************
Global CSS For Investwell

By
Vincent Lu
2008-09-29 09:27
*************************/

/*
--------------------------
MAIN HTML TAGS
--------------------------
*/

html {
	height: 100%;
}

body {
	font: normal 12px/18px arial;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

/*
--------------------------
GLOBAL CLASSES
--------------------------
*/

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.small {
	font: 10px arial !important;
}

.pad_bottom {
	padding-bottom: 10px;
}

/*************************
Main CSS For Investwell

By
Vincent Lu
2008-09-29 09:27
*************************/

/*
--------------------------
MAIN ELEMENTS
--------------------------
*/

#home {
	background: #fff;
}

#background {
	width: 100%;
	height: 86px;
	position: absolute;
	left: 0;
	top: 0;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#page_wrapper {
	width: 970px;
	clear: both;
}

/*
--------------------------
HOME
--------------------------
*/
#home_content {
	margin: 0 auto;
	width: 970px;
	margin-bottom: -5px;
}

#home_content a {
	color: #000;
}

#home_content p {
	font: 12px arial;
	color: #000;
	margin: 10px 0;
}

#home_content h1 {
	font: bold 30px arial;
	color: #af006e;
	padding: 0;
	margin: 5px 0;
}

#home_content h2 {
	font: bold 20px arial;
	color: #af006e;
	padding: 0;
	margin: 3px 0;
}

#home_content h3 {
	font: bold 12px arial;
	color: #af006e;
	padding: 0;
	margin: -8px 0;
}

#home_content_top {
	height: 20px;
}

#home_content_left {
	float: left;
	width: 590px;
	padding: 0 30px;
}

#home_content_right {
	float: right;
	width: 280px;
	padding-left: 35px;
}

#home_content_bottom {
	height: 20px;
}

/*
--------------------------
SUB NAVIGATION
--------------------------
*/

#sub_navigation {
	float: left;
	width: 300px;
	padding-bottom: 30px;
}

#sub_navigation img {
	border-bottom: 2px solid #fff;
}

#sub_navigation ul {
	width: 235px;
	padding: 0 30px;
	margin: 0;
}

#sub_navigation ul,
#sub_navigation li {
	list-style: none;
}

#sub_navigation h1 {
	padding: 0 30px;
	color: #af006e;
	font: bold 26px arial;
}

#sub_navigation a {
	color: #000;
	font: normal 13px/20px arial;
}

#sub_navigation a:hover {
	color: #af006e;
}

#sub_navigation a.current_sub_menu {
	color: #af006e;
	font-weight: bold;
}

#sub_navigation a.current_sub_menu:before {
	content: "\00bb";
	padding-right: 3px;
}

/*
--------------------------
CONTENT
--------------------------
*/

#content {
	float: right;
	width: 595px;
	padding: 30px 0px 30px 0px;
}

#content h1 {
	color: #af006e;
	font: bold 30px arial;
}

#content h2 {
	color: #af006e;
	font: bold 20px arial;
}

#content h3 {
	color: #af006e;
	font: bold 12px arial;
}

#content a {
	color: #af006e;
	font: bold 12px/20px arial;
}


/*
--------------------------
FOOTER
--------------------------
*/

#home_footer {
	width: 970px;
	clear: both;
}

#home_footer,
#home_footer a,
#home_footer a:hover,
#home_footer a:visited {
	color: #555555;
	font: 10px arial;
}

#home_footer .left {
	margin-top: 35px;
	margin-left: 30px;
}

#home_footer .right {
	margin-right: 180px;
}

#footer_line {
	width: 100%;
	height: 4px;
}

#footer {
	width: 970px;
	height: 140px;
	margin: 0 auto;
}

#footer .left {
	padding: 10px 0 0 30px;
	color: #004a1e;
	width: 264px;
}

#footer .right {
	padding: 10px 0 0 0;
	color: #555555;
	width: 595px;
}

#footer .right div {
	margin-left: 130px;
	margin-top: -70px;
}

#footer,
#footer a,
#footer a:hover,
#footer a:visited {
	color: #555555;
	font: 10px arial;
}

/*
--------------------------
FOR PRINT
--------------------------
*/

img {
	border: none;
}

#menu ul {
	display: none;
}

#sub_navigation {
	display: none;
}

#content {
	width: 100%;
	position: absolute;
	left: 0;
	font: normal 12px/18px arial;
}

#logo {
	visibility: hidden;
}

#footer {
	display: none;
}