body{
	font-family: Calibri, Arial, sans-serif;
	text-align: center;
	overflow: scroll-y;
	color: #333;
	background: #888 url(../img/body-bg.gif) repeat-y center;
}



/*	-----     FONTS    ------  */
@font-face{
	font-family:"Corbel";
	src: url(CORBEL.TTF);
}
@font-face{
	font-family:"Callibri";
	src: url(CALIBRI.TTF);
}
h1{
	font:32px Corbel, Tahoma, Arial, sans-serif;
	color: #015885;
}
h2{
	line-height: 1.8em;
	margin: 0.4em 0 0 0;
	font-weight: bold;
	font-size: 1.4em;
}
h3{
	margin: 16px 0 10px 0;
	font-weight: bold;
	font-size: 1.24em;
}
h4{
	font-size:1.12em;
	margin: 0.4em 0 0 0;
	line-height:1.6em;
}
a:link{
	color: #648599;
}
a:visited{
	color: #92aab8;
}
a:hover{
	text-decoration: underline;
	color: #849fb0;
}

/*	-----     CONTAINER    ------  */
div.container{
	width:860px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
}

/*	------   HEADER / MENU ------  */
div.header{
	width:860px;
	margin: 0;
	background: url(../img/top-logo.png) no-repeat ;
	height: 120px;
}
div.header ul{
	margin: 86px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
div.header ul li {
	display: inline;
	margin: 0 2px 0 18px;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
}
div.header ul li a{
	text-decoration: none;
	color: #333;
}
div.header ul li a:visited{
	text-decoration: none;
	color: #333;
}
div.header ul li a:hover{
	color:#888;
}
div.header ul li a:active{
	color:#666;
}
div.header div.toplogo{
	float:right;
	position:relative;
}
div.header div.toplogo div.align{
	position:absolute;
	left: -360px;
	top:6px;
	width: 360px;
	font-size: 11px;
	text-align: right;
}
div.header div.toplogo div.align img{
	float:right;
}



/*	------     BANNER    ------  */
div.banner{
	width:858px;
	margin: 0;
	background: #888;
	height: 300px;
	background: #fff no-repeat;
	overflow:hidden;
	border: #777 1px solid;
}
div.bannerpopup{
	width:860px;
	height:60px;
	margin: 300px 0 0 0;
	padding: 20px;
	background: url(../img/bg-transparent.png);
}

/*	------     SOCIAL MEDIA    ------  */
div.socialmedia{
	width:860px;
	margin: 2px 0 0 0;
	height: 52px;
}
div.socialmedia a.webreport{
	float:left;
	margin: 2px 2px 0 2px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
div.socialmedia a{
	float:right;
	margin: 2px 2px 0 2px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}
div.socialmedia a:hover{
	opacity: 1;
	filter: alpha(opacity = 100);

}

/*	------     FOOTER    ------  */
div.footer{
	clear: both;
	width:860px;
	margin: 0 0 0 0;
	min-height: 10px;
	text-align: center;
	font-size: 0.8em;
	padding: 2px 0 6px 0;
}


/*	-----     MAIN    ------  */
div.main{
	width:860px;
	padding: 0 0 0 0;
	min-height: 400px;
}
div.main .main-left{
	width:280px;
	padding: 0;
	float:left;
}
div.main .main-right{
	width:580px;
	float:left;
	padding: 0;
	margin:0;
}

/*	-----     CONTENT    ------  */
div.content{
	width: 538px;
	margin: 0 0 40px 0;
	padding: 20px 20px 40px 20px;
	float: right;
	clear: both;
	background: #fafafa url(../img/title-bg.png) repeat-x;
	border: #777 1px solid;
}

/* extend content to 860px */
div.full{
	width: 820px;
}

div.main h1.heading{
	font-size: 32px;
	margin: 0 0 20px 0;
}

div.content ul{
	list-style: disc;
	padding: 0 0 0 12px;
}
div.content li{
	padding: 8px 0 0 6px;
}

/*	-----     QUICKLINKS    ------  */
div.quicklinks{
	float: left;
	width: 258px;
	margin: 0 0 20px 0;
	background: #fafafa url(../img/title-bg.png) repeat-x;
	border: #777 1px solid;
	padding:20px 0 0 0;
}
div.quicklinks h1{
	padding-left: 20px;
}
#nav, #nav ul {
	width: 240px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:26px;
}
#nav a{
	text-indent:10px;
	display: block;
	width: 258px;
	display:block;
	text-decoration:none;
	color:#333;
	padding: 0 0;
}
#nav a:visited{
	color:#333;
}
#nav a:hover{
	color:#fff;
	background: #333;
}
#nav li {
	float: left;
	width: 258px;
	border-bottom:#ddd 1px solid;
	background: #fafafa;
}
#nav li ul {
	position: absolute;
	left: -999em;
}
#nav li.flyout{
	background: url(../img/flyout.png) right no-repeat;
}
#nav li:hover ul {
	position:absolute;
	left: 140px;
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	z-index: 2;
}
#nav li:hover ul {
	width:258px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin:-20px 0 0 140px;
}



