/* Design & Code (c) Empire Group, Inc. */
html, body { padding: 0; margin: 0; }
body {
	font: normal 13px/1.5em Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color:#333333;
}

* {
	margin:0;
	padding:0;
}
p{
	padding-bottom:1em
}
ul{
	margin-left:16px;
	padding-bottom:1em;
	list-style-image: url(../images/p_ul.html);
}
li{
	padding-bottom:3px;
}
a.img{
	border:1px solid #9E1226;
	margin:2px;
	float:left;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	
}
a.img:hover{
	border:2px solid #B81E2F;
	margin:1px;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
a img{
	border:0px;
}
hr{
	border:1px solid #B81E2F;
	height:2px;
	overflow:hidden;
}
	
	
/* IDs */

#wrapper {
	width:1000px;
	background:url(../img/p_wrapper_bg.png) repeat-y;
	margin:0 auto;
}
	#wrapper #inner{
		margin:0 54px 0 49px;
		background:url(../img/p_contentarea_bg.png) repeat-y;
	}
		#wrapper #redbox{
			background:url(../img/p_header_redbox.png);
			width:222px;
			height:206px;
			float:left;
			cursor:pointer;
		}
		#wrapper #title{
			background:url(../img/p_header_title.png) no-repeat;
			width:675px;
			height:53px;
			float:right;
			cursor:pointer;
		}
		#wrapper .i1{
			background:url(../img/p_header_i1.jpg);
			width:134px;
			height:153px;
			float:left;
		}
		#wrapper .i2{
			background:url(../img/p_header_i2.jpg);
			width:146px;
			height:153px;
			float:left;
		}
		#wrapper .i3{
			background:url(../img/p_header_i3.jpg);
			width:137px;
			height:153px;
			float:left;
		}
		#wrapper .i4{
			background:url(../img/p_header_i4.jpg);
			width:136px;
			height:153px;
			float:left;
		}
		#wrapper .i5{
			background:url(../img/p_header_i5.jpg);
			width:122px;
			height:153px;
			float:left;
		}
		#wrapper #inner #content{
			clear:both;
		}
		#wrapper #inner #content #right{
			width:675px;
			float:left;
			margin-bottom:20px;
		}
		#wrapper #inner #content #right #bigimage_wrapper{
			width:675px;
			height:354px;
		}
		#wrapper #inner #content #right .copy{
			padding:20px 20px 0 20px;
		}
			#wrapper #inner #content #right .copy a{
				color:#9E1226;
				background-color:#f8f5ed;
				width:200px;
				height:150px;
				text-align:center;
			}
		#wrapper #inner #content #menu{
			width:222px;
			float:left;
			margin-bottom:20px;
			overflow:hidden;
		}
			#wrapper #inner #content #menu ul{
				list-style:none;
				padding:0;
				margin:20px 0 0 7px;
			}
			#wrapper #inner #content #menu li{
				margin:0;
				line-height:16px;
			}
			#wrapper #inner #content #menu li a{
				background:url(../img/p_menuitem_bg.png) 4px 5px no-repeat;
				padding:5px 5px 5px 20px;
				text-decoration:none;
				color:#333333;
				width:185px;
				display:block;
			}
			#wrapper #inner #content #menu li a.selected{
				background:url(../img/p_menuitem_hover_bg.png) 0 1px no-repeat;
				padding:5px 5px 5px 20px;
				text-decoration:none;
				color:#FFFFFF;
				width:185px;
				display:block;
			}
			#wrapper #inner #content #menu li a:hover{
				background:url(../img/p_menuitem_hover_bg.png) 0 1px no-repeat;
				color:#FFFFFF;
			}
	#wrapper #footer{
		background:url(../img/p_footer_bg.png) repeat-x;
		height:17px;
		padding:5px 15px;
		color:#FFFFFF;
		font-size:0.85em;
		overflow:hidden;
		clear:both;
	}
	#wrapper #footer a{
		text-decoration:none;
		color:#FFFFFF;
	}
	
	#wrapper #footer ul{
		padding:0 0 0 0;
	}
	
	#wrapper #footer ul li{
		list-style: none;
		display:inline;
		margin-left:15px;
		padding:0;
	}
	#wrapper #footer #footer_right{
		float:right;
	}
	#wrapper #bottom{
		background:url(../img/p_wrapper_footer_bg.png) 10px 0 no-repeat;
		background-color:#FFFFFF;
		height:35px;
		width:1000px;
	}
	
	
/* Generic Classes */

.clear {
	clear:both;
}
.small {
	font-size:0.85em;
}

#platmaps td{
	padding:2px;
}
#platmaps td img{
	margin:5px;
}
#platmaps td .BTReverseBold, #platmaps td .baseTextReverse{
	color:#ffffff;
}
	
/* Headings H1-H6 */
h1 {
	font-size:1.7em;
	color:#7A5D4A;
	font-weight:normal;
	margin:0 0 10px 0;
}

h2 {
	font-size:1.2em;
	color:#7A5D4A;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3 { }

h4 { }

h5 { }

h6 { }





/* Paragraph and Link Styles */
p { }

	p a { }
	
	
	
	
	
/* Lists and Navigation */


