/* Start of CMSMS style sheet 'westernrod hmenu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	background-color: #FFFFFF;  /* background color for the entire menu row */
	width: 100%;
	margin: 0;
	height: 28px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003366;
}


/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}


/* the links, that is each list item */
div#menu_horiz a {
	padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #18507C;
	;
	display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #C3D4DF;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
	color: #fff;
	background-color: #003366;
}

div#menu_horiz h3 {
	padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #fff;
	;
	display: block; /* IE has problems with this, fixed above */
	font-size: 1em;                           /* instead of the normal font size for <h3> */
	background-color: #003366;
	background-repeat: no-repeat;
	background-position: 0.4em center;
}

/* End of 'westernrod hmenu' */

/* Start of CMSMS style sheet 'westernrod start' */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(uploads/images/pg_bg.gif);
	background-repeat: repeat-y;
	background-color: #EBE9E9;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.pgfrontmiddle {
	color: #FDC816;
	text-decoration: none;
	height: 200px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FDC816;
	border: 5px solid #E6E6E6;
}
.pgbottom {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #E6E6E6;
}
.pgwrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	height: 28px;
	width: 920px;
	font-size: 11px;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
}

.pgfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.pgfooter a {
	color: #666666;
	text-decoration: none;
}
/* End of 'westernrod start' */

