@charset "utf-8";
/* CSS Document */

body{
background-color: #ffffff;
background-image: url(splash_images/bgShim.jpg);
background-repeat: repeat-x;
background-position: top;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}
h1{
font-size: 20px;
font-weight: normal;
color: #ffffff;
margin-top: 8px;
}
#wrapper{
width: 823px;
overflow: auto;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
}
#header{
background-image: url(splash_images/header.gif);
background-repeat: repeat-x;
height: 100px;
width: 800px;
margin-left: 23px;
}
#contentWrapper{
width: 823px;
overflow: auto;
margin-left: auto;
margin-right: auto;
}
#sideBevels{
width: 23px;
height: 630px;
float: left;
margin-top: 16px;
background-image: url(splash_images/bevels.gif);
background-repeat: no-repeat;
}
#contentContainer{
background-image: url(splash_images/contentShim.jpg);
background-repeat: repeat-x;
background-position: top;
width: 800px;
float: right;
padding-top: 10px;
line-height: 18px;
}
.imagePlaceholder{
width: 185px;
height: 185px;
float: left;
border: 0px;
}
#tab1{
background-image: url(splash_images/tab1.gif);
background-repeat: no-repeat;
background-position: top left;
width: 800px;
height: 200px;
}
#tab1_bevel{
background-image: url(splash_images/bevel.gif);
background-repeat: no-repeat;
background-position: top;
height: 200px;
width: 23px;
padding-top: 0px;
}
#tab2{
background-image: url(splash_images/tab2.gif);
background-repeat: no-repeat;
background-position: top left;
width: 800px;
height: 200px;
}
#tab2_bevel{
background-image: url(splash_images/bevel.gif);
background-repeat: no-repeat;
background-position: top;
height: 200px;
width: 23px;
padding-top: 0px;
margin-top: 24px;
}
#tab3{
background-image: url(splash_images/tab3.gif);
background-repeat: no-repeat;
background-position: top left;
width: 800px;
height: 200px;
}
#tab3_bevel{
background-image: url(splash_images/bevel.gif);
background-repeat: no-repeat;
background-position: top;
height: 200px;
width: 23px;
padding-top: 0px;
margin-top: 26px;
}
.devides{
background-image: url(splash_images/devideShim.png);
height: 10px;
width: 755px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 15px;
}
.titleContainer{
width: 575px;
height: 40px;
float: right;
margin-top: 10px;
}
.textContainer{
width: 555px;
float: right;
padding-top: 15px;
padding-right: 20px;
font-size: 12px;
}



