/* CSS Document */

/* Global Styles */
body,div,form,p,ul,ol,li,h1,h2,h3,h4,h5,h6{margin:0px 0px;}
table{border:none;}
td{vertical-align:top;}
img{border:none;behavior:url("pngbehavior.htc");}

body
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #231F20;
	margin: 0px 0px 0px 0px;
	background: transparent url(images/subBodyGrad.jpg) repeat-x left 157px;

}

h1
{
	color: #ee3324;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	text-transform: none;
}

h2
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

h4{font-size:14px;
	line-height:16px;
	padding: 10px 0px 20px;
	font-weight:normal;}

a
{
	text-decoration: none;
	color: #EE3324;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 10px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}

#list{list-style:none;
	margin: 0px;
	padding:0px;}
#list li{padding:0px 0px 20px 0px;}
.listTitle{font-weight:bold;
	font-size:13px;}
	
p{padding: 0px 0px 20px 0px;}

img {border: 0;}
	
/* Classes */

#leftBg{
	width:50%;
	background-color:#EE3324;
	height:29px;
	position:absolute;
	margin-top:157px;
	left:0px;
}
#rightBg{background:transparent url(images/subHeaderBG.jpg) repeat-x right top;
	width:50%;
	position:absolute;
	top:0px;
	right:0px;
	height:157px;
}

	
#bodyBg{width:100%;
	background: transparent url(images/subHeaderLeft.jpg) repeat-x left top;}	
#page{
	position:relative;
	width:904px;
	margin: 0px auto;
}
	
#navMenu{background:#EE3324 url(images/navBg.jpg) no-repeat right top;width:871px;height:29px;}
#navMenu ul, #navMenu li{margin:0px 0px;padding:0px;float:left;}
#navMenu ul{width:625px;
	background:#595758 url(images/subNavLeft.jpg) no-repeat left top;
	height:29px;
	margin-left:216px;
	padding-left:20px;}

#navMenu ul
{
	text-transform: lowercase;
	font-weight: normal;
	color: #999999;
}

#navMenu li
{
	list-style: none;
	display: inline;
	line-height:29px;
	height:29px;
	vertical-align:middle;
}

#navMenu a
{
	color: #999999;
	text-decoration: none;
	padding: 0 12px;
}

#navMenu li.selected a, #navMenu li:hover a
{
	color: #fff;
	text-decoration: none;
}

#globalcontent{position:absolute;
	width:250px;
	padding-top:36px;
	padding-left:46px;}

ul#leftMenu, #leftMenu{list-style:none;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;}
#leftMenu a{color:#000;}
#leftMenu li.selected a{color: #ee3324;}

#content{
	background: transparent url(images/watermark1.jpg) no-repeat bottom left;
	width:590px;
	padding: 36px 0px 36px 314px;
	min-height:360px;}
#printPDF{position:absolute;
	right:10px;}
	
#footerBg{width:50%;
	background-color:#EE3324;
	height:29px;
	position:absolute;
	right:0px;}	
#footer{
	position:relative;
	width:904px;
	margin:0px auto;
	height:29px;
	line-height:29px;
	vertical-align:middle;
	background: transparent  url(images/subFooterBG.jpg) no-repeat left top;}

.copyright
{
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 314px;
	text-decoration: none;
	text-align: left;
}

/* Logoworks link back */

.logoworks
{
	color: #9A9A9A;
	font-weight: normal;
	padding: 0px 0px 0px 314px;
	text-decoration: none;
	text-align: left;
}

.logoworks a
{
	color: #9A9A9A;
}


.hideMe{display:none;}
.showMe{display:block;}
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.dropshadow{
	border-right:#666 3px outset;
	border-bottom:#666 3px outset;
	border-top:#FFF 3px inset;
	border-left:#FFF 3px inset;	
	
}

#popupWin 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 465px;
	height: 364px;
	padding: 20px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

input{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}

