*, html{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/splashbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}

#wrapper {
	width: 100%;
	text-align: center;
}
#header-wrapper {
	padding-top: 50px;
}
#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	background-color: #B5B5B5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #FFFFFF;
	border-left-color: #818181;
}
#logo {
	background-repeat: no-repeat;
	height: 100px;
	width: 222px;
	float: right;
	padding-right: 20px;
}
#logo p {
	display: none;
}
#mainnav {
	margin-top: 62px;
	margin-left: 30px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
#mainnav ul, #mainnav li{
	display: inline;
	list-style-type: none;
}

#mainnav .menu a, #mainnav .menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 19px;
	padding-left: 19px;
	padding-top: 4px;
	background-repeat: repeat-x;
	height: 22px;
	display: block;
	white-space: nowrap;
	float: left;
}
#mainnav .menu a:hover  {
	background-position: 0px -26px;
}
#mainnav .menu .active a, #mainnav .menu .active a:hover {

}

#content-wrapper  {
	width: 940px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #818181;
	border-left-color: #818181;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar-bg.jpg);
}
#brand-img {
	background-image: url(../images/sidebar-bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	font-size: 0px;
}
#leftcol-wrapper   {
	float: left;
	width: 200px;
	display: block;
	margin-bottom: 160px;
}

#leftcol-wrapper   #leftcol {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftcol ul, #leftcol li{
	display: inline;
	list-style-type: none;
}
#leftcol .menu a, #leftcol .menu a:hover {
	font-size:12px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	display: block;
	white-space: nowrap;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	overflow: visible;
}
#leftcol .menu a:hover  {
	background-image: url(../images/sidenav-bg-on.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border: 1px solid #999999;
		padding-left: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#leftcol .menu span, #leftcol .menu span:hover {
	background-position: 7px 9px;
	background-repeat: no-repeat;
	padding-left:22px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#mainnav .menu .active a, #mainnav .menu .active a:hover {

}
#middlecol-wrapper   {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #818181;
	float: left;
	display: block;
	overflow: visible;
	position: relative;
}
#middlecol-wrapper       #middlecol {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;

}
#footer-wrapper  {
	width: 940px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	clear: both;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #818181;
}
#copyright {
	white-space: nowrap;
	display: block;
	float: left;
	padding-top: 3px;
	padding-left: 30px;
	padding-bottom: 5px;
}

#wiredeyes {
	white-space: nowrap;
	display: block;
	float: right;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 5px;
}
#wiredeyes a {
	color: #FFFFFF;
	text-decoration: none;
}
#wiredeyes a:hover {
	color: #FFFF99;
}
.content {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.content    h1, .content h2, .content h3, .content h4 {
	color: #000000;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 15px;
}
.content   p, .content div {
	padding-top: 5px;
	padding-bottom: 5px;
}


* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	text-align: center;
	background-image: url(../images/splashbg.jpg);
	background-repeat: no-repeat;
		}

	#distance {
	/*width:1px;
	height:50%;
	margin-bottom:-13.75em;
	float:left;*/
	float: none;
    height: 0;
    margin-bottom: 100px;
    width: 0;
		}

	#container {
	/*margin:0 auto;
	position:relative; 
	text-align:left;
	height:100px;
	width:1200px;
	clear:left;*/
	margin: 0 auto;
    position: relative;
    text-align: left;
    width: 700px;
		}


#nav {
 /* border-right: 1px solid #3e638c;
  float: left;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin-right: 50px;
  padding-left: 40px;
  width: 250px;*/
  border-right: 1px solid #3e638c;
    float: left;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-right: 50px;
    width: 20%;
}

#nav  a  {
	color: #003366;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
}
#nav a:hover {
	color: #990000;
}
#logo-page {
    float: left;
    width: 70%;
	min-height:600px;
}

#logo-page {
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-top: 0;
  text-align: justify;
}

#logo-page h1 {
  line-height: 32px;
}
#logo-page p {
  line-height: 20px;
  margin-bottom: 6px;
}
.twitter {
  float: left;
  width: 5%;
}
.linked-in img {
  height: 32px;
  width: 32px;
}
.social-icon {
  margin-top: 16px;
}
.logo-img {
  margin: 0 auto 50px;
  width: 100%;
}
.logo-img1 {
  margin: 0 auto 50px;
  width: 100%;
}
#logo-page h1 {
  border-bottom: 1px solid #ccc;
  line-height: 32px;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom:15px;
  padding-top:5px;
}
#nav li {
  list-style: outside none none;
}

.menu li:hover ul, .menu li.over ul {
	display:block;
}
.menu1:hover ul, .menu1.over ul {
	display:block !important;
}
.menu li:hover ul ul, .menu li.over ul ul {
	display:none;
}

.menu ul li:hover ul, .menu ul li.over ul {
	display:block;
}

.sub-menu a {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.menu li ul {
  display: block;
  margin-left: 12px;
}
.menu1  ul {
  display: none !important;
  margin-left: 12px;
}

.menu, .menu ul {
	list-style:none;
	
}
.menu li {
	
	position:relative;
	}
	#flash {
 /* float: left;
  margin-top: -20px;*/
}
.clr
{
	clear:both;
	line-height:0px;
}
.leftcol {
  float: left;
  /*margin-right: 15px;
  width: 100%;*/
}
#rightcol h2 {
  line-height: 36px;
  text-align: center;
}
.falace-img {
  float: left;
}
.falace-img2 {
  float: left;
  margin-left: 10px;
  margin-top: 25px;
}
#rightcol-wrapper {
    display: block;
    float: left;
    font-size: 12px;
    width: 38%;
}
.leftcol {
    float: left;
    width: 61%;
}
#photo > img {
    height: auto;
    width: 100%;
}
@media screen and (max-width: 800px) {
#container {
    clear: left;
    height: 100px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    text-align: left;
    width: 700px;
}	
}
@media screen and (max-width: 615px) {
#nav li {
    display: inline;
    float: left;
    list-style: outside none none;
    margin-right: 20px;
}
#nav li:last-child a {
  margin: 0 !iportant;
}
#nav li:last-child {
  margin: 0 !iportant;
}
#nav {
    border-right: 0 solid #3e638c;
    float: none;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    width: 267px;
	padding-top: 26px;
}
.logo-home-inner {
    position: absolute;
    top: -111px;
    width: 100%;
}
#logo {
    float: left;
    padding-left: 0;
    width: 100%;
}
#logo-page {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-top: 52px;
    padding-left: 0;
    text-align: justify;
}
.logo-home-inner1 {
  margin: 0 auto;
  width: 300px;
  max-width: 90%;
}
#flash img {
    width: 100%;
}
#flash {
    float: none;
    margin: 0 auto;
    max-width: 90%;
    width: 300px;
}
.flash {
    float: left;
    width: 67%;
}
.logo-home-inner1 {
    margin: 0 auto;
    width: 300px;
}
.flash img {
  max-width: 100%;
}
.logo-img {
    margin: -191px auto 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#logo-page {
    float: left;
    min-height: 600px;
    width: 100%;
}
.logo-img1 {
    margin: -227px auto 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.menu-2 {
    min-height: 76px;
}
.sub-menu {
    position: absolute;
    width: 146px;
}
.sub-menu li {
    display: block;
    float: none;
    list-style: outside none none;
    margin-right: 20px;
    text-align: left;
}	
}
@media screen and (max-width: 450px) {
#rightcol-wrapper {
  display: block;
  float: none;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.leftcol {
  float: none;
  margin-right: 0;
  width: 100%;
}	
}