/* Start of CMSMS style sheet 'Layout: CSHRM' */
/* Accessibility */
/* menu links accesskeys */
span.accesskey {
text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
position: absolute;
left: -5000px;
width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
background-color: #inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clear {
height: 0;
clear: both;
width: 100%;
visibility: hidden;
}

* html>body .clearfix {
display: inline-block;
width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
clear: right;
width: 90%;
/* End hide from IE-mac */
}
/* end clearing */

* {
margin: 0;
padding: 0;
}
body {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6em;
font-size: 12px;
}
div {
font-size: 12px;
}
img {
border: 0;
}
a, a:link a:active {
text-decoration: underline;
background-color: inherit;
color: #ee4f2b;
outline: none;
}
a:visited {
text-decoration: none;
background-color: inherit;
}
a:hover {
text-decoration: underline;
background-color: inherit;
color: #385C72;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
line-height: 1em;
margin: 0 0 0;
color: #60a2d3;
font-size: 18px;
font-weight: normal;
padding: 0;
}
div#content h2 {
color: #6da8d3;
font-size: 15px;
padding: 4px 0 10px;
}
div#main h2 {
border-top: 1px dashed #bbbaba;
padding: 10px 0 0;
}

div#main h2 a {
color: #6da8d3;
text-decoration: none;
}

div#main h2 a:hover {
text-decoration: underline;
}

/* END HEADINGS */

/* TEXT */
p {
font-size: 12px;
margin: 0 0 15px 0;
line-height: 1.6em;
padding: 0;
}
blockquote {
border-left: 10px solid #ddd;
margin-left: 10px;
}
strong, b {
font-weight: bold;
}
em, i {
font-style: italic;
}
/* END TEXT */
/* LISTS */
div#main ul, div#main ol, div#main dl {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
margin: 0 0 0.25em 3em;
color: #78b0d9
}
div#main dl {
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
font-weight: bold;
margin: 0 0 0 1em;
}
div#main dl dd {
margin: 0 0 1em 1em;
}
/* END LISTS */

/*****************basic layout *****************/
body {
margin: 0;
padding: 0;
color: #706f6e;
background: #61a2d3 url(uploads/cshrm/bgtile.jpg) repeat-x left top;
}
div#pagewrapper {
width: 970px;
padding: 50px 10px 10px;
margin: 0 auto;
background-color: #fff;
}
div#header {
clear: both;
padding: 0 0 11px;
margin: 0;
}
div#nav {
padding: 0 0 25px;
width: 100%;
}
div#nav-home {
padding: 0 0 5px;
width: 100%;
}

div#menu_right {
margin: 0;
float: right;
text-align: right;
font-size: 13px;
width: 150px;
}
div#menu_right a {
color: #ffbe78;
text-decoration: none;
line-height: 1em;
}
div#menu_right a:hover {
color: #ed3f18;
text-decoration: underline;
}
div#content {
clear: both;
float: left;
margin: 0;
width: 970px;
}
div#banner {
margin: 0;
padding: 0px 16px;
background: #f45e21 url(uploads/cshrm/orangebar.gif) no-repeat left top;
height: 45px
}
div#banner h1 {
line-height: 45px;
color: #fff;
letter-spacing: 0.08em;
}
div#banner h2 {
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
letter-spacing: 0.04em;
line-height: 44px;
padding: 0;
}
div#banner .pagetitle {
color: #FFFFFF;
width: 700px;
float: left;
}
div#banner .email {
color: #FFFFFF;
float: right;
font-size: 11px;
line-height: 15px;
margin: 0;
padding: 14px 0 14px 10px;
text-transform: uppercase;
width: 200px;
}
div#banner .email img {
padding: 0 0 0;
float: right;
}

div#banner .email span {
float: right;
margin: 1px 8px 0;
text-align: right;
}

div#banner .email a,
div#banner a {
text-decoration: none;
color: #fff;
font-weight: normal;
}
div#banner .email a:hover,
div#banner a:hover {
color: #FFE4BD;
}

