@charset "UTF-8";
/* CSS Document */
/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	.bodypopup {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
a:link {
	text-decoration: none;
	color:#cc3333;
}
a:visited {
	text-decoration: none;
	color:#cc3333;
}
a:hover {
	text-decoration: none;
	color:#cc3333;
}
a:active {
	text-decoration: none;
	color:#cc3333;
}

	h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.25em;
		font-weight:normal;
		margin:.2em 0 .2em 0;
		padding-left:8px;
		color:#cc3333;
		font-stretch:expanded;
		font-variant:small-caps;
		}
	 h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.1em;
		font-weight:normal;
		margin:.2em 0 .2em 0;
		padding-left:8px;
		color:#cc3333;
		
	}
	
	h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.0em;
		font-weight:normal;
		margin:.2em 0 .2em 0;
		padding-left:8px;
		color:#cc3333;
		font-variant:small-caps;
	}
	
	 h4 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.1em;
		font-weight:normal;
		margin:.2em 0 .2em 0;
		padding-left:8px;
		color:#cc3333;
		font-style:italic;
		
	}
		
	p {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.0em;
		margin:.4em 0 .2em 0;
		padding:2px 8px;
		color:#000;
			}
	.pbold {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.0em;
		margin:.4em 0 .2em 0;
		padding:2px 8px;
		color:#000;
		font-weight:bold;
			}
	.pred {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.0em;
		font-weight:normal;
		margin:.2em 0 .2em 0;
		padding-left:8px;
		color:#cc3333;
		
	}
	.pbyline {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:.90em;
		margin:.4em 0 .2em 0;
		padding:2px 8px;
		color:#000;
			}
	
	.pshops {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.0em;
		margin:.4em 0 .2em 0;
		padding-bottom:15px;
		color:#000;
			}
	ul {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.0em;
		margin:.4em 0 .2em 0;
		padding:2px 8px;
		color:#000;
			}
	li {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.0em;
		margin:.4em 0 .2em 0;
		padding:2px 8px;
		color:#cc3333;
			}
	.bodyli {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.0em;
		margin:.4em 0 .2em 0;
		padding:2px 8px;
		color:#000;
			}
			
			
	.ptopnav {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:.97em;
		margin:.4em 0 .8em 0;
		padding:0;
		color:#993300;
		font-variant:small-caps;
			}
	.imglogo
	{padding-left:5px}
	.imgcopy
	{padding:20px}
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 2px 0 2px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:5px 42px;
		list-style-type:none;
		text-align:center;
		background:#000;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		font-size:.90em;
		color:#FFF;
		text-decoration:none;
		position:relative;
		left:5px;
		line-height:1.5em;
	}
	#header ul li a:hover {
		background:#CC3333;
		color:#fff;
	}
	#header ul li a.active {
		color:#fff;
		background:#cc3333;
		font-weight:normal;
	}
	#header ul li a.active:hover {
		color:#fff;
		background:#cc3333;
		font-weight:normal;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#fff;
		margin:0;
		padding:2px 4px !important;
		
	}
		
.pborder
{ 
border-left: thin solid #ccc;
border-right:thin solid #ccc;
border-bottom:thin solid #ccc;
padding:10px 4px 15px 6px;
}

.pbordertop
{ 
border-right:thin solid #ccc;
border-top:thin solid #CCC;
padding:4px 4px 4px 4px;
}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:8px solid #ccc;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	#navlistfoot li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.85em;
text-decoration:none;
}
	
	
	
	ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
text-decoration:none;
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a { padding: 3px 10px; text-decoration:none; }

#navlist a:link, #navlist a:visited
{

font-family:;
	font-size:.93em;
	color: #993300;
text-decoration: none;
text-transform:uppercase;
text-decoration:none;
}

#navlist a:hover
{
color: #fff;
background-color: #993300;
text-decoration: none;
}



	/* --> */

