/* Global stylesheet for psychicelainepalmer.com */

body {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11pt;
	margin-left: 80px;
	padding: 0;
	/* background: #ffffff url("/newsite/ui/images/banner_violet.gif") repeat-x fixed;*/
	background: #ffffff;
}

#header {
    width: auto;
    position: relative;
    padding: 0 0 0 20px;
}

/* controls the actual logo image */
.logo {
    /*background: url(/psychic/ui/images/logo.jpg) no-repeat;*/
	position: relative;
    top: 25px;
}

#menu {
	position: relative;
	padding-top: 25px;
}

#nav {
	position: absolute;
	top: 0;
	left: 400px;	
}

#nav a {
	background-image: url(/ui/images/menu.jpg);
	width: 90px;
	height: 20px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: center;
	padding-top: 6px;
	margin-right: 1px;
	text-decoration: none;
	color: #e9e4d0;
	font-weight:bolder;
}

#nav a:hover {
	color: #E77817;
}

#body {
	position: relative;
	margin: 0 20px 0 20px;
	padding: 10px 10px 10px 20px;
	width: 800px;
	border: 1px solid #5C3A7D;
}

#mast {
	background: url(/ui/images/mast1.jpg) no-repeat;
	position: relative;
	height: 150px;
}

#content { 
    position: relative; 
    top: 15px;
    padding: 0 0 10px 0;
    /*height: 600px;*/
}

#leftcol {
    position: relative;
    top: 0;
    left: 0;
    width: 210px;
    padding: 7px 5px 7px 7px;
    /*border: 10px solid #B9B9C0;*/
    background-color: #B9B9C0;
}

.lcbox {
	font-family: Arial, Helvetica, sans-serif;
	width: 199px;
	margin: 0 0 10px 0;
	padding: 5px 2px 8px 5px;
	border: 1px solid #99999A;
	background-color: #ffffff;
	font-size: 10pt;
}

.lcbox .h5 {
	color: #E77817;
	font-weight: bold;
	font-size: 11pt;
	margin: 0;
}

.lcbox p {
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

.lcbox .credit {
	font: bold italic 10pt "Arial, Helvetica, Verdana";
    color: #484849;
}	

#centercol {
	position: absolute;
	top: -10px;
    margin-left: 220px;
   /* margin-top: 10px;
    border-right: 1px solid navy;
    border-left: 1px solid navy;*/
    padding: 0 10px 10px 8px;
    width: 555px;
    height: auto;
}

/*#centercol p {
	padding: 0 5px 0 10px;
}
*/
#centercol h2 {
	color: #E77817;
	font-size: 14pt;
	padding: 0 5px 0 10px;
}

#rightcol {
    position: absolute;
    left: 642px;
    top: 95px;
    width: 350px;
    padding: 0 0 8px 0;
}

.cbox {
    position: relative;
    top: 0;
    background-color: #ffffff;
    width: auto;
    margin: 10px 5px 15px 8px;
    border: 1px solid #8E8E8E;
}

.cbox p {
    margin: 5px 5px 8px 8px;
    font-size: 10.5pt;
}

.cbox .credit {
	font: bold italic 10.5pt "Arial, Helvetica, Verdana";
    color: #484849;
}	

.cbox_header {
    background-color: #A1A2FF;
    color: #484849;
    border-bottom: 1px solid #78787B;
    font: bold 12pt Arial, Helvetica;
    width: auto;
    padding: 2px 0 4px 8px;
}

.cbox img {
	float: right;
	margin: 7px 7px 10px 7px;
}

.cbox table {   
    /*border: 1px solid #8E8E8E;*/
    padding: 10px 0 10px 0;
    width: auto;
    margin: 0 0 3px 0;
    font-size: 9pt;
}

.cbox ul, ol {
	list-style: disc;
    margin: 5px 5px 8px 0;
    font-size: 10.5pt;
}

/* General paragraph and header settings */
p, h1, h2, h3, h4, h5, h6 { 
    text-decoration: none; 
}

p {
	font-size: 11pt;
}

/* lists */
/*
ul, ol { 
    position: relative;
    left: -29px;
    margin-top: 0;
    list-style: none;
    text-indent: -1em;
    color: #2a5fff; 
    font-size: 8pt;
    line-height: .85em;
}
*/
.spacer {
	margin-bottom: 50px;
}
form {
	margin: 0;
	padding: 0;
}

/* footer and copyright stuff */
#footer {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
    font-size: .75em;
    color: #333;
    text-align: center;
    line-height: 1.2em;
}

.copyright {
    font-size: .9em;
}
