/* CSS Document */

body {
margin: 0;
padding: 0;
border: 0;
background-color:#fff;/*sets the body background color*/
color: #000; /*set the default text color */
text-align: center; /* Hack to center the wrapper in IE5.x pc */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100.01%;
min-width: 770px; 
}
#container {
margin: 5px auto;
width: 770px; 
position: relative; /* important to position it relatively */
background: url(../images/content_bg.jpg) repeat-y;
background-color:#ffe259;/* sets the background color*/
border: 2px solid #d06319;
text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
}
h1, h2, h3, h4, h5, h6, #tag {
font-family:Georgia, "Times New Roman", Times, serif;
}
a {text-decoration:none; font-weight: bold;}
#content h2 {
font-size: 150%;
}
h3 {
font-size: 130%;
font-style: italic;
}
#branding {
height: 140px;
background-color: #ffe259;
color:#000;
padding: 5px 10px;
}
#branding #moveup {
position: absolute;
top: 44px;
left: 4em;
}
#moveup img {
vertical-align: top;
}
#branding p#tag {
font-style:italic;
}
#branding p#textrt {
float: right;
width: 165px;
font-size: 75%;
text-align: center;
margin-top: 20px;
font-style: italic;
}
#tag {
position: absolute;
top: 119px;
left: 224px;
font-style: italic;
font-size: 85%;
}
#content {
padding-left: 150px;
padding-bottom: 2.5em;
font-size: 80%;
line-height: 1.25;
}
.smital {
font-style:italic;
font-size: 75%;
}
#side {
width: 130px;
float: left;
padding-top: 25px;
font-size: 75%;
}
#side #dec {
text-align: center;
}
#nav li {
list-style: none;
margin-left: -20px;
font-weight: bold;
line-height: 1.6;
}
a:link, a:visited,
#nav a:link, #nav a:visited {
color:#ffe259;
background-color: transparent;
}
a:hover, a:focus,
#nav a:hover, #nav a:focus {
color: #d06319;
background-color: #ffe259;
}
#list li {
margin-right: 25px;
margin-bottom: 12px;
list-style: url(/images/leaf_bullet.jpg) outside;
line-height: 1.3;
padding-left: 6px;
}
.fltlt {float: left;}
.fltrt {float: right; padding-left: 5px;}

#footer {
font-size: 70%;
text-align: center;
clear: both;
}
/****** contact form ***/
form#request {
width: 450px;
margin-left: 30px;
}
form#request fieldset {
border: 3px solid #ffe259;
padding: 0 5px;
}
form#request dd {
margin-bottom: 12px;
}
.smtext {
font-size: 75%;
}
/****** portfolio gallery ***/
.gallerycontainer{
position: relative;
height: 325px;}
.gallerycontainer p {
padding: 5px;}
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;}
#dynloadarea { 
border: 1px dashed #d06319;
padding: 5px;
width: 375px;
height: 260px;
position: absolute;
top: 0;
left: 230px;
}

/******** testimonial marquee ***/
#jump_base {
  overflow:hidden;
  width: 100px;
  height: 100px;
  border: 2px dotted #000099;
  margin: 5em 5px;
  padding: 0 10px 0 10px;
  font-size: .9em;
  font-family:Arial, Helvetica, sans-serif
}

#jump_base a {
  color: #000099;
  background-color: inherit;
}

.news {
  background-color:#ffe259;
  color: inherit;
}
