@charset "utf-8";
/* Design and CSS Copyright (c) Zeniark BMS */


/*Global White Space Reset*/
img, div, input { behavior: url("iepngfix.htc")}

* {margin:0;padding:0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ol, dl, fieldset, address {margin:1em 0;}
ul, li {margin:0;padding:0;}
form {margin:0;}
img {border:0;}


/* Generals */
body,td,th {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #5F7092;
}
body {
	background-color: #F7F8FA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:19px;
}
a, a:focus, a:active {
   outline: none;
   -moz-outline: none;
}

a:link {
	color: #4696D5;
	text-decoration: none;
	outline:0 none;
}
a:visited {
	text-decoration: none;
	color: #2E73A7;
	outline:0 none;
}
a:hover {
	text-decoration: underline;
	color: #5F7092;
	outline:0 none;
}
a:active {
	text-decoration: none;
	color: #5F7092;
	outline:0 none;
}


/* Top */

#top-wrap {
	background:url(images/top-bg.jpg) repeat-x;
	background-position: top;
	height:50px;
}
#top {
	width:960px;
	margin:auto;
	height:50px;
}
#top-left {
	width:610px;
	float:left;
	padding-top:12px;
	height:38px;
}
#top-right {
	width:350px;
	float:right;
	text-align:right;
	padding-top:12px;
	height:38px;
}

/* Forms */

.custom-input {
	padding:4px;
	border-top:1px solid #777777;
	border-right:1px solid #BBBBBB;
	border-left:1px solid #BBBBBB;
	border-bottom:1px solid #FFFFFF;
	background-color:#EEF0F5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5F7092;
}
.custom-input-content {
	padding:4px;
	border-top:1px solid #999999;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #999999;
	border-bottom:1px solid #e5e5e5;
	background-color:#f9f9f9;
	margin-bottom:15px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5F7092;
}
.search {
	background-color:transparent;
	background-image:url(images/button-search-and-login.png);
	background-repeat:no-repeat;
	background-position:0 0;
	height:25px;
	width:100px;
	border:0;
}
.search:hover {
	background-position:0 -25px;
}
.login{
	background-color:transparent;
	background-image:url(images/button-search-and-login.png);
	background-repeat:no-repeat;
	background-position:0 -50px;
	height:25px;
	width:100px;
	border:0;
}
.login:hover {
	background-position:0 -75px;
}
.browse{
	background-color:transparent;
	background-image:url(images/button-browse.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	margin-bottom:15px;
	height:25px;
	width:100px;
	border:0;
}
.browse:hover {
	background-position:0 -25px;
}
.publish{
	background-color:transparent;
	background-image:url(images/button-publish-save-cancel.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	margin-bottom:15px;
	height:25px;
	width:85px;
	border:0;
}
.publish:hover {
	background-position:0 -25px;
}

.save{
	background-color:transparent;
	background-image:url(images/button-publish-save-cancel.png);
	background-repeat:no-repeat;
	background-position:0 -50px;
	margin-bottom:15px;
	height:25px;
	width:85px;
	border:0;
}
.save:hover {
	background-position:0 -75px;
}

.cancel{
	background-color:transparent;
	background-image:url(images/button-publish-save-cancel.png);
	background-repeat:no-repeat;
	background-position:0 -100px;
	margin-bottom:15px;
	height:25px;
	width:85px;
	border:0;
}
.cancel:hover {
	background-position:0 -125px;
}
.delete{
	background-color:transparent;
	background-image:url(images/button-delete.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	margin-bottom:15px;
	height:25px;
	width:100px;
	border:0;
}
.delete:hover {
	background-position:0 -25px;
}
.button-submit {
	background-color:transparent;
	background-image:url(images/button-submit.png);
	background-position:0 0;
	height:25px;
	width:150px;
	border:none;
	margin:15px 0;
}
.button-submit:hover {
	background-position: 0 -25px;
}
.button-submit-request {
	background-color:transparent;
	background-image:url(images/button-submit-request.png);
	background-position:0 0;
	height:25px;
	width:150px;
	border:none;
	margin:15px 0;
}
.button-submit-request:hover {
	background-position: 0 -25px;
}
.form-left {
	width:270px; 
	float:left;
}
.form-right{
	width:270px; 
	float:right;
}

/* Header & Nav */
#header-wrap {
	background:url(images/header-bg.jpg) repeat-x;
}
#header {
	width:960px;
	margin:auto;
	height:120px;
	background:url(images/header.jpg) no-repeat;
	position:relative;
}
#nav-wrap {
	position:absolute;
	top:70px;
	right:0;
}
.nav {
	float:left;
}

