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

/* general page structure and layout */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:.8em; 
color:#000000; 
margin:20px 0 0 0;
padding:0 0 0 0;
background:#f5f5f5;
text-align:center;
}

.top {
margin:0 auto;
padding:0 0 0 0;
width:780px;
height:9px;
background:#1d2c4d url(img/page_top.jpg) no-repeat;
}

.page_wrap {
/* includes the header, main body content and the footer */
margin:0 auto;
padding:0 0 0 0;
width:780px;
background:#1d2c4d url(img/body_bg.jpg) repeat-y;
text-align:center;
}

.header {
position:relative;
margin:0 0 0 0 !important;
margin:-7px 0 0 0;
padding:0 0 0 ;
width:780px !important;
width:742px;
height:125px;
background:#1d2c4d url(img/header_bg.jpg);
text-align:left;
}

.header_block {
position:relative;
margin:0 20px 0 20px;
padding:0 0 0 0;
width:740px;
background:transparent;
text-align:left;
color:#1d2c4d;
}

.logo {
position:relative;
float:left;
margin: 0 -40px 0 0;
padding:0 0 0 0;
background:#1d2c4d;
}

.navbar {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
width:780px !important;
width:742px;
height:39px;
background:#283965 url(img/nav_bg.jpg);
text-align:left;
color:#1b2e4f;
font-size:.9em;
}

.container {
position:relative;
margin:10px 0 0 10px;
padding:0 0 0 0;
width:760px !important;
width:742px;
background:#283965;
text-align:left;
}

.left_column {
	position:absolute;
	left:0;
	width:144px;
	margin:2px 0 0 0;
	padding:2px 0 0 0;
	background:#283965;
	font-size:.9em;
	color:#ffffff;
	}

.center_column {
position:relative;
width:595px;
margin:2px 2px 6px 151px;
padding:2px 2px 6px 10px;
margin-right: 5px;
padding-right: 5px;
border-left:1px solid #999999;
background:#fee9d5 url(img/mazel_bg_pink4.jpg);
color:#000066;
}

.center_column_info {
position:relative;
width:595px;
margin:2px 2px 6px 151px;
padding:2px 2px 6px 10px;
margin-right: 5px;
padding-right: 5px;
border-left:1px solid #999999;
background-color:#FBE9D5;
color:#000066;
}

.center_column_topfaq {
position:relative;
width:595px;
margin:2px 2px 6px 151px;
padding:2px 2px 6px 10px;
margin-right: 6px;
padding-right: 6px;
border-left:1px solid #999999;
background:#fee9d5 url(img/mazel_bg_pink4.jpg);
color:#000066;
}

.center_column_faqtable {
position:relative;
width:595px;
margin:0px;
padding:0px;
border-left:1px solid #999999;
background:#fee9d5 url(img/mazel_bg_pink4.jpg);
color:#000066;
}

.box_right {
position:relative;
float:right;
width:150px;
margin:0 0 3px 10px !important;
margin:0 5px 3px 10px;
padding:2px 5px 2px 10px;
background:#283965;
border:1px solid #cccccc;
text-align:left;
color:#ffffff;
font-size:.9em;
}

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

.footer_logo {
position:relative;
float:right;
margin:0 0 0 15px;
padding:0 0 0 0;
}

#footer {
/* aligns the text to the middle of the footer, in relation to the logo */
vertical-align:-250%;
}

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

/* navigation bar */
#nav ul{
padding:0 0 0 0;
margin: 0 0 0 1.5em;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
float:left;
width:100%;
height:39px;
background:transparent;
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: .8em 0 0 0;
padding: .4em 1em .46em 1em;
color:#ffffff;
text-decoration:none;
float: left;
border-left:1px solid #999999;
background:transparent;
}

#nav ul li a:hover{
color:#0f477d;
text-decoration:none;
border-left:1px solid #999999;
}

/* 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;
}

h2:after {
color: #000000;
content: "\0020 \00BB";
}

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

h3:after {
color: #000000;
content: "\0020 \00BB";
}

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

.box_right h3:after {
color: #fff5ec;
content: "\0020 \00BB";
}

a {
color:#fff5ec;
text-decoration:underline;
}

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

.left_column a {
color:#b4d5f5;
text-decoration:none;
font-weight:bold;
padding-left: 3px;
margin-left: 3px;
}

.left_column a:hover {
color:#fee9d5;
text-decoration:none;
font-weight:bold;
}

/* images */
img {
border:none;
}

.left {
float:left;
margin:0 0 0 0;
padding:0 0 0 0;
}

.right {
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
}

.testimonials {
color:#fff5ec;
background-color:#a6a4a5;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding: 2px;
margin: 2px;
font-stretch:expanded;
}

.thought {
color:#fff5ec;
background-color:#a6a4a5;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 2px;
margin-bottom: 2px;
font-stretch:ultra-expanded;
}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* New classes added */
.nopad {
padding: 0px;
margin: 0px;
}

.4pad {
padding: 4px;
margin: 4px;
}

.submit {
color:#000066;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}