body {
margin:20px;
padding:0px;
background-image:url(images/sliced/body-BG.jpg);
background-repeat:repeat-x;
background-color:#DEDEDE;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.5em;
color:#333;
}

.wrapper {
width:1000px;
margin:auto;
border:1px solid #333333;
background-color:#FFFFFF;
padding:10px;
}

.header {
height:108px;
width:1000px;
float:left;
background:url(images/sliced/header-BG.jpg);
background-repeat:no-repeat;
}

h1 {
	font-family:Calibri, Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 2px;
	margin-top:16px;
	background-image:url(images/sliced/h-background-red.jpg);
	padding-left:8px;
	line-height:1.8em;
}

h2 {
	font-family:Calibri, Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	letter-spacing: 2px;
	margin-top:15px;
	background-image:url(images/sliced/h-background-blue.jpg);
	padding-left:8px;
	line-height:1.8em;
}




.logo {
width:414px;
height:48px;
float:left;
margin-top:21px;
margin-left:19px;
}

.menu {
width:1000px;
height:35px;
float:left;
background-image:url(images/sliced/menu-BG.jpg);
background-repeat:repeat-x;
font-family:Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
}

.phone {
color: #FFF;
line-height:35px;
float:right;
margin-right:10px;
letter-spacing:1px;
font-family:Arial, Helvetica, sans-serif;
}

.spacer {
height:8px;
width:1000px;
background-image:url(images/sliced/spacer-BG.jpg);
background-repeat:repeat-x;
float:left;
line-height:8px;
}

.banner {
float:left;
width:1000px;
}

.content {
float:left;
width:1000px;
font-family:Calibri, Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
}

.content a {
color: #41619E;
}

.content table {
text-align:center;
}

.content table th {
background-image:url(images/sliced/h-background-red.jpg);
color:#FFFFFF;
}

.div30 {
width:320px;
margin-right:20px;
float:left;
}

.div60 {
width:660px;
margin-right:20px;
float:left;
}

.div60 img {
padding:3px;
border:1px solid #999999;
}


.no-margin {
	margin-left:0px;
	margin-right:0px;
	text-align: left;
}

.footer {
font-size:.8em;
border-top: 1px solid #CCC;
clear:both;
padding-top:7px;
}

#popupContactClose{
cursor: pointer;
text-decoration:none;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:250px;
width:350px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
color:#FFF;
border-bottom:1px dotted #D3D3D3;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
display:block;
}

