/* CSS Document */




/**************************************************************** BODY & LINKS */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0% 10px 15%;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}

p {
	text-align: left;
	color: #686C69;
	line-height: 1.5em;
}

/**************************************************************** HEADINGS */

h2 {
	font-size: 75%;
}



/**************************************************************** Forms */

fieldset {
	border:none;
	position: relative;
	width:280px;
	}

/**************************************************************** CONTAINER TAGS */

#mastCont {
	width: 690px;
/*	min-height: 730px;*/
	padding: 5px 5px 0px 5px;
	margin: 0px;
	background-image: url(../images/gear.jpg);
	background-position: 5px 295px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

/**************************************************************** HEADING */

#mastHead {
	width: 690px;
	height: 103px;
	background-image: url(../images/PTMESHeader.gif);
	/*background-image: url(../images/headtile.gif);
	background-repeat: repeat-y;*/
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

/**************************************************************** HEAD STYLES */

/*
.datanat {
	float: left;
	background-image: url(../images/datanat.gif);
	
	background-position: left, bottom;
	background-repeat: no-repeat;
	width: 190px;
	height: 75px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
	
.america {
	float: right;
	background-image: url(../images/america.gif);
	background-position: right, top;
	background-repeat: no-repeat;
	width: 236px;
	height: 100px;
	margin-right: 30px;
	padding: 0px;
}
*/

/**************************************************************** NAVIGATION TAGS */

#mastNav {
	float: left;
	width: 130px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#navlist {
	width: 130px;
	background-image: url(../images/nav_body.png);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
}

#navlist img {
	position: relative;
	top: 5px;
}

#navlist h2 {
	font-size: 70%;
	color: #979995;
	background-color: #F0EFEA;
	margin: 1px 8px 0px 6px;
	padding: 7px 0px 7px 5px;
}
	
#navlist ul {
	margin: 5px 0px 10px 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*removes display of bullet*/
	font-size: 8pt;
}

#navlist li {
	margin: 0px;
}

#navlist a {
	display: block;
	height: 15px;
	color: #686C69;
	padding: 3px 0px 0px 20px;
	text-decoration: none;
	background-image: url(../images/bullet_up.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

#navlist a:hover, #navlist a.page:hover {
	color: #9E5656;
	background-image: url(../images/bullet_down.gif);
	background-repeat: no-repeat;
	background-position: 6px 1px;
}

#navlist a.page {
	color: #9E5656;
	background-image: url(../images/bullet_page.gif);
}

.navImage {
	margin: 10px 0px 0px 0px;
}
/**************************************************************** FEATURES TAGS */

#features {
	width: 555px;
	height: 175px;
	float: left;
	background-image: url(../images/features.jpg);
	background-repeat: no-repeat;
	margin: 5px 0px 0px 5px;
	padding: 0px;
}

#features img {
	margin: 8px;
}

#features embed {
	margin: 8px;
	width: 537px;
	height: 157px;
}


/**************************************************************** Content STYLES */

.content {
	position: relative;
	top: 10;
	float: left;
	width: 545px;
	border: 1px solid #CCC9BA;
	margin: 0px 0px 50px 10px;
	padding: 0px 0px 5px 0px;
}

.content h2 {
	color: #8C8D8A;
	background-color: #F0EFEA;
	width: 540px;
	border-bottom: 1px solid #CCC9BA;
	padding: 10px 0px 7px 5px;
	margin: 0px 0px 10px 0px;
}

.content p {
	font-size: 70%;
	width: 325px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

.content ul {
	padding: 0px;
	margin: 0px;
}

.content li {
	font-size: 70%;
	color: black;
	list-style: circle url(../images/bullet.gif);
	margin: 0px 5px 0px 20px;
	padding: 0px;
}

.content table {
	background-color: #FAFAFA;
	opacity: .75;
	filter: alpha(opacity=70);
	border: 1px solid #CCC;
	width: 325px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

.content tr {
	vertical-align: top;
}

.content a {
	color: #9E5656;
}

.content a:hover {
	color: #9E5656;
}

.content table a {
	color: #222;
}

/**************************************************************** Sub-Conent STYLES */

.sub p {
	width: 525px;
}

.sub h3 {
	font-size: 70%;
	text-decoration: underline;
	color: #326A8C;
	padding: 7px 0px 5px 5px;
	margin: 0px 0px 0px 5px;
}

.sub table {
	width: 520px;
}

/**************************************************************** Pannel STYLES */

.pannel {
	position: relative;
	top: -35px;
	right: 45px;
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

.pannel img {
	margin: 0px 0px 10px 15px;
}

.pannel p {
	font-size: 60%;
	font-style: italic;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	border-left: 1px solid #999;
}

.pannel a {
	display: block;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 0px 0px;
	color: #666;
/*	width: 400px;*/
}

.pannel a:hover {
	color: #9E5656;
}

.pannel a.pdf {
    height:20px;
	padding-top:10px;
	padding-left:23px;
	background-image:url(../images/i_pdfsm.gif);
	background-repeat:no-repeat;
	background-position:left;
}
	
/**************************************************************** FOOTER STYLES */

.footer h2{
	font-weight: normal;
	font-size: 60%;
	text-indent: 10px;
	color: #686c69;
	background-color: #F0EFEA;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	clear: both;
	bottom: 0;
	right: 0;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	width: 690px;
}