body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	line-height: 140%;
	color: #4c4c4c;
}

/* LOGO */ 

#branding {
	background-image: url(/images/large-om.gif);
	background-repeat: no-repeat;
	width: 200px;
	float: left;
	position:relative;
	top:20px;
	left:85px;
}

#blend h1 {
	display: none;
}

/* TYPOGRAPHY */

h1{
	font-family: Georgia, Helvetica, Arial, sans-serif;
	color: #736D3F;
	margin: 0px 0 5px 0;
	padding: 0px;
	line-height: 80%;
	letter-spacing: 0px;
	font-size: 28px;
}
	
h2{
	font-family: Serif, Helvetica, Arial, sans-serif;
	color: #979170;
	line-height:100%;
	margin: 0px 0 0px 0;
	padding: 0px;
	letter-spacing: -1px;
	font-size: 22px;
}

h3, h3 a, h3 a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: #D8B792;
	line-height: 100%;
	letter-spacing: -1px;
	font-size: 20px;
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}

h4 {
	padding-top: 0px;
	margin-top: 0px;
}

span.redtext {
	color: #D8B792;
	line-height: 130%;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: bold;
}

h3.noheight, h3.noheight a, h3.noheight a:hover {
	color: #ADACA3;
	line-height: 100%;
	height: 1px;
	letter-spacing: -1px;
	font-size: 20px;
text-decoration:none;
}

span.newsletter{
color: #fff;
font-size:16px;
padding: 0 0 10px 0px;
margin: 0 0 10px 0;
	letter-spacing: -1px;
text-decoration:none;
font-weight: bold;
line-height: 250%;
}

h5, h5 a {
letter-spacing:-1px;
font-size:14px;
color: #4c4c4c;
}


a{
color: #ADACA3;
}


a:hover {
color: #ADACA3;
}


.clearthefloat{
clear:both;
}


/* the following classes are for the input highlighting */

.highlightActiveField {
    border: 1px solid #D8B792;
    background-color: #fff2f2; 
	padding-left: 4px;
	padding-right: 4px;
	margin: 0 3px 8px 0;

}

.highlightInactiveField, input{
    border: 1px solid #bbb;    
    background-color: #fff;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0 3px 8px 0;
    color: #4c4c4c;
}


img {
	border:none;
}

span.tm{
	font-size:13px;
	margin:-30px -6px 0 0px;
	padding:0;
	position:relative;
	top:-9px;
}

/* LAYOUT */

#container{
	width:920px;
}

#leftcol{
	float:left;
	width:290px;
}

#rightcol {
	width: 580px;
	float: right;
	padding-top: 76px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 100%;
	background-image: url(/images/davinciman.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#rightcol a {
	color: #3D0B00;
}

#rightcol2 {
	margin-top: 35px;
}

#rightcol2 dt {
	font-weight: bold;
	display: block;
	width: 99%;
	border-bottom: 1px solid black;
	margin: 10px 0px 5px 0px;
	padding: 2px;
}

#rightcol2 dd {
	margin: 0px;
	text-indent: 0px;
}

#twoColLeft{
	float:left;
	width:50%;
background: #ddd;
	margin: 30px 0 0 0;
}

#twoColRight{
	float:right;
	width:50%;
background: #ccc;
	margin: 30px 0 0 0;
}

#floatleft{
float:left;
}
#floatright{
float:left;
margin: 2px 0 0 75px;
}

#floatleft_latest{
	float:left;
	width:230px;
	padding:0 15px 0 0px;
	z-index:0;
	position:relative;
}

#floatright_latest{
	float:right;
	width:288px;
	padding:30px 0 30px 47px;
	z-index:10;
	position:relative;	
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

.line {
	background-image: url(/images/dots.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 1px;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* MAIN MENU */

#menuouter{
	margin: 160px 0 0 0;
}

#menuouter ul {
	width:295px;
	padding: 0px;
	margin:0;
	list-style-type: none;
	font-size:1.1em

}

#menu li {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3D0B00;
	font-weight: bold;
	margin:0;
	}

#menu li li{
	font-size:.8em;
	display:none;
	border-bottom-width: 0;
	border-bottom-style: solid;
	font-weight: bold;
	}

#notebook #menu li li{
display:none; /*Change to block to get back the sublevels */
}

#notebook #menu li li a{
background:#fff;
	line-height: 2em;
margin: 0 0 0 0;
padding:0 0 0 0;
}

#menu a {
	display: block;
	line-height: 3em;
	color: #D3D1C3;
	text-decoration: none;
	padding-left: 30px;
	background-color: #7A1400;
	background-image: url(/images/om-red.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#menu a:hover {
	background-color: #ADACA3;
	color:#fff;
	background-image: url(/images/om-gray.gif);

}

#menu li.active a {
	font-weight: bold;
	background-color: #D8B792;
	color: #FFF;
	background-image: url(/images/om-tan.gif);

}

/* CONTACT FORM */

/* Form styles */
div.form-container { 
	width: 330px; 
	margin: 10px 0px 10px 0px; 
	padding: 0px 0px 0 0; 
}

p.legend { 
	margin-bottom: 1em; 
	padding: 0 0 0 1em;
}

p.legend em { 
	color: #D8B792; 
	font-style: normal; 
}

div.errors { 
	margin: 0 0 5px 0; 
	padding: 5px 5px; 
    border: 1px solid #D8B792;
    background-color: #fff2f2; 
width:560px;
}

div.errors p { 
	margin: 0; 
}

