/* CSS Document */
/*----------------------------------------------------------------------*/
				/* BASE PAGE FORMATTING INFORMATION */


html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
}
h1 {
	font-size: 1.3em;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 10px;
}
h2 {
	background-image: url(/images/h2_background.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-top: 8px;
	text-decoration: underline;
}
h3 {
	background-image: url(/images/h3_background.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 1.1em;
	color: #0099ff;
	padding-left: 7px;
	padding-bottom: 0px;
	margin-bottom: 0;
	padding-top: 8px;
	text-decoration: underline;
}
h4 {
	font-size: 1.1em;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 4px;
	text-decoration: underline;
	color: #666666;
}
a {
	color: #0099ff;
}
ul {
	list-style-type: none;
}
div {
    padding: 0;
    margin: 0;
}
img {
    display: block;
}
p {
	line-height: 135%;
}



				/* CUSTOM CLASS GENERAL FORMATTING RULES */


.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}


				/* CSS LAYOUT FORMATTING */



#header {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #0099ff;
	background-image: url(/images/header_sub.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #666666;
}
#main {
	width: 100%;
	min-width: 800px;
}
#nav {
	width: 150px;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: -3px;
	background: #dedede;
	border-bottom: 1px dotted #666666;
	border-right: 1px solid #666666;
	font-size: 11px;
}
* html #nav {/*tan hack to fix 3px float bug*/
	margin-right: -3px;
}
#nav ul {/*sets the base properties for the menu structure. also removes the default formatting for a list (ie bullets, default left indent)*/
	padding: 0;
	margin: 0;
	margin-left: 20px;
	padding-bottom: 5px;
	list-style-type: none;
}
#nav li {/*sets the properties for the menu cells. only display and seperator properties declared here. link properties below */
	margin-top: .2em;
    margin-bottom: .2em;
	width: 96%;
	font-weight: normal;
}
#nav a {/*sets the standard properties for a menu link */
	display: block;
	padding: 2px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #111111;
}
#nav a:hover, #nav a:active {
	color: #0099ff;
}
.noBorder {/*special rule that removes the nav border from image links*/
    border: 0px;
}
.navHeader {
	font-weight: bold;
	text-indent: 13px;
	padding-top: 20px;
    padding-bottom: 5px;
}
#assocSites {/*formatting for the div that houses the associated site links*/
	padding-top: 22px;
	padding-bottom: 30px;
	background: #f6f6f6;
	text-align: center;
	font-size: 11px;
}
#assocSites img {
	border: 1px solid #666666;
	margin-left: auto;
	margin-right: auto;
}
.assocHeaderText {
	font-size: 9px;
	text-decoration: underline;
}
#pageheader {
	width: auto;
}
#pageheader img {/*fix for IE 3px float bug*/
	margin-left: 3px;
}
#page {
	width: 750px;
	margin-left: 155px;
}
#page p {
    padding: 10px;
}
#sidebar {
	float: right;
	padding: 5px;
	margin: 5px;
	background: #f9f9f9;
	border-top: 1px solid #fdfdfd;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	border-left: 1px solid #fdfdfd;
}
#footer {
	padding: 5px;
    padding-top: 1.5em;
	text-align: left;
	font-size: 9px;
}


				/* END CSS LAYOUT FORMATTING */




				/* INDIVIDUAL SECTION FORMATTING RULES [filename/path included]*/




		/* ROOT SECTION */
.index_pageHeader {
	background-color: #7E9EB3;
	border-bottom: 1px solid #666666;
}
#index_featuresCascade {
	padding-top: 8px;
	font-size: 10px;
	width: 100%;
}
#cell_featuresCascade {
	float: left;
	width: 33%;
	vertical-align: top;
}
#cell_featuresCascadeB {
	float: left;
	width: 33%;
	vertical-align: top;
}
#cell_featuresCascadeC {
	float: left;
	width: 33%;
	vertical-align: top;
}
#featuresHeader {
	color: #ABDFFC;
	padding-bottom: 3px;
}
#index_featuresCascade img {
	float: left;
	margin-right: 5px;
	border: 1px solid #666666;
}
#index_featuresCascade p {
	padding-right: 10px;
	padding-left: 15px;
	margin-top: -1px;
	line-height: 125%;
}
#index_featuresCascade a {
	color: #666666;
	font-weight: bold;
}
#index_text {
 clear: both;
}



		/* ABOUT SECTION [/about] */
