
/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#page_wrapper {
	width:930px; /*was 998*/
	margin-left:auto;
	margin-right:auto;
	padding:0;
	min-height: 300px;
}
#page_container {
	margin:0;
	padding:0;
	background: url(http://www.livebydemand.com/mod/theme_simpleneutral/graphics/header_back.gif) repeat-x left top;
}
body {
	text-align:left;
	margin:0 auto;
	padding:0;
	font: 80%/1.4  "Lucida Grande", Verdana, sans-serif;
	color: #666666;
	background:#949599 url(http://www.livebydemand.com/mod/theme_simpleneutral/graphics/content_background.jpg) repeat-x left 320px; /*was page_background*/ /*background color was #cccccc*/
}
a {
	color: #FFFF00; /*was #333333*/
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	color: #FFFF00; /*was #333333*/
}
a:hover {
	text-decoration: underline;
	color: white; /*was #000000*/
}
p {
	margin: 0px 0px 15px 0;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}

#altContent {visibility:hidden}
#header {
	text-align:left;
	width:100%;
	height:325px; /*was 100px*/
	margin:0 0 0px -121px;
	background: url(http://www.livebydemand.com/mod/theme_simpleneutral/graphics/header_back.gif) repeat-x left top;
}
/* NEW DROPDOWN MENU*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: white;
	margin-left: 125px;
}
#nav a {
	display: block;
	/*width: 6em;*/
	padding: 3px 6px;
	color: white;
}
#nav li {
	float: left;
	/*width: auto;*/
}
#nav li ul {
	position: absolute;
	border: black 1px solid;
	margin-top: 1px;
	margin-left: 0px;
	width: auto;
	left: -999em;
	background: gray;
	z-index: 999;
}
#nav li ul li {
  clear: left;
  z-index: 999;
}
#nav li:hover ul {
	left: auto;
	color: gray;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.index_box {
	margin:0 0 20px 0;
	/*background: #dedede;*/
	padding:0 0 5px 0;
	background: black;
	color: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
#index {
    width:900px; /*was 442 563*/
    float:left;
	margin-left:auto;
	margin-right:auto;
	background-color: Black;
	margin:20px 0 0 0;
	padding:10px;
	background: black;
	color: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;

}
/* ***************************************
	FOOTER
*************************************** */
#layout_footer {
	background: #000000; /*was #333333*/
	height:180px;
	border-bottom:1px solid black;
	padding-top: 100px;
	padding-left: 0px;
}
#layout_footer table {
   margin:0px auto 0px;
   text-align: center;
}
#layout_footer a,
#layout_footer p {
   color:#999999;
   margin:0;
}
#layout_footer .footer_toolbar_links {
	text-align:right;
	padding:15px 0 0 0;
	font-size:1.2em;
}
#layout_footer .footer_toolbar_links a:hover {
	color:white;
}
#layout_footer .footer_legal_links {
	text-align:right;
}
.table_head {
color: #FF0000;
}
#intro p span strong {
	font-weight: bold;
}


