/* This is the default style sheet for CXC */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Calibri, Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	background: white;
	color: #444;
}

.clb { clear:both; }

form {
    margin: 0; padding: 0;
}
img {
    border: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

ul.bullets {
    list-style-type: disc;
    padding-left: 1em;
    margin-left: 1em;
}

ul.bullets li {
    margin-bottom: 1em;
}

ol {
    font-size: 11px;
}
ol li {
    margin-bottom: 10px;
    line-height: 12px;
}

.clear {
    display: block;
	clear: both;
	font-size: 0px;
	height: 0;
	overflow: hidden;
}


/*   T y p o g r a p h y   */


p {
	margin: 0 0 17px 0;
	padding: 0;
	color: #444;
}

p.small,
.box p {
	font-size: 11px;
	line-height: 16px;
}

.right {
    text-align: right;
}

a {
	color: #1667da;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

p a, #col_1 p a.more {
	font-size: 12px;
	padding-right: 17px;
	background: url(/web/images/default/link_arrow.png) no-repeat center right;
}

.small a,
#col_2 .box a {
	font-size: 11px;
	background: none;
	padding-right: 0;
}

#col_1 p a {
    font-size: 14px;
    padding: 0;
    background: none;
}

#col_1 p.small a {
    font-size: 11px;
}

h1 {
	font-size: 20px;
	color: #000;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #d0d0d0;
}

h1 a {
    color: #000;
}
h2 {
	font-size: 17px;
	line-height: 22px; /* 1.29em; */
	color: #00aa13;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 .blog {
	color: #1667da;
}
h3 {
	font-size: 14px;
	line-height: 17px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 14px;
	line-height: 17px;
	color: #444;
	font-weight: bold;
	margin: 0 5px 10px 5px;
}

#col_1 h4 {
    margin-left: 0;
}


/*   L a y o u t   */

/* Header */
#header {
    height: 70px;
    position: relative;
    background-color: #000;
}

#logo {
    position: absolute;
    height: 50px;
    top: 10px;
    left: 20px;
}

#search_box {
    float: right;
    margin-top: 9px;
    padding-right: 20px;
    width: 360px;
}

input.search {
    border: none;
    width: 272px; /* = 298 - 13 - 13 */
    vertical-align: top;
    padding: 0;
    margin: 9px 13px 0 13px;
    font-size: 12px;
    font-weight: bold;
    background: transparent;
}

#search_wrap {
	height: 0;
	float: left;
	overflow: visible;
	background-color: white;
	display: inline;
}

#search_bg {
	background: transparent url(/web/images/default/bg-fld.png) no-repeat top left;
	height: 32px;
	width: 298px;
	float: left;
	display: inline;
}

button.search {
    background: url(/web/images/default/btn-search.png) 0 0 no-repeat;
    width: 60px;
    height: 23px;
    margin-left: 2px;
    margin-top: 5px;
    vertical-align: top;
    border: none;
	cursor: pointer;
	float: right;
	text-indent: -99999pt;
}

button.invest {
    background: url(/web/images/default/btn-invest.png) 0 0 no-repeat;
    width: 150px;
    height: 23px;
    margin-left: 2px;
    margin-top: 5px;
    vertical-align: top;
    border: none;
	cursor: pointer;
	text-indent: -99999pt;
}

button.browse {
    background: url(/web/images/default/btn-browse.png) 0 0 no-repeat;
    width: 150px;
    height: 23px;
    margin-left: 2px;
    margin-top: 5px;
    vertical-align: top;
    border: none;
	cursor: pointer;
	text-indent: -99999pt;
}

div#homepage_search button.search {
	float:none;
	vertical-align:middle;
	margin-top:0;
	position:relative;
	top:-2px;
}

#fld_q:focus {
    outline: none;
}

#hdr button.search {
	float: none;
	margin-left: 300px;
	display: inline;
}
button.search:hover,
button.search:focus,
button.browse:hover,
button.browse:focus
 {
    background-position: 0 -23px;
}
button.search:active,
button.browse:active {
    background-position: 0 -46px;
}

/* Tab Nav */

#tabs {
    height: 27px;
    background: url(/web/images/default/bg-tab.png);
    border-bottom: 1px solid #9b9b9b;
}

ul#main_nav {
    margin: 0 0 0 20px;
    padding: 0;
    height: 100%;
    list-style: none;
    border-left: 1px solid #A7A7A7;
}

#main_nav li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 11px;
    height: 100%;
    background: url(/web/images/default/bg-tab-bar2.png) right top no-repeat;
}

#main_nav li a {
    float: left;
    color: #555;
    height: 100%;
    padding: 0 10px;
    line-height: 27px;
    
}
#main_nav li a:hover {
    text-decoration: none;
    color: #1667DA;
}

/* Sub Nav */


.sub_nav {
    height: 27px;
    background: url(/web/images/default/bg-subnav.png) bottom left repeat-x;
}

