@charset "utf-8";
/* CSS Document */

body {
	background-color: #D3D3D3;
}
h2, h3, h4, h5, h6 {
	color: #00427A;
	padding:10px;
}


#wrapper {
	/*width:765px;*/
	background:#FFFFFF;
	padding:1px;
	width:765px;
}
#header {
	background:#0060AE;
	color:#FFFFFF;
}
#logo {
	background:#003662;
	height:83px;
	width:765px;
}
#banner {
	background:#003662;
	height:145px;
	width:765px;
	border-top:#FFF 1px solid;
}
#body {
	padding:10px;
}
#body p{
	padding:8px 0;
}
#footer {
	color: #00427A;
	padding:10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
}
#footer ul {
	font-size:13px;
	padding-bottom:10px;
}

/* HEADER NAVIGATION */
#header ul{
	width:765px;
	clear:both;
}
#header ul li{
	float:left;
	border-right:#FFF 1px solid;
	list-style:none;
}
#header ul a{
	width:131px;
	display:block;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:3px 0;
}
#header ul a:hover {
	background:#0099FF;
	text-decoration:none;
}
.pressReleases.index ul{
	padding:10px;
}
.pressReleases.index li{
	list-style:none;
}

.rss {
	background:url(../img/rss.png);
	display: -moz-inline-box;
	display:inline-block;
	text-indent:-5000px;
	width:53px;
	height:27px;
	margin: 0 20px;
}

/* CAKE DEFAULTS */

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}