@charset "utf-8";
/* CSS Document */

/* Layout */

#wrapper {
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 844px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: 2px solid #00257b;
	border-bottom: none;
}

#logo {
	float: left;
	width: 700px;
	height: 150px;
}

#content {
	background: #c5d7ed;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #00257b;
	border-top: none;
	border-bottom: none;
	padding: 22px;
}

br.clear {
	clear: both;
}

#footer {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	font-size: .9375em;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

/* Navigation */

ul#mainnavigation {
	border: 2px solid #c5d7ed;
	border-left: none;
	border-bottom: none;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 142px;
}

#mainnavigation a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #00257b;
	padding-left: 10px;
	padding-top: 7px;
	height: 30px;
}

#mainnavigation a:hover {
	background: #3a7dda;
}

body#portfolio a#portfoliomainlink,
body#services a#servicesmainlink,
body#process a#processmainlink,
body#contact a#contactmainlink {
	background: #3a7dda;
}

#subnavigation {
	background: #c5d7ed;
	width: 844px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #00257b;
	border-top: none;
	text-align: center;
	padding-bottom: 5px;
	font-size: .9375em
}

#subnavigation a {
	text-decoration: none;
	color: #00257b;
}

#subnavigation a:hover {
	color: #3a7dda;
}

body#portfolio a#portfoliosublink,
body#services a#servicessublink,
body#process a#processsublink,
body#contact a#contactsublink {
	color: #3a7dda;
}

/* Dividers */

.divider {
	width: 232px;
	height: 177px;
	float: left;
	padding: 10px;
	padding-top: 65px;
}


.home {
	width: 252px;
	height: 252px;
	padding: 0;
	float: left;
}

.portfolio {
	width: 252px;
	height: 252px;
	float: left;
}
.vspacer {
	width: 22px;
	height: 252px;
	float: left;
}

.hspacer {
	width: 800px;
	height: 22px;
}

/* Formatting */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0;
	background: /*#3a7dda*/ url(../images/background.png) top center repeat-y;
}

h1 {
	width: 450px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 22px;
	color: #00257b;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 2px;
	background: url(../images/headline.png) bottom left no-repeat;
}

h2 {
	color: #3a7dda;
	font-size: 1.5em;
	margin: 0;
}

p {
	margin-top: 0;
	padding: 0;
	font-size: 1em;
}

.right {
	text-align: right;
}

a {
	color: #00257b;
	text-decoration: none;
}

a:hover {
	color: #3a7dda;
}

a img  {
	border: none;
}

ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.center {
	text-align: center;
}

/* Forms */

form {
	width: 600px;
	margin: 0;
	padding: 0;
}

.text {
	color: #00257b;
	font-size: 1.2em;
}

.textfield {
	border: 1px solid #00257b;
	background: #c5d7ed;
}

#button {
	color: #00257b;
}


/* Popup Window*/

#popupwrapper {
	min-width: 598px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#popupheader {
	width: 544px;
	height: 117px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #00257b;
	border-bottom: none;
	background: center url(../images/popuplogo.png);
}

#popupcontent {
	width: 494px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	border: 2px solid #00257b;
	border-top: none;
	background: #c5d7ed;
}

#popupfooter {
	color: #fff;
	text-align: center;
	padding: 5px;
}

.close {
	display: block;
	width: 250px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}