

*
{
        font-family:verdana !important;
        font-size:8pt !important;
}

body {
	background-color:white;
	font-family:helvetica, verdana, arial;
	color:white;
	font-size:80%;
	margin:0px;
	padding:0px;
	margin-top:20px;
}

a {
	text-decoration:underline;
	color:white;
	font-size:95%;
	font-family:verdana, helvetica, arial;
	/*margin-right:28px;  THIS WIDTH CONTROLS THE WIDTH BETWEEN MENU ITEMS */	
}

p a {
text-decoration:none;
	color:#F77F1E;
	font-size:95%;
	font-family:verdana, helvetica, arial;
}


a:hover {
	text-decoration:underline;
}

/** BACKGROUND IMAGE GOES IN HERE.  **/

#pageWrapper {
	width:700px; /* TO CHANGE THE WIDTH YOU MUST CHANGE THIS ONE AND ALL OTHER WIDTHS MARKED 'THIS ONE!!!!!' */
	margin-left:auto;
	margin-right:auto;
	
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

/*** THIS IS THE PRIMARY NAVIGATION BACKGROUND IMAGE ***/
#priNav {
	background-color:#1D0002;
	padding:5px 0px 5px 0px;
	height:40px;
}

/* PRIMARY NAV STYLES  */
#priNav ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:30px; /* THIS IS THE DISTANCE BETWEEN THE EDGE OF THE PRI NAV BACKGROUND AND THE START OF THE FIRST MENU ITEM*/
}

#priNav ul li {
	float:left;
	width:83px;

}

#priNav ul li a {
	margin-right:0px;  /* THIS WIDTH CONTROLS THE WIDTH BETWEEN MENU ITEMS */	

}


/* this is the nav for the 2007 and 2008 sitetemplates */
#priNav1 {
	background-color:#1D0002;
	padding:5px 0px 5px 0px;
	height:40px;
}

/* PRIMARY NAV STYLES  */
#priNav1 ul {
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:35px; /* THIS IS THE DISTANCE BETWEEN THE EDGE OF THE PRI NAV BACKGROUND AND THE START OF THE FIRST MENU ITEM*/
}

#priNav1 ul li {
	float:left;
	width:83px;

}

#priNav1 ul li a {
	margin-right:0px;  /* THIS WIDTH CONTROLS THE WIDTH BETWEEN MENU ITEMS */
	width:100px;
}


/* END PRI NAV*/

#mainContentWrapper {
	padding:0px;
	margin:0px;
	background-color:#1D0002;
}

/* MAIN CONTENT TOP CURVES */
#topBar {
	background-image:url(images/protected/bg_topBar700.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:700px; /*** THIS ONE!!!!! ***/
	height:10px;
	display:block;
	padding:0px;
	margin:0px;
}
/* MAIN CONTENT TOP CURVES */
#bottomBar {
	background-image:url(images/protected/bg_topBar700.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:700px; /*** THIS ONE!!!!! ***/
	height:10px;
	display:block;
	padding-top:15px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
}


/* MAIN CONTENT STYLES N SHIZZNIT */
#mainContent {
	float:left;
	width:700px; /*** THIS ONE!!!!! ***/ /* don't forget to minus 20px because of the padding */
	background-color:#1D0002;
	margin:0px;
	padding-top:10px;
}

#breadcrumb
{
	width:700px;
	height:50px;
}

#bcHolder
{
	padding-left:20px;
	padding-top:7px;
}

#bcHeader
{
	font:verdana !important;
	font-size:24pt !important;
	color:#1D0002;
}

#mainContent p 
{
	margin-left:18.5px;
	margin-right:18.5px;
}

#mainContent p ul
{
	list-style:none;
}

#bodyList li
{
	margin-bottom:15px;
}

#mainContent p ul b
{
	width:200px;
}

#mainContentFlushImage {
	width:697px;/*** THIS ONE!!!!! ***/ /** don't forget to take off 3px to compensate for the drop shadow**/
	height:365px;
	background-color:#1D0002;
	float:left;
	padding:0px;
	margin:0px;
	border-color:black;
	border-width:1px;
	border-style:none;
}

/** COMPANY LOGO BACKGROUND IN HERE **/
/** This show the images at the footer of the site go to PHealthAndSafetyEvents10Portlet.inc.php to line 165 to 174 for image activation. **/
#mainContentFooter {
	width:694px;/*** THIS ONE!!!!! ***/ /** don't forget to take off 3px to compensate for the drop shadow**/
	background-color:#1D0002;
	padding:0px;
	margin:0px;
}

#mainContentFooterImg {
	padding:0px;
}

#mainContentFooterImg img {
	padding:0px;
	margin:0px;
}

#mainContentFooterText {
	width:400px;
	margin:0px;
	padding:0px;
}

#mainContentFooterText p {
	margin:0px;
	padding:10px;
}

/* ends */


/* Form fields */
td.formKey
{
        color:#ffffff;
        font-weight:bold;
}

td.formValue
{
        color:#ffffff;
}

input.formValue, select.formValue
{
        margin-top:3px;
        margin-bottom:3px;
}

font.inputTitle
{
        color:#ffffff;

}
