/* investorLYNX Style Sheet */
body {
    margin: 0px;
    text-align: center;
    background-color: #640000;
	background:url(../images/bg_tile.png);
}

/* CONTAINERS AND BORDERS */
.wrap {
    width: 940px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
}

.border {
    width: 900px;
    background: #fff;
    border: 1px #7E705E solid;
    padding: 20px 20px 0px 20px;
}

.main {
    width: 900px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
}

/* HEADER CONTENT */
.header {
    width: 900px;
    height: 100px;
    text-align: left;
}

.join_now {
    float: right;
    width: 370px;
    height: 80px;
    text-align: right;
    padding-top: 20px;
    background: url(../images/join_now1.jpg) no-repeat bottom center;
}

/* SUB HEADER CONTENT */
.sub_header {
    width: 900px;
    height: 331px;
    text-align: left;
    background-color: #000;
    margin: 0px 0px 20px 0px;
}

/* TOP BAR */
.top_bar {
    text-align: right;
    margin: 0 auto;
    width: 900px;
    height: 30px;
    background: #640000;
    border-bottom: 1px #7E705E solid;
    clear: both;
}

.top_bar ul {
    margin: 0px;
    padding: 0px;
}

.top_bar li {
    list-style: none;
    float: left;
}

.top_bar li a {
    display: block;
    text-align: center;
    width: 225px;
    padding-top: 6px;
    padding-bottom: 7px;
    font-family:Georgia,serif;
	font-size:14px;
    letter-spacing: 2px;
    font-variant: small-caps;
    color: #CCC;
    background-color: #640000;
    font-weight: bolder;
    text-decoration: none;
}

.top_bar li a:hover {
	color: #FFF;
    background-color: #7E705E;
	text-decoration: underline;
}

/* BANNER CONTENT */
/* Banner images held in content styles folder */
.banner_cont {
    width: 860px;
    height: 100px;
    margin: 0px 20px 0px 20px;
    padding: 20px 0px 20px 0px;
}

.banner_msg {
	width:860px;
	height:140px;
	margin:0px 0px 20px 0px;
}

.banner_msg h1, h2, h3, p{
	margin:0px;
	padding:0px;
}

.banner_msg h1{
	font-size:24px;
	font-family: Georgia, serif;
	font-variant: small-caps;
	
}

.banner_btn_left {
    float: left;
    width: 400px;
    height: 100px;
}

.banner_btn_right {
    float: right;
    width: 400px;
    height: 100px;
}

/* FOOTER */
.footer {
    clear: both;
    width: 900px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    border-top: 1px #7E705E solid;
    border-left: 1px #7E705E solid;
    border-right: 1px #7E705E solid;
    background: #333333;
}

.footer a.primary {
    margin-left: 20px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #CCC;
    text-decoration: none;
    letter-spacing: 2px;
}

.footer a.primary:hover {
    margin-left: 20px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #7E705E;
    text-decoration: none;
    letter-spacing: 2px;
}

.footer a.secondary {
    margin-left: 20px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    text-decoration: underline;
    letter-spacing: 2px;
}

.footer a.secondary:hover {
    margin-left: 20px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #7E705E;
    text-decoration: underline;
    letter-spacing: 2px;
}
