
/* ---  Centered Layout  --- */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px; 
	margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;;
}
.holder{	
	clear:both;height:100%;width:98%;margin-left:auto;margin-right:auto;background:#FFF;clear:both;
	padding-left:5px; padding-right:5px; padding-bottom:10px;
}
.footer {
	background: #0099FF; 
	background: linear-gradient(top, #06F 0%, #09F 100%);  
	background: -moz-linear-gradient(top, #06F 0%, #09F 100%); 
	background: -webkit-linear-gradient(top, #06F 0%,#09F 100%);
	color: #fff;
	font-size: 12px;
	line-height:10px;
	padding:5px;
	border-radius: 8px;
}

/* ---  Header  ---*/

.header{width:100%;height:75px;vertical-align:top;}
.menubutton{float:left; vertical-align:middle;padding:8px}
.logo{float:right;vertical-align:middle;}
.slogan{display: none;}
.contact{display: none;}
slogantext{height:45px;display:table-cell;vertical-align:middle; color:#F00;font-size:16px;font-weight:bold;line-height:25px;}
slogamtextsmall{height:55px;display:table-row;vertical-align:middle;color:#F00;font-size:12px;font-weight:bold;line-height:15px;}
contacttext{display:table-cell;vertical-align:middle; color:#F00;font-size:16px;font-weight:bold;line-height:25px;}
contacttextemail{font-size:14px;}

/* ---  Links  --- */
a {
	text-decoration: none;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #3300FF;
}
a:hover {
	text-decoration: underline;	
	color: #0000CC;
}
a:active {
	font-weight: bold;
}
a.smallink:link {
	font-size:10px;
	color: #0066FF;
}
a.smallink:visited {
	font-size:10px;
	color: #3300FF;
}
a.smallink:hover {
	font-size:10px;
	text-decoration: underline;
	color: #0000CC;
}
a.smallink:active {
	font-size:10px;
	font-weight: bold;
}

/* ---  Body Text  --- */
.grey, .greybold, .greybig, .greyheading{
	color:#333
}
.black, .blackbold, .blackheading {
	color:#000;
}
.blackbold {
	font-weight: bold;
}
.blackheading {
	font-size: 16px;
	font-weight: bold;
}
.greybold {
	font-weight: bold;
}
.greybig, .redbig {
	font-size: 16px;
}
.greyheading, .redheading, .title{
	font-size: 16px;
	font-weight: bold;
}
.red, .redheading, .redbig, .title {color:#F00; }
.title { text-align:center;}
.logoblue {	color:#5DB6FE}
.blue, .bluesmall, .bluebold, .blueboldsmall {	color: #0099FF;}
.bluesmall {	font-size: 12px;}
.bluebold, .blueboldsmall{	font-weight: bold;}
.blueboldsmall {	font-size: 12px;}

.fullwidth { width:100%; height:auto }

/* ---  Slideshow  --- */

#slideshow { 
    margin: 10px 20px; 
    position: relative; 
    width: 300px; 
    height: 200px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}
#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

/* ---  Google Maps  --- */
#map_canvas {height:250px; width:350px; margin:0 auto;"}