/*** GENERAL STYLES ***/

* {
	margin: 0;
	padding :0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

/* adds vertical scrollbar even on pages that don't need it */
/* prevents content shifting across pages */
html { min-height: 100%; margin-bottom: 1px; }

body { 
	background: #D4E1EA url(/images/page-bg.gif) 50% 0 repeat-y;
	font-size: 80%;
}



/*** PAGE LAYOUT STYLES ***/

#headerHolder {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	background: #fff url(/images/header-bg.gif);
}

#headerBG {
	margin: 0 auto;	padding: 0;
	width: 750px;
	text-align: center;
	height: 70px;
}

#header {
	float: left;
	width: 400px;
	height: 70px;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	width: 400px;
	height: 70px;
	background: url("/images/ward_logo.gif") no-repeat top left;
}

#header h1 a {
	float: left;
	overflow: hidden;
	width: 400px;
	height: 70px; !important; 
	height /**/:70px; /* for IE5/Win */
	text-indent: -100em;
}

#navHolder {
	text-align: center;
	width: 100%;
	background: #2d384a url(/images/title-bg.gif) 50% 0 repeat-y;
}


/** PAGE TITLES **/

#pageTitle {
	color: #fff;
	margin: 0 auto;
	height: 70px;
	width: 750px;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -100em;
	overflow: hidden;
}

#page-home #pageTitle {
	height: 250px;
	background-image: url(/images/title-home2.gif);
}

#page-about #pageTitle {
	background-image: url(/images/title-about2.gif);
}

#page-careers #pageTitle {
	background-image: url(/images/title-careers2.gif);
}

#page-sitemap #pageTitle {
	background-image: url(/images/title-sitemap2.gif);
}

#page-rd #pageTitle {
	background-image: url(/images/title-rd2.gif);
}

#page-pilot #pageTitle {
	background-image: url(/images/title-pilot2.gif);
}

#page-quality #pageTitle {
	background-image: url(/images/title-quality2.gif);
}

#page-portfolio #pageTitle {
	background-image: url(/images/title-portfolio2.gif);
}

#page-contact #pageTitle {
	background-image: url(/images/title-contact2.gif);
}


#contentHolder {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 750px;
}

#contentBG {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

.sidebarRight, .sidebarLeft {
	position: relative;
	text-align: left;
}

.sidebarRight {
	float: right;
	margin: 0 0 20px 20px;
}

.sidebarLeft {
	float: left;
	margin: 0 20px 20px 0;
}

.slideshow {
	width: 350px; 
	height: 200px;
	border: 1px solid #2d384a;
	margin-top: 5px;
}

#mainContent {
	width: 710px;
	padding: 20px;
	position: relative;
	text-align: left;
	background: #fff url(/images/content-bg.gif) repeat-x;
}

#pageEnd {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	float: none;
	height: 0;
	width: 750px;
    background: #fff;
	display: none;
}

#footer {
	clear: both;
	width: 710px;
	margin: 0 auto;
	padding: 5px 20px;
	text-align: left;
	background: #2d384a url(/images/footer-bg.gif);
}

#footer div {
	padding: 2px 0;
}

#footer, #footer span, #footer a, #footer a:visited {
	font-size: 10px;
	line-height: 12px;
	color: #D4E1EA;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	
}


/** TEXT STYLES **/

#mainContent p, #mainContent div, #mainContent ul, #mainContent ol {
	margin-bottom: 20px;
	line-height: 1.5em;
}

.sidebarRight p, #sidebarRight div, #sidebarRight ul, #sidebarRight ol,
.sidebarLeft p, #sidebarLeft div, #sidebarLeft ul, #sidebarLeft ol {
	margin-bottom: 10px;
}

#mainContent img {
	border: 1px solid #999;
}

.shadow {
	float:left;
	background: url(/images/shadow.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 0 20px 20px 0;
}

.shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -4px 4px 4px -4px;
	padding: 4px;
}

h2 {
	margin-top: 30px;
	font-size: 20px;
	color: #2d384a;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 16px;
	color: #2d384a;
}

h4 {
	margin: 15px 0 10px 0;
	font-size: 13px;
	color: #2d384a;
}

ul, ol {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

li {
	margin: 0;
	padding: 0;
}

.first {
	margin-top: 0;
	padding-top: 0;
}

.intro {
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

#page-home .intro {
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}

#page-home .links {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.contactForm {
	border: none;
}

.contactForm tr {
	vertical-align: top;
}

.contactForm td {
	padding: 5px 10px 5px 0;
	white-space: nowrap;
}

.contactForm td input {
	width: 250px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
}

.contactForm td textarea {
	width: 300px;
	font-size: 12px;
	border: 1px solid #999;
	padding: 2px;
}

.contactForm td .button {
	width: auto;
	font-weight: bold;
	padding: 2px 10px;
}

input:focus, textarea:focus,
.contactForm td input:focus, .contactForm td textarea:focus {
	border: 1px solid #039;
}

.required {
	font-weight: bold;
	color: #c00;
}

.bottomNav {
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-top: 50px;
	font-size: 12px;
}

.bottomNav .prev {
	padding-right: 15px;
}

.bottomNav .main {
	padding-right: 15px;
}

.bottomNav .next {
}

.small {
	font-size: 10px;
}

.gray, .gray a, .gray a:visited {
	color: #999;
}

a {
	color: #039;
	text-decoration: underline;
}

a:visited {
	color: #003;
	text-decoration: underline;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

