
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	text-decoration: none;
	color: black;
}

acronym
{
	cursor: help;
}

body
{
	background: white;
	font: normal 11px Arial, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	height:100%;
}

h1
{
	font: normal 16px Arial, sans-serif;
	margin: 10px 0px 10px 0px;
}

h2
{
	font: normal 16px Arial, sans-serif;
	margin: 10px 0px 10px 0px;
}

h3
{
	font: normal 15px Arial, sans-serif;
	margin: 10px 0px 0px 0px;
}


h5
{
	color: #333;
	font: normal 12px Arial, sans-serif;
	margin: 0px;
}

h6
{
	color: #e10022;
	font: bold 14px Arial, sans-serif;
	margin: 0px;
}

hr
{
	height: 1px;
	border: none;
	background: #f3f3f3;
}

img
{
	border: none;
	display: inline;
}

p
{
	font: normal 11px Arial, sans-serif;
	line-height: 17px;
	margin: 16px 0px 16px 0px;
}

.news p
{
	width: 530px;
	font: normal 11px Arial, sans-serif;
	line-height: 17px;
	margin: 10px 0px 10px 0px;
}

td
{
	font: normal 11px Arial, sans-serif;
	vertical-align: top;
}

li#register {
	list-style:none;
}


/* Form defaults
****************/
input, textarea
{

}

input[type="image"]
{
	border: none;
}


/* Classes
**********/
.block
{
	display: block;
}

.grey
{
	color: #666666;
}

/* Layout defaults
******************/
.wrap
{
	width: 930px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#header
{

}

#top-default
{
	background: #F3F3F3;
	border-bottom: 1px solid #ccc;
	height: 85px !important;
	height/**/: 100px;
	padding-top: 15px;
}

#body-default
{
	background: white;
	padding-bottom: 200px;
	padding-top: 1px;
}

#logo
{
	float: right;
	margin-top: 5px;
	margin-right: 45px;
}

#page
{
	clear: both;
	padding-top: 15px;
}

#footer
{
	padding-top: 20px;
	padding-bottom: 50px;
	border-top: 1px solid #ccc;
	text-align: center;
	color: #999999;
	font: 11px arial, sans-serif;
}

#footer a
{
	color: #999;
}

#print-contact
{
	display: none;	
}

#printable-logo
{
	display: none;	
}

#search
{
	float: left;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.search-input
{
	width: 177px;
}

#airports
{
	float: left;
	margin: 17px 0px 20px 128px;
}

.page-img
{
	clear: right;
	float: right;
	border: 1px solid #cccccc;
	margin-top: 50px;
	margin-right: 45px;
}

.cms-img
{
	clear: right;
	float: right;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: 45px;
	margin-left: 20px;
}

p.intro
{
	font-size: 14px;
	line-height: 18px;
}

/* Navigation
**************/
#navigation
{
	clear: left;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#navigation li
{
	float: left;
}

#viewlist
{
	margin-top: -3px;
	margin-left: 3px;
}

#register
{
	background: url(../images/layout/Keep_Informed_Icon.jpg) 87px no-repeat;
	width: 155px;
	height: 110px;
}

#register p
{
	width: 110px;
	margin: 3px 0px 10px 1px;
	line-height: 12px;
}

/* Contact form styles
**********************/

#contact-form
{
	margin-top: 15px;
	width: 100%;
}

#contact-form p
{
	margin: 0px 27px 0px 0px;
	width: 100%;
}

.solid-line
{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #ccc;
	width: 135px;
}

.dotted-line
{
	border-bottom: 1px dotted #ccc;
	padding: 3px 0px 3px 0px;
	width: 135px;
}

#contact-form input
{
	background: #f3f3f3;
	border: none;
	width: 157px;
	margin: 4px 3px 4px 0px;
}

/* Projects Styles
******************/


.project-snippet
{
	float: left;
	margin: 0px 30px 10px 0px;
	width: 215px;
}

.project-snippet img
{
	border: 1px solid #ccc;
	display: block;
}

.project-thumb
{
	border: 1px solid #ccc;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 45px;
}

.project-thumb img
{
	display: block;
}

.project-snippet h2
{
	font: 12px arial, sans-serif;
	margin: 5px 0px 5px 0px;
}

#project-link
{
	padding: 0px;
	list-style: none;
	margin: 20px 0px 0px 0px;
	width: 135px;
}

#project-link li
{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 135px;
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 0px 0px;
}

.project-text
{
	padding-left: 20px;
	width: 250px;
}

.project-text h2
{
	margin-top: 0px;
}

#page div.project-text p
{
	margin-right: 20px;
}

td.project-text p
{
	margin: 0px;
	color: #333333;
}

td.project-text p strong
{
	color: #333333;
}

.news-img
{
	float: right;
	clear: right;
	display: block;
	margin-right: 45px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#image-hold img
{
	border: 1px solid #ccc;
}

#image-box
{
	float: right;
}

.news h2
{
	margin: 15px 0px 0px 0px;
	color: #e10022;
}

.news p
{
	width: 530px;
	font: normal 12px Arial, sans-serif;
	line-height: 18px;
	margin: 10px 0px 10px 0px;	
}

#clearance-form {
	background:url(../images/layout/clearanceBG.jpg) repeat;
	height:900px;
	padding-top:150px;
	
}

#clearance-signup {
	background:url(../images/layout/clearanceSignupBG.jpg) no-repeat top;
	width:247px;
	height:230px;
	margin:0 auto;
	padding-top:192px;
}

#clearance-form form {
	text-align:left;
	margin:0 16px 0 18px;
}

#clearance-form fieldset {
	border:solid #EB3C31 1px;
	margin:0;
	padding:0
}

#clearance-form #submit {
	background:url(../images/layout/clearance-submit.jpg) no-repeat bottom;
	width:52px;
	height:20px;
	border:none;
	background-color:#EB3C31;
}