.sub_nav ul {
    margin: 0 0 0 30px;
    padding: 0;
}

.sub_nav ul li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 27px;
    vertical-align: middle;
    height: 100%;
    background: url(../../static/corp/images/subnav_divider.png) right center no-repeat;
}

.sub_nav ul li.last {
    background: none;
}

.sub_nav ul li a {
    color: #646464;
    padding: 0 10px;
}

.sub_nav ul li a.active {
    color: #010101;
    font-weight: bold;
    cursor: default;
}

.sub_nav ul li a.active:hover {
    text-decoration: none;
}

/* Where Are You */

.nav_item {
    background: url(/web/images/default/bg-tab-open.png) right top no-repeat;
    height: 28px;
}

.nav_item a, #about #nav_about a,
#management #nav_management a,
#philosophy #nav_philosophy a,
#investors #nav_investors a,
#news #nav_news a,
#features #nav_features a,
#faqs #nav_faqs a,
#blog #nav_blog a {
    color: #3c3c3c;
    cursor: default;
}

#media #nav_media,
#privacy #nav_privacy,
#webmaster #nav_webmaster,
#contact #nav_contact,
#copyrights #nav_copyrights,
#feedback #nav_feedback {
    color: #fff;
    cursor: default;
}

#media #nav_media:hover,
#privacy #nav_privacy:hover,
#webmaster #nav_webmaster:hover,
#contact #nav_contact:hover,
#copyrights #nav_copyrights:hover,
#feedback #nav_feedback:hover {
    text-decoration: none;
}

/* body */

#bdy {
    padding: 20px 30px 30px 20px;
    margin-bottom: 50px;
    width: 955px;
    overflow: auto;
}

#col_1, .col_1 {
    width: 600px;
    float: left;
}

#col_2, .col_2 {
    margin: 30px 0 0 635px;
    width: 320px;
}

/* footer */

#footer {
    height: 37px;
    background-color: #000;
    padding: 0;
    line-height: 37px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#bottom_nav {
    margin: 0;
    padding: 0 20px;
    font-size: 10px;
    color: #afafaf;
    float: left;
}

#bottom_nav a {
    padding: 0;
    background: none;
    color: #408dfb;
    font-weight: normal;
    padding: 0 5px;
}

#copyright {
    text-align: right;
    color: #898989;
    font-size: 11px;
    margin: 0;
    padding: 0 20px;
}

/* box */

.box {
    width: 320px;
    margin: 0;
    padding: 0;
    background: url(../../static/corp/images/box_wrapper.png) left top repeat-y;
    position: relative;
}

.box .box_top {
    height: 12px;
    position: relative;
    top: 0;
    left: 0;
    background: url(../../static/corp/images/box_top.png) left top no-repeat;
}

.box .box_bottom {
    background: url(../../static/corp/images/box_bottom.png) left bottom no-repeat;
}

.box .box_content {
    padding: 0 16px 30px 16px;
}

.box img {
    margin-bottom: 15px;
}

.box p {
    margin-left: 5px;
    margin-right: 5px;
}


/*   P a g e   F o r m a t t i n g   */

.cib {
	clear:both;
}

#home_highlights {
	float:left;
	width:170px;
	height:430px;
	background:url(/web/images/default/left_home_gradient_master.png) no-repeat;
	padding: 0px;
}

#about_copy, #launcher_profile,  #public_content_container {
    width: 730px;
    height: 392px;
    padding: 30px 20px 10px 20px;
    /*margin-left: 170px;*/
	float:left;
    background: url(/web/images/default/about_us_text.png) 0 0 no-repeat;
}

#launcher_profile {
	height:auto;
}

#launcher_profile div#launcher_copy {
	float:left;
	width:65%;
	border-right:dotted 2px #ccc;
    padding:10px;
	margin-right:15px;
}

#launcher_copy h2 {
	background-color:#000;
	color:#0033FF;
	padding:6px;
}

#launcher_profile div#launcher_sidebar {
	float:left;
	width:25%;
}

#about_copy p {
    font-size: 12px;
}
#about #bdy {
    width: 960px;
/*    margin-left: auto;
    margin-right: auto;*/
}

#about_boxes {
    width: 960px;
    margin: 15px auto;
}

#about_boxes .box {
    float: left;
}

#about .box p {
    margin-bottom: 0;
}

div#home_highlights .highlight {
	height:95px;
	padding:8px 5px 5px 12px;
	font-weight:bolder;
	color:#FFCC33;
}

div#home_highlights a {
	color:#FFCC33;
}

div#home_highlights ul {
	margin-top:6px;
	margin-right:20px;
	text-align:right;
}

div#home_highlights a.highlight_link {
	font-style:italic;
	margin-left:30px;
	font-weight:normal;
	color:#fff;
}

