/* CSS Document */

body {
    color: #333;
    background: #8d8d90 url(../images/bg-page.jpg) 0 0 repeat-x;
	font-size: 11px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

#wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}
#hd, #bd, #ft { margin-top: 0px;}

#header {
    background: #fff url(../images/bg-header.png) top center no-repeat;
}

#header #header-logo {
height: 86px;
}

#header #header-logo img {
	margin: 15px 0px 0px 35px;
}


#header #header-tagline p {
	height: 20px;
	margin: 55px 20px 0 0;
	text-indent: -50000px;
    background: transparent url(../images/header-tagline.gif) top right no-repeat;
}


#bd {
/*	padding: 10px 10px;*/
    background-color: #fff;
    background: #fff url(../images/bg-bd.gif) 0 0 repeat-y;
	border-bottom: 1px solid #fff;
}


#side-left {
	margin: 10px 30px;
/*	margin-bottom: 1px;*/
}

#content {
	margin: 10px 20px 20px 0px;
/*	padding: 10px 10px;*/
/*    background-color: #eee;*/
}


#side-right {
	width: 179px;
	margin-bottom: 10px;
	margin-right: 1px;
}


#footer {
	background: #aad5f1;
	border-top: 1px solid #a6a6a6;
}

#footer p {
    margin: 5px 10px;
    color: #fff;
	font-size: 11px;
	text-align: left;
}

#footer a {
    color: #fff;
}

#footer img.logo {
	vertical-align: middle;
}

div.breadcrumb {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #f6f6f6;
}
div.breadcrumb a {
	color: #666;
}

img.photo {
	padding: 8px;
/*	color: #999;*/
/*	font-size: 10px;*/
	background-color: #fff;
	border: 1px solid #eee;
/*	border-right: 1px solid #ddd;*/
/*	border-bottom: 1px solid #ddd;*/
}



/*------------ Site Nav ------------------ */

div#site-nav {
	/*padding: 90px 0 0 200px;
	*//*margin-top: 90px;*/
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #aad5f1 url(../images/bg-nav.gif) top repeat-x;
	    height: 30px;
    /*overflow: hidden */;
}

div#site-nav ul {
/*	margin-top: 90px;*/
	padding-left: 10px;
	display: block;
}

div#site-nav li {
    margin: 0em;
    padding: 0em;
    display: block;
    * display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;

}

div#site-nav li a {
    display: block;
	float: left;
    padding: 8px 10px 3px;
	color:  #fff;
    font-size: 12px;
	font-weight: normal;
    text-align: center;
    text-decoration: none;
}

div#site-nav li a:hover { 
	color: #666;
	text-decoration: none;
}

div#site-nav li a.current { font-weight: bold; }


/*----------------- sidebar stuff -----------------------*/


div#productlinks h2{
	margin: 0px;
	padding: 4px 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #bebebe url(../images/bg-sideh2.gif) 0 50% repeat-x;
}



div#productlinks ul {
	margin: 0px;
	padding: 0px;
}

div#productlinks ul li {
    margin: 0em;
    padding: 0em;
    display: block;
    * display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

div#productlinks ul li a {
    display: block;
    padding: 2px 10px 4px;
	color:  #fff;
    font-size: 13px;
	font-weight: normal;
    text-align: left;
    text-decoration: none;
	border-bottom: 1px solid #fff;
	background: #aad5f1 url(../images/bg-nav.gif) 0 50% repeat-x;
}

div#productlinks ul li a:hover { 
	color: #666;
	text-decoration: none;
}



div#news {
	background-color: #fff;
	padding: 5px 7px 10px;
}

div#news h2 {
	color: #92c5eb;
	font-size: 12px;
	text-transform: uppercase;
}

div#news p {
	color: #444;
	margin: 0 5px 5px;
	font-size: 9px;
}

div#news span.date {
	display: block;
	color: #92c5eb;
	margin: 5px 5px 0;
	font-size: 9px;
	text-align: right;
}



div#casestudy {
	padding: 5px 10px 10px;
}

