body {
     background: #FFF url(../images/background.jpg) repeat-x scroll 0 0;
     color: #333333;
     font-family: Trebuchet MS,Arial,sans-serif;
     font-size: 12px;
     line-height: 1.5em;

}
div { margin: 0; paddFfooting: 0; }
a, a:visited, a:hover {
    text-decoration: none;
    color: #0291D7;
}
h1 {
    font-weight: normal;
    font-size: 210%;
    margin: 0.5em;
}
h1 a, h1 a:hover, h1 a:visited { color: black; }
h2 { margin-top: 0.2em;
     font-size: 22px; }
h3 { color: ##BE1951;
     font-size: 18px; }
a img { border: none; }

div#mainWrapper {
    width: 900px;
    margin: 0.5em auto;
    padding: 0;
    background-color: #999999;
}

div#headerWrapper {
    width: 900px;
    height: 116px;
    background-image: url(../images/top-bg.jpg);
    background-repeat: repeat-x;
}

div#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	height: 109px;
	width: 303px;
        float:left;
}

div#phone {
	width: 536px;
	margin: 28px 0 0 0;
	float: left;
	height: 18px;
	background-color: white;
	border-top: 3px solid #be1951;
	border-bottom: 3px solid #be1951;
	color: black;
	font-size:26px;
	font-weight:normal;
	margin:18px 0;
	padding: 15px 20px;
	text-align: right;
}

div#staticNavigation {
	margin: 10px 0 0 0;
	float: left;
	height: 40px;
	width: 900px;
	background-color: #2a2a2a;
}

div#staticNavigation ul {
        width: 100%;
        margin: 0;
        padding: 0;
}

div#staticNavigation ul li {
        display: block;
        float: left;
        width: 290px;
        text-align:center;
}

div#staticNavigation ul li a { 
        color: white;
        font-weight: bold;
        display:block;
        padding: 12px 0;
}

div#staticNavigation ul li a:hover, div#staticNavigation ul li a.current { 
        background-image: url(../images/pink-menu.png); 
        color: black; 
        width: 290px;
        height: 16px;
        text-align:center;
        background-position:47px 5px;
        background-repeat:no-repeat;
}

div#banner {
	background-image: url(../images/main-img.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
	height: 213px;
	width: 898px;
}

div#contentWrapper {
        width: 900px;
	min-height: 390px; 
	_height: 390px;
	float: left;
}

div#main {
        width: 653px;
	min-height: 390px; 
	_height: 390px;
	float: left;
	margin: 10px 5px 0 0;
}

div#services {
        width: 653px;
	height: 150px;
	background-color: #2a2a2a;
	float: left; 
	margin-left: 2px;
}

h2.services-header {
	background-color: #be1951;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	margin:18px 0 8px;
	padding:8px 20px;
}

div.services-text {
	float: left; 
	color: white; 
}

div#content {
	min-height: 370px; 
	_height: 390px;
	float: left;
	background-color: white;
	margin:5px 0 0 2px;
	padding:10px;
        width:633px;
	color: #000000;
}

div#rightside {
        width: 240px;
	height: 583px; 
	float: left;
}

div#news {
        width: 240px;
	height: 660px; 
	margin: 10px 0 0 0;
	float: left;
	color: white;
	background-color: #2a2a2a;
}

h2.news-header {
	background-color: #0291d7;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	margin:18px 0;
	padding:8px 20px;
}

div#footer {
	height: 17px;
	padding: 0 6px;
	width: 884px;
	background-color: #2A2A2A;
	float: left;
	margin: 2px 0 0 2px;
}

div#footer ul {
        width: 100%;
        margin: 0;
        padding: 0;
}

div#footer ul li {
        display: block;
        float: left;
        margin: 0 15px;
        text-align: left;
}

div#footer ul li a:hover{color: #FFF;}


div#contentfoot {
        width: 856px;
        height: 28px;
	background-color: #4a4c4b;
	color: #FFF;
	text-align: center;
}

div.clear {
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

.pNews { padding: 10px; }

.full { width: 100%; min-height: 40px; _height: 50px; float: left; }
.tb { width: 150px; float: left; margin-right: 12px; text-align: right; font-weight: bold; }
.otb { width: 250px; float: left; }