/*
Name: Empower Physical Rehabilitation
Date: 2008-05-15
Description: A smooth, monochrome, lightweight design.
Author: Conrad Visual Concepts
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
a {
	color: #5c8727;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.8em sans-serif,Arial;
}
.gfx a {
	background: #F5F5F5 url(img/header.jpg) no-repeat; display: block; height: 240px;
}
ul {
	font-size: 1em;
	color: #002d56;
	padding-bottom: 1em;
}
/* header */
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}

/* main */
.main {
	background: #FFF;
	border: 3px double #EEE;
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 620px;
	padding: 5;
}
.container {
	margin: 10px;
}

/* old, non-popout menu
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #002d56;
	float: left;
	padding-top: 4px;
	width: 99px; height: 20px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 100px;
	border-right: none;
}
*/

/* Begin CSS Popout Menu */
#menu {
width: 100%;
background: #eee;
float: left;
}

#menu ul {
width: 100px;
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #cecece #cecece #eee #cecece;
margin: 0;
padding: 3px;
text-align: center;
}

#menu h2 {
color: #555;
background: #eee;
}

#menu a {
color: #555;
background: #eee;
text-decoration: none;
}

#menu a:hover {
color: #555;
background: #e3f1ff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/* End CSS Popout Menu */


/* content */
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 5;
	font: bold 1.1em sans-serif,Arial;
	color: #002d56;
	padding-left: 5px;
}
.content p {
	margin: 3px 0 6px; color: #002d56;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 25px;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: #bfcad5;
	color: #002d56;
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

