/***********************************************/
/* pwm.css                                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #000000;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #df5500;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #412011;
}

/************** header tag styles **************/

h1{
	font: bold 200% Arial,sans-serif;
	color: #df5500;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagecell{
	position:absolute;
	top: 200px;
	left: 10%;
	right: 10%;
	width: 80%;
}

#masthead{
	position: absolute;
	top: 5px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 175px;
	background-color: #df5500;
	background-image: url(../images/masthead.png);
	border: 1px solid #444444;
	background-repeat: no-repeat;
}

#masthead img{
	padding: 2px 5px 2px 05px;
}


#menuhead{
	position:absolute;
	top: 175px;
	left: 10%;
	right: 10%;
	width: 80%;
	background-image: url(../images/background2.png);
	border: 1px solid #444444;
}

#content{
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url(../images/background3.png);
	background-repeat: no-repeat;
	border: 1px solid #444444;
}


/************* menubar styles ***************/
#menubar{
	color: #000000;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:24px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	background-image: url(../images/orangebar.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
#menubar a {
	color: #000000;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:24px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	background-image: url(../images/orangebar.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

#menubar a:hover {
	color:#ffffff;
	background: #FF6600;
	font-weight: bold;
	}


/************** feature styles *****************/

.feature{
	padding: 0px 10px 10px 10px;
	color: #000000;
    min-height: 300px;
	height: 300px;
}
html>body .feature {height: auto;}

.feature a{
	color: #df5500;
	font-weight: bold;
}

.feature a:hover{
	color: #412011;
	font-weight: bold;
}

.feature .style1{
	color: #ff0000;
	font-weight: bold;
}


.feature strong{
	color: #df5500;
	font-weight: bold;
}

.feature img{
	padding: 5px 10px 5px 0px;
}


/************** tagline styles ****************/

#tagline {
	color: #ffffff;
	line-height:40px;
	font-family: "Britannic Bold";
	font-size: 40px;
	padding: 100px 0px 0px 130px;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
	}


/************** footer styles ****************/
#footer{
	color: #ffffff;
	background-color: #df5500;
	padding: 05px 10px 05px 10px;
	margin-top: 5px;
	margin-right: -2px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #444444;
	font-family: Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#footer a{
	color: #ffffff;
	font-weight: bold;
}

#footer a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/********************* end **********************/

