html {
    margin: 0; padding: 0;
}
body {
    margin: 0; padding: 0;
    padding-bottom: 20px;
    background: #0f0f0f;
    text-align: center;
    font-family: Century Gothic;
    background: #000 url(/images/background_wide3.jpg) no-repeat fixed;
    background-position: center -200px;
    overflow-x: hidden;
}
.main p {
    text-align: justify;
	font-family: arial;
}
.main ul {
    font-family: arial;
}

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    small
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
    }
.container {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}
.header {
    background: url(/images/header.jpg) left repeat-x;
    height: 78px;
    margin-top:20px;
    margin-bottom:20px; 
}
.header a 
{
	display: block;
	width: 352px;
	height: 68px;
    margin:0;padding:0;
}
.left {
    width: 150px;
}
.left, .main {
    float: left;
}
.main {
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 15px 25px 0 25px;
    background: #fff; /* url(/images/main_bg.jpg) center -35px repeat-x;*/
    width: 640px;
}
.main h2, .main h1 {
    color: #555;
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: -5px;
}
.main p, .main ul, .main table {
    color: #000;
}
.main li {
    list-style: square;
    margin-bottom: 0.5em;
}
.main div {
    margin: 0;
}

/* Menu Style */
.left ul {
    padding: 0;
    margin: 0;
}
.left li ul {
    display: none;
    margin-top: 0;
}
.left li.active ul {
    display: block;
}
.left li {
    list-style: none;
    margin-bottom: 1.0em;
}
.left li ul li {
    margin-bottom: 0;
}
.left ul li a {
    color: #fff;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    background: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 150px;
}
.left ul li a:hover, .left ul li.active a, .left ul li.activating a {
    color: #fc0;
    border-color: #fc0;
    background-color: #1a1a1a;
}
.left ul li.active ul a, .left ul li.activating ul a {
    color: #fff;
    border: none;
    background-color: transparent;
}
.left li ul li a {
    color: #fff;
    text-align: right;
    display: block;
    border: none;
    background: transparent;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 150px;
}
.left li ul li a:hover {
    color: #fc0;
    background-color: transparent;
}
.left ul li.badge
{
	text-align: center;
	margin-top: 1.2em;      	
}
.left ul li.badge a
{
	border: none;
	background: transparent;
	
}
.left ul li.badge a:hover
{
	border: none;
	background: transparent;
}
.left ul li.badge img
{
	border: none;
}

.main div.end {
    clear: both;
    min-height: 1%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    visibility: hidden;
    margin: 0; padding: 0;
}
.main div.sidebar {
    width: 325px;
    float: right;
    margin: 8px 15px 0 5px;
}
.main div.sidebar-sm {
    width: 225px;
    float: right;
    margin: 8px 15px 0 5px;
}
.main div.image img {
	border: solid 2px #000;
	width: 320px;
}
.main div.image {
	margin: 0 0 15px 15px;
}
.main div.image span {
    color: #000;
    font-size: 0.8em;
    font-family: Arial, Helvetica, Sans-Serif;
    display: block;
    text-transform: uppercase;
}
.main div.aside {
	border: solid 2px #000;
	background: #aaa;
	padding: 10px;
	width: 300px;
	margin: 0 0 15px 15px;
}
.main div.aside-lrg {
	border: solid 2px #000;
	background: #aaa;
	padding: 10px;
	width: 400px;
	margin: 0 0 15px 15px;
}
.main div.aside p {
    color: #000;
    font-size: 0.9em;
    margin:0;
    padding-bottom: 0.8em;
}

.contact {
    padding-bottom: 10px;
}
.contact span {
    font-weight: bold;
    margin-top: 0.5em;
}
.contact span, table {
    font-family: Arial;
}
.contact td {
    padding-bottom: 1.0em;
}
.contact input, .contact label {
    cursor: pointer;
}