div#main-wrapper {
padding: 56px 0 0 0;
margin-left: 206px;
}
div#main {
width: 445px
}
div#content #main h1 {
line-height: 1em;
margin: 0 0 0 -45px;
color: #60a2d3;
font-size: 20px;
font-weight: normal;
padding: 0 0 18px;
letter-spacing: 0.03em;
}
div#content #main h2 {
margin: 0 0 0 -45px;
line-height: 3em;
}
div#content #main h2 img {
margin: 0 0;
float: left;
}
div#sidebar {
float: left;
width: 145px;
display: inline;
margin: 0px 0px 20px;
padding: 56px 0 0 0;
}
div#login {
padding: 0 0 0 0;
}
div#sidebarb {
float: right;
width: 290px;
display: inline;
margin: 0px 0px 20px;
padding: 0;
}
div#sidebarb p {
font-size: 12px;
margin: 0 0 10px 0;
line-height: 1.6em;
padding: 0;
}
div#footer {
padding: 26px 20px 22px;
color: #c0b9ad;
background-color: #ffedcf;
clear: both;
}
div.fooleft {
width: 600px;
}
div.footrt {
float: right;
width: 200px;
margin-left: 20px;
text-align: right;
}
div#footer p {
font-size: 10px;
padding: 0;
margin: 0;
}
div#footer p a {
color: #f16945;
}
/* Because we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
height: 1px;
padding: 1em;
border-bottom: 1px dotted black;
margin: 1em;
}

.error {
color: ##6DA8D3;
}

.logout {
text-align: right;
}


/* Large radius image backgrounds */
.rounded {
position: relative;
background: #ffe4bd url(uploads/cshrm/box_bgtile.jpg) repeat-x;
padding: 36px;
}
.rounded b.cn {
height: 10px;
width: 10px;
background: url(uploads/cshrm/white.png) no-repeat;
position: absolute;
}
.rounded b.tl {
top: -1px;
left: -1px;
background-position: top left;
}
.rounded b.tr {
top: -1px;
right: -1px;
background-position: top right;
}
.rounded b.bl {
bottom: -1px;
left: -1px;
background-position: bottom left;
}
.rounded b.br {
bottom: -1px;
right: -1px;
background-position: bottom right;
}
/* IE Filters */
    * html .rounded b.bl {
bottom: -2px
}
* html .rounded b.br {
bottom: -2px
}
* html .rounded b.cn {
background-image: url(uploads/cshrm/white.gif);
}

div#content .rounded h2 {
font-size: 12px;
}
div#content .rounded p {
color: #6DA8D3;
}
div#content .rounded strong,
div#content .rounded b {
color: #F16945;
}


#slideshow {
height: 255px;
width: 478px;
padding: 0;
margin: 0 0 0 -45px;
}
 
#slideshow img {
height: 245px;
width: 478px;
top: 0;
left: 0;
padding:0 0 10px 0;
}

/********************MENU*********************/

div#menu_horiz {
width: 760px;
margin: 0;
line-height: 1em;
font-size: 13px;
}
div#menu_horiz ul {
list-style-type: none;
margin: 0;
display: inline;
}
/* menu list items */
div#menu_horiz li {
float: left;
list-style: none;
margin: 0;
padding: 0 16px;
background: #fff url(uploads/cshrm/div.gif) no-repeat left 1px;
}

div#menu_horiz li.Home {
padding: 0 16px 0 0;
background: none;
}

/* the links, that is each list item */
div#menu_horiz a {
margin: 0;
text-decoration: none;
color: #b4b3b3;
display: block;
}
/* hover state for links */
div#menu_horiz li a:hover {;
color: #ee522f;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li.menuactive, 
div#menu_horiz li.menuactive a:hover,
div#menu_horiz li.currentpage {
color: #ee522f;
}

/******************** SUB NAV - Vertical Menu *********************/
#menu_vert {
margin: 0;
padding: 0 0 0 18px;
}
#menu_vert ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#menu_vert li {
list-style: none;
margin: 0 0 10px;
padding: 0 0 0 12px;
background: #fff url(uploads/cshrm/plus.gif) no-repeat left center;
line-height: 1.3em;
}
#menu_vert li.currentpage {
color: #fa7144;
}
#menu_vert li.menuactive {
margin: 0;
padding: 0px;
}
#menu_vert li.menuactive ul {
margin: 0;
}
#menu_vert li.activeparent {
margin: 0;
padding: 0px;
}

