/*--------------------------
Microsound International
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 12/6/07
---------------------------*/

@import url(/css/wildfirecommon.css);
@import url(/templates/trafficassist/css/slatesblogs.css);

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
background: #cecbbf;
}

#wrapper{
margin:0 auto;
padding: 0 12px;
background: transparent url(/templates/trafficassist/images/wrapbg.gif) repeat-y top center;
position: relative;
width: 904px;
}

a {
color: blue;
text-decoration: underline;
}

a:visited {
color: blue;
}

a:hover {
color: #03a5e3;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #ea892b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}


.hide{
position: absolute;
left: -9999em;
}

span.clearboth{
clear: both;
margin: 0;
height: 0;
padding: 0;
display: block;
}

#container{
width: 880px;
position: relative;
margin: 0;
margin-left: 12px;
padding: 0;
background: transparent url(/templates/trafficassist/images/navbg.gif) repeat-y top left;
}

/* HEADER */

#header{
width: 880px;
height: 110px;
padding: 0;
margin: 0;
margin-left: 12px;
background-color: #fff;
border-top: none; /* 4px solid #4040ed; */
border-bottom: 5px solid #4040ed;
border-left: none;
border-right: none;
color: #333;
}

#tagline{
width: 880px;
height: 5px;
margin-left: 12px;
background: #4040ed;
}

/* NAVIGATION */

#nav{
float: left;
margin: 0;
padding: 3em 0;
width: 180px;
list-style: none;
overflow: hidden;

}

ul#tabs{
margin: 0;
padding: 0;
list-style: none;
}

ul#tabs li{
font-size: 1.2em;
margin: 0 4.5em 0 0.6em;
padding: 0;
position: relative;
border: 1px solid #828282;
}

html>body ul#tabs li{
border: none;
}

ul#tabs li a{
text-decoration: none;
color: #fff;
display: block;
margin: 0;
padding: 0.5em 0 0.3em 0.5em;
font-weight: 700;
}

ul#tabs li span{
text-decoration: underline;
color: #fff;
display: block;
margin: 0;
padding: 0;
font-weight: 700;
}


ul#tabs li.tab_2 a{
padding-left: 1.3em;
font-weight: normal;
font-size: 11px;
}

ul#tabs li.tab_2 span{
padding: 0;
font-weight: normal;
font-size: 11px;
}

/* CONTENT */

#content{
margin: 0;
padding: 10px 0 20px 20px;
position: relative;
width: 660px;
font-size: 1.4em;
/* force min-height in most browsers */
min-height:500px;
height:auto !important;
height:500px;
}

html>body #content { 
overflow: hidden;
}

#blurb{
position: relative;
display: block;
float: left;
width: 305px;
overflow: hidden;
}

#blurb2{
position: relative;
display: block;
width: 305px;
float: right;
margin-top: 20px;
overflow: hidden;
}

#box1wrapper, #box2wrapper {
position: relative;
display: block;
width: 640px;
overflow: hidden;
}

#box2{
background: #c3ccdf;
width: 310px;
margin-top: 10px;
float: left;
overflow: hidden;
}

#box2 div{
font-size: 12px;
padding: 0 13px;
color: #555;
}

#box2 span.cap{
display: block;
width: 310px;
height: 29px;
background: transparent url(/templates/trafficassist/images/eventscap.gif) no-repeat top center;
}

#box2 span.foot{
display: block;
width: 310px;
height: 29px;
background: transparent url(/templates/trafficassist/images/eventsfoot.gif) no-repeat top center;
}

#box1{
background: #d8d7cd;
width: 305px;
float: right;
overflow: hidden;
}

#box1 div{
font-size: 12px;
padding: 0 13px;
color: #555;
}

#box1 span.cap{
display: block;
width: 305px;
height: 26px;
background: transparent url(/templates/trafficassist/images/pomcap.gif) no-repeat top center;
}

#box1 span.foot{
display: block;
width: 305px;
height: 26px;
background: transparent url(/templates/trafficassist/images/pomfoot.gif) no-repeat top center;
}

.heading1{
font-size: 1.4em;
color: #4040ed;
font-weight: bold;
}

.heading2{
font-size: 1.2em;
font-weight: bold;
color: #4040ed;
position: relative;
top: -13px;
margin: 0 1em;
padding: 0;
text-transform: uppercase;
}

/* FOOTER */

#footer{
background: transparent url(/templates/trafficassist/images/footerbg.jpg) no-repeat bottom center;
padding: 0 0 2.5em 0;
color: #ccc;
font-size: 1.1em;
text-align: center;
width: 904px;

}

#footer a{
color: #ccc;
text-decoration: none;
}

#footer a:hover{
color: #fff;
}

