/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; line-height: 13px;
}
div {
	font-size: 1em;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #f4f4f4 url(img/bg_100.png) repeat center top;
}

#pagewrapper {
	width:1000px;
	height:800px;
        margin-top: 20px;
        margin-left:auto;
        margin-right:auto;
        background: #fff url(img/bg_00.jpg) no-repeat top center;
}

#header {
	height: 139px;
	margin: 0;
	padding: 0;
        float: left; display: inline; position: relative; 
}

#header img {
        display: block;
	margin: 0px;
	padding: 0px;
        border: none; float: left;
}

#top-banner { border: none; float:left; margin: 10px 0px 0px 50px; }
#main { width: 1000px; height: 626px; margin: 0; padding: 0; float: left; display: inline; position: relative; }

#content_home_l { width: 410px; float: left; display: box; margin: 220px 0px 0px 7px; margin-bottom: 10px;}
#content_home_r{ width: 370px; font-weight: bold; font-size: 11px; float: left; display: box; margin: 220px 0px 0px 110px; padding:30px; background: url( img/tbg.png ) repeat top left; }

#contentwrapper{ padding: 0px 70px;}
#content { padding: 20px 50px; background: #ffefcb; max-height: 587px; overflow:auto;}
#content h1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 15px; line-height: 17px; color: #ff0000; padding: 3px 5px; margin: 10px 0px; }
#content h4 {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 13px; color: #333; padding: 3px 5px; margin: 10px 0px; background: #bbb;}
#content h2 {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 13px; color: #333; padding: 3px 5px; margin: 10px 0px;}
#content ul { margin-left: 15px; line-height: 17px;}

div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 0px 10px 0px 0px;
/* you can set your own image here */
	background: url(uploads/ngrey/wfootrt.gif) no-repeat right top;
}
#footer {
	padding: 0px; height: 35px;
	color: #333;
        float: left; display: inline; position: relative;
}

#footer p {
	font-size: 11px;
	text-align: center;
	margin: 8px 0px 0px 70px; 
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */

/********************CONTENT STYLING*********************/
/* HEADINGS */

div#content h5 {
	color: #294B5F;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	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;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */

/* End of 'Layout: Top menu + 2 columns' */

