/* Start of CMSMS style sheet 'Template' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Times New Roman;
   font-size: 14px;
   line-height: 1em; 
   color: #000000;
   background-color: black;
}
/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
   line-height: 1.2em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
   font-weight: normal;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #800000; 
}

a:visited {
   text-decoration: none;
   font-weight: normal;
   background-color: inherit;
  color: #800000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   font-weight: normal;
   background-color: inherit;
   color: #273d6b;
}

a.menulinks:visited,a.menulinks:active,a.menulinks:link{
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}
a.menulinks:hover{
    color: #cdd8ed;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}
/*****************
basic layout 
*****************/
/* center wrapper, min max width */
div#pagewrapper {
   border-left: 0px solid black;
   border-right: 0px solid black;
   margin: 0px auto;     /* this centers wrapper */
   max-width: 990px; /* IE wont understand these, so we will use javascript magick */
   min-width: 990px;
      }
/********************
HEADER STYLING
*********************/
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 182px;    /* adjust according your image size */
	width: 990px;
}
div#header h1 {
/* you can set your own image here  */
   background: #000000;
   display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
div#header a {
/* you can set your own image here  */
   background: none;
   color:#000000;
   display: block;
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
/********************
SIDEBORDER STYLING
*********************/
td.sidebarcontent {
  width:190px;
  margin-right: 5px;
  height: 100%;
  background-color: white;
  border: 0px solid black;
 }
div#sidebarcontent li {padding-left:5px;padding-right:5px;}

 div#sidebarcontent {
   margin: 0px 2px 0px 0px;  /* some air above and under menu and content */
   height: 100%;
   text-align: center;
   padding:3px 5px 5px 5px;
   
 }
div#sidebarcontent h1 {
background-image: url(images/sidebar-headingscroll.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 17px;
	color: #000000;
	font-size: 20px;
             font-style: italic;
	font-family: Times New Roman;
	text-align: left; /* some air around the text */
	padding-top: 0px;
	padding-left: 60px;
	padding-bottom: 3px; /* set borders around header */
	border-bottom: 0px solid #e7ab0b;
	border-left: 0em solid #e7ab0b;
	line-height: 1.2em; /* and some air under the border */
	margin: 0 0 0 0;
	
}

div#sidebarcontent h2{
	height: 17px;
	color: #442d1a;
	font-size: 14px;
             font-style: italic;
	font-family: Times New Roman;
	text-align: left; /* some air around the text */
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3px; /* set borders around header */
	border-bottom: 0px solid #e7ab0b;
	border-left: 0em solid #e7ab0b;
	line-height: 1.2em; /* and some air under the border */
	margin: 0 0 0 0;
}

div#clientsidebar {
    margin: 0px 0px 15px 0px;  /* some air above and under menu and content */
    text-align: left;
}
div#clientsidebar img {
	border: 0;
	text-align: center;
}
td.clientsidebar {
  padding: 6px;
}

div#clientsidebar h1 {
	color: #294B5F; 
	font-size: 1.0em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.0em solid #e7ab0b; 
    line-height: 1.2em;
/* and some air under the border */
    margin: 0 0 0.5em 0;
}
/********************
COLUMN DIVIDER
*********************/
td.blank {width:15px;background-color:#ffffff;}

/********************
CONTENT STYLING
*********************/
td.contentarea {
	width: 795px;
	height: 100% !important;
	margin: 5px 5px 5px 5px;  /* some air above and under menu and content */
	background-color: white;
	border: 0px solid black;
}
div#content {
   margin: 0px 0px 0px 0px;  /* some air above and under menu and content */
   padding:5px;
   height: 100%;
}
td.content {padding:15px;}
div#content td {padding:15px;}

/* HEADINGS */
div#content h1 {
	background-image: url(images/H1-headingscroll.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 26px;
	color: #000000;
             font-style: italic;
	font-size: 24px;
	font-family: Times New Roman;
	text-align: left; /* some air around the text */
	padding-top: 0px;
	padding-left: 100px;
	padding-bottom: 3px; /* set borders around header */
	border-bottom: 0px solid #e7ab0b;
	border-left: 0em solid #e7ab0b;
	line-height: 1.2em; /* and some air under the border */
	margin: 0 0 0 0;
}
div#content h2 {
             color: #273d6b;
	font-size: 18px;
	font-family: Times New Roman;
	text-align: left; /* some air around the text */
	line-height: 1.1em;
             margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #442d1a; 
   font-size: 1.3em;
   line-height: 1.1em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #442d1a; 
   font-size: 1.2em;
   line-height: 1.1em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #442d1a; 
   text-decoration: underline;
   font-size: 1.1em;
   line-height: 1.1em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #442d1a; 
   text-decoration: underline;
   font-size: 1em;
   line-height: 1.1em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/********************
COPYRIGHT STYLING
*********************/
td.legalCopyright {font-size: 12px; color:black;}
.legalCopyright {font-size: 12px; color:black;}
.legalCopyright a {font-size: 12px; color:#800000; text-decoration:none}
.legalCopyright  a hover {font-size: 12px; color:#800000; background-color:none;}

/********************
LISTS STYLING
*********************/
/* lists in content need some margins to look nice*/ 
div#content ul,
div#content ol,
div#content dl {
   font-size: 1.0em;
   line-height: 1.2em;
   margin: 0 0 1.5em 0;
}

div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #442d1a;
}

/********************
TEXT STYLING
*********************/

p {
   font-size: 1em;
   margin: 0 5px 1.5em 0; /* some air around p elements */
   line-height: 1.2em;
   padding: 0;
}

legend {
   font-weight: bold;
   padding: 0.3em;
   color:#442d1a;
}

blockquote {
   border: 0px solid #ddd;
   margin-left: 35px;
   margin-top: 10px;
   padding: 0px;
   line-height: 1.2em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: sans-serif;
 font-size: 1em;
}
FIELDSET {
	padding: 0.0em;
	margin: 0.0em 0em;
	border: 0px solid #956235;
	}

/* End of 'Template' */

/* Start of CMSMS style sheet 'cchforms' */
<style type="text/css"> 

.cchforms FIELDSET {  	
      PADDING-RIGHT: 0em;
      PADDING-LEFT: 0em;
      PADDING-BOTTOM: 0em;
      PADDING-TOP: 0em;  
} 
.cchforms FIELDSET LEGEND { 
     FONT-WEIGHT: bold;
} 

.cchforms DIV {  	
     PADDING-RIGHT: 10px;
     PADDING-LEFT: 35px;
     PADDING-BOTTOM: 0.25em;
     PADDING-TOP: 0.90em; 
} 
.cchforms DIV LABEL { 
     DISPLAY: block; WIDTH: 40em;
     FONT-WEIGHT: bold;
     FONT-FAMILY: Arial;
     FONT-SIZE: 11px;
} 
.cchforms DIV.required { 
     COLOR: #800000; 
}

</style>
/* End of 'cchforms' */

