/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	margin-top: 5px;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #8e232c;
	text-decoration: underline;
}
a:active {
color: #000000;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Misc.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.container {
	width: 759px;
	margin: 0 auto;
	border: 1px solid #000000;
}
.header {
	width: 759px;
	height: 83px;
	border-bottom: 1px solid #000000;
}
.navigation_top {
	padding: 10px;
	font: normal normal bold 11px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.middle {
	height: 434px;
}
.photos {
	width: 544px;
	display: inline;
	float: left;
}
.photos img {
	display: inline;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	float: left;
}
.buttons {
	width: 215px;
	display: inline;
	float: left;
}
.btn_green {
	width: 215px;
	height: 80px;
	background-image: url(../img/button_green.gif);
	background-repeat: no-repeat;
	text-align: center;
	font: normal normal bold 18px/normal Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 12px;
}
.btn_yellow {
	width: 215px;
	height: 79px;
	background-image: url(../img/button_yellow.gif);
	background-repeat: no-repeat;
	text-align: center;
	font: normal normal bold 18px/normal Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 12px;
}
.btn_red {
	width: 215px;
	height: 88px;
	background-image: url(../img/button_red.gif);
	background-repeat: no-repeat;
	text-align: center;
	font: normal normal bold 18px/normal Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 3px;
}
.copy {
	text-align: center;
	font: italic normal normal 25px/28px Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
.col_one {
	display: inline;
	float: left;
	width: 205px;
	font: normal normal normal 12px/16px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.col_two {
	display: inline;
	float: left;
	width: 209px;
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	font: normal normal normal 12px/16px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.col_three {
	display: inline;
	float: left;
	width: 210px;
	font: normal normal bold 14px/18px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
	color: #505153;
	padding-top: 50px;
}
.col_wrapper {
	width: 726px;
	margin: 0 auto;
}
.navigation_bottom {
	padding: 10px;
	font: normal normal normal 10px/12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	width: 759px;
	margin: 0 auto;
}


.bullets {
	list-style: none;
}

.bullets li {
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}