/* 
Stylesheet to generate specific website layout
Created by Internet Vision Technologies
*/

body {
margin: 0 0 0 50%;
background-image: url('images/webimages/bg-mid.jpg');
background-repeat: repeat-y;
background-position: center;
background-color: #CCCCCC;
}

img { border: none; }

#container {
position: relative;
width: 790px;
margin: 0 0 0 -395px;
}

#contentarea {
position: relative;
width: 770px;
margin: 0 0 0 10px;
}

#header {
width: 770px;
height: 113px;
background: url('images/webimages/bg-header.jpg') no-repeat;
}

#menu {
width: 770px;
height: 48px;
background: url('images/webimages/bg-menu.jpg') no-repeat;
}

#content {
width: 770px;
background: url('images/webimages/bg-content.jpg') repeat-x;
}


a, a:hover {
font: 11px Lucida Grande, Helvetica, Arial, sans-serif;
font-weight: bold;
color: #D22229;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

p, td {
font: 10px Lucida Grande, Helvetica, Arial, sans-serif;
font-weight: normal;
color: #A0A0A0;
}

.title1 {
font: 18px Lucida Grande, Helvetica, Arial, sans-serif;
font-weight: normal;
color: #A0A0A0;
}

.title2 {
font: 18px Lucida Grande, Helvetica, Arial, sans-serif;
font-weight: bold;
color: #D22229;
}

#nav {
position: absolute;
top: 113px;
left: 0px;
width: 770px;
height: 48px;
}

#nav b {
display: none;
}

#arpBG, #arpOn {
position: absolute; 
top: 0px;
left: 0px;
background: url('images/webimages/bg-nav.jpg') no-repeat 0px 0px;
}

#arcBG, #arcOn {
position: absolute; 
top: 0px;
left: 111px;
background: url('images/webimages/bg-nav.jpg') no-repeat -111px 0px;
}

#arrBG, #arrOn {
position: absolute; 
top: 0px;
left: 212px;
background: url('images/webimages/bg-nav.jpg') no-repeat -212px 0px;
}

#araBG, #araOn {
position: absolute; 
top: 0px;
left: 326px;
background: url('images/webimages/bg-nav.jpg') no-repeat -326px 0px;
}

#aruBG, #aruOn {
position: absolute; 
top: 0px;
left: 432px;
background: url('images/webimages/bg-nav.jpg') no-repeat -432px 0px;
}

#armBG, #armOn {
position: absolute; 
top: 0px;
left: 553px;
background: url('images/webimages/bg-nav.jpg') no-repeat -553px 0px;
}

a#arp {
display: block;
width: 111px;
height: 48px;
}

a#arc {
display: block;
width: 101px;
height: 48px;
}

a#arr {
display: block;
width: 114px;
height: 48px;
}

a#ara {
display: block;
width: 106px;
height: 48px;
}

a#aru {
display: block;
width: 121px;
height: 48px;
}

a#arm {
display: block;
width: 107px;
height: 48px;
}

a:hover#arp, #arpOn {
background: url('images/webimages/bg-nav.jpg') no-repeat 0px -48px;
}

a:hover#arc, #arcOn {
background: url('images/webimages/bg-nav.jpg') no-repeat -111px -48px;
}

a:hover#arr, #arrOn {
background: url('images/webimages/bg-nav.jpg') no-repeat -212px -48px;
}

a:hover#ara, #araOn {
background: url('images/webimages/bg-nav.jpg') no-repeat -326px -48px;
}

a:hover#aru, #aruOn {
background: url('images/webimages/bg-nav.jpg') no-repeat -432px -48px;
}

a:hover#arm, #armOn {
background: url('images/webimages/bg-nav.jpg') no-repeat -553px -48px;
}

.searchfield {
border: 1px solid #cfcfcf;
width: 115px;
}

