/* 
culture shock: voodoo dolly v1.0
pogy366: http://www.raykdesign.net
Oct. 2005 
*/

/* New Market Ventures CSS Document */

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: Elements we want to clean out entirely: */
html {
	font-size:100.01%;
	margin:0;
	padding:0;
	min-height: 100%; margin-bottom: 1px;  /* Force veritcal scrollbar for Firefox */
} 

body {
/*
	background-image: url('images/bg.gif'); 
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
*/

font-family:Arial, Helvetica, sans-serif;
font-size:.8em; 
color:#000000; 
margin:20px 0 0 0;
padding:0 0 0 0;
background:#ffffff;
text-align:center;

	line-height:1.4; 
}

div, form {
	margin:0;
	padding:0;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 4em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, button, select, textarea {
  font-family:inherit;
	font-size: 100%;
}

img {border: none;}

/* End of ititialization */

/* general page structure and layout */

/* fonts and colors */
h1 {
color:#eeeeee;
font-size:2em;
letter-spacing:.1em;
text-transform:capitalize;
margin:0 0 0 0;
padding:20px 0 0 0;
}

h2 {
color:#000000;
font-size:1.2em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -6px 0;
}

h3 {
color:#000000;
font-size:1.1em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -8px 0;
}

.leftcol h3 {
color:#616161;
font-size:1.1em;
padding:0 0 0 0;
margin:0 0 -8px 0;
}

.box_right h3 {
color:#6E312A;
margin:2px 0 -10px 0;
}

a {
color:#6E312A;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

.left_column a {
color:#000000;
text-decoration:underline;
}

.left_column a:hover {
color:#999999;
text-decoration:none;
}

ul {
margin:-.8em 0 0 0;
}

.container {
margin:0 auto;
width:780px;
background:#ffffff url(img/body_bg.jpg) repeat-y;
}

.header {
height:129px;
}

.navbar {
height:39px;
background:#ffffff url(img/nav_bg.jpg);
text-align:left;
color:#000000;
/* font-size:.9em; */
font-size:13px;
}

.navbar ul {
padding:0 0 0 0;
margin: 0 0 0 0;
/* font-size:1.1em; */
color:#ffffff;
float:left;
width:100%;
background:transparent;
list-style:none;
}

.navbar ul li {
display:inline;
list-style:none;
}

.navbar ul li a{
/*
margin: .8em 0 0 0;
padding: .4em 1em .46em 1em;
*/
margin: 9px 0 0 0;
padding: 5px 13px 6px 13px;
color:#ffffff;
text-decoration:none;
float: left;
border-left:1px solid #999999;
background:transparent;
}

.navbar ul li a:hover{
color:#000000;
text-decoration:none;
border-left:1px solid #999999;
}

.contentwrap {
margin:10px 0px;
}

.leftcol {
float:left;
width:152px;
margin:0 0 0 0;
padding:0 4px 0 4px;
background:transparent;
font-size:.9em;
color:#6E312A;
}

.leftcol img {border:none; display: block; margin-left: auto; margin-right: auto;} /* center images */

.content {
}

.centercol {
float:left;
width:598px;
padding:0 0 0 10px;
text-align:left;
border-left:1px solid #999999;
}

.boxright {
float:right;
width:150px;
width:"175px";
margin:0 0 3px 10px !important;
margin:"0" "0px" "3px" "10px";
padding:2px 5px 2px 10px !important;
padding:"2px" "0px" "2px" "10px";
background:#eeeeee;
border:1px solid #cccccc;
text-align:left;
color:#616161;
font-size:.9em;
}

.boxlinks {
/*
width:280px;
width:"280px";
*/
margin:0 0px 5px 0px !important;
margin:"0" "0px" "5px" "0px";
padding:2px 5px 2px 10px !important;
padding:"2px" "5px" "2px" "10px";

background:#eeeeee;
border:1px solid #cccccc;
text-align:left;
color:#616161;
font-size:.9em;
}

.contentleft {
  float:left;
  width:49%;
}

.contentright {
  float:right;
  width:49%;
}

.footer {
	position:relative;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#6E312A;
	background:transparent;
	text-align:center;
}

.bottom {
margin:0 auto;
padding:0 0 0 0;
width:780px;
height:11px;
background:#ffffff url(img/page_bottom.jpg) no-repeat top;
}

.centertext {
text-align:center;
}