/* CSS by Circa Consulting | www.circaconsulting.com | info@circaconsulting.com */
/* global */
body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	background: #f4f4f4 url(back.jpg) top center repeat-y;
}

/* container */
#container {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 860px;
}

/* header */
#header {
	clear: both;
	padding: 0;
	height: auto;
}

#header img {
	margin: 20px 0 30px 30px;
}

/*#header p {
	width: 500px;
	float: right;
	text-align: center;
	color: #a0a0a0;
	margin: 0 0 20px 0;
	font-size: 9px;
	line-height: 12px;
}*/

/*#top-pic {
	margin-left: 30px;
	margin-top: -40px;
}*/

/* menu */
#menu {
	clear: left;
	float: left;
	width: 170px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}

#menu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
}	

#menu li {
	margin-bottom: 4px;
}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
}	
	
#menu li a:hover {
	background: #eaeaea;
	color: #CB6C18;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 14px;
}

/* content */
#content {
	margin: 0 110px 20px 160px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 18px;
	text-align: left;
}

#content h1 {
	font-size: 16px;
	margin: 0 0 1px 0;
}

#content img {
	padding: 1px;
	display: inline;
	background: #7F9FD2;
	border: 4px solid #f0f0f0;
}

#social img {
	padding: 0;
	background: 0;
	border: 0;
}

/* headings */
h1 {
	font-size: 16px;
	margin: 0 0 1px 0;
}

h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

/* links */
a {
	text-decoration: none;
	color: #034DA2;
}

a:hover {
	text-decoration: underline;
	color: #034DA2;
}

a img {
	border: 0;
}

/*footer */
#footer {
	background: #fff;
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 860px;
	text-align: center;
	color: #808080;
	font-size: 10px;
}

#footer a {
	color: #034DA2;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* random */
.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.strong {
	font-weight: bold;
}

.it {
	font-style: italic;
}

.indent {
	padding-left: 20px;
	padding-right: 30px;
}

.center {
	text-align: center;
}

.nolink {
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #303030;
	text-decoration: none;
}

.strike {
	text-decoration: line-through;
}

/* contact form */
th {
	text-align: left;
}

#recaptcha {
	width: 300px;
}

#recaptcha img {
	border: 0;
	padding: 0;
	background: none;
}

textarea:focus, input:focus, select:focus {
	border: 2px solid #034DA2;
}

/* special offer area */
#offer {
	width: 350px;
	padding: 0;
	margin: 5px 0;
}

#offer-left {
	float: left;
	width: 150px;
	padding: 0;
	margin: 0 0 0 15px;
}

#offer-right {
	float: right;
	width: 165px;
	border-left: 1px solid #f0f0f0;
	padding: 0;
	margin: 0;
}

#offer-right p, #offer-right h3 {
	padding: 0 0 0 20px;
}

#offer h2 {
	color: #034DA2;
	padding-top: 10px;
}

.package-specs {
	padding-top: 120px;
}

/* portfolio */
/* from original - current live */
.portfolio img {
	margin: 10px;
}

/* portfolio-new stuff */
.portfolio-new {
	width: 550px;
	height: auto;
	margin: 0;
	padding: 0;
}

.portfolio-left {
	float: left;
	width: 295px;
	margin: 10px 10px;
}

.portfolio-right {
	float: right;
	width: 215px;
	margin: 0 10px;
}

.portfolio-bottom {
	clear: both;
}

/* fancybox */
#lightbox-title { 
	text-align: left;
	padding: 0 5px;
}

#lightbox-title strong { 
	display: block; 
	margin-right: 80px; 
}

#lightbox-title span { 
	float: right; 
}