/*
**************************
 * Main styles *
**************************
*/

body {
	margin: 0;
	padding: 0;
	background: #f0f0f0;
}
div {
	margin: 0;
}
table.no-border, table.no-border td, table.no-border th {
	border: 0;
}
img, a img {
	border: 0;
}
img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float: left;
	margin: 10px 20px 20px 0;
}
p.center {
	text-align: center;
}
hr {
	border: 0;
	border-top: 1px dashed #939393;
}

/*
**************************
 * Top part of the page *
**************************
*/

#top {

}
#first-row {
	background: url("./images/header-back.png");
	background-position: center center;
	background-repeat: repeat;
	height: 148px;
}
#first-row  #header-left{
	float: left;
}
#first-row  #header-right{
	float: right;
}
#first-row p {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
	line-height: 26px;
	padding-right: 5px;
}
#first-row p a, #first-row p a:link, #first-row p a:visited {
	color: #135295;
	text-decoration: none;
}
#first-row p a:hover, #first-row p a:active {
	text-decoration: underline;
}
#nav-row {
	height: 59px;
	background: url("./images/back-nav.png");
}
#nav-row #left-nav-img  img {
	float: left;
	height: 59px;
}
#nav-row #menu-menu, #menu-menu ul {
	margin: 0px;
	padding: 0;
	height: 59px;
	list-style: none;
}
#menu-menu ul.sub-menu {
	display: none;
}
#menu-menu > li {
	display: block;
	margin: 0;
	float: right;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	position: relative;
}
#menu-menu > li > a, #menu-menu > li > a:visited {
	display: block;
	padding: 10px 7px 17px 7px;
	color: #000000;
}
#menu-menu > li > a:hover, #menu-menu > li > a:active {
	color: #444444;
}
#menu-menu > li.current_page_item > a, #menu-menu > li.current_page_item > a:visited {
	color: #448ABD;
}
#menu-menu > li:hover > .sub-menu {
	display: block;
	position: absolute;
	top: 50px;
	right: 0;
}
.sub-menu > li {
	position: relative;
}
#menu-menu .sub-menu > li:hover > .sub-menu {
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
}
#menu-menu .sub-menu {
	background: #959692;
	line-height: 1.1;
	height: auto;
	width: 200px;
}
#menu-menu .sub-menu a, #menu-menu .sub-menu a:visited {
	color: #ffffff;
	font-size: 12px;
	display: block;
	padding: 10px;
}
#menu-menu .sub-menu a:hover, #menu-menu .sub-menu a:active {
	background: #aaa;
}
#menu-menu a, #menu-menu a:link, #menu-menu a:visited, #menu-menu a:hover, #menu-menu a:active {
	text-decoration: none;
}

/*
**************************
 * content-wrapper *
**************************
*/

#content-wrapper {
	background-image: url("./images/sidebar-back.png");
	background-repeat: repeat-y;
	min-height: 700px;
}

/*
**************************
 * Sidebar of the page *
**************************
*/

#sidebar {
	float: left;
	margin: 0;
	padding: 200px 0 0 0;
	width: 212px;
	background: url("./images/sidebar.png");
	background-repeat: no-repeat;
}
#sidebar h1 {
	margin: 10px 0 0 5px;
	font-size: 1.4em;
	max-width: 212px;
	font-weight: normal;
}
#sidebar h1#sidebar-header {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#sidebar h1.contact-us {
	margin: 30px 10px 30px 5px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #f0f0f0;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active  {
	text-decoration: underline;
}

/*
**************************
 * Content of the page *
**************************
*/

div.annotation-box {
	float: right;
	width: 24%;
	margin: 10px 20px 20px 0;
}
div#info {
	clear: right;
	margin: 20px 20px 0 232px;
}
#content {
	padding-bottom: 20px;
}
#content h1 a {
	color: #222222;
}
#content h3.form {
	margin: .7em auto;
}
#content p.programs {
	margin: .1em auto;
}
#content p {
	margin: 0;
	padding: .4em 0;
}
#content p.date {
	margin: 5px 0;
	
}
#content p.more {
	margin: 0;
	padding: 10px 0;
}
#fill img {	
	margin: .5em .2em;
}

