body {
	background: url(img/tiled-bg.jpg) top center repeat-y;
	margin: 0px;
	padding: 0 0 90px 0;
	font-family: 'Crimson Text', arial, serif;
	color: #444;
}

h2, h3 {
	font-family: 'Cardo', arial, serif;
	color: black;
	font-weight: normal;
}

h2 {
	font-size: 32px;
	line-height: 42px;
}

h3 {
	font-size: 21px;
	line-height: 29px;
}

h4 {
	font-weight: normal;
	font-size: 21px;
}

a {
	color: #3589c1;
}

p {
	font-size: 15px;	
	line-height: 23px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
	padding: 0px;
	line-height: 24px;
	margin: 0px;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.clear {
	clear: both;
}

#wrapper {
	
}

#header {
	background: url(img/main-bg-2.jpg) top center no-repeat;
	height: 200px;
	
}

#header.home {
	background: url(img/main-bg.jpg) top center no-repeat;
	height: 640px;
	border-bottom: 0px;
}


.pad {
	width: 980px;
	margin: 0px auto;
}

#header h1 {
	width: 400px;
	float: left;
}

#header h1 a {
	display: block;
	width: 400px;
	height: 20px;
}

#header h1 a span{
	display: none;
}

#nav {
	 margin: 0px;
	 padding: 17px 0px 0px 430px;
}

#nav li {
	display: inline;
	list-style: none;
	padding-right: 18px;
}

#nav li a {
	color: black;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
}

#nav li a:hover {
	color: white;
}

#introduction {
	padding-left: 400px;
	padding-right: 200px;
	margin-top: 300px;
	color: white;
	font-size: 20px;
	line-height: 28px;
}

#content {
	width: 980px;
	margin: 0px auto;
	margin-bottom: 30px;
}

#content .colright {
	width: 600px;
	float: right;
}

#content .colleft {
	width: 360px;
	float: left;
}

.no-h {
	padding-top: 30px;
}

.frame {
	border: 1px solid #333;
	padding: 2px;
	margin-bottom: 10px;
}

.frame.f-right {
	margin-left: 10px; 
}

.frame.f-left {
	margin-right: 10px; 
}

.caption {
	display: block;
	font-size: 12px;
	text-align: center;
}

#cta {
	position: absolute;
	top: 190px;
	font-size: 17px;
}


.home #cta {
	display: none;
}
