/* Start of CMSMS style sheet 'Layout: HTR' */
/* 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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	/*line-height: 1em;*/
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
a, a:link a:active {
/* set all links to have underline */
	text-decoration: underline;
/* 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;
/* this is a bluish color, you change this for all default link colors */
	color: #9f0202;
}
a:visited {
/* keeps the underline */
	text-decoration: underline;
	background-color: inherit;
/* a different color is used for visited links */
	color: #327e00;
}
a:hover {
/* remove underline on hover */
	text-decoration: none;
	background-color: inherit;
/* using a different color makes the hover obvious */
	color: #9f0202;
}
/*****************basic layout *****************/
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
/* default text color for entire site*/
	color: #333;
/* you can set your own image and background color here */
	background: #FFF url(uploads/htr/bodyshadow.jpg) repeat-y center top;
}
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	max-width: 760px;
	min-width:760px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	color: black;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 119px;
	margin: 0;
	/*padding: 0px 0px 0px 0px;*/
/* you can set your own image here, will go behind h1 a image */
	background: #9f0202 url(uploads/htr/header.jpg) no-repeat left top;
/* border just the bottom */
	border-bottom: 1px solid #000;
        cursor: pointer;
}

div#header h1{
        color: white;
        font-size: 14pt;
        float:right;
        margin: 45px 100px 0px 0px;
}

div#searchBar {
/* adjust according your image size */
	height: 20px;
	margin: 0;
	/*padding: 0px 0px 0px 0px;*/
/* you can set your own image here, will go behind h1 a image */
	background: #D8D7DA;
/* border just the bottom */
	border-bottom: 1px solid #000;
}


div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */

/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */

}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#search {
/* position for the search box */
        padding:1px 0px 0px 2px;
/* enough width for the search input box */
	width: 280px;
	text-align:left;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: 1px solid white;
        color: white;
	height: 17px;
	width: 40px;
	margin: 0px 0px 0px 5px;
	padding: 0px 2px 5px 0px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
	background-color:#9f0202; 
}

/* a class for Submit button for the search input box */
input.search-input {
	border: 1px solid black;
	height: 15px;
        width: 140px;
	margin: 0px 0px 0px 0px;
        font-weight: bold;
}

div#content {
/* some air above and under menu and content */
        width: 760px;
        margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
        width:550px;
        float:left;
}

div#pageTitle{
        width: 434px;
        height: 50px;
        float:left;
        padding: 0px 0px  0px 40px;
        font-weight: bold;
        font-size: 14pt;
}

div#pageContentTop{
        float:left;
        width:550px;
        height:11px;
        /*border: 1px solid black;*/
        margin-top: 1px;
}

div#pageContent{
        float:left;
        width:520px;
        /*border: 1px solid black;*/
        padding: 27px 15px  17px 15px;
}

div#pageContentBottom{
        float:left;
        width:550px;
        height:13px;
        /*border: 1px solid black;*/
}



div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 150;
        border-right: 1px solid black;

/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 20px;
	padding: 15px 0px 0px 15px;
/* you can set your own image here */
	/*background: url(uploads/ngrey/mainrt1.gif) no-repeat right top;*/
        background-color:#9f0202;
        color: white;
}
div#sidebara {
	padding: 0px 0px 0px 0px;
/* you can set your own image here */
	/*background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;*/
}


div#logIn{
       width: 161px;

       padding: 30px 5px 5px 10px;
}

div#logIn2{
       width: 161px;

       padding: 30px 5px 5px 10px;
}

div#logIn a{
       color: white;
       font-weight: bold;
       text-decoration: none;
}

div#logIn a:hover{
       color: yellow;
       font-weight: bold;
       text-decoration: none;
}

div#logIn a:visited{
       color: white;
       font-weight: bold;
       text-decoration: none;
}

div#rss{
       padding: 30px 5px 5px 10px;
       font-size:8pt;
}


div#rss a{
       color: white;
       font-weight: bold;
       text-decoration: none;
}

div#rss a:hover{
       color: yellow;
       font-weight: bold;
       text-decoration: none;
}

div#rss a:visited{
       color: white;
       font-weight: bold;
       text-decoration: none;
}


/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 0px;
	border-bottom: 1px solid white;
	margin: 3px 0px 5px 0px;
}

div.hr2 {
	border-bottom: 1px solid white;
	padding: 3px 20px 5px 0px;
}


div.hr2b {
	border-bottom: 1px solid black;
	padding: 3px 20px 3px 0px;
        margin: 0px 0px 10px 0px;
}

/
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
      font-size:15pt;
      margin-bottom:2px; 
}
div#content h2 {
      font-size:14pt;
      margin-bottom:2px; 
}
div#content h3 {
      font-size:12pt;
}
div#content h4 {
      font-size:11pt;
      color: #A20202;
}
div#content h5 {
      font-size:10pt;
      color:#008D41;
}
h6 {

}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 10pt;
/* some air around p elements */
	margin: 0 0 8px 0;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}

/* LISTS */
/* lists in content need some margins to look nice */
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;
}
/* definition lists topics on bold */
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 */
/* End of 'Layout: HTR' */

