
* 
{
    padding:0;
    margin:0;
} 
a img 
{
    border:none;
}
.clear
{
    font-size:1px;
    width:1px;
    height:1px;
    position:relative;
    clear:both;
    display:block;
}
ul,li
{
    list-style-type:none;
}
.display 
{
    display:none;
}
body, html
{
    font-size:100%;

}
/*----------------------------------------------------------------------*/
/*--------*//* BODY */
body {
	font:95% "Century Gothic","Trebuchet MS",Helvetica, sans-serif;
	background:#333333;
}
/*----------------------------------------------------------------------*/
/*--------*//* WRAPPERS */
#container1 {
	width:100%;
	text-align:center;
}

#container2 {
	margin:0 auto;
	position:relative;
	padding-top:150px; 
	width:900px;
	text-align:left;
	font-size:1.0em;
}
#maincontent
{
    position:relative;
    padding:15px;
    font-size:0.8em;
    color:#fff;
    width:870px;
    height:420px;
    overflow:hidden;
    background:#4d4d4d;
}
#contact
{
    margin-top:15px;
    text-align:right;
}
/*----------------------------------------------------------------------*/
/*--------*//* COLUMNS */
#leftcol
{ 
	float:left;
	display:block;
	width:335px;
}
#rightcol
{ 
	float:right;
	display:block;
	padding:10px 0 0 0;
	width:470px;
}
body.partners #leftcol
{
    padding:0 50px 0 0;
    width:230px;
    w\idth:180px;
}
body.partners #mid1
{
    float:left;
    padding:0 50px 0 0;
    width:230px;
    w\idth:180px;
}
body.partners #mid2
{
    float:left;
    padding:0 50px 0 0;
    width:230px;
    w\idth:180px;
}
body.partners #rightcol
{
    float:left;
    padding:0 0 0 0;
    width:180px;
}
.scroll
{
    padding:0 10px 0 0;
    height:400px;
    overflow:auto;
}
#bookMark
{
    position:absolute;
    top:560px;
    right:20px;
}
/*----------------------------------------------------------------------*/
/*--------*//* HEADER */
#header 
{
   position:absolute;
   top:58px;
   right:10px;
   text-align:left;
   width:380px;
}
#title 
{
   position:absolute;
   top:80px;
   left:10px;   
   text-align:left;
   font-size:0.9em;
   color:#fff;
   width:380px;
}
/*----------------------------------------------------------------------*/
/*--------*//* NAVIGATION */
#navigation
{  
    position:absolute;
    top:120px;
    left:0;
} 
/*----------------------------------------------------------------------*/
/*--------*//* SUB NAVIGATION */
#subNav
{  
    padding:20px 0 46px 0;
} 
/*----------------------------------------------------------------------*/
/*--------*//* PDF DOWNLOAD */
#downloadPDF
{
    position:absolute;
    right:15px;
    padding:5px 0 0 0;
    width:195px;
    height:31px;
    he\ight:26px;
    background:url(../images/pdf-icon.gif) top right no-repeat;
}
body.swing #downloadPDF
{
    top:125px;
}
body.woven #downloadPDF
{
    top:154px;
}
/*----------------------------------------------------------------------*/
/*--------*//* FOOTER */
#footer
{  
    margin:0 0 10px 20px;
    width:760px;
    border-top:#444 1px solid;
}