div.errors p em { 
	color: #D8B792; 
	font-style: normal; 
	font-weight: bold;
}

div.form-container form p { 
	margin: 0;
}

div.form-container form p.note { 
	margin-left: 170px;
	font-size: 90%;
	color: #333;
}

div.form-container form fieldset { 
	margin: 0px 0px 0px 0px; 
	padding: 2px;
	border: none; 
}

div.form-container form legend { 
	font-weight: bold; 
	color: #555; 
}

div.form-container form fieldset div { 
	padding: 0.25em 0;
}

div.form-container label, 
div.form-container span.label { 
	margin-right: 0px; 
	padding: 0 0px 0 0; 
	width: 140px; 
	display: block; 
	float: left; 
	text-align: left; 
	position: relative; 
}

div.form-container label.error, 
div.form-container span.error { 
	color: #D8B792;
}

div.form-container label em, 
div.form-container span.label em { 
	position: absolute; 
	right: 0; 
	font-size: 120%; 
	font-style: normal; 
	color: #D8B792; 
}

div.form-container input.error {
	border-color: #D8B792; 
	background-color: #FEF;
}

div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {    
	border: 1px solid #D8B792;
    background-color: #fff2f2; 
}

input{
	padding:4px;
}

div.form-container div.controlset label, 
div.form-container div.controlset input { 
	display: inline; 
	float: none; 
}

div.form-container div.controlset div {
	margin-left: 170px;
}

div.form-container div.buttonrow { 
	margin: 0 0 0 2px;
}

#errormessage{
	color:#D8B792;
	padding:0px 0 15px 2px;
}

input.button{
	background-image: url(/images/send.png);
	height:26px;
	width:72px;
	border-style:none;
	font-size:0;
}

textarea {
	padding:4px;
	margin: 0 0 8px 0;
	border: 1px solid #ccc;
	color: #333;
	background: #fff;
}

/* NEWSLETTER */


p.white{
padding: 0 0 5px 10px;
}

#promo {
	width:240px;
	margin: 10px 0 0 15px;
	border: 3px solid #ADACA3;
	padding: 10px;
	color: #3D0B00;
	background-color: #E3DECD;
	font-weight: bold;
}

#promo input:focus {    
	border: 1px solid #D8B792;
    background-color: #fff2f2; 
}

#promo input{
	width:180px;
	float:left;
}

#promo input.newsletter_submit{
	background-image: url(/images/go.png);
	height:26px;
	width:42px;
	border-style:none;
	font-size:0;
	float:right;
}

#radio1 input,#radio2 input{
	width:10px;
	float:left;
	margin:0px 8px 0 0px;
}

#temp {
padding:10px;
	width:565px;
	height:200px;
	background: #f3f3f3;	
}

#textinfo{
width:350px;
}

/* SLIDING PANELS */

#content{
}

.accordion{
margin:0;
padding:0;
position:relative;
}

img.portfolio{
margin: 10px 0 0 0;
}

#slidedown {
        margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}


/* deselected panel */
h5.toggler {
	padding: 10px 10px 10px 0px;
	background: #fff;
	margin: 0;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h5.toggler a{
}

h5 a:link, h5 a:visited {
	display: block;
}

h5 a:hover, h5 a:active {
	color: #D8B792;
}

h5.rdc{
	background: #fff;
}

span.red{
	color: #D8B792;
}

#copyright{
	margin: 150px 30px 30px 30px;
}

/* CHUNKS */

/* HOME */

#twoCol_left{
	margin: 60px 0 0 0;
	width:46%;
	float:left;
}

#twoCol_right{
	margin: 60px 0 0 0;
	width:46%;
	float:right;
}

#footer {
   
margin:20px 0 0 0;
padding:0;
float:right;
text-align:;
width:580px;
font-size: 80%;
}

/* FLICKR */

#indent{
	margin:0px 30px 0px 30px;
	padding:50px 0 0 0;
display:none;
}

#flickr{
	margin:0px 20px 0 20px;
display:none;
}
.flickr_tn{
	border:1px solid #fff;
	margin:10px 0 0 3px;
}

#column1,#column2,#column3,#column4{
float:right;
margin:0px 0 0px 0;
}


/* DITTO */

.ditto_headLeft{
}

.ditto_headRight{

}

.ditto_head{
}

p.dittoTags{
margin:0;
padding:0px;
}

.commentCount{
font-size:11px;
line-height:120%;
padding:5px 0 0 0;
}

.ditto_content{
clear:both;
padding:10px 0 0 0;
}

.notebook_col{
float:left;
width:193px;
}

.notebook_col ul{
list-style:none;
margin:0 0 20px 0;
padding:0;
}

#myGallery1 a{
display:none;
}


/* LATEST NEWS */

ul.news {}
.news {
	padding: 0; 
	margin: 0; 
	list-style: none;
}

.news li { 
	background: #f1f1f1;
	padding: 0; 
	margin: 1px; 
	height: 1.4em;
}

.news li.x { 
	border-bottom: none;
}

.news li a {  
	color: #384349; 
	position: relative; 
	display: block; 
	font-size: 1.1em; 	
	text-decoration:none;
}

.news li a span { 
	position: relative; 
	left: 0; 
	color: #D8B792; 
	padding: 0 .4em 0 1.1em; 
}

.news li a:hover, #news li a:focus, #news li a:active {
	background-color: #D8B792; 
	color: #fff;
}

.news li a:hover span, #news li a:focus span, #news li a:active span { 
	color: #4c4c4c;
}