/*	-----     NEWS    ------  */

div.news{
	clear: left;
	float: left;
	width: 258px;
	margin: 0 0 20px 0;
	background: #fafafa url(../img/title-bg.png) repeat-x;
	border: #777 1px solid;
	padding:20px 0 0 0;
}
div.news h1{
	padding-left: 20px;
}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding:8px 8px 8px 8px; }
.newsticker-jcarousellite .thumbnail { float:left; width:54px;}
.newsticker-jcarousellite .thumbnail img{ border:#666 1px solid; }
.newsticker-jcarousellite .info { float:right; width:180px; margin-right:6px; font-size: 0.9em; }


/*	-----     IMAGE POP-UP    ------  */
a.preview{
	background: url(../img/loupe-16x16.png) no-repeat right;
	padding: 0 20px 0 0;
	line-height:22px;
}
/*	-----     IMAGE LINK    ------  */
a.link{
	background: url(../img/arrow-16x16.png) no-repeat right;
	padding: 0 20px 0 0;
	line-height:22px;
}


/*	-----     CASE STUDIES    ------  */
ul.casestudies{
	list-style: none;
	margin: 0 0 0 0;
}

ul.casestudies li{
	list-style: none;
	border-bottom: #bbb 1px dashed;
	float: left;
	padding: 10px 0 12px 0;
	width: 520px;
}

ul.casestudies li div.casepic{
	width: 190px;
	float: left;
	margin: 10px 0 0 0;
}
ul.casestudies li div.casedoc{
	width:280px;
	float: left;
	margin: -10px 10px 10px 10px;
}
ul.casestudies li div.casedoc p{
	font-size: 13px;
}

div.casespaginate{
	text-align: center;
	padding: 10px 0 0 0;
	clear:both;
}

/*	-----     CASE STUDY PIC+TESTIMONY    ------  */
div.caseheading{
	width:540px;
	margin:20px 0 0 0;
	padding:0 0 6px 0;
}
div.caseheading img{
	float: left;
	margin:0 20px 0 0;
	vertical-align: top;
}

.casetestimony{
	margin: 0;
	font-size:12px;
}
.testimonysig{
	margin: 20px 0 0 0;
	text-align:right;
	font-style: italic;
	font-size: 13px;
}


/*	-----     SERVICES HEADING   ------  */
div.servicesheader{
	width:540px;
	margin:0;
	padding:0 0 6px 0;
	display: block;
}
div.servicesheader img{
	margin:0 20px 0 0;
	vertical-align: top;
}


/*	-----     FORMS   ------  */
input, textarea, select {
	font:12px/12px Arial, Helvetica, sans-serif; padding:0;
	background: #f9f9f9;
	border-color: #eee;
	border-style:solid;
	border-width:1px;
	border-top-color: #ccc;
	border-left-color: #ccc;
	left:0
	margin:0;
}
label {
	font-size:0.88em;
	color:#000;
}
label.opt {
	font-weight:normal;
}
/*form Styling*/
fieldset {
	padding:0;
	margin: 0 0 6px 0;
	width:200px;
}
dl {
	clear:both;
}
dt {
	float:left;
	text-align:left;
	width:200px;
	padding:0;
	margin:4px 0 2px 0;
}
dd {
	float:left;
	width:200px;
	font-size: 0.88em;
	line-height:18px;
	padding:0;
	margin:0 0 18px 0;
}
input{
	padding: 4px 12px;
}

label.left{
	margin: 0 16px 0 0 ;
}


/*	-----     Contact    ------  */
.contactemails{
	width: 240px;
	margin: 0 0 14px 0;
	border: #aaa 1px solid;
}
div.contactemails .contactemailstitle{
	background: #004c7a url(../img/extras-bg.png) repeat-x;
	line-height: 2em;
	text-indent: 0.4em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-bottom: #aaa  1px solid;
}
div.contactemails .contactemailstext{
	font-family: Arial, sanserif;
	border: #eee 1px solid;
	padding: 8px 4px 12px 4px;
	font-size: 14px;
	color:#666;
	background-color: #fafafa;
}




/*	-----     other    ------  */
.blue{
	color: #015885;
}

div.clear{
	clear: both;
}

div.extra{
	float: right;
	width: 180px;
	margin: 0 0 14px 18px;
	border: #aaa 1px solid;
}
div.extra .extra-title{
	background: #015885 url(../img/extras-bg.png) repeat-x;
	line-height: 2em;
	text-indent: 0.4em;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	border-bottom: #aaa  1px solid;
}
div.extra .extra-text{
	font-family: Arial, sanserif;
	border: #eee 1px solid;
	padding: 8px 4px 4px 4px;
	font-size: 10px;
	color:#666;
	background-color: #fafafa;
}

div.extra-text  div.testimonysig{
	font-size: 10px;
	padding: 0 0 6px 0;
}


/*	-----     numbered list    ------  */
.numberedlist li{
	list-style-type:decimal;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

.smalleritalic{
	font-size: 86%;
	font-style:italic;
}

