/* Start of CMSMS style sheet 'CBF_Sub_page_Style' */
@charset "utf-8";
/*****************
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;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	background-image: url(uploads/images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
                zoom: 1;
}
/* This is the page background gradient at the top of every page */
.background_top_gradient {
	background-image: url(uploads/images/background_top_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.page_wrapper {
	width: 828px;
	margin: 0 auto;
	text-align: left;
	border-left: solid 1px; color: #666666;
	border-right: solid 1px; color: #666666;
}
.page_body {
	background-color: #FFFFFF;
	background-image: url(uploads/images/sub_level_page_top_gradient.png);
	background-repeat: no-repeat;
	background-position: left top;
                padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: .5em;
}
.page_body_gradient {
	background-color: #FFFFFF;
	background-image: url(uploads/images/sub_level_page_bottom_gradient.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 828px;
}
.footer_gradient {
	width: 830px;
	height: 111px;
	background-image: url(uploads/images/footer_gradient.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
div#main {
  width: 778px;
  margin: 0 auto;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
   font-family: Arial, Helvetica, sans-serif;
}
/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}
/* This is the font we will use for the footer navigation links */
.arial12gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 1.2em;
                text-decoration: none;
}.arial12yellowbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
                text-decoration: none;
}
.arial12bluebld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
                text-decoration: none;
}
.arial12greenbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00CC00;
                text-decoration: none;
}
.arial12orangebld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
                text-decoration: none;
}
.arial12ltbluebld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66CCCC;
                text-decoration: none;
}
.arial12ltbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777460;
	line-height: 1.2em;
                text-decoration: none;
}
.arial18white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.2em;
                text-decoration: none;
}
a:hover {
                text-decoration: underline;
}
/********************
CONTENT STYLING
*********************/
/* TEXT */

p {
   font-size: 1em;
   line-height: 1.4em;
   padding-bottom: 10px;
}

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;
}

/* 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: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* END TEXT */

div#main h3 {
  line-height: 2em;
}

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* END LISTS */
/* End of 'CBF_Sub_page_Style' */

