/*******************************************/
/*     Global Style Sheet for Website      */
/* These styles are not listed in the      */
/*   ACE style menu, but they are used.    */
/*******************************************/

/***************************/
/* General styles for page */
/***************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-top: 0;
} 
body.colored-physio {
	background: #e1e1e1;
}
#page{
	width: 950px;
	margin: auto;
}
#banner{
padding: 30px 0 10px 0;
border-bottom: 1px solid #ffffff;
}
#welcome{
margin-top: 15px;
padding: 5px 15px;
background: #eeeeee;
border: 1px solid #ffffff;
}
#login{
margin-top: 15px;
padding: 25px 15px;
height: 100%;
background: #eeeeee;
border: 1px solid #ffffff;
}
#login ul{

}
#login li{
list-style: none;
margin-left: 10px;
}
#jobs{
margin-top: 15px;
padding: 15px;
background: #eeeeee;
border: 1px solid #ffffff;
}
#jobs-admin{
margin-top: 15px;
padding: 15px;
}
#jobs-admin-backend{
margin-top: 15px;
padding: 15px;
background: #ffffff;
}
#jobs-admin-backend #title th{
background: #ffffff;
}
#btnAdd{
position: relative;
top: 0;
left: 7px;
padding: 2px 7px;
color: #ffffff;
background: #06528d;
border: 1px solid #ffffff;
}
#btnSubmit{
position: relative;
top: 10px;
left: 0px;
padding: 2px 7px;
color: #ffffff;
background: #06528d;
border: 1px solid #ffffff;
}
#title th{
margin: 1px;
padding: 2px;
}
#even{
background-color: #dcdcdc;
}
#odd{
background-color: none;
}
#job-post{
margin-bottom: 15px;
padding: 0;
border-bottom: 1px solid #e1e1e1;
}
#job-post a{
font-size: 12px;
font-weight: bold;
}
#job-post a:link{color: #0044c0;}
#job-post a:visited{color: #0044c0;}
#job-post a:hover{color: #000000;}
#job-post a:active{color: #0044c0;}

#contact{
border-bottom: 1px solid #e1e1e1;
margin-bottom: 25px;
}
p {
	color: black;
        font-size: 12px;
        line-height: 1.5em;
        font-weight: normal;
}
ul{
line-height: 2.0em;
}
a:link{color: #0044c0;}
a:visited{color: #0044c0;}
a:hover{color: #000000;}
a:active{color: #0044c0;}
h1 {
	margin-bottom: 5px;
	color: #000000;
	font-size: 16px;
}
h2 {
	color: #000000;
	font-size: 14px;
        font-weight: normal;
        margin: 0;
}
h3, h4, h5, h6 {
	color: #000000;
	font-size: 12px;
	margin: 6px 0 3px 0;
}

img {
	border: none;
}


/********************************/
/*   Styles for the navigation  */
/********************************/
#nav {
	behavior: url(/csshover.htc);	/*Menu behavior for IEWin */
	text-align: justify;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 1px 0;
	padding: 0;
}
#nav * {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border: none;
}
#nav a {
	display: block;
	text-decoration: none;
	padding: 2px 14px;
	margin: 1px 1px 0 0;
	background: url("/media/nav-link-bg.gif") repeat;
	border: 1px solid black;
}
#nav ul ul a {
	margin: 0;
	background: none;
	border: none;
}
#nav a:link {color: MidnightBlue;}
#nav a:visited {color: MidnightBlue;}
#nav a:hover {color: #880029;}
#nav a:active {color: #880029;}
#nav a.current {color: #880029;}
#nav ul {
	list-style: none;
}
#nav ul ul {
	z-index: 10;
}
#nav ul li:hover ul{
	/* Display sublist on hover */
	display: block;
}
#nav ul.level0 li {
	float: left;
	position: relative;
}
#nav ul.level1 {
	display: none;
	position: absolute;
	background-color: #CBDAFF;
	border: 1px solid black;
	border-top: none;
}
#nav ul.level1 li {
	float: none;
	display: inline;
	position: relative;
}
#nav ul ul ul {
	/* level2 and up */
}

/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display:inline-block;} /*IE7*/
/* Hide from IE Mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1%;}
/* End hide from IE Mac *