@charset "utf-8";
/* CSS Document */

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;

}
.home {
	background-image: url(../webMedia/images/bg.gif);
	background-repeat: repeat-x;
}
.subPage {
	background-image: url(../webMedia/images/subTextBG.gif);
	background-repeat: repeat-x;
}

.subPage #footer {
	height:250px;
}
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 22px;
	font-weight:normal;
	color:#A50030;
	margin: 5px 0px;
}
h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight:normal;
	color:#A50030;
	margin: 5px 0px;
}
h3{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight:normal;
	color:#A50030;
	margin: 5px 0px;
}
h4{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight:normal;
	color:#A50030;
	margin: 5px 0px;
}

a:link { color:#333; text-decoration:none;}    
a:visited {color:#333; text-decoration:none;}  
a:hover {
	color:#AA0330;
	text-decoration:none;
} 
a:active {color:#333; text-decoration:none;}

img {
	border:none;
}

.fltrt
{
    float: right;
    margin-left: 8px;
}
.fltlft
{
    float: left;
    margin-right: 8px;
}
.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	margin-top: 24px;
}
.telephone {
	margin-top: 64px;
}
#container {
	text-align: left;
}
.slideshow {
	width:330px;
	margin-top:20px;
	margin-right:4px;
}
#sidebar1 {
	width:196px;
	border: 1px solid #ccc;
	padding-bottom: 5px;
}

.sidebar1Head {
	background-color: #AA0330;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	padding: 10px;
	text-align:center;
}
#sidebar2 {
	width:214px;
	border: 1px solid #ccc;
	padding-bottom: 5px;

}

#sidebar2 li{
	margin:0px 6px;}
#header {
	
}
#headerWrapper {
	width: 950px;
	height: 183px;
	margin: 0 auto;
}
#header h1 {
	display:none;
	
}
#mainContent {
	
	}
#mainContentWrapper {
	width: 950px; 
	margin: 0 auto; 
}
#homeBanner {
	background-image:url(../webMedia/images/homeBanner.jpg);
	background-repeat:repeat;
	height: 287px;
}
.subPage #mainText {
	background-image:url(../webMedia/images/subBG.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding: 30px 15px 0px 20px;
}
	
#mainText {
	background-image:url(../webMedia/images/mainTextBg.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding: 30px 15px 0px 20px;
}
	
.homeText {
	width:680px;
}

.gallery img {
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 40px;
	float:left;
}
ul  {
	padding: 0px;
	margin-left: 15px;

}
li {
	list-style-image: url(../webMedia/images/arrow.png);
	list-style-type: none;
	padding: 0px 0px 3px 0px;
}
#contactForm
{
    width: 255px;
	padding-top:33px;
    float: left;
}
#map {
	padding-top:33px;
}
#contactDetails
{
    float: left;
    width: 220px;
    padding-left: 0px;
}
textarea {
	
	border: 1px solid #999;
	width:94%;
}

input {
	width:95%;
	height:23px;
	border: 1px solid #999;	
}

select {
	background-color:#EAEAEA;
}

.submit {
	background-color:#930229;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	border: 2px solid #CCC;
	height:30px;
	width:95%;
}

#footer {
	background-image:url(../webMedia/images/footerBg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #212121;
}
#footerWrapper {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
	background-image:url(../webMedia/images/footerBase.gif);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	line-height: 22px;	 
}
#footerWrapper p {
	margin: 0; 
	padding: 0px 15px;
	color:#CCC;
	font-size:10px;
}
#footerWrapper a:link { color: #CCC; text-decoration:none;}    
#footerWrapper a:visited {color: #CCC; text-decoration:none;}  
#footerWrapper a:hover {color: #A5022F;text-decoration:none;} 
#footerWrapper a:active {color: #CCC; text-decoration:none;}

.freshLogo p {
	
	}
	
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