div#casestudy h2 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

div#casestudy p {
	margin: 2px;
	color: #444;
	font-size: 9px;
}

div.article_title {
	    font-size: 12px;
    margin: .7em 0 0;
	font-weight: bold;
	color: #555;
	}

/*----------------- text_styles -----------------------*/
p {
    font-size: 10px;
	margin: .7em 0;
	text-align:left;
}

h1 {
/*    margin: .2em 0 .5em;*/
	margin: 10px 0;
    font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #555;
	border-bottom: 1px solid #f6f6f6;
}

h2 {
    font-size: 12px;
    margin: .7em 0 0;
	font-weight: bold;
	color: #555;
}

h3 {
    font-size: 11px;
	font-weight: bold;
    margin: .5em 0 0;
}

h4 {
    font-size: 1.2em;
}

h5, h6 {
    font-size: 1.1em;
    margin: 2ex 0pt 1ex;
    padding-bottom: 1px;
    padding-top: 2ex;
}

#content ul, #content ol {
    font-size: 1em;
}

a, a:link, a:active, a:visited { color: #36c; text-decoration: none; }
a:hover { color: #25b; text-decoration: underline; }
a img { border: 0px none; }

.clear {display: block; clear: both;}

strong,b { font-weight:bold; }
em,i { font-style:italic; }

/*
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
*/ 
th,td {
	border: 0px none;
	padding:.2em;
}
th {
	font-weight:bold;
	text-align:center;
}

table {
margin-bottom:.2em;
}



ul.slideshow {
	width:  100%;
    margin: 0em;
    padding: 0em;
    display: block;
/*	height:  386px;*/
}

ul.slideshow li {
    margin: 0em;
    padding: 0em;
    display: block;
    * display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}


ul.innerfade li {
    margin: 0em;
    padding: 0em;
    display: block;
    * display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}


div.thumbnail{ 
	float: left;
	margin: 10px 0 10px 20px;
	padding: 5px; 
	background-color: #fff; 
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}

div#side-right div.thumbnail{ 
	float: left;
	margin: 0px 0 0px;
	padding: 0px; 
	background-color: #fff; 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

div#side-right p.enlarge{
	margin: 0;
	padding: 10px;
	color: #fff;
	background: #4eb4e0 url(../images/bg-btn-enlarge.gif) top left repeat-x;	
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

div.slideshow-container{
	height: 300px;
	overflow: hidden;
	z-index: 1;
}

#bd.homepage div.slideshow-container{
	height: 240px;
	overflow: hidden;
}

ul.slideshow li {
	display: none;

}
div.textbox li {
	padding-bottom: 7px;
	}

div.RightPod {
    width: 180px;
}
div.RightPodTop {
    margin: 0;
    width: 180px;
}
div.RightPodContent {
    margin: 0;
}
div.RightPodBottom {
    margin: 0;
    width: 180px;
}

div.Pod {
    overflow: hidden;
}
div.PodTop {
    background-image: url("../images/header.jpg");
    background-repeat: repeat-x;
    height: 36px;
    position: relative;
}
div.PodTop h1 {
    background-color: transparent;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
  /*  left: 10px; */
    line-height: 36px;
    margin: 0;
	text-align: center;    
	overflow: hidden;
    padding: 0;
 /*   position: absolute;
    top: 0; */
}
div.PodContent {
   /* background-image: url("/images/page/PodBG.jpg");    
    background-position: center bottom;
    background-repeat: repeat-x;*/
   /* border: 1px solid #DBDDD7;*/
   background-color: #FFF;
    font-size: 10px;
    line-height: 1.1em;
    padding: 10px;
}
div.PodContent h1 {
    color: #565656;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}
div.PodContent h2 {
    color: #565656;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}
div.PodContent p {
    margin: 5px 0;
	text-align: center; 
}
div.PodContent a {
    color: #565656;
    text-decoration: underline;
}
div.PodContent p.MoreLink a {
    color: #565656;
    font-weight: bold;
}
div.PodBottom {
    height: 1px;
}