/* Content */
#content-wrap {
	background:#FFF url(images/content-bg.jpg) repeat-x;
}
#content {
	width:950px;
	margin:auto;
	background:#FFF url(images/content-bg2.jpg) repeat-x;
	padding:5px;
}
#content2-wrap {
	background:#FFF url(images/content2-bg.jpg) repeat-x;
}
#content2 {
	width:960px;
	margin:auto;
	padding-top:10px;
}
.content2box {
	width:319px;
	float:left;
	border-right:1px solid #FFF;
	padding:12px 0;
}
#content3 {
	width:880px;
	margin:auto;
	background:#FFF url(images/content-bg2.jpg) repeat-x;
	padding:40px;
}
#content3-left {
	width:280px;
	float:left;
}
#content3-right {
	width:560px;
	float:right;
	line-height:23px;
}
.content4-left {
	width:280px;
	float:left;
	margin-bottom:30px;
}
.content4-right {
	width:560px;
	float:right;
	line-height:23px;
	margin-bottom:30px;
}

.content5-left {
	width:420px;
	float:left;
	padding:10px;
	height:450px;
	position:relative;
	margin-bottom:80px;
	line-height:20px;
}
.content5-right {
	width:420px;
	float:right;
	
	line-height:23px;
	margin-bottom:30px;
}
.image {
	margin:0;
}
.readmore {
	text-align:right;
	margin:15px 0;
}
.gray-box {
	padding:5px 15px;
	background-color:#E7EAF1;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.gray-box:hover {
	background-color:#D1E6F5;
}
.sidelinks {
	list-style-type:none;
}
.sidelinks li{
	border-bottom:1px solid #E7EAF1;
	padding:0;
	text-indent:1em;
}
.sidelinks li:hover {
	background-color:#E7EAF1;
}
.sidelinks li a {
	display:block;
	text-decoration:none;
	padding: 8px 0;
	outline:none;
}
* html .sidelinks li a {
	width: 100%;
	outline:none;
}

