* {
	margin:0;
	padding:0;
	border:0;
}

body {

	background-color: #6699CC;
}
html, body{height:100%;}

#wrapper {
	
    margin-left: auto;
    margin-right: auto;
	/*background-image: url(Art/Bkgd.gif);
	background-position:center;
	background-repeat: no-repeat;*/
}

#wrapper1 {
	/*margin-top:25px;
	background-image: url(Art/BkgdMed.gif);
	background-position:center;
	background-repeat: no-repeat;*/
}

.BasicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00173D;
}

a:link {
	color: #002974;
	text-decoration: none;
}

a:hover {
	color: #F15D2F;
	text-decoration: none;
}

.BasicTextIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00173D;
	padding-left: 14px;
}

/* Main Navigation Styles */
#mainNav {
	padding-left:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#mainNav li {
	float:left;
	list-style-type:none;
	position:relative;
}

#mainNav a {
	display:block;
	width:128px;
}


#mainNav a:link {
	color: #00317D;
	text-decoration: none;
}

#mainNav a:visited {
	color: #00317D;
	text-decoration: none;
}

#mainNav a:hover {
	color: #F15D2F;
	text-decoration: none;
}

#mainNav a:active {
	color: #00317D;
	text-decoration: none;
}


#mainNav ul.dropdown {
	position:absolute;
	z-index:9999;
	margin:0px;
}

#mainNav ul.dropdown li {
	border-right: 1px solid #666;
	z-index:9999;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	width:125px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size: 12px;

}

#mainNav ul.dropdown a {
	height:30px;
	width:125px;
	color:#CCC;
	background-color:#036;
	text-decoration:none;
}

#mainNav ul.dropdown a:link {
	color: #F15D2F;
	text-decoration: none;
}

#mainNav ul.dropdown a:visited {
	color: #F15D2F;
	text-decoration: none;
}

#mainNav ul.dropdown a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#mainNav ul.dropdown a:active {
	color: #F15D2F;
	text-decoration: none;
}


/**/
#mainNav {
  padding: 0;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

#mainNav > li {
  margin-right: 10px;
}

#mainNav > li.last {
  margin-right: 0;
}

#mainNav > li > a {
  width: 87px;
  padding: 22px 26px 6px 12px;
  color: #fff !important;
  background: #ff6e23;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}

#mainNav > li > a:hover {
  color: #1a307b !important;
}
/**/

.Hdr1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F15D2F;
	padding-left: 13px;
	
}
.BasicTextIndentLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00173D;
	padding-right: 60px;
	padding-left: 20px;
}
.PhotoLM {
	padding-left: 5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.container{
/*	background-color:#333;*/
	height:100%;
    
}

table{ background: white; }

.padding-left-td{
	padding-left: 25px;
}
.img-padding-left{
	padding-left: 25px;
}
.address-cont{
	font-size: 18px;
}


@media screen and (min-width: 1920px) {
	#wrapper, #wrapper1{
		padding-top: 200px;
	}
}


@media screen and (max-width: 1919px){
	#wrapper, #wrapper1{padding-top:30px;}
}
