/* CSS Document */

		body
		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2F3E5E;
	
	background: #DBEFFE url("../images/body_bg.jpg") repeat-x 50% 0%;
	}

#masthead a {text-decoration:none;color:#333333;}
		
		#container
		{
	background-color: #FFF;
	background-image:  url(images/background.jpg);
	background-repeat: repeat-y;
	width: 774px;
	height: 100%;
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
		}
		
		#masthead {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 774px;
	background-image: url(../images/mast_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#masthead p{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
		
		#banner
		{
	border-bottom: 1px solid #333;
	background-image: url(../images/mast_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 774px;
		}
		#banner p {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	color: #FFFFFF;
}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		#nav
		{
	float: left;
	width: 195px;
	margin: 0px;
	padding: 0px;
		}
		
		#nav p { margin-top: 0; }
		
		#content
		{
	width: 560px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDE0FD;
	float: left;
	margin: 0px;
	height: 100%;
		}
		#content p{
	font-size: .8em;
	padding-left: 15px;
}
		
		#content h2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
}
		
		#footer
		{
	clear: both;
	background-color: #5271A1;
	padding: 1em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A8D7FD;
	width: 752px;
	background-image: url(../images/nav_bg.jpg);
		}
		#footer ul{
	list-style-type: none;
}
		#footer li{
	display: inline;
	padding: 5px;
	color: #999999;
}
		#footer a{
	color: #999999;
	text-decoration: none;
}
		#footer a:hover{}
		
		/* --------------------------------------------- LEFT */
#left h1{
	margin-left: 10px;
}
		
#left {
	width: 190px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#left ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#left li { margin: 0; }

#left a
{
	display: block;
	width: 160px;
	background-color: #FFFFFF;
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDE0FD;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#last a{background-image: none;}
#last a:link{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDE0FD;
	background-image: none;
}
#last a:hover{
	background-color: #D6EDFE;
	background-image: none;
}

#left a:link, #navlist a:visited
{
color: 2F3E5E;
text-decoration: none;
}

#left a:hover
{
	background-color: #D6EDFE;
	background-image: url(../images/menu_arrow.gif);
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #81B2FF;
	background-repeat: no-repeat;
	background-position: 10px 12px;
}
#current a {background-color: #D6EDFE;}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #81B2FF;
	background-image: url(../images/menu_arrow.gif);
	color: #333;
	background-repeat: no-repeat;
	background-position: left top;
}
#content .subtitle {
	margin-bottom: 13px;
	color: #909FB4;
	height: 20px;
	}

#content .subtitle.hpromo {
	margin-bottom: 20px;
	}

#content .subtitle img {
	float: left;
	margin-right: 6px;
	}

#content .subtitle span {
	float: left;
	padding-top: 3px;
	}

#LeftBox{
	float: left;
	width: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MiddleBox{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}
#RightBox{
	padding: 0px;
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#LeftBox h1,#MiddleBox h1, #RightBox h1 {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.image {
	border: 3px solid #A8D7FD;
	display: block;
	width: 170px;
	height: 127px;
	padding: 0px;
	margin: 0px;
	}

.image a:hover {
	border: 3px solid #D3EBFE;
	}

#content p.more {
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-decoration: none;
	}
#content p.more a{
	text-decoration: none;
	color: #FF0000;
}
	.separator{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A8D7FD;
	height: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#clients{
	margin: 5px;
	padding: 5px;
	color: #005397;
}

/* ================================================================== SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden; 
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3{
/*    visibility: hidden;*/
    }
#menu h2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#servicebox{
	height: 75px;
	width: 240px;
	float: left;
	text-align: left;
	padding: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.servicebox-title{
	font-weight: bold;
	color: #0066AB;
	text-decoration: none;
}

.servicebox-title a{
	font-weight: bold;
	color: #0066AB;
	text-decoration: none;
}
.servicebox-image {
	float: left;
	border: 1px solid #DBEFFE;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.servicebox-text {
	font-size: 10px;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#servicebox p{
	font-size: 11px;
}
#servicebox a {
	text-align: right;
	font-size: 11px;
	margin-top: 5px;
	padding-top: 5px;
}

.more{
	text-decoration: none;
	color: #0066AB;
	text-align: right;
}
.more-link{
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.more-link a{
	text-decoration: none;
	color: #0065AA;
}
#building{
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#building tr {
	height: 25px;
}
#building td {
	margin: 0px;
	height: 30px;
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#building .empty {
	background-image: none;
	background-color: #FFFFFF;
}
#loginbox{
	border: 1px solid #A8D7FD;
	width: 500px;
	margin: 0px;
	padding: 0px;
}

