/* Colors
LightBlue: #1ab7ea */

body {
	background-color:#3b3b3b;
	background-image:url(images/bg-grey.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin: 0px;
	font-size:10pt;
	}
.plainText {
    font-size:10pt;
}
a {
	color:#FFFFFF;
	text-decoration:none;
	}

/* --------- IDs -------------*/
.container {
	width: 1000px;
	position: relative;
	margin: 0px auto 0px auto;
	}
	
.headerbg {
    height:215px;
    width:1000px;
    background-image: url('images/header-logo.png');
    background-repeat:no-repeat;
    
}
.headerArea {
    position:relative;
    top: 165px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width:985px;
    height:40px;
    padding-right:15px;
}
.headerNav {
    position:absolute;
    top: 12px;
    left: 40px;
    font-weight:bold;
    color:#ffffff;
    font-size:11pt;
    
    
}
/* .headerArea {
    position:absolute;
    top: 165px;
    left: 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width:1000px;
    height:40px;
}
.headerNav {
    position:absolute;
    top: 12px;
    left: 40px;
    font-weight:bold;
    color:#ffffff;
    font-size:11pt;
    
} */
.headerLinks {
    position:absolute;
    top: 10px;
    left: 840px;
    font-weight:bold;
    
}
a:hover {
    color:#f6c052;
}
.mainContent {
    position:absolute;
    top:210px;
    width:960px;
    left:0px;
    padding:10px 20px 0px 20px;
    background-image: url('images/footer-bg.png');
    background-repeat:repeat-y;
     background-position:top;
}
.footer {
    position:absolute;
    height:40px;
    width:940px;
    padding:10px 30px 10px 30px;
    background-image: url('images/footer-bg.png');
    background-repeat:repeat-y;
     background-position:top;
   
    color: #ffffff;
    font-size: 9pt;
}
h1 {
    color: #f6c052;
    font-size: 18pt;
    padding:0px;
    margin:20px 0px 5px 0px;
}
h2 {
    color: #ffffff;
    /* color: #760700; */
    font-size: 14pt;
    padding:0px;
    margin:0px 0px 5px 0px;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}
h3 {
    color: #ffffff;
    padding:0px;
    margin:0px 0px 5px 0px;
}

.twitterText {
    color: #ffffff;
    font-size: 9pt;
}
.twitterCreated_at {
    color: #f6c052;
    font-size: 9pt;
    
}
.status {
    padding-bottom:10px;
    width: 90%;
}
p {
    margin: 5px 0px 0px 0px;
}
a.footerLink {
   color: #ffffff;
    font-size: 9pt; 
}
a.footerLink:hover {
    color: #f6c052;
    
}
a.porfolioBoxNav {
    border: 1px dotted #ffffff;
    padding: 3px 10px 3px 10px;
    width: 100px;
    display:block;
    
}
