@charset "utf-8";

/**** GENERAL ****/

body {
	background-color: rgb(204,205,187);
	text-align: center;
	min-width: 861px;
	margin: 0px;
}

#outer-box {
	padding-top: 10px;
	background: url(images/box-top.png) no-repeat;
	margin: auto;
	width: 874px;
	text-align: left;	
	margin-top: 10px;
}

#inner-box {
	background: url(images/box-mid.png) repeat-y;
}

#logo {
	width: 320px;
	height: 55px;
	margin: 0px;
	color: #FFFFFF;
	background: url(images/oc-logo.png) no-repeat bottom;
	padding-top: 20px;
}

#logo h1 {
	font-size: 0px;
	color: rgb(231,231,219);	
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
	color: rgb(140,140,140);
	text-align: center;
}

h1 strong {
	color: rgb(171,39,21);
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: rgb(120,120,120);
	margin: 0px;
	text-align: center;
}

h3 {
	margin: 20px 0px 0px 20px;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
}

a {
	color: rgb(171,39,21);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**** MAIN ****/

#header {
	background: url(images/top.jpg) left bottom no-repeat;
	height: 318px;
	width: 851px;
	margin-left: 11px;
}

/**** NAVIGATION ****/

#navigation {
	margin-top: 68px;
	width:851px;
	height:30px;
	background:url(images/black-transparent.png);
}

#navigation li {
	float: left;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#navigation ul {
	margin: 0px;
}

#navigation a {
	display: block;
	height: 20px;
	padding: 10px 20px 0px 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	background: rgb(50,50,50);
}

/**** CONTENT ****/

#content {
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	color: rgb(88,88,88);
	margin: auto;
	width: 841px;
	line-height: 16px;
	margin-left: 21px;
}

blockquote {
	padding-left: 35px;
	width: 280px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 18px;
	line-height: normal;
	background:url(images/quote-mark-left.png) top left no-repeat;
	margin: auto;
}

blockquote p {
	width: 260px;
	padding-right: 20px;
	background: url(images/quote-mark-right.png) bottom right no-repeat;
}

.column {
	float: left;
	width: 375px;
	margin: 0px 20px 20px 20px;
}

.column p {
	margin: 25px 0px 25px 0px;
}

.onecolumn p {
	margin: 15px 0px 15px 0px;
}

.column ul li, .onecolumn ul li {
	margin: 10px 0px 0px 0px
}

.onecolumn {
	float: left;
	width: 800px;
	margin: 0px 20px 20px 20px;
}

.onecolumn h3 {
	margin: 0px !important;
	text-transform: lowercase;
}

/**** FOOTER ****/

#footer {
	width: 852px;
	height: 205px;
	text-align: center;
	clear: left;
	font-size: 10px;
	font-family: Tahoma;
	z-index: 0;
	margin-left: 11px;
	background: url(images/bottom.jpg) no-repeat top left;
}

#footer a {
	color:black;
	text-decoration:none;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.clear {
	clear: both;
}

/**** FORMS ****/

label {
	float: left;
	width: 400px;
}

#submit {
	margin-top: 10px;
	float: left;
}

label {
	width: 250px;
	font-size: 11px;
/* 	color: rgb(254,134,1); */
}

.text:hover {
	border-color: rgb(228,205,105);
}

textarea:hover {
	border-color: rgb(228,205,105);
}

input:focus {
/* 	border-color: rgb(225,225,225); */
}

#contact div input {
	width: 250px;
}

#contact {
	width: 300px;
/* 	background: rgb(168,156,104); */
	margin: 45px 0px 35px 20px;
/* 	border: solid 3px rgb(208,109,0); */
}

fieldset div {
	padding: 10px;
	width: 250px;
}

textarea {
	height: 100px;
	width: 250px;
}

fieldset {
	border: none;
}

.error {
	color: red;
}

.message {
	color: black;
	font-weight: bold;
}

/**** MISC ****/

.service {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 10px;
}

.service:hover {
	color: black;
	text-decoration: none;
	background: rgb(204,205,187);
}

.buy {
	margin: 0px 0px 0px 26px;
}

.link-bar {
	width: 874px;
	margin: auto;
}

#bc-link {
	margin-left: 20px;
	margin-top: 10px;
	display: block;
	width: 272px;
	height: 42px;
	background-image: url(images/borderscounselling-link.png);
	font-size: 0px;
	color: rgb(204,205,187);
}

#bc-link:hover {
	background-position: right;
	color: rgb(204,205,187);
	text-decoration: none;
}

#owlbear-link {
	float: right;
	background: url(images/owlbear-link.png) left bottom no-repeat;
	font-size: 0px;
	color: rgb(204,205,187);
	width: 69px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	margin-right: 15px;
}

#owlbear-link:hover {
	background-position: bottom right;
	text-decoration: none;
}