/* Start of CMSMS style sheet 'CSS Bolartdesign' */
/* 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: left;
	font-family: Helvetica, sans-serif;
	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;
}

a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #999999;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #999999;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #000000;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #000;
}
div#pagewrapper {
	width: 59.37em;
	margin: 0 auto;               
}

div#header {
	height: 86px;
	margin: 0;
	padding: 0;
	border-top: 7px solid #C6C7C8;


}


div#menusup{
float: right;
text-align: right;margin-top: -70px;
margin-right: 20px;
position: relative;
display: block;
}

div#header h3 a{
	background: url(uploads/bolart/logo.png) no-repeat left top;
	display: block;
	height: 85px;
	width: 250px;
	text-indent: -999em;
	text-decoration: none;
display: block;
}
div#header h3 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(uploads/bolart/logo.png) no-repeat left top;
display: block;

}


div#content {
	margin: 0.5em auto 2em 0;
	padding: 0px;
                font-size: 10pt;
                min-height: 400px;
}


div#main {
	padding: 5px 10px 10px;
                margin-left: 220px;
                margin-right: 25px;

}

div#main2 {
	padding: 5px 0px 10px 0px;
                margin-left: 24px;
                margin-right: 25px;

}


div#sidebar {
	float: left;
	width: 168px;
	display: inline;
	margin: 0px 25px 0px;
	padding: 0px;
}




div.breadcrumbs {
	padding: 0px 15px 2px 15px;
                margin-left: 24px;
                width: 900px;
                font-size: 70%;
                color: #87888A;
}

div.breadcrumbs a {
	color: #F2921B;
                text-decoration: none;
}

div.breadcrumbs span.lastitem {
	text-decoration: none;
}


div#footer {
                border-top: 1px solid #87888A;
	padding: 3px 15px 30px 15px;
                margin-left: 24px;
	color: #87888A;
                width: 900px;

}

div#footer p {
	font-size: 60%;
	margin: 0;
}

div#footer p a {
	color: #87888A;
                text-decoration: none;
}

div#footer p a:hover{
	color: #F2921B;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
div.left49 {
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}




/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
       font-size: 1.5em;
	margin-top: -22px;
}
div#content h3 {
	color: #294B5F;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #294B5F;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
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 */

/* 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 */

/* LISTS */

/* lists in content need some margins to look nice */
div#main2 ul,
div#main2 ol,
div#main2 dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main2 ul li,
div#main2 ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main2 dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main2 dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main2 dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'CSS Bolartdesign' */