.announce_top {
    background: url(/web/images/default/announce_top.png) no-repeat 0 0;
    margin-bottom: 15px;
    margin-top: -15px;
	width:450px;
}

.announce_bottom {
    padding: 3px 10px;
    background: url(/web/images/default/announce_bottom.png) no-repeat left bottom;
}

#adminNav {
	margin-top:15px;
}

#admin_nav_container {
	float:left;
	width:191px;
}

#admin_content_container {
	width: 720px;
    /*height: 392px;*/
    padding: 30px 20px 10px 20px;
	float:right;
    background: url(/web/images/default/about_us_text.png) 0 0 no-repeat;
}

.admin_nav_top {
    background: url(/web/images/default/admin_nav_top.png) no-repeat 0 0;
    margin-bottom: 15px;
    margin-top: -15px;
}

.admin_nav_bottom {
    padding: 3px 10px;
    background: url(/web/images/default/admin_nav_bottom.png) no-repeat left bottom;
}

.announce_bottom, .admin_nav_bottom {
    font-weight: bold;
    font-size: 12px;
    color: #555;
}

.announce_bottom span {
    padding: 10px;
}

.announce_bottom span.small {
    font-size: 11px;
    padding: 0;
    font-weight: normal;
}



/* Copyright */

ul.legal {
    list-style: lower-roman;
    margin-left: 2em;
    padding-left: 1em;
}

/* Feedback */

table.feedback td {
    padding: 5px;
}

table.feedback td.label {
    text-align: right;
    vertical-align: top;
    color: #7c7c7c;
    padding-top: 9px;
}

#from, #subject, #message, #message2 {
    border: 1px solid #7c7c7c;
    padding: 3px;
    font-size: 14px;
    color: #555;
    margin: 0;
}

#from, #message2 {
    width: 340px;
    height: 17px;
}
#subject {
    width: 400px;
    height: 17px;
}

#message {
    width: 400px;
    font-family: "Lucida Grande", Calibri, Arial, sans-serif;
    font-size: 14px;
}

#to_label {
    padding-top: 5px;
}
#to_field {
    padding-left: 9px;
}

.optional {
    font-size: 10px;
}

#submit_td {
    text-align: center;
}

input#submit {
    width: 60px;
    height: 23px;
    background: url(../../static/corp/images/btn_send.png) 0 0 no-repeat;
    border: 0;
    text-indent: -99999pt;
    outline: none;
    cursor: pointer;
}
#submit:hover {
    background-position: 0 -23px;
}
#submit:active {
    background-position: 0 -46px;
    outline: none;
}

.feedback .example {
    font-size: 9px;
    margin: 0;
    padding: 0;
}

/* FAQ */

.pull_image {
    margin-left: 15px;
}

#col_1 ol {
    font-size: 14px;
}
#col_1 ol li {
    margin-bottom: 14px;
    line-height: 16px;
}

/* Blog */
.comment {
    padding: 10px;
    border-bottom: 1px dotted #d0d0d0;
}
.comment_author {
    font-weight: bold;
}

.comment_time {
    font-size: 11px;
}

.blog_author {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: url(images/blog_auth_bg.png) repeat-x 0 0;
}

.blog_author .comment_author {
    padding-left: 16px;
    background: url(images/blog_auth_badge.png) no-repeat left center;
}

span.small {
    font-size: 11px;
	color:#00aa13;
}

#cpreview {
    margin-left: 10px;
}

blockquote p {
    padding: 10px;
    background-color: #e5e5e5;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #5e5e5e;
}

blockquote {
    margin: 0 10px;
}

/* Form styles */

div.formContainer {
	margin: 10px 0px;
	padding:20px;
	background-color:inherit;
}

div.formLabel {
	width:40%;
	float:left;
	position:relative;
	padding-top:5px;
}

div.formInput {
	width:58%;
	float:right;
	padding-top:5px;
	position:relative;
}

div.formDivider {
	clear:left;
	width:100%;
	height:3px;
	padding:4px 0px;
	border-bottom:solid 1px #ccc;
}

/* error messages and warnings/notices */

ul.warning_list {
	background-color:#2188f1;
	font-weight:bold;
	color:#fff;
	padding:10px;
}

ul.warning_list li {
	background:url(/web/images/default/white_right_arrow.png) no-repeat;
	margin-left:10px;
	padding-left:20px;
	margin-top:0.6em;
}

div.errorNotice {
	border: solid 2px red;
	padding:5px;
	font-weight:bolder;
	color:red;
}

/* Home Page Search Template */

div#homepage_search {
	float:left;
	width:190px;
	margin-left:25px;
	top:-15px;
	font-size:.8em;
	position:relative;
	background-color:#e7e7e7;
	padding:8px;
}

div#homepage_search input[type='text']{
	width:100px;
}

/* invest model styles */

img.up_arrow, img.down_arrow {
	cursor:pointer;
}



