body {
       font-family: Arial, Verdana, Helvetica, sans-serif;
       font-size:12px;
       background: transparent url(images/new_bg.gif) repeat-y center; 
       background-color:#630004;
}

.leftNav_link {
padding-left:1px;
padding-right:12px;
}

.center_pages {
background-image: url(images/bg.gif);
background-color:#000000;
}


.pagearea2 {
background-image: url(images/keylines.jpg);
background-color:#000000;
margin-top:10px;
}

h1 {
	color: #bda068;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
        color:#ccddee;
        line-height:13pt;
}

li {
        font-size:12px;
        line-height:26px;
}

.editableText {
position:relative;
z-index:20;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.5;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}


/* TOP NAV */

.topNav a{
width:132px;
display:block;
padding-top:10px;
padding-left:8px;
height:12px;
border-bottom:solid 0px white;
color:#bda068;
font-size:10px;
background-color:#000000;
}

.top_nav_div{
background-color:black;
background-image:url(images/topNav_background.gif);
}


/*The Bistro Hiding*/
#topNav_the_bistro_a {
color:black;
}
/*ends*/


/*PB NAVIGATION */

.sideNav_group {
width:120px;
border-top:solid black 0px;
border-right:solid black 0px;
margin-top:14px;
}

.sideNav_item {
border-bottom:solid 0px;
font-size:12px;
color:#7C7C82;

}
.sideNav_selected {
padding-left:10px;
width:110px;
color:#ff;
padding-bottom:0.8em;
line-height:1em;
padding-left:16px;
text-decoration:underline;
}
.sideNav_item a {
display:block;
padding-bottom:0.8em;
line-height:1em;
padding-left:17px;
width:110px;
color:#cccccc;
}

.sideNav_item a:hover {
color:#bda068;
}


a {
font-size:12px;
text-decoration:none;
color:#bc9f67;
}

a:hover { 
color:white; }

a.navigation_link { 
display:block; width:100% }

td.navigation_link { 
background-color:#eeeeee; }

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}


.formField_label { 
font-size:12px;
 }

/* Side nav background images*/

.leftNav a{
padding-left:15px;
display:block;
height:26px;
padding-top:12px;
color:#cccccc;
}

.leftNav a:hover {
color:#bda068;

}

/*contact form */

input{
text-align:center;
width:150px;
}

input.submitButton{
width:100px;
}

.form_div{
}

.formField{
font-size:11px;
}


.formFieldTitle{
font-size:11px;
font-weight:bold;
color: #ffffff;
text-align:center;
}

.formField_label{
font-size:11px;
color: #ffffff;
}

.text_div{
text-align:left;
}


textarea{
height:120px;
width:150px;
}


.thank_you_div{
position:relative;
top:10px;
left:40px;
}

.left_panel {
margin-left:15px;
}

.red_panel {
background-color:#7b0102;
}

.red_panel h1 {
color:#ffffff;
}

.gold_panel {
background-color:#bc9f67;
}

.gold_panel h1 {
color:#000000;
}

.gold_panel p {
color:#000000;
}