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

body{
	margin:10px 0 0 0;
	padding:0;
	font-family: Calibri, Verdana, Ariel, sans-serif;
	color:#858886;
	}
	
p {
	font-size:13px;
}

td {
  font-size:13px;
}

a{
	
	}
	
	a img{
		border:0;
	}
	
h1{
	font-size:18px;
  color:#cccc33;
  font-weight:bold;
}

h2{
	font-size:14px;
  color:#cccc33;
  font-weight:bold;
}

h3{
	font-size:13px;
  color:#cccc33;
  font-weight:bold;
}

#main-container{

}

#container-960{
	width:960px;
	margin:0 auto;
	}
#header-container{
	
	}
#header-top{
	
	}
#logo{
	width:290px;
	float:right;
	}
#telephone{
	
	}
#menu{
	margin:0;
	padding:0;
	height:33px;
	background: url(../images/menu-bg.gif) repeat-x;
	}
	
#menu ul{
	margin:0;
	padding:0;
	
	
}	

#menu ul li{
	list-style:none;
	float:left;
	padding-right:30px
}

#menu .home a{
	width:80px;
	background:url(../images/home.gif) no-repeat;
	display:block;
	width:80px;
	height:33px;
}

#menu .home a:hover{
	width:80px;
	background:url(../images/home-over.gif) no-repeat;
	
	
}

#menu .profile a{
	width:80px;
	background:url(../images/profile.gif) no-repeat;
	display:block;
	width:80px;
	height:33px;
}

#menu .profile a:hover{
	width:80px;
	background:url(../images/profile-over.gif) no-repeat;
	
	
}

#menu .gallery a{
	width:80px;
	background:url(../images/gallery.gif) no-repeat;
	display:block;
	width:80px;
	height:33px;
}

#menu .gallery a:hover{
	width:80px;
	background:url(../images/gallery-over.gif) no-repeat;
	
	
}

#menu .contact a{
	width:80px;
	background:url(../images/contact.gif) no-repeat;
	display:block;
	width:80px;
	height:33px;
}

#menu .contact a:hover{
	width:80px;
	background:url(../images/contact-over.gif) no-repeat;
	
	
}

#menu .news a{
	width:80px;
	background:url(../images/news.gif) no-repeat;
	display:block;
	width:80px;
	height:33px;
}

#menu .news a:hover{
	width:80px;
	background:url(../images/news-over.gif) no-repeat;
	
	
}

#menu ul li a span {
color:#000000;
position:absolute;
top:-99999px;
}
	
	
#content{
	
	}
#content-left{
	float:left;
	width:640px;
	margin:20px 0;
	}
	
#big-pic ul {
	padding : 0;
	margin : 0;
	}
	
#page-content ul li {
	list-style-type:square; 
	font-size:12px;
	padding-bottom:5px;
}

#page-content ul li a {
	color : #bdba3b;
	text-decoration : none;
}

#page-content ul li a:hover {
	color : #bdba3b;
	text-decoration : underline;
}

#content-right{
	float:right;
	width:280px;
	margin:20px 0;
	}
#calls-to-action{
	background:url(../images/call-box.jpg) no-repeat;
	widh:260px;
	height:275px;
	padding:10px;
	}
	
.call-1 {
	margin:10px 0;}
	
.call-2 {
	margin-bottom:10px;}
	
.call-3 {
	margin-bottom:10px;}

#news {
	margin-top:20px;
	padding:10px;
	width:260px;
	/*background:#e2eee6;*/
	background: #cccccc;
}


#news-top{
	
	}
#news-content{
	
	}
.news-item{
	background:#f8f8e4;
	padding:10px;
	margin:5px 0;
	}
	
.news-item h3 {
	color:#666;
	margin:0;
	padding:5px 0 2px;
	}

.news-item p {
	margin:0;
	color:#858886;
	font-size:11px;	
	line-height:130%;
	}

.news-item h4 {
	color:#666;
	margin:0;
	padding:5px 0 2px;
	font-size:12px
	}
	
.news-item a {
	color:#666;
	text-decoration : underline;
	}	
	
.news-item a:hover {
	color:#666;
	text-decoration : none;
	}		
	
	
	
#news-bottom{
	
	}
.clearer{
	margin:0;
	padding:0;
	clear:both;
	}
#footer-container{
	border-top:3px solid #858886;
	
	}
#footer{
	height:80px;
	
	padding:20px 0;
	}
#footer p{
	color:#bdba3b;
	}
	
#footer p a {
	color:#bdba3b;
	text-decoration : none;
	}
	
#footer p a:hover {
	color:#bdba3b;
	text-decoration : underline;
	}		
	
#info-box{
	float:right;
	padding:20px 0;}
	
#telephone{
	float:left;}
	
.red {
  color : #ff0000;
}	

