/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #fff;
 background:#ffffff url(../images/bg_page.gif) repeat-x fixed;
 padding:0;
 font: 0.8em/1.3 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: transparent;
 }

#hdr {
 padding-top: 125px;
 background: #fff url(../images/headerlogo2.gif) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#cont {
	width:751px;
	background: transparent;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #fff;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h1 {
 color: #01516d;
 font-size: 1.7em;
}
#cont h2 {
 color: #ffffff;
}
#cont h3 {
	color: #ffffff;
	font-size: 16px;
}
#cont h4 {
 color: #ffffff;
 font-size: 14px;
}
#cont h5 {
 color: #01516d;
 font-size: 1.3em;
}

#ftr {
	clear: both;
	color: #fff;
	background:#0b7199;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
	line-height: 1.2;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #fff;
text-decoration: none;
}
#ftr a:hover {
text-decoration: underline;
color: #e0e0e0;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}

div.caption {
	border: none;
	margin-right: auto;
	margin-left: auto;
}

div.caption p {
   text-align: center;
   font-style: italic;
   font-size: smaller;
   text-indent: 0;
}
div.caption img {
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
.tblBlueRight {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background: #0b7199;
	float: right;
	border: 1px solid #000000;
	padding: 15px;
	width: 350px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.5;
	margin-top: 10px;
}
.tblPhotos {
	float: left;
	width: 310px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 50px;
}
.txtBigWhite {
	font-size: 14px;
	font-weight: bold;
}
#cont ul {
	margin-left: 15px;
}
.hdrWhite {
	font-size: 16px;
	font-style: italic;
	color: #0C729B;
	background: #FFFFFF;
	padding: 3px 10px;
	border: 1px solid #333333;
	font-weight: bold;
}
.hdrWhite a:link, .hdrWhite a:visited, .hdrWhite a:active {
	color: #000000!important;
	text-decoration: none!important;
	font-size: 10px;
}
.hdrWhite a:hover {
text-decoration: underline!important;
color: #009999!important;
}
.hdrBlue {
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	background: #0b7199;
	padding: 3px 10px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin-left: 20px;
}
.mousetype {
	font-size: 10px;
}
.txtBlue {
	color: #01516d;
	font-size: 1.7em;
	font-weight: bold;
}