/* START BLUEPRINT OVERRIDES*/
a.button, .button {
	margin:0px;
	font-size:88%;
}

/* END BLUEPRINT OVERRIDES*/

html, body {
	height: 100%;
	margin: 0;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	text-align:left;
}

#container {
	min-height: 100%;
	position: relative;
}

* html #container {
	height: 100%;
}

a {
	color: #43648d;
} 

/* header stuff */

#map_canvas {
	width: 776px; 
	height: 325px; 
	border: 2px solid #43648d; 
	margin-bottom:20px;
}

#header {
	background: url(/img/header-bg.gif) #4e6b8e;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #636363;
}

#header h1, #header h2 {
	width: 1000px;
	margin: 0 auto;
	font-weight: normal;
	color: #fff;
	text-align:left;
}

#header h1 {
	padding-top: 10px;
	font-size:  36px;
	line-height:44px;
}

#header h2 {
	margin-top: 5px;
	font-size: 14pt;
	color:#000;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fbe4b5;
}

/* horizontal menu */

#menu-h {
	background: url(/img/menu-h-bg.gif) #fff;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float: left;
}

#menu-h a {
	height: 27px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 3px 20px 0 20px;
	color: #636363;
	font-weight: bold;
	font-size:1.15em;
	text-decoration: none;
	line-height:27px;
}

#menu-h a:hover {
	background: transparent url(/img/menu-h-bg-invert.gif);
}

#menu-h .active {
	color: #60758f;
	text-decoration: underline;
}

/* main content container */

#main {
	width: 1000px;
	margin: 0 auto;
	line-height: 1.7em;
}

#main h1, #main h2 {
	border-bottom: 2px solid #43648d;
	padding-bottom:10px;
	width: 100%;
	color: #43648d;
	font-weight:bold;
}

#top-ad {
	width: 1000px;
	text-align:center;
	margin-bottom:15px;
}

/* main content */

#content {
	width: 780px;
	float: left;
	margin-right: 20px;
	color: #5c738f;
}

#content p {
	font-size: 10pt;
}

#content blockquote {
	font-size: 10pt;
	border-left: 3px solid #f8b832;
	padding: 0 10px 0 10px;
	background: #eef url(/img/quote.gif) no-repeat bottom right;
}

#content ul {
	font-size: 10pt;
}

#content a {
/*	color: #43648d;
	border-bottom: 1px solid #f8b832;
	text-decoration: none;
	font-weight: bold;*/
}

#content a:hover {
	/*border-bottom: none;*/
}

#content .intro {
	font-size: 11pt;
}

/* right menu */

#menu-v {
	width: 190px;
	float: left;
	color: #5c738f;
}

#menu-v ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-v a {
	width: 160px;
	border-bottom: 1px solid yellow;
	display: block;
	text-decoration: none;
	color: #5c738f;
	
}

#menu-v a:hover {
	background: #eef;
}

#menu-v p {
	font-size: 10pt;
}

/* footer */

#footer {
	background: #4e6b8e;
	height: 132px;
	color: #f8b832;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	/*margin-top: -65px;*/
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
}

#footer a {
	color: #fac353;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.details-left {
	float: left;
	width: 385px;
	margin-right:5px;
}

.details-right {
	float: right;
	width: 385px;
	margin-left:5px;
}


/* Tables */
table {
	background: #fff;
	border-bottom:1px solid #f8b832;
	border-left:1px solid #f8b832;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background: #43648D;
	border:1px solid #f8b832;
	text-align: center;
	color:#FFF;
	font-weight: bold;
	padding:0px;
}
th a {
	background:#43648D;
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#FFF;
}
td {
	padding:0px;
}

th a:hover {
	background: #5A90CF;
	color: #FFF;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #f8b832;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
table tr.highlight td {
	background: #CFE6FF;
}
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;
	padding:3px;
}
div.paging span {
	padding:3px;
}
div.paging span.current {
	color: #000;
	font-weight:bold;
	border: 1px solid #43648d;
	background:#f8b832;
	padding:3px;
}

div.paging a {
	color: #43648d;
	font-weight:bold;
	border: 1px solid #FFF;
	border-bottom: 1px solid #f8b832;
	text-decoration: none;
	padding:3px;
}

div.paging a:hover {
	color: #FFF;
	font-weight:bold;
	border: 1px solid #f8b832;
	background:#43648d;
	text-decoration: none;
	padding:3px;
}

div.paging span a {
	color: #43648d;
	font-weight:bold;
	border-bottom: 1px solid #f8b832;
	text-decoration: none;
	padding:3px;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.align-right {
	text-align:right;
}

.table-headings {
	padding:4px;
	font-size:1.35em;
	font-weight:bold;
}

.small-text {
	font-size:0.80em;
}

.form label {
	display: block;
	text-align:left;
}

.form fieldset legend {
	font-size:1.8em;
	color:#1F4B7F;
	font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	line-height:2.0em
}

.form fieldset fieldset legend {
	font-size:1.0em;
	color:#5C738F;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
}

.form fieldset {
	padding-top:0px;
}

.form fieldset fieldset {
	margin:0 0 0 0;
	padding:1.4em;
}

.index p {
	margin: 0px 0px 0.25em;
}
.pdf{
	margin: 5px;
	border: 1px solid #CCCCCC;
}

