* {
	margin:0;
	padding:0;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #ffffff;
	color:#616161;
	font:14px/1.45em arial, helvetica, sans-serif;
    background: #020813;
}

a {
	color:#bd0926;
	text-decoration:underline;
}
a:hover {
	color:#bd0926;
	text-decoration:underline;
}
a img {
	border:0;
}
h1, h2, h3, h4, h5, h6, .head {
	margin-bottom:.4em;
	line-height:1.3em;
}
h1 {
	font-size:2em;
	line-height:1.17;
}
h2 { font-size:1.5em; }
h3 { font-size:1.35em; font-weight: normal;}
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }


p { margin-bottom:.8em; }


div.head-container {
    background: #ffffff;
}
div.head {
    position: relative;
    width:960px;
    margin: 0 auto;
    padding: 30px 0;
    background: #ffffff;
    text-align: left;
}
div.head h1 {
    display: block;
    margin: 0 20px;
    padding: 0;
    height: 85px;
    width: 219px;
    background:url(images/logo.jpg);
    float: left;
}
div.head h1 span {
    display: none;
}

ul.navigation {
    position: absolute;
    top: 68px;
    left: 300px;
    display: inline;
    float: right;
}
ul.navigation li {
    list-style: none;
    float: left;
}
ul.navigation li a {
    display: block;
    float: left;
    padding: 10px 10px;
    color: #000000;
    text-decoration: none;
}
ul.navigation li a:hover {
    background: #ff0000;
}

div.teaser-container {
    background: #ffffff;
}
div.teaser {
    position: relative;
    margin: 0 auto;
    width: 960px;
    padding-bottom: 15px;
    text-align: left;
    background: url(images/teaser-bg.jpg) bottom no-repeat #020813;
}
div.teaser div.image {
    display: block;
    width: 640px;
    height: 360px;
    float: left;
}
div.teaser div.copy {
    float: left;
    padding: 20px;
    color: #656565;
}
div.teaser div.additional {
    padding: 60px 30px 0 30px;
    position: absolute;
    z-index: 999;
    width: 300px;
    height: 300px;
    top: 0px;
    right: 0;
    width: 265px;    
    background: #cc0000;
}
div.teaser div.additional h2 {
    font-weight: normal;
    font-family: serif;
    font-size: 1.45em;
    margin: 0 0 25px 0;
    padding: 0;
    color: #ffffff;
    -moz-text-shadow: 0 -1px 0 #606060;
    -webkit-text-shadow: 0 -1px 0 #606060;
    text-shadow: 0 -1px 0 #606060;
}
div.teaser div.additional ul {
    margin: 0;
    padding: 0;
}
div.teaser div.additional ul li {
    color: #ffffff;
    font-family: serif;
    padding: 0 0 10px 0;
    -moz-text-shadow: 0 -1px 0 #606060;
    -webkit-text-shadow: 0 -1px 0 #606060;
    text-shadow: 0 -1px 0 #606060;
}
div.content-container {
    padding: 0 0 40px 0;
    background: url(images/logo-bottom.jpg) bottom center no-repeat #ffffff;
}
div.content {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}
div.content div.col-3-double {
    width: 600px;
    padding: 20px;
    float: left;
}
div.content div.col-3 {
    width: 280px;
    padding: 20px;
    float: left;
}

div.footer-container {
    padding: 15px;
}
div.footer {
    font-family: arial;
    font-size: 11px;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    color: #54575e;
}
div.footer a {
    color: #54575e;
    text-decoration: none;
}
div.footer a:hover {
    color: #ffffff;
    text-decoration: none;
}
div.footer a:hover {

}


ul.sidebar {}
ul.sidebar li {
    list-style: none;
    padding: 8px 8px 8px 72px;
    margin-bottom: 1px;
    border-bottom: 1px solid #cccccc;
}
ul.sidebar li.cal {
    background: url(images/icons/cal.png) 8px 8px no-repeat #efefef;
}
ul.sidebar li.map {
    background: url(images/icons/map.png) 8px 8px no-repeat #efefef;
}
ul.sidebar li.phone {
    background: url(images/icons/phone.png) 8px 8px no-repeat #efefef;
}
ul.sidebar li a {
    text-decoration: none;
    font-size: 0.9em;
    color: #616161;
}



div.clear {
    clear: both;
}
