@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	height:100%;
	color: #666;
}
div, img {
	margin:0; padding:0; border: none
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 10px; }
p {	font-size: 12px; }
p,h1,h2,h3,h4,h5,h6 { margin: 0 0 10px 0; font-weight: normal }

td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
hr { border:none; background-color: #B4E0DC }
a { text-decoration: underline; outline: none; color:#444 }
a:hover { text-decoration: none; color: #666 }

/* Divs IDs */
#cont { min-height: 100%; position: relative; }
#bodybox {
	width: 1024px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
	position: relative;
	padding-bottom:100px; /* Length of the footer. */
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	margin-top: -400px; 		/* Half the height of div #bodybox. */
	float: left;
}
#mast {
	height: 190px;
	background: url(../img/mast.png) no-repeat;
}
#menu {
	padding-top: 130px;
	height: 40px;
	margin: 0px auto;
}
#content {
	text-align:left;
	margin:10px 40px;
	padding-bottom: 40px
}
#footer {
	text-align:left;
	margin:10px 0; padding:0;
	position: absolute; bottom:0; width: 100%;
	height:15px;
	background: url(../img/footer.png) no-repeat;
	text-align:center;
	padding-top:103px; font-family: Arial, Helvetica, sans-serif;
}
#footer a { color: #808080; }

/* Custom Tags */
.pink { color: #F38CB5 }
.f { font-size: 14px }
.cyan { color: #70B8D6}
.right { text-align: right; }
.left { text-align: left; }
.red { color: #f00; }
.center { text-align: center; }
.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
}
.opaque50 {	
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.nobg { background: none!important }
.nopad { padding:0px!important }
.nomargin { margin:0px!important }

form#contact input[type="text"], form#contact textarea { width:250px; border:2px; background-color: #fff }
/* Menu CSS */
#menu a {
	display: block;
	float: right;
 	text-decoration: none;
	height: 40px;
	color: #fff;
	font-size:14px;
	margin-right:15px;
	font-weight: bold;
}
#menu a:hover { text-decoration: underline }
#menu a.active { color: #F5F3B2 }