* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image: url(images/background---drop-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E9F3FC;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -150px;
	margin-left: auto;
}
.push {
	height: 150px;
}
#footer {
	height: 130px; /* .push must be the same height as .footer */
	background-color: #10436D;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	line-height: 20px;
	clear: both;
}
.left_column_divider_line {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10436D;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	line-height: 20px;
}
.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CBE3F8;
	text-align: center;
	text-decoration: underline;
}
.footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BCDCF5;
	text-align: center;
	text-decoration: underline;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}





/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

#header_1 {
	margin: 0px;
	padding: 0px;
	height: 270px;
	width: auto;
	text-align: center;
	background-color: #10436D;
	background-image: url(images/bubbles.png);
	background-repeat: no-repeat;
	background-position: center;
}
#header_2 {
	height: 270px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#menu {
	height: 40px;
	width: 910px;
	top: 210px;
}
#container {
	padding: 0px;
	height: auto;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
#column-left {
	height: auto;
	width: 475px;
	margin: 0px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: left;
}
#column-right {
	height: auto;
	width: 345px;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin: 0px;
	padding-left: 0px;
}