.about_pageHeader {
	background-color: #6699FF;
	border-bottom: 1px solid #666666;
}
#about_text  {
	font-size: 10px;
}
#about_text p {
	padding-left: 10px;
	padding-right: 50px;
}





		/* CONTACT SECTION [/contact] */
.contact_pageHeader {
	background-color: #6799CE;
	border-bottom: 1px solid #666666;
}
#contact_text  {
	font-size: 10px;
}
#contact_text li {
	padding: 3px;
}
#contact_text p {
	padding-left: 10px;
	padding-right: 50px;
}
#feedbackFormWrap {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background: #f6f6f6;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#feedbackFormWrap h1 {
	color: #0099ff;
	font-size: 1.8em;
	font-weight: normal;
	padding: 5px;
	background: #fcfcfc;
	border-bottom: 1px solid #666666;
}
#feedbackForm {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 22px;
	padding: 8px;
}
#feedbackForm p.text {
	line-height: 20px;
	padding-top: 2px;
	margin-right: 360px;
}
#feedbackForm p.text:first-letter {
	font-size: 1.4em;
	color: #0099ff;
}
#feedbackForm p.note {
	clear: both;
	font-size: 9px;
	color: cccccc;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.tb_feedback {
	width: 350px;
	float: right;
	background: #DDF4FF;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	margin-top: 10px;
}
.tb_form {
	margin-top: 0px;
	margin-bottom: auto;
	height: auto;
	width: 100%;
	text-align: left:
}
.tb_form .td_header {
	background: #0099ff;
	color: white;
	font-weight: bold;
	padding: 4px;
}




		/* DESIGN SECTION [/design] */
.design_pageHeader {
	background-color: #6699CC;
	border-bottom: 1px solid #666666;
}
#design_text  {
	font-size: 10px;
}
#design_text p {
	padding-left: 10px;
	padding-right: 50px;
}






		/* NETWORKS SECTION [/networks] */
.networks_pageHeader {
	background-color: #00CCFF;
	border-bottom: 1px solid #666666;
}
#networks_text  {
	font-size: 10px;
}
#networks_text p {
	padding-left: 10px;
	padding-right: 50px;
}





		/* STAFF SECTION [/staff] */
.staff_pageHeader {
	background-color: #999999;
	border-bottom: 1px solid #666666;
}
#staff_text  {
	font-size: 10px;
}
#staff_text p {
	padding-left: 10px;
	padding-right: 50px;
}
#staffEmail {/*formatting for the div that houses the email application */
	border-top: 1px dotted #666666;
	background: #cccccc;
}
.staff_email_header {
	padding: 5px;
	width: 50px;
	background: #f1f1f1;
	font-size: 10px;
}
.staff_email_headerBody {
	padding: 5px;
	padding-left: 8px;
	font-size: 10px;
}




		/* SYSTEMS SECTION [/systems]*/
.systems_pageHeader {
	background-color: #0099cc;
	border-bottom: 1px solid #666666;
}
#systems_text  {
	font-size: 10px;
}
#systems_text p {
	padding-left: 10px;
	padding-right: 50px;
}






		/* TESTING SECTION [/testing]*/
.testing_pageHeader {
	background-color: #2E7CF1;
	border-bottom: 1px solid #666666;
}
#testing_text  {
	font-size: 10px;
}
#testing_text p {
	padding-left: 10px;
	padding-right: 50px;
}
#eRegPanel {
	float: right;
	margin: 5px;
	margin-top: 80px;
	width: 150px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #dedede;
	background: #f6f6f6;
	background-image: url(/images/pvue_logo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#eRegPanel img {
	margin: 10px;
}
#eRegPanel p {
	height: auto;
	padding: 10px, 5px, 5px, 5px;
	margin: 0;
	border-top: 1px dotted #666666;
	background: #0099ff;
	color: #ffffff;
	text-align: left;
}
#eRegPanel p a {
	color: #ffffff;
	font-weight: bold;
}
#testingList li {
	padding: 3px;
}


		/* ERROR PAGE [root/error.html]*/
#errorHeader {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #0099ff;
	background-image: url(/images/header_sub.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #666666;
}
#errorText {
	padding: 15px;
}
					/* END INDIVIDUAL PAGE FORMATTING */



/*----------------------------------------------------------------------*/



/* TESTING RULES - THESE MUST ALL BE DELETED BEFORE PUBLISHING */




/*END TESTING RULES */
