body{
	background-image: url(../layout/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
	font-family: Times, arial, Serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

html{
	height: 100%;
}

*{
	margin: 0;
	padding: 0;
}

hr{
    display: none;
}

div.hr{
	background-image: url(../layout/hr.gif);
	background-repeat: repeat-x;
	background-position: center left;
	height: 17px;
}

span.red{
	color: #b23a34;
}

/* we dont want any borders on default images */

img{
	border: 0;
}

/* default table structure */

table{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

tr{
	padding: 0;
	margin: 0;
}

td{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/* default list */

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	margin: 0;
	padding: 0;
}

ul.list{
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: disc;
	line-height: 15px;
	font-size: 12px;
}

ul.list li{
	margin: 0 0 0 20px;
	padding: 1px;
	color: #fff;
}

/* default paragraph */

p{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	color: #000;
}

/* default headers */

h1{
	font-size: 23px;
	font-weight: lighter;
	line-height: 20px;
	padding-bottom: 5px;
	color: #000;
}

h2{
	font-size: 21px;
	font-weight: lighter;
	line-height: 19px;
	padding-bottom: 5px;
	color: #000;
}

h3{
	font-size: 19px;
	font-weight: lighter;
	line-height: 19px;
	padding-bottom: 3px;
	color: #000;
}

h4{
	font-size: 17px;
	font-weight: lighter;
	line-height: 18px;
	padding-bottom: 3px;
	color: #000;
}

h5{
	font-size: 15px;
	font-weight: lighter;
	line-height: 17px;
	padding-bottom: 2px;
	color: #000;
}

h6{
	font-size: 13px;
	font-weight: lighter;
	line-height: 11px;
	padding-bottom: 1px;
	color: #000;
}

/* default links */

a{
	font-weight: bold;
}

a:link{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #000;
	text-decoration: none;
}

a:active{
	color: #000;
}

/* right default links */

div.right a{
	font-weight: lighter;
}

div.right a:link{
	color: #fff;
	text-decoration: underline;
}

div.right a:visited{
	color: #fff;
	text-decoration: underline;
}

div.right a:hover{
	color: #fff;
	text-decoration: none;
}

a:active{
	color: #fff;
}


/* fieldset */

fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}

label{
	width: 90%;
	display: block;
	padding: 3px 5px 1px 5px;
	font-size: 14px;
}

input{
	margin: 2px;
	padding: 4px;
	font-family: arial;
	font-size: 16px;
	width: 95%;
}

input.button{
	width: 100px;
}

table tr td{
	font-size: 11px;
}

table tr td input{
	margin: 0 0 -1px 0;
	padding: 0;
}

textarea{
	margin: 2px;
	padding: 2px;
	width: 510px;
	height: 80px;
	font-family: arial;
}

.emailaddress{
	width: 240px;	
}

.name{
	width: 180px;
}

div.container{
	width: 920px;
	margin: 20px auto;
}

div.content{

}


div.header{
	background-image: url(../layout/mindbusiness.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 214px;
}

div.left{
	float: left;
	background-image: url(../layout/left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 533px;
	height: 676px;
	padding: 7px;
	margin-top: -20px;
}

div.right{
	float: right;
}

div.wide{
	width: 530px;
}

div.narrow{
	width: 260px;
}

div.containerIndex{
	height: 550px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -275px;
	background-image: url(../layout/pelletornell_big.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a.acrobat{
	background-image: url(../layout/acrobat.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 4px 0 4px 30px;
	display: block;
}

div.logo{

}

/* 

	height: 50px;
	width: 290px;
	float: right;
	
	*/

ul.menu{
	float: right;
	height: 25px;
	clear: right;
	margin-top: 7px;
}

ul.menu li{
	float: left;
}

ul.menu li a{
	display: block;
	background-repeat: no-repeat;
	padding: 2px 5px 2px 5px;
	font-weight: lighter;
	font-size: 13px;
	border-right: 1px solid #fff;
	text-decoration: none;
}

ul.menu li a:hover{
	border-bottom: 2px solid #fff;
}

ul.menu li.selected a{
	background-color: #eee;
	color: #000;

}




table.questions tr td{
	line-height: 150%;
}

table tr td.question{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

table tr td.answer{
	padding-left: 10px;
	font-size: 12px;
}

div.result{
	padding: 7px;
	border: 2px solid #d2d2d2;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	width: 300px;
	margin: 5px 0 10px 0;
	text-align: center;
}

.pics{
	background-repeat: no-repeat;
	height: 600px;
	width: 350px;
	margin-top: 20px;
}

#nav a{
	border: 1px solid #e6e6e6;
	background: #e6e6e6;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 1px 5px;
	color: #000;
}

#nav a.activeSlide{
	background: #000;
	color: #fff;
}

#nav a:focus{
	outline: none;
}

#nav a:hover{
	outline: none;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

a.readmoreold{
	background-color: #c1ae0e;
	color: #fff;
	padding: 5px 12px 5px 12px;
	font-size: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
}

a.readmore{
	background-image: url(../layout/ellipse.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 245px;
	height: 48px;
	color: #fff;
	float: right;
	line-height: 48px;
}


