html {
     overflow: -moz-scrollbars-vertical;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:'arial'
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
body {
  background: url(../img/footerbg.jpg);
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header {
  background: url(../img/backgrdtile.png) repeat-x;
  height: 213px;
}
#container {
  width: 100%;
  background: url(../img/bggradient.gif) repeat-x #c4822c;
}

.wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 100px;
  font-size: 13px;
  overflow: hidden;
  }
  
.bodyWrapper {
width: 900px;
margin: 0 auto;
padding: 0px 0 100px;
font-size: 13px;
overflow: hidden;
}

#mainHeading {
width: 900px;
overflow: hidden;
margin: 0 auto;
margin-top:-40px;
padding-bottom:30px;
}

#mainHeading h1{
 font-size:55px;
}
  
h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
}
h2 {
  font-size: 30px;
  line-height: 60px;
}
#main-content {
  width: 100%;
  overflow: hidden;
}
.contact-no {
  color: #ffffff;
}
.picture {
  border: #ffffff solid 2px;
}
#main-content img.align-right {
  float: right;
  margin: 0px 75px 10px 30px;
}
#main-content {
font-size: 16px;
line-height: 28px;
}

#main-contentTerms {
font-size: 14px;
}

#main-content-short {
margin: 50px 0;
}

#main-content-short-terms{
margin: 50px 0;
padding:0px;
}

#navbar {
/*background-color: #ffffff;*/
  margin: 0 auto;
  width:900px;
  font-size: 13px;
  margin-top:-20px;
}

#navbar a{
color: #000000;
text-decoration: none;
/*background: #ffffff;*/
display: inline-block;
padding: 10px 0;
padding-right:50px;
/*text-align: center;*/
}

#navbar a:hover {
/*background: #D38149;*/
color:#FFFFFF;
}
#footer {
width: 100%;
}
#footer .wrapper {
padding: 20px 0;
}
#navbar .wrapper {
padding: 0px;
}
a {
color: #444444;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #777777;
}
dl {
margin: 10px;
}
dd {
margin-bottom: 10px;
font-size: 90%;
}

.bigText
{
	font-size: 26px;
	font-family:'times new roman';
	font-weight:normal;
}

.minitext
{
	font-size: 12px;
	font-family:'times new roman';
	font-weight:normal;
	align:right;
}
