/* Start of CMSMS style sheet 'Scroll Style' */
/*
Set initial font styles
*/
body {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100.01%;
   line-height: 1em;
}

body, html {width: 100%; margin:0; padding:0; }

img {
   border: 0;
}

a,
a:link,
a:active,
a:visited {
   text-decoration: none;
   color: #af282e; 
}

a:hover {
   text-decoration: underline;
   color: #500000;
   background-color: inherit;

}

/*****************
link styling 
*****************/
#companynav
{ float:left;
margin-right:39px;
margin-top:55px;
margin-left:13px;
width: 101px;
height: 28px;
background-color: transparent;
background-image: url(images/company.gif);
}

#servicesnav
{ float:left;
margin-right:39px;
margin-top:55px;
width: 82px;
height: 28px;
background-color: transparent;
background-image: url(images/services.gif);
}

#worknav
{ float:left;
margin-right:39px;
margin-top:55px;
width: 55px;
height: 28px;
background-color: transparent;
background-image: url(images/work.gif);
}

#clientsnav
{ float:left;
margin-right:38px;
margin-top:55px;
width: 68px;
height: 28px;
background-color: transparent;
background-image: url(images/clients.gif);
}

#blognav
{ float:left;
margin-right:20px;
margin-top:55px;
width: 55px;
height: 28px;
background-color: transparent;
background-image: url(images/blog.gif);
}

body#company a#companynav,
body#services a#servicesnav,
body#work a#worknav,
body#clients a#clientsnav,
body#blog a#blog,
#companynav:hover,
#servicesnav:hover,
#worknav:hover,
#blognav:hover,
#clientsnav:hover { background-position: 0pt -28px;}

#companynav span, #servicesnav span, #worknav span, #clientsnav span, #blognav span {display:none;}

/*****************
slider
*****************/
a:focus {
	outline: none;
}
#panel {
	background: #666 url(images/panel_bg.jpg) repeat-x;
        color:white;
	height: 200px;
        border-bottom:1px solid #828282;
	display: none;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: 0;
        text-align:left;
       height:34px;
}
.btn-slide {
	padding: 0;
	margin: 0 510px 0 0;
        background-image: url(images/slide.gif);
        background-position: 0 0;
        float:right;
}

.btn-slide:hover {
       background-position:0 -34px;
}
.active {
       background-position:0 -68px;
}
.active:hover {
       background-position:0 -68px;
}

#twitter_update_list {margin:10px 15px 0 0; padding:0; }
#twitter_update_list li { list-style-type:none; }
#twitter_update_list li span {display:block;}

#panel a,
#panel a:link,
#panel a:active,
#panel a:visited {
   text-decoration: none;
   color: #36ccff; 
}
#panel a:hover { color:white; }


/*****************
basic layout 
*****************/

body {
   background-color: #500000;
   color: #333;
   margin:0;
}


#top {
   border: 0;
   margin: 0;
   width: 100%;
   height: 158px;
   text-align: center;
   background: #000 url(images/top_bg.jpg) repeat-x;
   color: white;
}

#header {
   margin:0 auto;
   width: 1040px;
   height: 158px;
   background: transparent url(images/phone.jpg) no-repeat top right;
   text-align: right;     
}

#middle {
   border: 0;
   margin: 0;
   width: 100%;
   text-align: center;
   background: white;
}

#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}


#maincontent {
   margin: 0 auto;
   background: white;
   width: 1040px;
   text-align: left;
   padding: 25px 0 0 0;
   font-size: 0.8em;
}

#main {
   margin: 0 35px;
   overflow: hidden;

}

#wrapper {
   margin: 30px 95px;
   overflow: hidden;

}

.service {
   margin-right: 60px;
   width: 150px;
   height: 200px;
   text-align: center;
   font-size: 1.4em;
   text-transform: uppercase;
   float: left;
}

.service_end {
   width: 150px;
   height: 200px;
   text-align: center;
   text-transform: uppercase;
   font-size: 1.4em;
   float: left;
}

.service img, .service_end img {
   margin-bottom: 10px;
}

.service a, .service_end a,
.service a:link, .service_end a:link,
.service a:active, .service_end a:active,
.service a:visited, .service_end a:visited 
{
   text-decoration: none;
   color: #999;
   font-family: 'Trebuchet MS'; 
}

.service a:hover, .service_end a:hover 
{
   color: #af282e;
   background-color: transparent;
   font-family: 'Trebuchet MS';

}

.padded td {padding:1em;}

#left {
   margin: 0;
   width: 615px;
   text-align: left;
   float: left;
}

#right{
   width: 355px;
   float: left;
}

#sidebar{
   padding-left: 40px;
   text-align: center;
}

#bottom {
   clear:both;
   width: 100%;
   text-align: center;
   background-color: #500000
}

#footer {
   color: #fff;
   padding-top: 50px;
   padding-bottom: 20px;
   background: transparent url(images/footer_bg.jpg) no-repeat top center;
   font-size: 0.7em;
   overflow: hidden;
   letter-spacing:0.05em;
   text-align: center;
   font-family: 'Trebuchet MS';
   width: 1040px;
   margin:0 auto;
}

#footer a {
   color: #fff;
   background-color: transparent;
}

#client_wrapper {
   margin:0 auto;
   text-align:center;
}

hr {
   color: #af282e;
   background-color: #af282e;
   border:0;
   height: 1px;
   width: 100%;
   margin: 0 0 0.75em 0;
}


/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
   font-size: 1.7em;
   color: #af282e;
   font-family: 'Trebuchet MS';
   margin: 0 0 0.5em 0;
   background-color: transparent;
}
h3  {
   color: #500000; 
   font-size: 1.1em;
   margin: 0 0 0.25em 0;
   font-style: italic;
   font-weight: normal;
   font-family: Georgia, Times, serif;
   background-color: transparent;
}
h2 {
   color: #000;
   font-family: 'Trebuchet MS';
   font-size: 1.2em;
   margin: 0 0 0.25em 0;
   background-color: transparent;
}
h4 {
   color: #fff; 
   font-size: 1.4em;
   margin: 0 0 0.5em 0;
   font-family: 'Trebuchet MS';
   font-weight: normal;
   text-transform: uppercase;
   background-color: transparent;
}
h5 {
   font-size: 1.1em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   margin: 0 0 1.25em 0;
   line-height:1.5em;
   padding: 0;
}

body#services #maincontent p {
   margin: 0 0 1.25em 0;
   line-height:1.25em;
   padding: 0;
}

body#semtool #maincontent p {
   margin: 0 0 1.25em 0;
   line-height:1.25em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.5em;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}

big {
/* explicit setting for these */
   font-size:1.25em;
   font-family: 'Trebuchet MS', Trebuchet;
}

em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */

/* LISTS */
ul#twitter_update_list {
  font-size: 1.0em;
   line-height:1.4em;
   font-style: italic;
   font-family: Georgia, Times, serif;

}
#panel li {
   margin: 0 0 0.25em 3em;
}

ul { margin: 0.5em 0 1.25em 0; }

/* END LISTS */
/* End of 'Scroll Style' */

