body {
	color: #4a4a4a;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.6em;
	font-size: 0.9em;
}

h2 {
	font-weight: normal;
	font-size: 1.4em;
}
h3 {
	color: blue;	
	font-weight: bold;
	font-size: 2.125em;
}
h4 {
	font-weight: bold;
	font-style: italic;
	font-size: 2.125em;
}
#main-wrap {
	width: 740px;
	height: 340px;
	margin: 0 auto;
	margin-top: 4em;
}

header {
	text-align: center;
}
header > h1 {
	background-image: url('image/LincsEDSTextLogo.jpg');
	width: 233px;
	height: 260px;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
}

nav {
	text-align: center;
	font-size: 1.2em;
	line-height: 4em;
	text-transform: uppercase;
}
nav > a {
	margin: 0 20px;
	padding: 0;
	display: inline-block;
	position: relative;

	color: #4a4a4a;
	text-decoration: none;
}
nav > a:hover {
	color: #4a4aea;
}
nav .arr { visibility: hidden; }
nav > a.selected > .arr {
	visibility: visible;
}

.arr {
	position: absolute;
	background: #FDFDF0;
	border: 1px solid #4a4a4a;
	display: inline-block;
	bottom: -1px;
	z-index: 100;
	border-bottom: 0;
	left: 50%;
	margin-left: -2px;
}
.arr:after, .arr:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arr:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FDFDF0;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
.arr:before {
	border-color: rgba(74, 74, 74, 0);
	border-bottom-color: #4a4a4a;
	border-width: 11px;
	left: 50%;
	margin-left: -11px;
}

#main-slider {
	background: #FDFDF0;
	border: 1px solid #4a4a4a;
	padding: 2em;
}

section {

}

footer {
	padding: 2em 2em;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.4em;
}

#images img { width: 211px; margin-left: 8px; }
#images a:first-child img { margin-left: 0; }

#pricing-table td:first-child {
	width: 120px;
}
#pricing-table td:nth-child(2) {
	width: 100px;
}
#pricing-table td:nth-child(3) {
	font-weight: bold;
}

form > input {
	width: 200px;
}
form > input[type=radio] {
	width: auto;
}
form > label {
	width: 160px;
	display: inline-block;
}
form > textarea {
	vertical-align: text-top;
	width: 300px;
	height: 80px;
}
form > label[for] {
	width: auto;
	display: inline;
}