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

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #2f3a42;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	color: #FFF;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../images/large-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	text-decoration: none;
	color: #019CD9;
}
a:hover {
	text-decoration: underline;
}


#end #left {
	float: left;
	margin-top: 45px;
	margin-left: 10px;
}

#container {
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	background-repeat: no-repeat;
	height: 150px;
}
#navigation {
	background-image: url(../images/nav-bar.png);
	background-repeat: repeat-x;
	height: 35px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#top #tollfree {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-align: right;
	height: 73px;
	margin-top: 67px;
	margin-right: 10px;
	float: right;
}
#flash {
	background-color: #333;
	height: 100px;
}
#end {
	background-image: url(../images/end-bg.png);
	height: 100px;
	background-repeat: repeat-x;
	color: #019cd9;
}
#right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
#right {
	float: right;
	margin-top: 40px;
	margin-right: 10px;
	line-height: 20px;
}

#right ul li {
	display: inline;
	margin-right: 5px;
}



#content {
	background-color: #123f5f;
	background-image: url(../images/content-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content p {
	margin-bottom: 50px;
}





#navigation ul li {
	display: block;
	float: left;
	width: 155px;
	height: 23px;
	background-image: url(../images/nav-button.png);
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	margin-right: 5px;
	margin-top: 6px;
}
#navigation ul li a {
	background-image: url(../images/nav-button.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 155px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-image: url(../images/nav-button.png);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	color: #000;
}


#logo {
	margin-top: 67px;
	margin-left: 10px;
	float: left;
}
#content #leftColumn {
	width: 600px;
}
#content #rightColumn {
	float: right;
	width: 300px;
}
#content #rightColumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 15px;
}
