<!--
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; background-image:url(../images/bg-tile.jpg); background-repeat:repeat-x; line-height:18px; background-color:#3794b4;
}
-->
#wrapper{ width:100%; background-image:url(../images/main-bg.jpg); background-repeat:no-repeat; background-position:top; overflow:hidden;}
#container{ width:990px; margin:auto;}
.container{ max-width:990px;margin:auto;}
#header{ /*width:990px; float:left; height:138px;*/}
.logo{/*width:450px; float:left; height:138px;*/}
.contactinfo{/*width:540px; float:left; height:138px;*/}
#nav{max-width:990px;border-radius: 11px; /*float:left;*/  height:64px; background-image:url(../images/nav-bg.gif); background-repeat:repeat-x;}
#nav ul{ margin:0px 0px 0px 175px; padding:0px; max-width:650px;}
#nav ul li{ margin:0px; padding:0px; list-style:none; float:left; font-size:18px; font-family:Arial, Helvetica, sans-serif;}
#nav ul li a{ display:block; height:64px; padding:0px 15px 0px 15px ; line-height:64px; color:#FFFFFF; text-decoration:none;}
#nav ul li a:hover{ background-image:url(../images/nav-ovr.gif); background-repeat:repeat-x;}
/*.nav-start{ width:30px; float:left;}
.nav-end{width:30px; float:left;}*/
.nav-middle{/*width:930px; float:left;*/ text-align:center;}
#shortcuts{/*width:990px; float:left; height:170px;*/}
#banner{/*width:990px; float:left; height:454px;*/}
#subbanner{/*width:990px; float:left; height:254px;*/}
#content{/*width:930px; float:left;*/ background-color:#ececec; padding:30px; overflow:hidden;}
.contentA{/*width:610px; float:left;*/ padding-right:20px; background-image:url(../images/border.gif); background-repeat:repeat-y; background-position:right;}
.contentB{/*width:270px; float:left;*/ padding-left:30px; }
#footer{width:100%;  background-color:#020b12; /*height:100px;*/ }
#footer .container{ max-width:990px; margin:auto; color:#CCCCCC; padding:20px;}
.fttrA{ /*width:300px; float:left;*/}
.fttrB{ /*width:600px; float:right;*/ text-align:right;}
#footer  a{ color:#FFCC00; }
#footer  a:hover{ color:#FFCC00; text-decoration:overline; }

fieldset{ border:#999999 1px soild; -moz-border-radius: 10px;
border-radius: 10px; padding:10px;  -moz-box-shadow:    3px 3px 2px 2px #ccc;
  -webkit-box-shadow: 3px 3px 2px 2px #ccc;
  box-shadow:         3px 3px 2px 2px #ccc; font-size:18px;}

h1{ font-size:24px; color:#2c556e;}

.navbar-default {
    background-color: rgba(154, 61, 232, 0.49)!important;
    padding: 6px 0!important;
	padding-top:0px!important;
	padding-top: 15px;
    padding-bottom: 24px;
}

.navbar {
    border-radius: 11px;
    background-image: url(../images/nav-bg.gif);
    background-repeat: repeat-x;
}
.navbar-default .nav-justified > li > a:hover {
    background-image: url(../images/nav-ovr.gif);
    background-repeat: repeat-x;
}
.nav-justified > li > a {
color: #fff;
    font-size: 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #0d3248;
}
.navbar
{
	display:none;}
.m-b-10
{
	margin-bottom:10px!important;}
	@media (max-width: 988px) {
  #nav ul {
    margin: 0px 0px 0px 78px;
    padding: 0px;
    max-width: 650px;
}
}
@media (max-width: 692px) {
	.navbar
{
	display:block;}
	#nav{display:none;}
	.col-xs-12
{
	text-align:center!important;}
}
	