@charset "utf-8";
/* CSS Document */




body { min-height: 100%; height: 100%;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 20px;
background-color:white; 
background-image: url(../images/bgimg1.jpg);
text-align:center; /*center hack*/
color:#1c3d9a;}

	
/* Normal link */
a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #fff;
	text-decoration: underline;
}

a img {
	border: none;
}


	
#container {
min-width:760px;
max-width:960px;
width: auto !important; /*IE6 hack*/
width:960px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
font-size: 12px;
background-image: url(../images/bg1.jpg);
background-position: center bottom;
overflow:hidden;
}

#header {float:left; width:100%; height:200px; background-image: url(../images/header.jpg);}
#top_menu {background-color: #bfd1ff;}
#left_nav {float:left;width:30%; margin-top: 0px; margin-bottom: 0px; overflow:hidden; padding:0; }
#bottom_left_nav {float:left;width:100%; margin-top: 0px; margin-bottom: 0px; overflow:hidden; padding:0; }
#content {float:left; width:50%; overflow:hidden;}
#editablecontent {width:95%; overflow:hidden; clear:both;}
#top_banner { float:left;width:100%; overflow:hidden; margin:0; padding:0; background-image: url(../images/sliderbg.jpg);}
#servicesbreakdown {float:left;width:100%; overflow:hidden; margin:0; padding:0;}
#breadcrumbs {float:left;width:100%; overflow:hidden; padding:10px; }
#bottom_banner {float:left;width:100%; overflow:hidden }
#bottom_menu {float:left;width:100%; overflow:hidden; text-transform: uppercase; font-size: 10px;}
#bottom_menu a {text-transform: uppercase; font-size: 10px; color:#1c3d9a;}
#right_nav {float:right;width:20%; overflow:hidden }
#bottom_right_nav {float:right;width:20%; overflow:hidden }
.inside {padding:10px;}

/*Compass Design typography CSS*/

* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}
h2{font-size: 18px;}
h3{font-size: 16px;}
h6{font-size: color: #1c3d9a; font-size: 21px;}
li,dd {
margin-left:2em;
}
fieldset {
padding:.5em;
}
#footer{
border-top: 1px solid #fff;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

#footer,.small,.createdate,.modifydate,.mosimage_caption{
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}

.article_separator {
display:block;
border-top: 1px dotted #cccccc;}


/*MODULE STYLING*/

.contentpane{font-size:12px;}
.table.contentpane {font-size:12px;}
.div.contentpane {font-size:12px;}
.contentpaneopen {font-size:12px;
line-height:20px;}
.mainlevel {font-size:12px;
line-height:20px;}
img { border: 0 none; }

h3, .componentheading, table.moduletable th {
  color: #cccccc;
  padding: 10px;
  font-size: 12px;
}

.module_menu {
	margin-top: 15px;
	margin-bottom:15px;
}

div.module_menu {
	background: url(../images/mw_box_br.jpg) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/mw_box_bl.jpg) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/mw_box_tr.jpg) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/mw_box_tl.jpg) 0 0 no-repeat;
}





#ja-slideshowwrap {
	position: relative;
}

#ja-slideshow {
}

#ja-slideshow div.moduletable {
	margin: 0;
	padding: 0;
}

#ja-slideshow-case {
	position: absolute;
	top: 0;
	left: 0;
}

#ja-slidebar {
	margin-left: 4px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: block;
	z-index: 100;
}

#ja-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-slidebar ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 20px;
	height: 20px;
}

#ja-slidebar ul li.pause {
	background: none;
	display: none;
}

#ja-slidebar ul li a {
	color: #4F4F4F;
	cursor: pointer;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	width: 20px;
	height: 22px;
	display: block;
	float: left;
	background: url(../images/circle.png) no-repeat;
	text-indent: 6px;
	margin-right: 5px;
	font-weight: bold;
}

#ja-slidebar ul li a:hover {
	text-decoration: none;
	color: #333333;
}

#ja-slidebar a.next,
#ja-slidebar a.prev {
	display: none;
}

#ja-slidebar a.active {
	background: url(../images/circle-active.png) no-repeat;
}

.ja-slideshow-mask {
	display: none;
}