/* fix IE6 bug with display:block; */
* html #menu_vert li {
height: 1%;
}
* html #menu_vert li a {
height: 1%;
}
* html #menu_vert li hr {
height: 1%;
}
/** end fix **/

/* first level links */
div#menu_vert a {
display: block;
color: #b4b3b3;
text-decoration: none;
}
/* hover state for all links */
div#menu_vert a:hover {
color: #fa7144;
}
#footer ul {
/* some margin is set in the footer padding */
   margin: 0px;
/* calling a specific side, left in this case */
   margin-left: 5px;
padding: 0px;
/* remove any default bullets, image used in li call */
   list-style: none;
}
#footer ul li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* float left to set first level li items across the top */
   float:left;
/* a little margin at top */
   margin: 5px 0px 0px;
/* padding all the way around */
   padding: 5px;
/* you can set your own image here, used for consistency */
   background: url(uploads/ngrey/dot.gif) no-repeat left 10px;
}
#footer ul li a {
/* this will make the "a" link a solid shape */
   display:block;
margin: 2px 0px 4px;
padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a" */
#footer li h3 {
font-weight: normal;
font-size: 100%;
margin: 2px 0px 2px 0px;
padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
font-weight: normal;
font-size: 100%;
margin: 0px;
padding: 0px 5px 5px 5px;
}
#footer ul li li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* remove float so they line up under top li */
   float:none;
/* less margin/padding */
   margin: 0px;
padding: 0px 0px 0px 5px;
/* you can set your own image here, used for consistency */
   background: url(uploads/ngrey/dot.gif) no-repeat left 3px;
}
/* fix for IE6 */
* html #footer ul li a {
margin: 2px 0px 0px;
padding: 0px 5px 5px 5px;
}
* html #footer ul li li a {
margin: 0px 0px 0px;
padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */
#footer ul ul {
/* remove float so they line up under top li */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
padding: 0;
}
#footer ul ul ul {
/* remove float so they line up under li above it */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
padding: 0;
}

/* FORMS */
form {
margin-top: 0;
}
form, td, th, li {
font-size: 100%
}
form div {
clear: both;
padding: 0 0 10px
}


form div.hidden {
padding: 0
}
textarea {
margin: 5px 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.2em;
color: #7f7e7d;
width: 325px;
padding: 5px
}
input {
border: 1px solid #a09e9d;
color: #7F7E7D;
padding: 2px;
}

.paypal input {
border: none;
}
#mf085fmoduleform_1 {
float: left;
}

#mf085fmoduleform_1 input,
#me62b2moduleform_1 input {
	/*border:1px solid #7f7e7d;*/
	border:1px solid #a09e9d;
}


input.checkbox {
border: none;
margin-left: 5px;
padding: 0 5px;
}
label {
display: block;
float: left;
width: 150px;
}

label.label {
display: inline;
float: none;
width: 50px;
font-size: 10px;
}

.radio div label {
width: 200px;
display: inline;
}
.radio div {
padding: 0;
}

.radio div input {
border: none;
}
.textarea label {
width: 400px;
}
textarea {
border: 1px solid #A09E9D;
}
.message {
padding: 0 0 8px 0;
}

.submit {
margin-top: 5px
}

#login input.fsubmit,
.contactform input.fbsubmit,
.stacked input.fbsubmit {
background-color: #F45E21;
border: 1px solid #FFFFFF;
color: #FFFFFF;
padding: 4px;
width: 96px;
}

.stacked label {
display: block;
float: none;
width: 150px;
}

#login input {
width: 150px;
}

#login input.fsubmit, {
width: 50px;
}

.error_message {
color: #EE4F2B;
}

div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
}
div#news h2 {
line-height: 2em;
/* you can set your own image here */
	background: url(uploads/ngrey/darknav.png) repeat-x left center;
color: #f5f5f5;
border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
border-top: 1px solid #ccc;
margin-top: 0.5em;
padding: 0.2em 0;
}
#NewsPostDetailContent {
margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}

/* End of 'Layout: CSHRM' */

