/* CSS Document */
body {
background-image:url(images/background_fabric.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999;
}
#bigbox {
background-color:#FFFFFF;
height:440px;
width:700px;
margin-top:10px;
border-color:#999999;
border-style:solid;
border-width:1px;
}
/*  heading information */
.description {
font-style:italic;
font-size:12px;
color:#999999;
}
.phone {
font-size:11px;
}
a.email {
font-size:11px;
color:#999999;
text-decoration:none;
}
a.email:hover {
color:#ff9933;
text-decoration:none;
}

/*  main content area  */
a.g-nav {
font-size:12px;
color:#999999;
text-decoration:none;
}
a.g-nav:hover {
font-size:12px;
color:#ff9933;
text-decoration:none;
}

/*  internal page information */

.current-link {
font-size:12px;
color:#ff9900;
}
a.s-nav {
font-size:11px;
color:#999999;
text-decoration:none;
}
a.s-nav:hover {
font-size:11px;
color:#ff9933;
text-decoration: none;
}
.secondary-current-link {
font-size:11px;
color:#FF9900;
}
#content-right-text {
position:relative;
font-size:12px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:2px;
height:320px;
width:420px;
border-width:1px;
border-color:#999999;
border-style:solid;
overflow:auto;
}
#content-left-image {
position:relative;
width:200px;
height:200px;
padding-bottom:10px;
padding-left:5px;
padding-right:15px;
padding-top:3px;
}
.heading {
font-weight:bold;
font-size:12px;
}
.hr { border-top-color:#FF9933; border-top-style:solid; border-top-width:1px;}