@charset "utf-8";
/* CSS Normalizes */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
em {
	font-style: italic;
}
table {
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr[title], acronym[title] {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	cursor:help;
}
/* unvisited link */
a:link {
	color: #DF2809;
}
#WebSiteHeader a:link {
	color: #fff;
}
 /* visited link */
a:visited {
	color:#000;
}
#WebSiteHeader a:visited {
	color: #c81700;
}
/* mouse over link */
a:hover {
	color: #666666;
}
#WebSiteHeader a:hover {
	color: #CCCCCC;
}
/* selected link */
a:active {
	color: #666;
} 
#Navigation a, #Navigation a:hover {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
}
/* HTML/ Body Styles/ Form */
html {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(../images/stripes.gif);
	font-size:100%;
}
body {
	text-align: center;
	font-size: 1em;
	margin: 0;
}
fieldset, label, input, select, textarea {
	float: left;
}
#WebSiteContainer {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 62.25em;
}
#WebSiteHeader {
	float: left;
	background-color: #000;
	width: 99%;
	padding: 0.31em;
	border-left: 0.13em solid #c81700;
	border-right: 0.13em solid #c81700;
}
#WebSiteContent {
	float: left;
	width: 99%;
	border-bottom: 0.13em dotted #c81700;
	border-left: 0.13em solid #c81700;
	border-right: 0.13em solid #c81700;
	padding: 0.31em;
	background: #FFF url(../images/backgroundImage.png) no-repeat center top;
}
#WebSiteFooter {
	width: 99%;
	float: left;
	padding: 0.31em;
	background-color: #fff;
	border-left: 0.13em solid #c81700;
	border-right: 0.13em solid #c81700;
	border-bottom: 0.13em solid #c81700;
}
#WebSiteFooter h4 {
	text-align:center;
}
#Branding {
	float: left;
	position: relative;
}
.Index #Logo {
	height: 90px;
	padding: 0px;
	text-indent:-9999px;
	background:transparent url(../images/Logo.gif) no-repeat scroll 0 0;
	width: 420px;
	top: -20px;
}
#Logo {
	height: 90px;
	padding: 0px;
	position: relative;
	text-indent:-9999px;
	width: 420px;
	top: -20px;
}
#Logo a {
	background:transparent url(../images/Logo.gif) no-repeat scroll 0 0;
	width: 420px;
	height: 90px;
	text-indent:-9999px;
	display:block;
}
#Logo a:hover {
	background-position: -422px 0;
}
#Navigation {
	width: 12.5em;
	float: right;
	text-align: right;
}
#column1 {
	float: left;
	width: 44.688em;
	margin: 0 0.6em 0 0;
}
#column2 {
	float: left;
	width: 16.2em;
	margin: 0;
}
#ContactMe #column1 {
	float: left;
	width: 27.113em;
	margin: 0 0.6em 0 0;/*width: 24.9%;*/
}
#ContactMe #column2 {
	float: left;
	margin: 0em;
	width: 31.45em;
	background-color: #f5f5f5;
	padding: 1.2em;
}
p {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}
p:first-letter {
	font-size: 1.3333em;
}
h1 {
	font-size: 1.6667em; /* 20px */
	line-height: 1.8em; /* 36px */
	margin-top: 0.9em;
	margin-bottom: 0em;
}
h2 {
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #c81700;
}
h3 {
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-top: 0.625em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 0.8333em; /* 10px */
	line-height: 1.8em; /* 18px */
	margin-bottom: 0.9em;
	margin-top: 0.9em;
	font-weight: normal;
}
/*form*/
#contact-wrapper {
	float: left;
	width: 26.5em;
	border: 1px solid #CCC;
	background-color: #f5f5f5;
	padding:0.31em;
}
#contact-wrapper label {
	width: 100%;
	font-size: 1em;
}
form#contactform input {
	width: 25.76em;
	border-color:#ccc;
	border-style:solid;
	border-width:0.06em;
	padding:0.31em;
	font-size:1em;
	color:#333;
}
form#contactform textarea {
	width: 97.5%;
	border-color:#ccc;
	border-style:solid;
	border-width:0.06em;
	padding:0.31em;
	font-size:1em;
	color:#333;
}
form#contactform #submit {
	width: 10em;
	background-color: #fff;
	border-style:solid;
	border-color: #000;
	border-width:0.06em;
	margin: 0.5em 0 0 0;
	padding:0.31em;
	font-size:1em;
	color:#000;
	font-weight: bold;
	cursor: pointer;
}
form#contactform label.error {
	font-weight: bold;
	color: #C00;
}
/*gallery*/
#gallery {
	background-color: #444;
	padding: 0.88em 0 0.88em 0.88em;
	width: 60.75em;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 0.50em solid #3e3e3e;
}
#gallery ul a:hover img {
	border: 0.50em solid #fff;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}
/*RSS*/
#example3 { /*Demo 3 main container*/
	margin-top: 0.25em;
	width: 15.6em;
	height: 17.50em;
	border: 1px solid navy;
	padding: 0.25em;
}
#example3 div p { /*Demo 3 P element that separates each entry*/
	margin-top: 0;
	width: 15em;
	margin-bottom: 0.44em;
}
.titlefield { /*CSS for RSS title link in general*/
	text-decoration: underline;
}
.labelfield { /*CSS for label field in general*/
	color: #960;
	font-size: 90%;
}
.datefield { /*CSS for date field in general*/
	color: #666;
	font-size: 90%;
}
ul#thirdparty {
	float:left;
	padding: 1.5em 0 0 0;
}
ul#thirdparty li {
	float:left;
	padding: 0 1.25em 0 0;
}
li#facebook a {
	background: transparent url(../images/facebook-logo.png) no-repeat scroll 0 50%;
	padding-left: 1.25em;
}
li#twitter a {
	background: transparent url(../images/twitter-logo.png) no-repeat scroll 0 50%;
	padding-left: 1.25em;
}
ul#thirdparty li a {
	min-height: 1em;
}
.accessibilityBadges {
	float: right;
}
.vcard {
	float: left;
	margin: 1em 0 0 0;
	width: 29.25em;
	padding: 1em;
	background-color: #fff;
	font-weight: bold;
}

/*--slideshow--*/
ul.slideshow {
	list-style:none;
	width:16.2em;
	height:12.125em;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	border: 0.063em solid #000;
}	
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
ul.slideshow li.show {
	z-index:500;	
}
#slideshow-caption {
	width:16.2em;
	height:5em;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}
#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}
#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:1em;
}
#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
/*.content {rounded corner
	padding: 0 10px 0 10px;
	float: left;
	background: #fff;
}
div.rtop, div.rbottom {
	display:block;
	background: #e5e5e5;
}
div.rtop div, div.rbottom div {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #fff
}
div.r1 {
	margin: 0 5px
}
div.r2 {
	margin: 0 3px
}
div.r3 {
	margin: 0 2px
}
div.rtop div.r4, div.rbottom div.r4 {
	margin: 0 1px;
	height: 2px
}*/