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

.clear {
	clear:both;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

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


body {
	font-size:75%;
	font-family: tahoma, helvetica, georgia, "times new roman", serif;
	color: #000;
}

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

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

p, h3 {
	font-size:1em;
	line-height:1.5em;
	margin:0 1em 1.5em 0;
	padding: 0 5px 0 15px;
}

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

h2 {
	color: #FFF;
	background: #7BB8CD;
	margin-bottom: 1.5em;
	padding:10px 15px;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	color: #00718F;
	font-weight: normal;
}
h4 {
	color: #00718F;
	border-bottom: 1px solid #00718F;
	margin: 0 5px 1em 15px;
	line-height: 1.5em;
	font-weight: 400;
}

#extra h3{
	color: #FFF;
	background: #00718F;
	padding:2px 15px;
	margin-right: 35px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#extra p{
	color: #fff;
	margin-right: 0;

}

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

/* default */

a {
	color: #000;
}
a:link, a:visited {
	color: #000;
} 
a:hover{
	text-decoration: none;
}

#extra a, #extra a:link, #extra a:visited{
	color: #FFF;
}

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

div#container{width:900px;margin:0 auto}
div#wrapper{float:left;width:100%;}
div#content{margin: 0 230px 0 250px}
div#navigation{float:left;width:250px;margin-left:-900px}
div#extra{float:left;width:229px;margin-left:-230px}
div#footer{clear:left;width:100%}

/* --- backgrounds ---------------------------------------------- */
body{
	background: url(/img/backgrounds/body.png) repeat-x top;
}

#header{
	background: url(/img/backgrounds/header.png) no-repeat right top;
}

#extra{
	background: #A7CFDD url(/img/backgrounds/extra.png) repeat-x top;
}

/* --- home page ---------------------------------------------- */

.home #content{
	margin-right: 0;
	height: 329px;
}

.home #banner{
	background: #00718f;
	padding:0px 0px 5px 25px;
	position: relative;
	bottom: 130px;
	right: 250px;
}
.home #banner h2{
	color: #FFF;
	background: #00718F;
	font-size: 18px;
	font-family: helvetica, sans-serif;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}
.home #banner p{
	color: #a8cfdd;
	font-size: 12px;
	margin-bottom: 5px;
	font-family: helvetica, sans-serif;
}
/* --- header ---------------------------------------------- */
#header{
	height: 121px
}

/* --- navigation ----------------------------------------------- */
#navigation ul{
	margin-right: 15px;
	padding:10px 0px 0 15px;
}
#navigation li{
	padding: 3px 0 5px 0;
}
#navigation li a{
	font-size: 11px;
	color: #999;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFF;
}
#navigation li a:hover{
	border-bottom: 1px solid #00718f;
	color: #00718F;
}

#navigation li ul{
	margin-left:15px;
	padding-top: 5px;
}

/* --- content --------------------------------------------------- */
#content{
	background: #F8F8F8;
	padding-bottom:30px;
}

/* --- extra --------------------------------------------------- */
#extra{
	border-left: 1px solid #FFF;
}

/* --- footer --------------------------------------------------- */
#footer{
	padding:15px 0 30px 0;
	border-top:1px solid #d0d4d5;
	margin-top: 1px;
	color: #999;
}

#footer *{
	color: #999999
}
#footer ul{
	clear: left;
	margin-left: 15px;
}
#footer ul ul{
	display: none;
}
#footer ul li{
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
	font-size: 10px;
}
#footer ul li a:hover{
	text-decoration: none;
}
#footer ul li:after {
	content: " | ";
}

/* --- Jumpoffs ------------------------------------------------- */

.jumpoff{
}
.jumpoff-content{
	position: relative;
	bottom: 35px;
}

/* --- 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;
padding:2px 10px 3px 0;
margin-bottom:5px;
width:80px;
text-align:right;
padding-right:5px;
font-size:11px;
}

input:focus, textarea:focus{
background-color: #Edd4C9;
color:#000;
}

input, textarea{
border:1px solid #AAA;
padding:2px 2px 3px 4px;
color:#AAA;
float:left;
font-family:arial;
font-size:11px;
}

input.submit{
margin-left: 105px;
margin-top:10px;
color:#000;
padding:4px 10px;
font-size:11px;
}

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

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



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

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: 900px !important;
}
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;
}