.newslist {
	padding:0;
	margin:0;
	vertical-align:top;
}
.newslist td {
	line-height: 17px;
	padding: 10px 5px;
	border-bottom: 1px solid #E7EAF1;
}
.newslist .title {
	font-weight: bold;
}
.tilt {
	font-size: 18px;
	color:#5F7092;
	padding-bottom:7px;
	text-transform:uppercase;
	border-bottom: 3px solid #E7EAF1;
}
.tilt2 {
	color:#4595D2;
	font-size:15px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1pxl;
}
.title2 {
	font-size: 18px;
	color:#4593D2;
	padding-bottom:7px;
	text-transform:uppercase;
	border-bottom: 3px solid #E7EAF1;
}
.title3 {
	font-size: 11px;
	letter-spacing: 2px;
	color:#5F7092;
	padding:8px 15px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #E7EAF1;
}
.side-box {
	margin-top:30px;
	padding:20px;
	border: 1px solid #E7EAF1;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.side-list {
	list-style:none;
}
.side-list li{
	text-indent:1em;
	line-height: 25px;
	background: url(images/bullet-arrow2.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.next {
	padding:5px 15px;
	background-color:#E7EAF1;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.previous{
	padding:5px 15px;
	background-color:#E7EAF1;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.side-comments {
	color: #73B0DD;
	text-transform:none;
	letter-spacing:normal;
	font-weight:normal;
	font-size:11px;
}
.labels {
	margin-bottom:5px;
}
.check2 {
	margin-left:1em;
	list-style-type:none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.check2 li {
	padding-left:25px;
	background:url(images/bullet-check2.jpg);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin-bottom:10px;
}
.work-left {
	float:left;
	width:270px;
}
.work-right {
	float:right;
	width:270px;
}
.work-title {
	font-weight:bold;
	letter-spacing:-1px;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	color:#4595D2;
	line-height:18px;
}
.work-label {
	font-size:11px;
	line-height:18px;
}

.drop-title {
	background-color:#D1E6F5;
	background-image:url(images/btn-collapse.png);
	background-repeat:no-repeat;
	background-position: 530px 0;
	margin-bottom:5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #4595D2;
	height:39px;
	width:560px;
}
.drop-title:hover {
	background-color:#E7EAF1;
	background-image:url(images/btn-collapse.png);
	background-repeat:no-repeat;
	background-position: 530px -40px;
	cursor: pointer;
}
.drop-title a {
	display:block;
	padding: 8px 15px;
	outline:none;
}
*html .drop-title a  {
	width:530px;
	outline:none;
}
.drop-title-minus {
	background-color:#E7EAF1;
	background-image:url(images/btn-collapse-minus.png);
	background-repeat:no-repeat;
	background-position: 530px 0;
	margin-bottom:5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	height:39px;
	width:560px;
}
.drop-title-minus:hover {
	background-color:#D1E6F5;
	background-image:url(images/btn-collapse-minus.png);
	background-repeat:no-repeat;
	background-position: 530px -40px;
}
.drop-title-minus a {
	display:block;
	padding: 8px 15px;
	outline:0 none;
}
*html .drop-title-minus a  {
	width:530px;
	outline:0 none;
}
blockquote {
	padding: 10px 15px;
}
.confirm-success {
	background-color:#F1F3F7;
	background-image:url(images/icon-success.jpg);
	background-repeat:no-repeat;
	background-position:20px 13px;
	font-size:13px;
	font-weight:bold;
	padding: 10px 20px 10px 50px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 5px solid #D9DEEA;
	margin: 15px 0;
}

.confirm-wrong {
	background-color:#F1F3F7;
	background-image:url(images/icon-wrong.jpg);
	background-repeat:no-repeat;
	background-position:20px 13px;
	font-size:13px;
	font-weight:bold;
	padding: 10px 20px 10px 50px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 5px solid #D9DEEA;
	margin: 15px 0;
}
/* Header Tags */
h2 {
	font-family:Helvetica,Arial,Trebuchet MS,Verdana;
	font-size:13px;
}
h3 {
	font-family:Helvetica,Arial,Trebuchet MS,Verdana;
	font-size:14px;
	font-weight: bold;
	line-height:18px;
	letter-spacing:-0.25px;
	margin-bottom:0;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 20px;}

/* News */
.date {
	width:40px;
	float:left;
	margin-top:1em;
	background-color:#EFF1F5;
	border:1px solid #DADFE9;
	font-size:10px; text-align:center;
	font-weight:bold;
	line-height:15px;
	padding: 5px 0;
}
.tilt-news {
	color:#4595D2;
	font-size:14px;
	font-weight: bold;
	margin-top:10px;
}
.category {
	font-size:11px;
}
.news-img {
	margin: 15px 0;
}

/* Footer */
#gray {
	background-color:#F1F3F7;
	margin:0;
	padding:0;
	height:8px;
	font-size:0;
	line-height:0;

}
#footer-wrap {
	background:#D1E6F5 url(images/footer-bg.jpg) repeat-x;
	padding: 15px 0 30px 0;
}
#footer {
	width:960px;
	margin:auto;
}
#footer-box1 {
	width:225px;
	float:left;
	margin-right:20px;
}
#footer-box2 {
	width:470px;
	float:left;
	margin-right:20px;
}
#footer-box3 {
	width:225px;
	float:right;
}
.check {
	margin-left:1em;
	line-height:32px;
	list-style-type:none;
}
.check li {
	padding-left:25px;
	background:url(images/bullet-check.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}
#testi-box {
	background:#ffffff url(images/testi-box-top.jpg) no-repeat;
	padding:10px 15px 5px 15px;
}
#testi-box-bottom {
	background:url(images/testi-box-bottom.jpg) no-repeat;
	height:22px;
}
.name {
	text-align:right;
}
.logo {
	width:60px;
	height:50px;
	float:left;
	margin-right:22px;
}
.link {
	line-height:17px;
	background:url(images/bullet-arrow.jpg) top left no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
}

/* Footer - Copyright */
#copyright-wrap {
	background:#FAFBFC url(images/copyright-bg.jpg) repeat-x;
}
#copyright {
	width:960px;
	margin:auto;
	padding: 15px 0;
}
#copyright-left {
	float:left;
	width:560px;
}
#copyright-right {
	float:right;
	width:400px;
	text-align:right;
}

