/* ELEMENT RESETS */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image:url(/ppge/media/tmp_bg.gif);
	margin: 0px;
	padding: 0px;
	line-height:normal;
}

html, object, p, ol, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* this is for dynamic content */
ul {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	list-style-image:url(/ppge/media/img_bullet_arrow_2.gif);
	color:#109FFF;
}

ul>li {
	list-style-position: inside;
	padding: 0px;
	margin-left: 0px;
	list-style-image:url(/ppge/media/img_bullet_arrow.gif);
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
} 
	   
a:hover { 
	text-decoration: underline;
	color: #000000;
}

/* H STYLES */
h1 {
	font-size:22px;
	color:#666666;
	display:inline;
	font-weight:normal;
}

.header {
	font-size:18px;
	color:#666666;
	font-weight:normal;
	line-height: 1.2em;
}

.subheader {
	font-size:14px;
	color:#666666;
	font-weight:bold;
}

h2 {
	/* EMPTY */
}

h3 {
	/* EMPTY */
}

h4 {
	/* EMPTY */
}

h5 {
	/* Empty */
}

/* FONT STYLE */
.message {
	color: #FF0000;
}

/* TEMPLATE */
#main {
	width: 750px;
	margin: 24px auto;
}

#content {
	background:#FFFFFF;
	padding: 0px 5px 5px 5px;
}

.title-area {
	border-bottom: 1px dotted #CCCCCC;
	height: 60px;
	background-color:#FFFBEC;
}

/* SIDE NAV */
#sub-navigation a {
	color: #666666;
	font-size:10px;
	padding-left: 22px;
	padding-right: 14px;
	text-decoration: none;
	margin-bottom: 1px;
}

.nav-category a:link, .nav-category a:active,  .nav-category a:visited {
	display: block;
	/* height: 23px; */
	text-transform:uppercase;
	background:#F5F5F5 url(/ppge/media/tmp_img_nav.gif) repeat-y left;
	border: 1px #FFFFFF solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav-category a:hover {
	background:#F5F5F5 url(/ppge/media/tmp_img_nav_f2.gif) repeat-y left;
}

.nav-category-selected a:link, .nav-category-selected a:active,  .nav-category-selected a:visited, .nav-category-selected a:hover {
	display: block;
	/* height: 23px; */
	text-transform:uppercase;
	border: 1px #FFFFFF solid;
	background:#F5F5F5 url(/ppge/media/tmp_img_nav_f2.gif) repeat-y left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 1px;
}

.nav-content a:link, .nav-content a:active,  .nav-content a:visited {
	display: block;
	/* height: 18px; */
	background:#E4F1F1 url(/ppge/media/tmp_img_subnav.gif) repeat-y left;
	border: 1px #FFFFFF solid;
	padding-top: 7px;
	padding-bottom: 7px;
}

.nav-content a:hover {
	background:#C4DFDF url(/ppge/media/tmp_img_subnav.gif) repeat-y left;
}

.nav-content-selected a:link, .nav-content-selected a:active,  .nav-content-selected a:visited, .nav-content-selected a:hover {
	display: block;
	/* height: 18px; */
	border: 1px #FFFFFF solid;
	padding-top: 7px;
	padding-bottom: 7px;
	background:#C4DFDF url(/ppge/media/tmp_img_subnav.gif) repeat-y left;
	margin-bottom: 1px;
}

/* FOOTER */
#footer {
	margin-top: 1px;
	position:relative;
	background-color:#FEECB4;
	font-size:10px;
	color:#B78900;
	height: 92px;
	line-height:normal;
}

#footer a {
	font-size:10px;
	color:#B78900;
	line-height:normal;
}


.footer-train {
	position:absolute;
	top:30px;
	left:24px;
}

.footer-srdc {
	position:absolute;
	top:40px;
	left:253px;
}

.footer-gov {
	position:absolute;
	top:40px;
	left:450px;
}

#footer-copy {
	position:absolute;
	top:28px;
	left:86px;
	white-space: nowrap;
}

#footer-managed {
	position:absolute;
	top:27px;
	left:256px;
}

#footer-sponser {
	position:absolute;
	top:27px;
	left:450px;
}

/* ENVISION LINK */
#company-link {
	text-align:right;
	font-size: 9px;
	color:#FEECB4;
	margin: 12px 0px 12px 0px;
	line-height:normal;
}

#company-link a {
	text-align:right;
	font-size: 9px;
	color:#FEECB4;
	text-decoration: none;
}

/* TAKEN FROM SRDC.ORG en_privacy_policy.asp */
p.policy {
		margin:0 0 1.5em 0;
	}
	
a.welcome {
	color: #1497E5;
	text-decoration:underline;
	font-weight:bold;
}
