/* Start of CMSMS style sheet '3 Column Content Page' */
/* Basic 3 Column Layout*/


/*
position content area and drop in the background image
*/
div#content {
	width: 100%;
	background-image: url(images/cms/3Col_bg.gif);
	background-repeat: repeat;
	margin: 0px auto 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acc3d3;
}



div#main {
	margin-left: 210px;
	width: 460px;
	padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom:2px;
	margin-right: 210px;
	position: relative;
}


div#rSidebar {
	float: right;        
	width: 205px;     
	display: inline;
	margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
}



/********************
CONTENT STYLING
*********************/


/* HEADINGS */
div#content h1 {
	font-size: 1.2em;
	color: #333333;
	margin-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div#content h2 {
	color: #333333;
	font-size: 1.12em;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.2em;
}
div#content h3 {
	color: #003366;
	font-size: 1.12em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #333333;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #003366;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #8f0606;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
}
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 */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

div#main ul li,
div#main ol li {
	margin-top: 0;
	margin-right: 3em;
	margin-bottom: 0.25em;
	margin-left: 3em;
}

/* definition lists topics in bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 1em 1em;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
}


/* END LISTS */

/* Item column style */

.blueItemBox {
	background-color: #b9c9d5;
	background-image: url(images/cms/blueItem_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #6b8da6;
	border-right-color: #6b8da6;
	border-bottom-color: #6b8da6;
	border-left-color: #6b8da6;
	padding: 5px;
	margin-bottom: 1em;
	width: 192px;
	font-size: .9em;
	text-align: left;
}
.blueItemBox img {
	text-align: center;
	border: 1px solid #999999;
}

.blueItemBox ul li,
.blueItemBox ol li {
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0.35em;
	margin-left: 1.5em;
	list-style-type: square;
	text-align: left;
}

p.caption {
	color: #333333;
	line-height: 1.2em;
	margin-top: 2px;
	margin-bottom: 2px;
    text-align: left;
}

/*
landing page items
*/

#main .landingHeader {
	padding: 0px 0px 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B8DA6;
}

#main .landingHeader img{

}



#main .smlandingItems {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 0.75em;
	position: relative;
	padding: 0px;
	width: 460px;
}

#main .smlandingItems p {
	line-height: 1.2em;
	margin-bottom: .75em;
}

#main .smlandingItems  a {
	text-decoration: none;
}


#main .smrightLandingItem {
	float: right;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main .smrightLandingItem img {
	padding: 2px;
	float: left;
	margin-right: 5px;
	border: 1px solid #C0C0C0;
}

#main .smleftLandingItem {
	float: left;
	width: 220px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#main .smleftLandingItem img {
	padding: 2px;
	float: left;
	margin-right: 5px;
	border: 1px solid #C0C0C0;
}

#main .smfeaturelandingItems {
	font-size: 0.9em;
	margin-bottom: 1em;
	position: relative;
	float: left;
	width: 450px;
	background-color: #D8E1E9;
	padding: 5px;
	border: 1px solid #FFFFFF;
}


#main .smfeaturelandingItems p {
	line-height: 1.2em;
	margin-bottom: .75em;
}

#main .smfeaturelandingItems  a {
	text-decoration: none;
}


#main .smfeature {
	padding: 0px;
}

#main .smfeature img {
	padding: 2px;
	float: left;
	margin-right: 5px;
	border: 1px solid #333333;
}

#main .smfeature h4 a:link {
	color: #333333;
	text-decoration: underline;
}

#main .smfeature h4 a:visited {
	color: #333333;
	text-decoration: underline;
}

#main .smfeature h4 a:active {
	color: #333333;
	text-decoration: underline;
}

#main .smfeature h4 a:hover {
	color: #4e84ab;
	text-decoration: none;
}


#main .smfeature a {
	text-decoration: underline;
}

#main .smfeature a:link {
	text-decoration: underline;
}

/* End of '3 Column Content Page' */

