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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

.pushdown {
    margin-top: 60px;
}

.bottomdown {
    margin-bottom: 80px;
}

#wrapper {
	position:relative;
	width: 984px;
	margin: 8px auto;
	background-color: #C9E4EC;
}

#wrapper p {
	color: #000;
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
	color: #03F;
}

#wrapper a:hover {
	text-decoration: none;
	color: #396;
}

#wrapper ul {
	padding-left: 25px;
	margin-bottom: 2.0 em;
}

#wrapper li {
	font-size: 0.9em;
	line-height: 1.9em;
}

#content {
	position: relative;
	border-top: solid 4px #78B2D7;
	background-color: #C9E4EC;
}

.header-group-inner {
	background-color: #203668;
	border-bottom: solid 4px #93C501;
	position: relative;
}

.header-logo {
	margin-left: -10px;
}

.left-side {
	background-color: #BBE1FB;
	padding: 10px 20px 10px 10px;
}

.right-side {
	background-color: #C9E4EC;
	padding: 10px 10px 10px 20px;
}

.content {
	border-top: solid 4px #78B2D7;
	background-color: #C9E4EC;
}


#left_col {
	position: relative;
	width: 700px;
	background-color: #BBE1FB;
	padding: 10px;
}

.image_with_shadow {
	-webkit-box-shadow: 6px 6px 4px #1F1D1D;
	box-shadow: 6px 6px 4px #1F1D1D;
	margin: 20px;
}

.top_heading {
	background-color: #93C501;
	height: 50px;
}

.right_content {
	padding: 10px;
}

#right_col {
	position: absolute;
	left: 720px;
	width: 264px;
	top: 0px;
}


/* Headings */
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	line-height: 2.2em;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.05em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}



/* Common Styles */
/* ------------- */
.smaller {
	font-size: 0.80em;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.white {
	color: white;
}
