/* 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;
	background-color:#f4f4f4;
}

#container {
	position:relative;
	width:960px;
	margin:auto;
	padding-bottom:20px;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	padding-top:10px;
	margin-bottom:2px;
	height:120px;
	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;
}

/* ***************************************************************************** */
/* CONTENT*/
#content {
	position:relative;
	padding:5px 0px 0px;
	line-height:20px;
}
#content p {
	color:#3c3a38;
	line-height:20px;
}
#content h2 {
	margin:0px 0px 10px 0px;
}
#left-column {
	position:relative;
	width:680px;
	float:left;
	padding:10px 0px;
}
#right-column {
	position:relative;
	width:265px;
	float:right;
	padding:10px 0px;
}
#title {
	position:relative;
	padding:2px 0px;
	margin-bottom:10px;
	background-color:#f2f3f4;
	border-top:1px dashed #c1d6e0;
	border-bottom:1px dashed #c1d6e0;
}
#banner {
	position:relative;
	padding:5px;
	background-color:#ffffff;
	border:2px solid #aec8d5;
	margin-bottom:10px;
}
/* ***************************************************************************** */
/* SIGN UP*/
#signup {
	position:relative;
	padding:10px;
	font-size:11px;
	margin-bottom:10px;
	background-color:#e9ecee;
	border:2px solid #e5e5e5;
	color:#31505f;
}
#signup p {
	font-size:11px;
	color:#31505f;
}
.snippet label {
	white-space:nowrap;
	margin-right:4px;
	color:#484343;
	font-size:11px;
}
.snippet input.text {
	border:1px solid #cccccc;
	width:200px;
	height:14px;
	font-size:11px;
}

.snippet .textarea {
	border:1px solid #cccccc;
	width:200px;	
	font-size:11px;
}

.snippet checkbox {
	border:none;
}
input.submit {
	border:none;
	background-color:#6e9bb0;
	color:#ffffff;
	font-size:10px;
	border:1px solid #507384;
	cursor:default;
}
/* ***************************************************************************** */
/* 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;
}

/* ***************************************************************************** */
/* 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:#d7dce1;
	text-align:left;
	padding:10px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:20px;
	margin-bottom:20px;
}

/* ***************************************************************************** */
/* 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:1px dashed #e2e9ec;
}
.error {
	color:#990000;
	font-size:10px;
	margin:0px;
	line-height:12px;
}
.pagination {
	text-align:center;
}
