@charset "utf-8";
/* CSS Document */

/*** CSS framework ***/
@import url("reset.css");
@import url("text.css");
@import url("layout.css");
@import url("nav.css");
@import url("960.css");

/*** IMG STG ***/

body {
	background: #E7E7E7;
	border: 0;
	color: #565656;
	font-size: 11px;
	padding: 0;
}

.container_16 {
	background: #FFFFFF;	
}
.container_16.skin {
	background: #0177C1;	
}

.wrap {
	-moz-border-radius: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#header, #navigation {
	padding: 10px 0;	
}

#mainnav {
	-moz-border-radius: 3px;	
}

img.branding {
	padding:0 0 0 10px;
	float: left;
}

a {
	color: #0177C1;	
}

a:hover {
	color: #0177C1;
}

blockquote {
	border-left: 4px solid #0177C1;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

/* NAV */
ul.nav {
	background: #FFFFFF;
}
ul.nav li a {
	color: #0177C1;
	background: #FFFFFF;
}
ul.nav li.current a {color:#E7E7E7; background: url(../../images/box-header-bg.gif) #0177C1 top left repeat-x;}
ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {
	color:#FFFFFF;
	background: url(../../images/box-header-bg.gif) #0177C1 top left repeat-x;
}
ul.main li a:focus {
	color:#FFFFFF;
	background:#0177C1;
}
ul.main li ul li a:hover {
	color:#FFFFFF;
	background:#0177C1;
}
ul.main li:hover a {
	color:#FFFFFF;
	background: url(../../images/box-header-bg.gif) #0177C1 top left repeat-x;
}
ul.nav li.secondary:hover a {
	color:#FFFFFF;
	background:#0177C1;
}
ul.nav li.secondary:hover a:hover {
	background:#0177C1;
}
ul.nav li.secondary:hover a:active {background:#0177C1;}
/* SUBNAV */
ul.subnav {
	background: #0177C1;
}
ul.subnav li a {
	color: #FFFFFF;
	background: #0177C1;
}
ul.subnav li.current a {color:#0177C1; background:#FFFFFF;}
ul.subnav.main li a:focus {
	color:#0177C1;
	background:#FFFFFF;
}
ul.subnav.main li ul li a:hover {
	color:#0177C1;
	background:#FFFFFF;
}
ul.subnav.main li:hover a {
	color:#0177C1;
	background:#FFFFFF;
}
ul.subnav li.secondary:hover a {
	color:#0177C1;
	background:#FFFFFF;
}
ul.subnav li.secondary:hover a:hover {
	background:#FFFFFF;
}
ul.subnav li.secondary:hover a:active {background:#FFFFFF;}
/* BOXES */
.box { background: transparent; }
.box.feature {
	border: none;
	height: 175px;
	margin: 10px 0;
}
.box h2 { background: url(../../images/box-header-bg.gif) top left repeat-x; }
.box-border {
	background: transparent;
	padding:10px 10px 1px 10px;
	border: 1px solid #E1E1E1;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;	
}
.boxgrid{ 
	float:left; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	padding: 10px;
}

.boxgrid h4 {
	font-size: 16px;
	padding: 10px 0 0 10px;
	margin: 0;
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #FFFFFF; 
	height: 186px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.boxcaption p {
	font-size: 1em;	
}

.captionfull .boxcaption {
	top: 0;
	left: 0;
}

.caption .boxcaption {
	top: 186;
	left: 0;
}
.boxgrid.caption:hover {
	cursor: pointer;	
}
/* articles
----------------------------------------------- */
.articles {
	padding:0;
}
.articles h2 {
	margin:0;
}
#articles {
	padding-top:0;
}
.article {
	border-top:1px solid #666;
	padding-top:.5em;
	margin-bottom: 20px;
}
.box .article {
	border-top:3px solid #fff;
	padding:13px 10px 0 10px;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
	margin-bottom:.2em;
	font-size:1.6em;
}
.box .first {
	border-top:none;
}
.article h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
.article a.image {
	float:left; 
	margin:3px 10px 3px 0; 
	padding:4px;
	border:1px solid #bbb;
	background:#fff;
}
.article a.image:hover {
	border:1px solid #666;
}
.article a.image img {
	float:left; 
}
.article p.meta {
	color:#666;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	padding:.3em 0;
	margin-bottom:.8em;
}

.post  {
	margin-top: 15px;
	margin-bottom:25px;
	padding: 10px;
}

.post h2.title  {
	color: #0177C1;
	font-size:22px;
	margin-bottom:15px;
}

h2.title .date  {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size:12px;
}

h2.title a  {
	text-decoration: none;
}

.summary p {
	font-size: 14px;
}
.summary a:hover {
	text-decoration: underline;	
}

.entry p {
	color: #565656;	
}

.entry h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#contact-form input, #contact-form select {
	padding: 5px;	
}
#contact-form p {
	margin-bottom: 5px;
}
span.required { color: #F00; }

label.error {
	padding:2px;
	color: #F00;	
}

.adstrip {
	text-align: center;	
}

/** big button **/
.big-button {
  background:url(../../images/bgb-bg.gif) no-repeat;
  color: #fff;
  display:block;
  width:189px;
  height:37px;
  line-height:37px;
  text-align:center;
  font-weight: bold;
  font-size: 1.4em;
}
a:link.big-button, a:visited.big-button {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}
.big-button:hover {
	color: #e7e7e7;
	cursor: pointer;	
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
    height: 100px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

div#block_footer {
	background-color: #0177C1;
}
div#block_footer .container_16 {
	background-color: transparent;
}
div#block_footer h4 {
	color: #eee;
}
div#block_footer p {
	font-size: 1.2em;
	color: #fff;
}
div#block_footer .block {
	color: #E1E1E1;
}
div#block_footer .block ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
div#block_footer .block ul li {
	float: left;
	padding-right: 20px;
}
div#block_footer .block a:link, div#block_footer .block a:visited, div#block_footer .block a:active {
	font-weight: normal;
	font-size: 1em;
	color: #fff;
}
div#block_footer .block a:hover {
	text-decoration: underline;
}

span.client_logo {
	width: 120px;
}
span.client_logo img {
	padding: 10px;
}
div#twitter_marquee {
	margin-bottom: 20px;
}
p.marquee_text {
	font-size: 1.5em;
	margin: 0px 10px 10px 10px;
}

