<style>

img {
text-decoration: none;
border: 0px;
}

img a {
text-decoration: none;
border: 0px;
}

body {

background-color: #fff;
margin: 0px;
padding: 0px;
font-family: arial, helvetica, sans-serif;
}

a:focus {outline: none}


#container {
margin-top: 35px;
margin-left: 25px;
overflow: none;
height: 100%;
max-height: 1500px;
min-height:800px;
min-width: 1000px;

}

#box1 {
line-height: 90px;
font-size: 120px;
width: 210px;
height: 550px;
float: left;
padding-left: 0px;
margin-top: 3px;
margin-left: 5px;

}


#box2 {
float: left;
margin: 40px 0 0 10px;
height: 100%;
width: 700px;
}

#introbox {
height: 100px;
width: 200px;
float: left;
overflow: hidden;
margin: 2px;

}

#introimage {
height: 100px;
margin-left: -100px;
}
#introbox img a {
border: 0px;
}
#introbox a:hover img {
height: 150px;
}


p.header {
font-size: 10px; 
font-weight: bold;
padding: 0 0 0 0;
margin: 0 3 0 0;
}

#introbox p{
font-size: 12px;
}


#logocontainer {

border-right: 1px solid;

width: 778px;
height: 30px;
}



#contentwindow {
width: 550px;
height: 100%;
overflow: auto;
}

/* NAVIGATION -------------------------------- */

#title {
color: #6B6D6C;
line-height: 32px;
border: 0px;
margin: 0 0 10px 0;
padding: 0px;
width: 100px;
font-weight: bold; 
font-size: 40px; 
}

#title a {
letter-spacing: -3px;
color: #6B6D6C;
text-decoration: none;
}

#data {
text-align: left;
line-height: 16pt;
color: #818B8A;
margin: 0px;
font-size: 30px;
margin: 1px 0 1px 0;

}


#data a {
letter-spacing: -3px;
color: #cccccc;
text-decoration: none;
width: 100%;
display: block;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;

}

#data a:hover {
letter-spacing: -3px;
color: #606261;
padding: 0 0 0 20px;
border-top: 1px solid #606261;
border-bottom: 1px solid #606261;
background: url("assets/nav_arrow.png") 0 0px no-repeat;
}
/* THIS IS THE ACTIVE BUTTON SELECTION/////////////////////////////////*/
#dataActive {
letter-spacing: -3px;
color: #606261;
font-size: 30px;
padding-left: 20px;


}

#dataActive a {
line-height: 23pt;
color: #606261;
text-decoration: none;
}

#subdata {
/*border-top: 1px solid;*/
text-align:left;
letter-spacing: 0px;
display: block;
line-height: 12pt;
color: #606261;
font-size: 14px;
margin: 5px 0 10px 20px;

}

#subdata a{ 
display: block;
text-decoration: none;
color: #606261;
padding: 2px 10px 2px 5px;

}

#subdata a:hover {
color: #fff;
background-color: #606261;
}


body.imagePage {
padding: 0 0 0 20px;
top: 0px;
left: 0px;

}

#imageborder {
padding: 5px;
background-position: center;
background-repeat: no-repeat;

}


body.splash {
top: 0px;
padding: 0px;
margin-top: 0px;
margin-left: -2px;
}

#designsplashimage {
left:0px;
margin-left: -10px;
border: 1px solid;
width: 100%;
height: 300px;
}


#description{
color: #6B6D6C;
margin-top:5px;
margin-left: 10px;
font-size:12px;
}

#descriptionheader{
font-weight: bold;
font-size: 13px;
/*font-variant: small-caps;*/
color: #000;
}

#normal {
font-size: 13px;
font-variant: small-caps;
color: #494949;
}

#normal a{
font-size: 16px;
text-decoration: none;
color: orange;
}


#vg {
visibility: visible;
}

</style>