
/*-------[ general ]---------------------------------*/

body {
	background:#edf4fa url(../images/bg.png) repeat-x;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#444;
	margin:0px;
	padding:0px;
	height:189px;
}

a { color:#5F7486;}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
	
h3 {font-weight: bold;}

#wrapper {
	margin:auto;
	width:940px;
	}

#logo {
	margin:auto;
	width:300px;
	padding-top:15px;
	}

#cta {
	color:#848484;
	float:right;
	margin-right:20px;
	margin-top:-120px;
	text-align: right;
}
.tel {
	color:#907c48;
	}
	
.navigation {
	clear:both;
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	padding-top:20px;
}

	
.panelholder {
	border:1px solid #999999;
	color:#8C8D8E;
	float:left;
	height:230px;
	margin-right:20px;
	margin-top:20px;
	padding:10px;
	width:200px;
	background:#ffffff url(../images/fbg.png) repeat-x;
}

.slide {
	border:1px solid #999999;
	color:#8C8D8E;
	float:right;
	height:230px;
	margin-right:0px;
	margin-top:20px;
	padding:10px;
	width:190px;
	background:#ffffff url(../images/fbg.png) repeat-x;
	}


.panelcont a {
	color:#cc9933;
	text-decoration:none;
	}
.panelcont a:hover {
	text-decoration:underline;
	}
	
#feat {
	margin-top:25px;	
	}

#content {
	float:left;
	margin-left:0px;
	width:590px;
	background:#ffffff url(../images/fbg.png) repeat-x;
	border:1px solid #999999;
	padding:10px 20px;
	margin-right:20px;
	margin-bottom: 20px;
	}
	
#content p {
	line-height: 18px;
	}
		
#sidebar {
	float:left;
	position: relative;
	width:270px;
	}	
.sidebox {
	background:#ffffff url(../images/fbg.png) repeat-x;
	border:1px solid #999999;
	padding:10px;
	margin-bottom: 20px;
	}

#footer-wrapper {
	clear:both;
	background-image:url(../images/footer-bg.png);
	background-repeat:repeat-x;
	min-height:160px;
	overflow:auto;
	}

#footer {
	color:#FFFFFF;
	font-size:12px;
	margin:20px auto auto;
	width:940px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#ffffff;
	text-decoration:underline;
	}
#footer a:hover {
	text-decoration:none;
	}
#fl {
	float:left;
	width:480px;
	text-align:left;
	}	
#fr {
	float:right;
	margin-right:18px;
	text-align:right;
	width:380px;
}

	
#message {margin: 5px 10px; padding: 4px; display:block;text-align:center;}
#message.error {background:#FFEBE8;border: 1px solid #CC0000;color:#CC0000;}
#message.success {border:solid 1px #349534; background:#C9FFCA;color:#008000;}

/*-------[ comments ]---------------------------------*/

.cbox {
background-color:#DFDFDF;
clear:both;
height:auto;
margin-top:10px;
overflow:auto;
width:560px;
}

.cl {
float:left;
text-align:center;
width:90px;
}

.cr {
float:left;
padding-left:10px;
padding-top:3px;
width:450px;
}

#form {
margin-top:15px;
}
#bread {
margin-bottom:10px;
}

label {
	float:left;
	margin-right:10px;
	width:180px;
	font-weight: normal;	
	}
.button {
	border:none;
	background:#999999;
	color:#FFFFFF;
	margin-top:5px;
	}


/*-------[ pagination ]---------------------------------*/


.qp_counter {
margin:  10px;
}
		
a.qp_disabled {
color: #888;
}
			
#post_counter {
width: 130px;
}
			
#post_counter .qp_prev {
display: block;
float: right;
}
			
#post_counter .qp_next {
display: block;
float: left;
}

/*-------[ Misc ]---------------------------------*/

img {
	border:none;
	}
	
b.large{
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:5px;
	color:#000000;
}	

b.larger{
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:5px;
	color:#ff0000;
}
	
/* Default style sheet for jQuery date picker v3.7.0. */
#datepick-div, .datepick-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #000;
	width: 15em;
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.datepick-inline {
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger {
	width: 25px;
	padding: 0px;
}
img.datepick-trigger {
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt {
	float: left;
	padding: 2px;
}
* html .datepick-prompt { /* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick {
	clear: both;
	float: left;
	width: 100%;
	color: #000;
}
.datepick-control {
	background: #400;
	padding: 2px 0px;
}
.datepick-links {
	background: #000;
	padding: 2px 0px;
}
.datepick-control, .datepick-links {
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label {
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev {
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev {
	float: right;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next {
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next {
	float: left;
	text-align: left;
}
.datepick-header {
	background: #333;
	text-align: center;
	font-weight: bold;
	min-height: 1.5em;
}
.datepick-header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepick-header span {
	position: relative;
	top: 3px;
}
.datepick {
	background: #ccc;
	font-size:100%;
	text-align:center;
}
.datepick a {
	display: block;
	width: 100%;
}
.datepick-title-row {
	background: #777;
}
.datepick-title-row th {
	text-align: center;
	font-weight: normal;
}
.datepick-days-row {
	background: #eee;
	color: #666;
}
.datepick-week-col {
	background: #777;
	color: #fff;
}
.datepick-days-cell {
	color: #000;
	border: 1px solid #ddd;
}
.datepick-other-month {
	background: #fff;
}
.datepick-week-end-cell {
	background: #ddd;
}
.datepick-title-row .datepick-week-end-cell {
	background: #777;
}
.datepick-week-over {
	background: #ddd;
}
.datepick-unselectable {
	color: #888;
}
.datepick-today {
	background: #fcc;
}
.datepick-current-day {
	background: #777;
	color: #fff;
}
.datepick-days-cell-over {
	background: #fff;
	color: #000;
	border: 1px solid #777;
}
.datepick-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a {
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a {
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-title-row a {
	color: #eee;
}
.datepick-control a:hover {
	background: #fdd;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover {
	background: #ddd;
	color: #333;
}
.datepick-multi .datepick {
	border: 1px solid #777;
}
.datepick-one-month {
	float: left;
	width: 15em;
}
.datepick-new-row {
	clear: left;
}


/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

#gallery {
	margin-left:5px;
	}
#gallery img {
	border:5px solid #FFFFFF;
	margin-bottom:10px;
	margin-left:10px;
}