/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 100%;
}

body {
height: 100%;
font-size: 14px;
font-family: Arial,sans-serif;
color: #444444;
}

.clear {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Paragraphs, headings, ... */

p {
font-family: Arial,sans-serif;
line-height:24px;
margin:1px 0 0;
padding:5px 0 10px;
color: #2d2d2d;
}

h1, h2, h3, h4, h5{
font-family: 'Times New Roman';
}

h1 {
text-transform:uppercase;
font-family: sans-serif;
font-size: 35px;
font-weight: normal;
color: #1D1E1E;
text-align: left;
letter-spacing: 1px;
margin: 15px 0;
}

h1 span {
font-size: 29px;
}

h1 span.br{
font-style:normal;
font-size: 19px;
display: block;
font-size: 20px;
color: #5F5F5F;
margin: 10px 0;
}

h1 span.live{
color: #81CF82;
}

h1 span.color{
color: #95C9EF;
}

h1 span.copyrighting{
color: #FFFA7F;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
color:#000000;
font-size:34px;
font-style:italic;
font-weight:normal;
line-height:34px;
margin: 20px 0 10px 0;
padding:0;
text-align: left;
}

h3 {
font-size: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #5F5F5F;
letter-spacing: 1px;
padding-left: 30px;
margin-bottom: 7px;
background-image: url(/images/grayBall.png);
background-repeat: no-repeat;
background-position: left center;
line-height: 30px;
}

h4 {
font-size: 17px;
}

img {
border: 0px;
}




/* Menu */

#menu{
position: relative;
top: -15px;
left: 170px;
}

#menu li {
display: inline;
list-style-type: none;
}

#menu li a {
font-family: 'Georgia,serif';
font-size: 16px;
float: left;
display: inline-block;
list-style-type: none;
text-align: center;
color: #CCCCCC;
padding: 10px 15px;
height: 64px;
line-height:22px;
margin-left: 3px;
border-bottom: none;
}

#menu li a:hover {
color: #FFFFFF;
text-decoration: none;
border-bottom: none;
}

#menu li a.active {
color: #FFFFFF;
border-bottom: none;
}

a.mail {
text-decoration: underline;
font-size: 16px;	
color: #A5A5A5;
}

a.mail:hover {
color: #EF3734;
}


/* 3 columns layout */
#content div.topContent {
font-size: 14px;
text-align: left;
background-color: #3C3C3D;
background-image: url('/images/topBg.png');
background-repeat: repeat-x;
background-position: left bottom;
}

#content div.topContent div.inner, #content div.centerContent div.inner{
padding: 25px;
width: 940px;
margin: 0 auto;
}

#content div.topContent div.inner{
margin-bottom: 15px;
}

#content div.topContent h2{
color: #9F9F9F;
font-size: 23px;
}

#content div.centerContent h2{
color: #242424;
display: inline-block;
}

#content div.topContent p {
color: #f9f9f9;
}

#content div.centerContent {
border-top: 1ox dashed #efefef;
background: #FFF;
}

#column-1 {
float: right;
width: 650px;
}

#column-1 #column-11 {
float: left;
width: 330px;
}

#column-1 #column-12 {
float: right;
width: 296px;
}

#column-2 {
float: left;
width: 300px;
}


/* Footer */

#footer {
margin: 10px auto 0 auto;
/*
background-image: url(/images/bottomBg.png);
background-repeat: x-repeat;
height: 203px;
*/
}

#links ul li {
display: inline;
}

#links ul li a {
font-size: 11px;
}

#topContacts {
width: 300px;
padding-left: 0px;
}

#topContacts *{
color: #5F5F5F !important;
font-size: 18px !important;
border: 0px !important;
font-weight: normal;
}

#topContacts li {
margin: 5px 0;
list-style-type: none;
}

#topContacts li a img {
}

#topContacts li a {
line-height: 30px;
height: 30px;
display: block;
}

#topContacts li *{
vertical-align: middle;
}

ol, ul{
padding-left: 40px;
}

dl {
padding-left: 20px;
}

ol.services li{
margin: 40px 0;
}


dt {
font-weight: bold;
margin: 15px 0 5px 0;
}

dd{
padding-left: 15px;
}


div.aTop {
text-align: right;
margin-bottom: 40px;
}

div.aTop a {
color: gray;
background-image: url(/images/arrowTop.png);
background-repeat: no-repeat;
background-position: left center;
display: inline-block;
height: 25px;
line-height: 25px;
padding-left: 30px;
border: none;
}

img.headerImg {
float: right;
}

.underline{
text-decoration: underline;
}

