body {
	margin:0px;
	padding:0px;
	scrollbar-arrow-color:#fff; 
	scrollbar-face-color:#50646e; 
	scrollbar-highlight-color:#72858e;	
	background-color:#FFF;
}

::-webkit-scrollbar {
    height: 12px;
	width: 12px;
	background: #72858e;
    }
::-webkit-scrollbar-thumb {
    background: #50646e;
}

.full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1000px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#1ea5be;
	font-weight:normal;
	padding:0px;
	margin:0px;
	width:90%;
	float:left;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#1ea5be;
	font-weight:normal;
	padding:0px;
	margin:0px;
	width:90%;
	float:left;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#555a1e;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#50646e;
	font-weight:bold;	
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

h5 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:19px;
	color:#000;
	font-weight:bold;
	padding:4px 0 10px 0;
	margin:0px;
	width:90%;
	float:left;
}

img {
	border:0;
}

.MainContainer {
	width:990px;
	margin:auto;
}

.SubContainer {
	width:990px;
	height:auto;
	float:left;
	position: relative; 
	z-index: 0;
}

.Header {
	width:100%;
	background:url(../images/header_bg.gif) repeat-x;
	height:41px;
	float:left;
}

.Header ul {
	margin:auto;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	width:990px;
	line-height:41px;
}

.Header ul li {
	margin:0px 40px 0px 0px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	line-height:41px;
}

.Header ul li a{
	color:#999;
	text-decoration:none;
}

.Header ul li a:hover{
	color:#fff;
	text-decoration:none;
}

.HeaderLine {
	width:100%;
	background:#941a1f;
	height:2px;
	float:left;
}

.HeaderContent {
	width:990px;
	height:42px;
	float:left;
}

.TopRowSpace {
	width:990px;
	height:22px;
	float:left;
}

.HomeContentArea {
	width:990px;
	height:auto;
	float:left;
}

.Logo {
	width:180px;
	height:180px;
	padding-top:80px;
	margin-right:50px;
	float:left;
}

.HomeContent {
	width:718px;
	padding-top:0px;
	float:left;
}

.Heading {
	padding-top:100px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	color:#F00;
	text-align:center;
}

.Heading2 {
	padding-top:5px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#000;
	text-align:center;
}

.SubHeading {
	padding-top:100px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	color:#F06;
	text-align:center;
}

.Content {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#000;
	width:100%;
	float:left;
	height:auto;
	margin-top:25px;
	padding-top:25px;]
	margin-bottom:25px;
	padding-bottom:25px;
	border-top:dotted 1px #333333;	
	border-bottom:dotted 1px #333333;
	line-height:22px;
}

.Footer {
	width:100%;
	background:#000;
	height:90px;
	float:left;
	position:fixed;
	bottom:0px;	
}

.FooterBtn {
	width:990px;
	height:90px;
	margin:auto;
}

.FooterBtnContent {
	position:absolute;
	bottom:50px;
	height:90px;
	float:left;	
	background:url(../images/bottom_bg.gif) repeat-x;
}

.Footer ul {
	margin:auto;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	width:990px;	
	height:90px;
}

.Footer ul li {
	padding:0px 20px 0px 20px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#d1bb91;
	border-right:1px solid #464444;
}


.Footer ul li a{
	color:#d1bb91;
	text-decoration:none;
}

.Footer ul li a:hover{
	color:#fff;
	text-decoration:none;
}