@charset "utf-8";
/* CSS Document */

body {
	background: #dd2314;
	/* Font size of 62.5% allows 1em to equal 10pt (so 1.4em = 14pt, etc.) */
	font-size:62.5%;
	font-family: Verdana, Geneva, sans-serif;
}

html, body {height: 100%;}

strong {font-weight: bold;}
em {font-style: italic;}

.clearb { clear:both; }

h1 {
	font-size: 2em;
	font-weight: bold;
	color: #f00;
	padding: 0.5em 0em;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0.5em 0em;
}


p {
	font-size: 1.2em;
	padding: 0.5em 0;
	line-height: normal;
}

div#wrapper {
	margin: auto;
	width: 980px;
	min-height: 100%;
	background: url(../images/grey_bg_red_border_2.gif) repeat-y #fff;
	
}

div#banner {
	background: #dd2314;
	
}


div#redSpacerBar {width: 810px; margin-left: 173px; margin-top: -10px; background: #dd2314;}

div#pageBar {
	width: 900px;
	padding: 0.3em 0.5em;
	background: #FFFA3D;
	font-size: 2em;
	color: #595755;
	text-align: right;
	margin-left: -15px;
	font-style: italic;
}

div#contentArea {
	
	
	
}

div#contentWrapper {
	width: 800px;
	float: left;
}

div#contentArea div.left {
	width: 550px;
	float: left;
	
	
}


div#contentArea div.right {
	width: 225px;
	height: 100%;
	float: right;
	padding: 5px;
	padding-right: 0;
	border-left: 2px solid #999;
}

div#yellowRight {background: #FFFA3D; padding: 5px; text-align: center;}

div#yellowRight p, div#yellowRight img {text-align: center; margin: auto;}
div#yellowRight img { float: left; }
div#yellowRight div p {text-align: left; }

div#bottomGallery img { padding: 10px; }

p.center {
	text-align: center;
}

div.halfFloat {
	float: left;
	width: 400px;
	text-align:center;
}

div.halfFloat img {
	margin: auto;
	padding-right: 8px;
}

div#footer {
	width:165px;
	float: left;
	margin-top: -75px;
	background: url(../images/grey_bg_red_border_2.gif) repeat-y #fff;
	
	
}

div#footer p {

	color: #fff;
	font-size: 0.9em;
	padding: 0.5em;
}

div.nav {
	width:165px;
	float:left;
	padding-right: 2em;
	margin-left: -15px;
	
}

div.nav ul {
	margin: auto;
	width:165px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.nav ul li {
	padding: 1em 0.5em;
	margin: 1em 0;
	background: #FFFA3D;
	text-align: right;
}
div.nav ul li a {
	color: #595755;
	width: 100%;
	display: block;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	
}
div.nav ul li a:hover {
	color:#606aaf;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

ul.normal_list {
	font-size: 1.2em;
	list-style: disc;
	margin: 10px 0px 10px 35px;
	line-height: 1.3em;
}

ul.normal_list ul {font-size: inherit;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