/*----Drop Down Navigation----*/
#cssdropdown, #cssdropdown ul {
	list-style:none outside none;
	height:50px;
	font-size:0px;
}
#cssdropdown, #cssdropdown * {
	margin:0;
	padding:0;
	display:block;
	z-index:90;
}
#cssdropdown li.headlink {
	height:50px;
	z-index:90;
}
#cssdropdown li.headlink a {
	display:block;
	outline:none;
}
#cssdropdown li.headlink ul {
	display:none;
	text-align:left;
	position:absolute;
}
#cssdropdown li.headlink:hover ul {
	display:block;
	background-color:#FF0000;
}
#cssdropdown li.headlink ul li {
	padding-left:23px;
	padding-top:9px;
	height:30px;
}
#cssdropdown li.headlink ul .border-top{
	border-top:solid 1px #3288C1;
}
#cssdropdown li.headlink ul .border-middle{
	border-bottom:solid 1px #73B3DF; 
	border-top:solid 1px #3288C1;
	background-color:#3791cd;
}
#cssdropdown li.headlink ul .border-bottom{
	border-bottom:solid 1px #73B3DF;
}
#cssdropdown li.headlink ul .dropdown-bottom-about{
	background-image: url('images/dropdown-bottom-bg-about.png');
	background-repeat:no-repeat; 
} 
#cssdropdown li.headlink ul .dropdown-bottom-services{
	background-image: url('images/dropdown-bottom-bg-services.png');
	background-repeat:no-repeat; 
}
#cssdropdown li.headlink ul .dropdown-bottom-works{
	background-image: url('images/dropdown-bottom-bg-works.png');
	background-repeat:no-repeat; 
}
#cssdropdown li.headlink ul .dropdown-top-about{
	background-image: url('images/dropdown-top-bg-about.png');
	background-repeat:no-repeat; 
} 
#cssdropdown li.headlink ul .dropdown-top-services{
	background-image: url('images/dropdown-top-bg-services.png');
	background-repeat:no-repeat; 
}
#cssdropdown li.headlink ul .dropdown-top-works{
	background-image: url('images/dropdown-top-bg-works.png');
	background-repeat:no-repeat; 
}
#cssdropdown li.headlink ul li a {
	font-family:arial;
	font-size:12px;
	color:#9fceea;
	outline:none;
}
#cssdropdown li.headlink ul li a:hover {
	font-size:12px;
	color:#FFFFFF;
}
#cssdropdown a {
	font-size:0px;
}
#cssdropdown ul li a:hover {
	text-decoration:none;
	font-size:0px;
}
#cssdropdown li.headlink {
	font-size:0px;
}
#cssdropdown li.headlink ul {
	font-size:0px;
	height:0px;
}

/* Login */
#first-drop, #first-drop ul {
	list-style:none outside none;
	font-size:0px;
	line-height:0;
}
#first-drop, #first-drop * {
	display:block;
	z-index:90;
}
#first-drop li.second-drop {
	z-index:90;
}
#first-drop li.second-drop ul {
	display:none;
	text-align:left;
	position:absolute;
}
#first-drop li.second-drop:hover ul {
	margin-top:-5px; 
	padding-left:0px;
	display:block;
	background-color:#54658D;
}
#first-drop li.second-drop ul li a {
	font-family:arial;
	font-size:12px;
	color:#9fceea;
	outline:none;
}
#first-drop li.second-drop ul li a:hover {
	font-size:12px;
	color:#FFFFFF;
}
#first-drop li.second-drop ul .drop-background {
	background-color:#54658D;
	padding: 5px;
}
#first-drop a {
	font-size:0px;
}
#first-drop ul li a:hover {
	text-decoration:none;
	font-size:0px;
	outline:none;
}
#first-drop li.second-drop {
	font-size:0px;
}
#first-drop li.second-drop ul {
	font-size:0px;
	height:0px;
}
/* Sitemap */
.sitemap {
	width:146px;
	float:left;
	margin-top: 15px;
}
.sitemap ul {
	list-style:none;
	line-height: 30px;
}
.sitemap ul .indent {
	margin-top:15px;
}
.sitemap ul li strong {
	color:#5F7092;
	padding:5px 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #E7EAF1;
	margin-bottom:15px;
}

