/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* modified by Tony
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-weight: normal;
	font-family: helvetica, arial, sans serif;
	background-color: #212121;
    margin-top: 5px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #979797; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #979797; }
a:hover { text-decoration: none; background-color: none; color: #000000; }

a img { border: none; }
a:hover img { text-decoration: none; background-color: none; color: #ffffff; }

#sitetitle {
    width: 900px;
    height: 19px;
    padding-top: 10px;
/**	margin-left: 20px; **/
    float: left; 
	background-color: #ffffff;
    border-bottom: 1px solid #000000;
    display: block;

}


.sitetitleleft{
    float: left;
    display: inline;
    font-size: 10px; font-family: helvetica, arial, sans serif; font-weight: bold; color:#000000;
}

.sitetitleright{
    float: right;
    display: inline;
    font-size: 10px; font-family: helvetica, arial, sans serif; font-weight: bold; color:#000000;
}


#wrapper {
   	background-color: #ffffff;
   	width: 910px;
    left:20px;
    padding-left:10px; 
    /** margin-left: -470px; **/
    top:0px;
    position: absolute;
}



#menu {
    width: 900px;
    overflow: none;
    margin-top: 6px;
/**	margin-left: 20px; **/
    float: left;
	background-color: #ffffff; 
	color: #000000;
    padding-top: 0px;
    font-weight: normal;
    font-size: 10px;
    font-family: helvetica, arial, sans serif;
    border-bottom: 1px solid #000000;
    display: block;
    height:21px;
}

table#menutop {
    vertical-align: top;
    border: none;   
    border-collapse: collapse;
    margin: 0px;
    padding 0px;

}

table#menutop td {
    width: 180px;
    vertical-align: top;
    border-collapse: collapse;
}

#menu p { font-size: 11px; font-family: helvetica, arial, sans serif; color: #979797;}
/** #menu img { padding-top:0px; padding-bottom:0px;}**/

#menu ul {
	list-style: none;
	margin: 0 0 11px 0;
}

#menu ul li.section-title { font-size: 10px; font-weight: bold; border-bottom: 0px solid #979797; font-family: helvetica, arial, sans serif; }
#menu ul li { border-bottom: 0px solid #979797; }
#menu ul li.active a { color: #000000; }

#content {
    height: 100%;
/**    margin: 0px 20px 0 20px; **/
    font-size: 13px;
	font-family: georgia, times, serif;
    float: left;
    display:block;
}


.container {
/**    padding: 2px 5px 5px 0px; **/
}

/** .container p {
    font-weight: bold;
} **/

#content p {margin-bottom: 4px; font-weight: normal; }

p {
    margin: 0 0 9px 0;
}



/** #d-col3 { background-color: #ffffff; padding-left:3px; width: 500px; height: 600px; padding-bottom: 0px; }
#d-col4 { background-color: #ffffff; padding-left:3px; padding-top:8px; width: 900px; height: 600px; padding-bottom: 0px; padding-right:3px; color:#000000;}

**/

h1 { font-size: 45px; }
h2 { font-size: 17px; font-family: helvetica, arial, sans serif; color:#000000; }
h3 { font-size: 13px; padding-bottom: 4px; font-family: helvetica, arial, sans serif; color:#000000; }
h4 { font-size: 12px; }
h5 { font-size: 10px; font-family: helvetica, arial, sans serif; font-weight: normal; color:#979797; }
h6 { font-size: 11px; font-family: helvetica, arial, sans serif; font-weight: bold; color:#979797;}
h7 { font-size: 10px; font-family: helvetica, arial, sans serif; font-weight: normal; color:#979797;}
h8 { font-size: 45px; line-height:80%; color:#979797; }


#img-container	{ margin: 0; padding: 0; }
//* #img-container p	{ width: auto; margin: 0;  /** padding: 0 0 12px 0;  } **/

#once { clear: left; }