/* Reset Styles courtesy of Eric Meyer
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol {
	list-style: none;
}
ul {
   list-style: disc;
   margin-bottom: 10px;
   }
ul li {
   list-style-position: inside;
   line-height: 150%;
   }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
   font-style:italic;
   }

strong {
   font-weight:bold;
   }

/* Borders
--------------------------------------*/
#top,#bottom,#left,#right {
   position:fixed;
   background:#ffffff;
   }
#top,#bottom {
   left:0;
   width:100%;
   height:10px;
   }
#top {
   top:0;
   }
#bottom {
   bottom:0;
   }
#left,#right {
   top:0;
   height:100%;
   width:10px;
   }
#left {
   left:0;
   }
#right {
   right:0;
   }

/* Main Elements
--------------------------------------*/
.clearer{
   clear: both;
   }
   
html{
   background-color: #006595;
   font-size: 12px;
   }
   
body{
   background-color: #006595;
   padding: 10px;
}

h1{
   font-size: 15px;
   margin: 0 0 10px 0;
   padding: 2px 0;
   border-bottom: solid #ffffff 1px;
   font-weight: bold;
   }

h2{
   font-size: 14px;
   font-weight: bold;
   padding: 0 0 4px 0;
   margin: 0 0 10px 0;
   color: #000000;
   border-bottom: solid #ffffff 1px;
   }
.press h2{
   border-bottom: none;
   }

h3{
  font-size: 16px;
  margin: -8px 0 10px 0;
  }

h4{
   font-size: 11px;
   line-height: 1;
   margin: -5px 0 10px 0;
   }

p{
   line-height: 1.3;
   font-size: 12px;
   margin-bottom: 9px;
   }

a:link{
   color: #ffffff;
   
   }
a:visited{
   color: #ffffff;
   }
a:active{
   color: #ffffff;
   text-decoration: none;
   }
a:hover{
   color: #ffffff;
   text-decoration: none;
   }

strong {
   font-weight: bold;
   }

#wrapper{
   width: 881px;
   margin: 0 auto;
   color: #ffffff;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   }

#nav{
   margin-bottom: 35px;
   margin-top: 10px;
   }

#nav ul {
display:inline;
list-style-type:none;
margin: 0;
padding: 0
}

#nav ul li {
display:inline;
list-style-type:none;
margin:0;
padding:0;
}

#main{
   min-height: 400px;
   }

#footer{
   padding: 15px 0;
}

#footer p{
   text-align: center;
   font-size: 10px;
   }

#blog{
   float: right;
   width: 530px;
   margin-right: 50px;
   }

.scroll-container{
   overflow: auto;   
   height: 891px;
   padding-right: 10px;
   }
   
.post{
   margin: 0 0 15px 0;
   text-align: left;
   clear:left;
   }

.post img{
   float:left;
   margin-right:5px;
   margin-bottom:5px;
   }

#current-campaign-block{
/*   background-color:#ffffff; */
   padding:5px 5px 0 5px;
   margin-top:-10px;
   }
#current-campaign-block .campaign{
   background:url(http://www.filtercreativegroup.com/images/featured-campaigns/inner-frame.gif);
   background-repeat:no-repeat;
   padding:4px;
   margin-bottom:10px;
   }

#featured-campaigns{
   float: right;
   width: 300px;
   }
   
#featured-campaigns img{
   margin: 0 0 0 0;
   }
   
.left{
   float: left;
   }

.right{
   float: right;
   }
   
.address1{
   float: left;
   padding: 20px 30px;
   margin-left: 190px;
   }
   
.address2{
   float: left;
   padding: 20px 30px;
   }

/* Individual Page Elements
-----------------------------*/
.press-box{
   float:left;
   width:440px;
   height:80px;
   }

.case-study{
   margin: 25px 0;
   }

.case-study img{
   float:left;
   margin:0 15px 15px 0;
   }

.link-box{
   background-color:#ffffff;
   color:#003E69;
   text-align:center;
   }