@charset "utf-8";
/* CSS Document */

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%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

body a {
	color:#FF9900;
}

body a:hover {
	color:blue;
	text-decoration:none;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #333333;
	background-color: #FFFFFF;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	background-color: #FFFFFF;
}

img {
	margin:10px 0 5px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}

#header {
	background-image: url(orange_bkg.jpg);
	text-align: center;
}
.imgBottom {
	margin-top: -600px;
	overflow: visible;



}


#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	height: 40px;
	font-weight: bold;
	text-align: center;
	padding-left: 200px;
	background-image: url(grey_bkg.jpg);
	}

#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;
	text-align:left;
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:40px;
	vertical-align: middle;
	width: 100px;
	background-image: url(greyButton.gif);
	padding-left: 50px;
}

#header ul li a:hover {
	background:#369;
	color:#FF6600;
	background-image: url(grey_bkg_rev.gif);
}

#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}

#header ul li a span {
	display:block;
	}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#FF6600;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	background-repeat: repeat;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;
}

/* 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-repeat:repeat-x;		/* right column background image */
	border-left-style: solid;
	border-left-color: #333333;
}
.threecol .colmid {
	right:25%;
	background-repeat:repeat-x;		/* center column background image */
	height: 100%;
}
.leftLogo {
	overflow: visible;
	position: relative;
	visibility: visible;
	left: 50px;
	top: -1300px;
}


.threecol .colleft {
	right:50%;	/* left column background image */
}

.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	background-image: url(../../Images/pbs_watermark2.jpg);
	background-repeat: repeat-y;
}

.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;
	padding-bottom: 3000px;
	margin-bottom: -3000px;
	background-image: url(../../Images/pbs_watermark2.jpg);
	background-repeat: repeat-y;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}

#footer p {
	padding:10px;
	margin:0;
}
.coupon {
	background-color: #FFFFFF;
	border: medium dashed #999999;
}
	
/* Left Navigation Menu */
.leftNav{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	list-style-type: none;
	padding:0;
	width: 200px;
}


.leftNav ul{
	list-style:none;
	margin:0;
	padding:0;
}

.leftNav ul li{
	list-style:none;
	margin:0;
	background-image: url(../../Menu/images/blankBar.gif);
	width: 175px;
	height: 16px;
	text-align: center;
	padding: 10px;
}

.leftNav ul li a{
	color:#000000;
	text-decoration:none;
	padding: 5px;
}

.leftNav ul li a:hover{
	color:#FFFF00;
	padding: 5px;
}
.rightLogo {
	overflow: visible;
	position: relative;
	visibility: visible;
	top: -1300px;
	right: -45%;
}
