@charset "utf-8";


html,body {
   padding: 0;
   margin: 0;
}

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #464646;
/*   background-color: #EEEEEE ;*/
   background-color: transparent ;
   text-align: center;
}
#Container  {
    width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0;
    border: 1px solid #000000;
    text-align: center; /* this overrides the text-align: center on the body element. */
    background-color: #FFFFFF;
    position:relative;
} 
#Header {
    position: relative;
    z-index: 2;
    top: 5px;
    height: 140px;
    width: 100%;
    color: inherit;
    background-color: white;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border:none;
}
#Header img {
    border-style: none;
    padding-top: 5px;
    padding-bottom: 5px;

}

#Webcam {
    position: relative;
    z-index: 4;
    top: -80px;
    float: right;
    left:-100px;
}

#inline-list {
	border: none;
	margin: 2em;
	width: 80%;
	padding: 5px;
	font-family: Verdana, sans-serif;
	color: white;
    text-align: left;
	}
#inline-list ul, #inline-list li {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
#inline-list li {
	background:url(../Icons/Heart25.gif) no-repeat 0 .15em;	
	margin-left: 120px; /* How far in from the left the list starts */
	padding-left: 40px; /* Gap between graphic and text */
}
#mainContent  {
    margin-top: 10px;
    margin-right: 130px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px;
} 

#mainContentWide  {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px;
} 
#mainContentWider  {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px;
}
#RightSideBar  {
    float: right; /* this element must precede in the source order any element you would like it be positioned next to */
    width: 120px; /* top and bottom padding create visual space within this div */
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 0px;
    position: relative;
    text-align: center;
}
#RightSideBar img {
    border-style: none;
}
#RightSideBar h1 {
    font-size: 20px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
#RightSideBar h2 {
    font-size: 15px;
    color: #FFFFFF;
}

#RightSideBar h3 {
    font-size: 13px;
    color: #464646;
    margin-top: 10px;
}


.dropcap {
    float:left;
    color:#999999;
    font-size:50px;
    line-height:25px;
    padding-top:1px;
    font-family: Times, serif, Georgia;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    padding: 0;
    margin: 0;
}

.TableHighlight    {
    background-color: #FAF0E6;
    color: #663333;
    list-style-type: circle;
    text-align: left;
    vertical-align: middle;
}


.TableLeft img{
    padding: 20px 0 0 0;
}
#mainContent ul
{
    text-align: left;
    margin-left: 100px;
}

#mainContent h1 {
    font-size: 20px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
#mainContent h2 {
    font-size: 15px;
    color: #FF0000;
    margin-top: 0px;
    margin-bottom: 0px;
}

#mainContent p {
  text-align: justify;
  padding-right:8px;
  padding-left:8px;
}

#mainContentWide h1 {
    font-size: 20px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
}
#mainContentWider h1 {
    font-size: 30px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: #FFCC99;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
}
#mainContentWide h2 {
    font-size: 20px;
    color: #79431B;
}
#mainContentWider h2 {
    font-size: 20px;
    color: #79431B;
}
#mainContentWider table {
  text-align: left;
  border: none;
  padding: 0px;
  margin::0 0 0 0;
  width:100%;
}
#mainContentWider table td{
width:100px}

#mainContentWide p {
  text-align: justify;
  padding-right:8px;
  padding-left:8px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
}
/* Miscellaneous classes for reuse */
.fltrtclear { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
  clear:right;
}
.fltlftclear { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
  float: left;
  margin-right: 8px;
  clear:left;
}
img.floatLeft { 
    float: left; 
    margin-left:  4px; 
    margin-right: 8px; 
    margin-bottom: 3px; 
}
img.floatRight { 
    float: right; 
    margin-left:  8px; 
    margin-right: 4px; 
    margin-bottom: 3px; 
}
div.layoutrow {
  text-align: justify;
  margin-top: 8px;
  }
  



#Undermenu ul {
   list-style: none;
   margin : 0px;
   padding :0px;
   border: solid white;
}

#Undermenu ul li {
   margin: 0px;
   padding-top: 5px;
   padding-bottom: 5px;
   background-color: #FFFFF0;
}

#Undermenu ul li a {
    text-decoration : none;
    padding: 2px 0px 2px 10px;
    display: block;
    border-bottom: none;
}

#Undermenu ul li a:hover,#menu ul li a:focus {
  background-color: white;
}

blockquote {
  background: transparent url(../Images/quoleft.gif) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(../Images/quoright.gif) right bottom no-repeat;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:25;
    border-bottom: 1px dashed blue;
    font-size: 13px;

}

a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ 
     z-index:25; 
     color: red;	
     background-color :transparent;
     cursor: help;
     text-decoration: none;
}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: red;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.tooltipweather{
    	display:block;
    	position:absolute;
    	top:30px; left:-220px;
	padding: 0 0 0 0;
	width:340px;
	color: red;
    	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}



a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
        background: url(../Images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../Images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: red;
    background: url(../Images/bubble.gif) no-repeat bottom;
}
.picture { 
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC; 
    padding: 3px;
    font: 11px/1.4em Arial, sans-serif; 
}
.picture img { 
    border: 1px solid #CCCCCC;
    vertical-align:middle; 
    margin-bottom: 3px; 
    color:white;}
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right;     position: relative;}
.left  { margin: 0.5em 0.8em 0.5em 0; float:left;     position: relative;} 
.centre  { margin: 0.5em 0.8em 0.5em 0;} 

#Adverts h3 {
    font-size: 10px;
    color: #464646;
    margin-top: 10px;
} 
#Adverts p {
    font-size: 9px;
}
#Adverts a {
    font-size: 9px;
}