/* STYLE SHEET */

body{
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	 
	font-size:12px;
	position:relative;
	height:100%;
	background-color:#a2c7d7; 
	margin:0px;
}
#main {
	position:relative;
	background-image:url(../images/background/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#container {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:20px;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	padding-top:10px;
	margin-bottom:2px;
	height:130px;
	z-index:500;
}
#header-left {
	position:relative;
	float:left;
	width:135px;
	}
#header-right {
	position:relative;
	float:right;
	width:800px;	
}
#logo {
	position:relative;
	padding-top:10px;
}
/* ***************************************************************************** */
/* MENU */
#phone {
	margin-bottom:15px;
	font-size:28px;
	color:#cbcfd1;
	text-align:right;
	line-height:32px;
	margin-top:10px;
	letter-spacing:-2px;
}
#navigation {
	position:relative;
	width:800px;
	height:25px;
	z-index:10;
	background-image:url(../images/background/menubg.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:8px;
	padding-bottom:16px;
	float:right;
}
#banner {
	position:relative;
	width:960px;
	height:385px;
	background-image:url(../images/background/bannerbg.jpg);
	background-repeat:no-repeat;
	background-position:top center;	
	margin-bottom:10px;
}
#banner-left {
	position:relative;
	float:left;
	width:500px;
	padding-left:20px;
	padding-top:20px;
}
#banner-left h1 {
	margin-bottom:10px;
	font-size:28px;
}
#banner-left h2 {line-height:20px}
#banner-left p{
	font-size:16px;
	color:#5f666a;
	line-height:22px;
}
#banner-right {
	position:relative;
	float:right;
	padding-top:346px;
}
/* ***************************************************************************** */
/* CONTENT*/
#featured {
	position:relative;
	padding:5px 0px 0px;
	line-height:18px;
}
#featured p {
	color:#3c3a38;
	line-height:18px;
}
#featured h2 {
	margin:0px 0px 10px 0px;
}
#left-column {
	position:relative;
	width:300px;
	float:left;
	padding:10px 0px;
}
#middle-column {
	position:relative;
	float:left;
	width:335px;	
	border-left:1px dashed #c1d6e0;
	border-right:1px dashed #c1d6e0;
	margin-left:10px;
	margin-right:10px;
}
#middle-container {
	position:relative;
	padding:10px 10px;
}
#right-column {
	position:relative;
	width:300px;
	float:right;
	padding:10px 0px;
}
/* ***************************************************************************** */
/* SOCIAL ICONS*/
#social {
	position:relative;
	margin:10px 0px;
	padding:10px 0px;
	border-top:1px dashed #c1d6e0;
	border-bottom:1px dashed #c1d6e0;
}
.social-icon {
	position:relative;
	float:left;
	width:116px;
	margin-right:52px;
}
.social-icon2 {
	position:relative;
	float:left;
	width:116px;
}
/* ***************************************************************************** */
/* LOWER CONTENT */
#lower-content {
	position:relative;
	line-height:16px;
	font-size:11px;
	padding-top:10px;
}
#lower-content p {
	line-height:16px;
	font-size:11px;
}
#slide-start {
	position:relative;
	margin:0 auto;
	width:90px;
	padding:4px;
	text-align:center;
	font-size:11px;	
}
/* ***************************************************************************** */
/* FOOTER */
#footer-container {
	position:relative;	
	padding-top:10px;
	background-image:url(../images/background/footerbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom:20px;
}
#footer {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:10px;
	background-color:#8AB0C1;	
	border:2px solid #97B7C5;
	font-size:11px;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:22px;
	margin-top:10px;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}
#footer-right a:link,
#footer-right a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer-right a:hover {
	color:#c3deea;
	text-decoration:underline;
}
/* ***************************************************************************** */
/* GALLERY */

table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}

/* ***************************************************************************** */
/* GLOBAL */	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}
ul,ol{ 
	margin-left:20px;
}
ul li, 
ol li{
	margin-bottom:8px;
}
.line {
	height:2px;
	margin:2px 0px;
	border-bottom:#e2e9ec;
}



















#

