/* CSS Document */

/* Styles */

html, body
{
	width: 100%;
	height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	border: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	
}

#root
{
	width: 750px;
	margin: auto;
	min-height: 100%;
	height: auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-image: url(../images/bgfill.gif);
	background-repeat: repeat-y;
	position: relative;
}

#header
{
	width: 100%;
	height: 130px;
	background-color: #ffffff;
}

#cat
{
	float: left;
	margin: 35px 0px 0px 20px;
}

#trust
{
	float: right;
	margin: 50px 20px 0px 0px;
}

#subRoot
{
	width: 710px;
	margin: auto;
}

#nav
{
	height: 30px;
	background-color: #333333;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li
{
	display: inline;
	margin: 0;
	background-color: #333333;
	float: left;
	padding: 0;
	border-right: #ffffff solid 1px;
	position: relative;
	text-align: center;
}


#nav ul li a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	cursor: pointer;	
	background-color: #333333;
	height: 22px;
	padding-top: 8px;
}

#nav ul li a:hover
{
	background-color: #000000;
	cursor: pointer;
}

/* individual widths */

#mHome {
	width: 66px;
}

#mWho {
	width: 100px;
}
#mWhat {
	width: 100px;
}
#mFacts {
	width: 127px;
}
#mHelp {
	width: 90px;
}
#mLinks {
	width: 60px;
}
#mContact {
	width: 90px;
}
#mFaqs {
	width: 60px;
}




#content
{
	width: 469px;
	float: left;
	background-color: #f8f8f8;
	padding: 20px 20px 100px 20px;
	border-right: 1px solid #CCCCCC;
}

#contentMain
{
	width: 469px;
	float: left;
	padding: 20px 20px 100px 20px;
	border-right: 1px solid #CCCCCC;
	background-color: #fcf8de;
}

#content p
{
	line-height: 150%;
	padding-bottom: 7px;

}

#contentMain p
{
	line-height: 150%;
}

#subContent
{
	padding: 0;
}

#subContent p
{
	margin-top: 10px;
	line-height: 150%;
}


.clear
{
	clear: both;
}

h1
{
	font-family: 'trebuchet ms', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #990000;
	padding: 0;
	margin: 0 0 5px 0;
}

h2
{
	font-family: 'trebuchet ms';
	text-transform: uppercase;
	font-size: 1.3em;
	color: #990000;
	margin: 10px 0 0 0;

}

h3
{
	font-family: 'trebuchet ms';
	text-transform: uppercase;
	font-size: 1.3em;
	color: #990000;
	margin-top: 20px;
}

h4 {
	font-family: 'trebuchet ms';
	text-transform: uppercase;
	font-size: 1.1em;
	color: #990000;
	padding: 0;
	margin: 5px 0 0px;
}


p {
	line-height: 150%;
	margin: 0;
	padding: 0;

}

a img {
 border: none;
}


a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type:  disc;
	padding: 0 0 0 15px;
	line-height: 150%;

}

ul li {
	padding: 0 0 8px 0;
}

#footer {
	height: 50px;
	width: 670px;
	background-color: #000000;
	padding: 10px 20px 10px 20px;
	border-bottom: 20px solid #ffffff;
	position: absolute;
	bottom: 0px;
	left: 20px;

}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	height: 12px;
	display: inline;
	margin: .8em 0 .2em 0;
	float: left;
	padding: 0em 1em 0 1em;
	border-right: 1px #ffffff solid;
}

#footer ul li a {
	color: #ffffff;
	font-size: 0.9em;
	text-decoration: none;
	position: relative;
	top: -2px;
}


#footer ul li a:hover {

	text-decoration: underline;

}

#footer p {
	clear: left;
	font-size: 0.9em;
	margin: 0;
	padding: 5px 0 0 0;
	color: #FFFFFF;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#item1
{
	padding: 20px 20px 10px 20px;
	background-color: #fde786;
	margin-top: 20px;
}

#item1 h3
{
	background-color: #ffcc00;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}


#item2
{
	padding: 20px 20px 10px 20px;
	background-color: #fdd29a;
}

#item2 h3
{
	background-color: #de6f34;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}


#item3
{
	padding: 20px 20px 10px 20px;
	background-color: #e9aa86;
}

#item3 h3
{
	background-color: #990000;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}


#item4
{
	padding: 20px 20px 10px 20px;
	background-color: #c1e786;
	margin-bottom: 20px;
}

#item4 h3
{
	background-color: #339900;
	margin: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}


#menu
{
	width: 200px;
	float: right;
	background-color: #eeeeee;
}

#menu h4
{
	width: 179px;
	background-color: #cccccc;
	height: 23px;
	padding: 7px 0 0 20px;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 1.2em;
	font-weight: bold;	
	color: #990000;
	text-transform: uppercase;
	margin: 0;
}

#menu p
{
	line-height: 150%;
	padding: 10px 20px 5px 20px;
}

#menu img
{
	padding: 10px;
	float:right;
}

#menu ul
{
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}
#menu ul li
{
	margin: 0;
	padding: 0;
}


.highlight
{
	color: #990000;
	font-weight: bold;
}

ul.list1
{
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.list1 li
{
	padding: 5px 0 0 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
	padding-bottom: 20px;
}

.myth
{
	background-color: #eeeeee;
	padding: 10px;
}

.myth p
{
	margin: 0;
}

.myth h2
{
	margin: 0;
	padding: 0;
}

.fact
{
	background-color: #f4d5ce;
	padding: 10px;
	margin-bottom: 10px;
}

.fact p
{
	margin: 0;

}

.fact h2
{
	margin: 0;
	padding: 0;
}

table.chart
{
	border: solid 1px #CCCCCC;
	width: 100%;
}

table.chart td.column1
{
	width: 50%;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
}

table.chart td.column2
{
	width: 20%;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px dotted #CCCCCC;

}

table.chart td.column3
{
	width: 30%;
	padding: 5px 10px 5px 10px;
	text-align: right;
	border-bottom: 1px dotted #CCCCCC;

}
