@charset "utf-8";


/*
Imports
**********/
@import url("reset.css");




/*
General Tags
**************/

body {
	font-size: 12px;
	font-family: "Lucida Sans", Arial, "sans-serif";
}

a {
	color: #294E76;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #1F4C90;
}

p {
	padding-bottom: 20px;
	line-height: 20px;
}

h1 {
	height: 120px;
	width: 300px;
	float: left;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

h2 {
	color: #1F4C90;
	font-size: 20px;
	padding-bottom: 20px;
}

h3 {
	font-size: 14px;
	padding-bottom: 20px;
	font-weight: bold;
}

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

h5 {
	font-size: 13px;
	font-weight: bold;
}

h6 {
}




/*
Layout
********/

header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 130px;
	margin-bottom: 20px;
}
	
	header nav {
	float: right;
	padding-top: 94px;
	}
	
		header nav ul {
	float: right;
		}
		
			header nav ul li {
	float: left;
	margin-right: 20px;
			}
			
			header nav ul li:last-child {
				margin-right: 0;
			}
			
				header nav ul li a {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 14px;
	color: #1F4C90;
	text-decoration: none;
	padding-bottom: 9px;
	display: block;
				}
				
				header nav ul li a:hover, header nav ul li a.active {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
	text-decoration: none;
				}
				
figure {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
	figure img {
	float: left;
	margin-left: 20px;

	}
	
		figure img:first-child {
			margin-left: 0;
		}

section {
	width: 940px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
	
	section > article {
	width: 620px;
	float: left;
	}

	section > aside {
	width: 300px;
	float: right;
	}
		section > aside ul {
		}
			section > aside li {
	background-color: #F2F3F4;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 20px;
	padding-bottom: 0;
	position: relative;
			}
			section > aside li:hover {
	background-color: #A9C0DA;
			}
			
				section > aside li h3 {
	color: #1F4C90;
				}
				section > aside li a {
	color: #3D5B8D;
	display: block;
				}
				section > aside li p.cta {
	margin-left: 80px;
				}
				section > aside li p.homeBoxImg1 {
	position: absolute;
	left: 22px;
	top: 54px;
				}
				section > aside li p.homeBoxImg2 {
	position: absolute;
	left: -9px;
	top: 42px;
				}
				section > aside li p.homeBoxImg3 {
	position: absolute;
	left: 19px;
	top: 66px;
				}
				section > aside li p.homeBoxImg4 {
	position: absolute;
	left: 18px;
	top: 44px;
				}
				
	section > aside.otherAside {
	background-color: #F2F3F4;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 20px;
	width: 260px;
	}
	
	section article.artMinutes1 {
	width: 300px;
	}
	section article.artMinutes2 {
	width: 300px;
	margin-left: 20px;
	}
	section article.artMinutes3 {
	width: 300px;
	margin-left: 20px;
	}
	
	section > article article {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	margin-bottom:20px;
	}
		section > article article img {
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	}
	section > article.artMinutes1 article img, section > article.artMinutes2 article img, section > article.artMinutes3 article img {
		border:none!important;
	}
	section > article article.block-link {
		cursor:pointer;
	}
		section > article article.block-link a {
			text-decoration:none;
		}
		
		section > article article.block-link:hover a {
			text-decoration:underline;
		}
		

footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 8px;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
	height: 28px;
	margin-bottom: 20px;
}
	footer p {
		margin-bottom: 10px;
	}
	footer .ra {
		float: left;
	}
		footer .ra a {
	color: #FFFFFF;
		}
	footer .copy {
		float: right;
	}
				
/*
Random Classes etc
********************/

.ra { float: left;}
.copy {float: right;}
