/**********************************************************************************/
/********************************** Page Layout ***********************************/
/**********************************************************************************/


* {
        font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
}

.clear {
        clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
        text-align: center;
        margin: 0;
        padding: 0;
        background: #282623 url(../images/upload_page_layout/body_bkg.gif) no-repeat top center;
}

#wrapper
{
	margin: 100px auto 0 auto;
	width:1039px;
	background-color:transparent;
	color: #ffffff;
}

#pageWrapper
	{
         margin:30px auto 30px auto;
         width:960px;
         background-color:#282623;
	}		

#pageContent {
        width: 900px;
        margin: 0px auto;
        padding:0px;
        background-image: url(../images/upload_page_layout/page_bkg.gif);
}

#navigationContainer {
        width:400px;
        float:left;
        background: url(../images/upload_page_layout/navigation_bkg.gif) no-repeat;
        padding-top:250px;
        text-transform: lowercase;
}

#content {
        width: 460px;
        float:left;
        color:#fff;
        padding-top:50px;
        text-align:left;
}


/**********************************************************************************/
/********************************** Page Elements *********************************/
/**********************************************************************************/
        
#navigationContainer ul {
        width: 280px;
        margin:0;
        padding:0;
        margin-top:70px;
        float: left;
        color:#797d55; 
        text-align: right;
        list-style:none;
        padding-bottom:100px;
        padding-right:160px;
        background: url(../images/upload_page_layout/navigation_footer_bkg.gif) no-repeat bottom left;

}
        
#navigationContainer ul li a, #navigationContainer ul li a:visited {
        color:#e4f9d2;  
        text-decoration: none;
        opacity:0.7;
}
        
#navigationContainer ul li a:hover, #navigationContainer ul li a:visited:hover {
        color:#fff;
        opacity:1.0;
}
#navigationContainer ul li.selected {
        background: url(../images/icons/selected_dot.gif) right top no-repeat;
}
        
#navigationContainer ul li {
        font-size: 90%;
        line-height: 100%;
        margin:0;
        margin-top:0.5em;
        padding-right:20px;
}
#content .faqtitle {
        background:#191919;
        margin-top:3em;
}
        
/**********************************************************************************/
/******************************* Content Formatting *******************************/
/**********************************************************************************/


#content h1 {
        text-align: left;
        margin-top:0;
        font-size: 105%;
}
        
#content h2 {
        text-align: left;
        font-size: 90%;
        color: #e3003e;
        margin-bottom: 0em;
    margin-bottom:1.5em;
}
        
#content h3 {
        text-align: left;
        margin-left: -20px; 
        font-size: 80%;
        color: #6C6F4A;   
}
        
#content p, #content li {  
        text-align: left;
        line-height: 170%;
        font-size: 70%;
        margin-top:0px;
}
 
#content a {
        text-decoration: none;
        color: #da411b;
}

#content a:hover, #content a:visited:hover {
        text-decoration: underline;
        color: #fff; 
}
 
        
/**********************************************************************************/
/********************************** Media Formatting ******************************/
/**********************************************************************************/
        
.inlineIcon {
vertical-align: middle; 
margin-left:0.5em;
}       

img {
        border: none;
}


