@charset "utf-8";

* {
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
}

a {
	color: #4A5CB8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #EDEDED;
	background-repeat: repeat-x;
	margin: 50px 0;
}

div#outerPadder {
	margin: 0 auto;
	position: relative;
	width: 1020px;
}

div#outerPage {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

div#title {
	background-color: #434A79;
	background-image: url(/static/images/global/title_background.png);
	background-repeat: no-repeat;
	height: 153px;
	padding: 10px;
	position: relative;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
	
	div#title a.homelink {
		height: 106px;
		left: 10px;
		position: absolute;
		top: 10px;
		width: 134px;
	}
	
	div#title div.cornerTL {
		background-image: url(/static/images/global/corners.png);
		background-position: top left;
		background-repeat: no-repeat;
		height: 6px;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 6px;
	}
	
	div#title div.cornerTR {
		background-image: url(/static/images/global/corners.png);
		background-position: top right;
		background-repeat: no-repeat;
		height: 6px;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 6px;
	}
	
	div#title ul.navigation {
		color: #E3E5F0;
		font-size: 12px;
		list-style-type: none;
		margin: 0;
		position: absolute;
		right: 15px;
		top: 12px;
	}
	
		div#title ul.navigation li {
			float: left;
			margin-left: 15px;
		}
		
			div#title ul.navigation li a {
				color: #E3E5F0;
				text-decoration: none;
			}
		
			div#title ul.navigation li a:hover {
				color: #FFF;
			}
	
	div#title div.titleContent {
		background-image: url(/static/images/global/logo.png);
		background-repeat: no-repeat;
		height: 100%;
		position: relative;
	}
		
		div#title div.titleContent div.featureAndNavigation {
			background-position: 50% 50%;
			background-repeat: no-repeat;
			height: 100%;
			position: relative;
		}

div#breadcrumb {
	border-bottom: 1px dotted #888;
	color: #888;
	margin: 0;
	padding: 20px 0 15px 0;
}
	
	div#breadcrumb p {
		margin: 0;
	}
		
		div#breadcrumb p a {
			color: #888;
		}
	
div#literature {
	background-color: #FFF;
	padding: 0 20px 20px 20px;
	/* position: relative; */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
	
	div#literature div.cornerBL {
		background-image: url(/static/images/global/corners.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		bottom: 0px;
		height: 6px;
		left: 0px;
		position: absolute;
		width: 6px;
	}
	
	div#literature div.cornerBR {
		background-image: url(/static/images/global/corners.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		bottom: 0px;
		height: 6px;
		position: absolute;
		right: 0px;
		width: 6px;
	}

div#footer {
	padding-top: 20px;
	color: #888;
	font-size: 11px;
	text-align: center;
}

div.column {
	float: left;
	padding-right: 2%;
	width: 38%;
}

div.spread {
	float: left;
	padding-right: 2%;
	width: 62%;
}

h2, h3, h4, h5, h6 {
	color: #474747;
	margin: 20px 0px 0.8em 0;
}

h2 {
	font-size: 17px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

h6 {
	font-size: 14px;
	font-weight: normal;
}

li, textarea {
	font-size: 12px;
}

div.rightGutter {
	float: right;
	width: 20%;
}
	
	div.rightGutter h2 {
		border-bottom: 1px solid #C8CBEB;
		color: #474747;
		font-size: 14px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	div.rightGutter a.article {
		text-decoration: none;
		line-height: 100%;
	}
		
		div.rightGutter a.article span.date {
			color: #626A98;
			display: block;
			margin-bottom: 5px;
		}
	
		div.rightGutter a.article span.title {
			color: #474747;
			display: block;
		}
		
	div.rightGutter a.article:hover span {
		color: #000;
	}

.breaker {
	clear: both;
	height: 1px;
	overflow: hidden;
}

p {
	clear: both;
	font-size: 12px;
	line-height: 130%;
}

	p label {
		float: left;
		clear: both;
		line-height: 100%;
	}
	
	p input[type="submit"] {
		float: left;
		margin-left: 40%;
		line-height: 100%;
	}

	p input[type="text"], p textarea {
		border: 1px solid #C8CBEB;
		float: right;
		margin-bottom: 10px;
		width: 60%;
		line-height: 100%;
	}

	p input[type="text"] {
		padding: 5px;
		line-height: 100%;
	}

	p textarea {
		padding: 5px;
		line-height: 100%;
	}
	
	p span.errors label {
		color: red;
		line-height: 100%;
	}
	
	p span.errors input, p span.errors textarea {
		border-color: red;
		line-height: 100%;
	}

p.subheading {
	color: #777;
	font-size: 14px;
	font-weight: normal;
}
	
	p.subheading a {
		color: #777;
	}

ul.errorlist {
	background-color: #E0E1F1;
	clear: both;
	display: block;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 5px 5px;
}

div.divider {
	border-bottom: 1px dotted #BBB;
	height: 1px;
	overflow: hidden;
}

/* Feature image */
div#title div.titleContent div.featureAndNavigation {
	background-image: url(/static/images/global/feature_home.png);
}

div#sublinks {
	background-color: #D4D8EF;
	padding: 0 10px;
}

	div#sublinks ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		
		div#sublinks li {
			color: #474F7E;
			float: left;
			font-size: 14px;
			padding: 10px;
		}
			
			div#sublinks li a {
				color: #474F7E;
				text-decoration: none;
			}
			
				div#sublinks li a:hover {
					color: #000;
				}

i {
	color: #555;
}

.hidden {
	display: none;
}

.no-bottom-margin{
	margin-bottom: 0;
}

.spacer {
	height: 15px;
}