/* Site Framework */

body {
	margin: 0px auto;
}
.Header{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
.Navigation{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(navigation_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
.Feature{
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(feature_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
.Content{
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;;
	background-color: FDFDFF;
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
.Footer{
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-color: #22386a;
	background-repeat: repeat-x;
	background-position: center top;
	height: 200px;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.Stamp{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 80px;
}

/* Pods */
.Pod_300{
	border: thin solid #C0C0C2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FAFAFA;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.Testimonials_Pod{
	border: thin solid #C0C0C2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #E3EFEF;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

/* Buttons */
.Links_Button a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: oblique;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #6A0000;
	letter-spacing: -1px;
	border: thin solid #C0C0C2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 180px;
}
.Links_Button a:hover {
	background-color: #CCC;
}
