/* reset some defaults css */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}

body {
	line-height: 1.286em;
	margin:20px 0 0 0;
	font-size:75%;
	font-family: helvetica, georgia, "times new roman", serif;
	color: #00306F;
}

html>body {
	font-size:12px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:1em;
	line-height:1.5em;
	margin:0 1.5em 1.5em 0;
}

h1 {
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}

h2 {
	font-size:24px;
	line-height: 1.286em;
	padding-bottom:5px;
	margin:0 20px 0.643em 0;
	font-weight:normal;
	background: url(/img/backgrounds/dotted_line.png) no-repeat left bottom;
}

h3 {
	line-height: 1.286em;
	margin:0 0 0.643em 0;
	font-weight: 700;
}

#extra p , #footer{
	margin-right:0;
	font-size:0.91667em;
	line-height:1.6364em;
}

/* ---[ links ]------------------------------------ */

/* default */

a, a:link, a:visited, .print{
	cursor: pointer;
	outline:none;
	color: #153E75;
	text-decoration: underline;
    }

a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #153E75;
}
  

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */

div#container{
	width:800px;
	margin:0 auto;
	background:#FFF;
}

div#content{
	float:right;
	width:580px;
}

div#navigation{
	float:left;
	width:175px;
	margin:0;
}

div#extra{
	float:left;
	clear:left;
	width:180px;
}

div#footer{
	padding:23px 0 4px 0;
	clear:both;
	width:100%;
	text-align:right;
}

/* --- backgrounds ---------------------------------------------- */
body{
	background: #021710 url(/img/backgrounds/body.png) repeat-x 0 -130px;
}

div#container{
	background: #FFF url(/img/backgrounds/container.png) repeat-y left;
}

#footer{
	background: #021710 url(/img/backgrounds/footer.png) no-repeat;
}


/* --- header ---------------------------------------------- */

div#header h1 a{
	background: url(/img/banners/bluesky.jpg) no-repeat;
	text-indent: -10000px;
	width:800px;
	height:350px;
	display:block;
	padding:0;
	outline:none;
}

#languages{
}

#languages li{
	display:inline;
}


/* --- navigation ----------------------------------------------- */
#navigation ul li a{
	display: block;
	padding: 10px 0 10px 18px;
	margin-bottom: 1px;
	background: #2B4576 url(/img/backgrounds/navigation.png) repeat-y left;
	color:#FFF;
	text-decoration:none;
}
#navigation ul li a:hover{
	background-color: #153E75;
	background-image: none;
	color: #fff;
}

.home #globalNav li#nav-home a, .about #globalNav li#nav-about a, .contact #globalNav li#nav-contact a{
/* this is the active state */
}

/* --- content --------------------------------------------------- */
#content img{
	padding:2px;
	border:1px solid #123d72;
}

#pageUtils{
	padding:20px 0 10px 0;
	clear:both;
	background: url(/img/backgrounds/dotted_line.png) no-repeat left bottom;
}

#map{
	width: 560px; 
	height: 390px;
	border:1px solid #aaa;
	margin-bottom:20px;
}

#my_textual_div *{
	text-align:left;
}

#my_textual_div table{
	width:560px;
}

#content blockquote {
	float:left;
	background: transparent url(/img/backgrounds/quote.gif) left top no-repeat;
	color: #999;
	font-family: Georgia,"Tahoma",verdana,arial,sans-serif;
	line-height: 1.5;
	margin: 10px 15px 15px 15px;
	padding: 15px 0 0;
	text-align: center; 
	text-indent: 34px;
	font-size:14px;
	width:250px;
}
#content blockquote em{
	font-weight: 700;
}
#content blockquote p {
	margin-bottom: 0;
}

/* --- gallery --------------------------------------------------- */
#jumpoff{
	padding:10px;
}
#jumpoff p.left{
	float:right;
	margin: 0 0 5px 5px;
}

#jumpoff p.left a img{
	border:1px solid #003070;
}

#jumpoff p.left a:hover img{
	border:1px solid #aaa;
}

#imageGallery li{
	width:140px;
	height:125px;
	text-align:center;
	float:left;
}
#imageGallery li a:hover img{
	border-color: #003070;
	background-color:#fff;
}
/* --- extra --------------------------------------------------- */
#address{
	padding:0 10px 10px;
	font-size:0.91667em;
}

/* --- error meaages --------------------------------------------------- */
#flashMessage{
	padding: 5px 0;
	font-size: 13px;
	color: #D90402;
}
.error-message{
	color: #D90402;
	float: left;
	padding: 3px;
}
.form-error{
	border: 1px solid #D90402;
}
/* --- footer --------------------------------------------------- */
#footer ul{
	padding-right: 15px;
	padding:8px 15px;
	color:#FFF;
	width:770px;
}

#footer ul li{
    display: inline;
    margin-right: 1em;
}
#footer ul li#credits{
	float:left;
}	
#footer ul li a{
	color:#fff;
}

#footer ul li#site-creator{
}

/* --- forms ------------------------------------------------- */
fieldset{
	border:0px solid #666666;
	margin:0 1.5em 0 0;
}

legend{
	font-size:bigger;
	font-weight: bolder;
}

label{
	display:block;
	float:left;
	clear:left;
	margin-bottom:5px;
	width:100px;
	text-align:right;
	padding:5px 10px 10px 0;
}

input:focus, textarea:focus{
	background-color: #E3E3E3;
	color:#153E75;
}

input, textarea{
	border:1px solid #00306F;
	padding:2px 2px 3px 4px;
	color:#6D6D6D;
	float:left;
	font-family:arial;
}
textarea{
	width: 250px;
	height: 120px;
	margin-bottom: 15px;
}

div.submit{
	clear: both;
	margin:15px 0 0 110px;
	
}
input.submit{
	margin-top:10px;
	color:#FFF;
	background: #153E75;
	padding:4px 10px;
}

#contactForm input.submit{
	margin-left: 110px;
	clear:both;
}

input.required_Field{
	border-left:3px solid #ff0000;
}

#contactFormArea{
	padding:20px 0 30px 0;
}

#site_search{
	text-align:left;
	position:relative;
	top:-73px;
	left:591px;
	width: 200px;
}

#site_search label{
	padding:0 10px 0 0;
	width:50px;
	color:#fff;
}

#site_search input{
	border:none;
	display:inline;
	width:100px;
	font-size:10px;
	color: #111;
	padding:3px;
	background: url(/img/backgrounds/search_box.png) no-repeat;som
}



/* ---[ misc ]------------------------------------- */

.top_left_image{
	float:left;
	margin: 0 10px 10px 0;
}

.top_right_image{
	float:left;
	margin: 0 10px 10px 0;
}

.top_left_image{
	float:left;
	margin: 0 10px 10px 0;
}

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }


/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin: 40px auto;
	width: 1000px;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	white-space: nowrap;
}
td.actions a {
	padding: 0 6px;
}
#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

pre.cake_debug {
	margin: 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace {
	margin: 2px 2px 0 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	padding: 2px 0 2px 5px;
	margin: 0px 4px 5px 5px;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 0;
	padding: 0 0 10px 0;
}

div.cake-code-dump pre {
	padding: 7px 8px;
	margin: 1px 4px 2px 6px;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}
