/* Start of CMSMS style sheet 'Main Style' */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}

div { font-size: 1em; }
img { border: 0; }

/*****************links *****************/
a, a:link, a:active, a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #ece2da;
}

a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #a58c79;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #201a16;
}

#footer a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #796d63;
}

#educo {
float:right;
width:30px;
height:39px;
margin-right:10px;
background: url(images/educo.gif)
}
#educo:hover { background-position: 0pt -39px;}
#educo span {display:none;}

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #130b06;
	background:#796d63 url(images/bg.jpg) repeat-x;
}

body#intro{
	margin: 0;
	padding-top:100px;
	color: #130b06;
        text-align:center;
	background:#221d1a url(images/intro_bg.jpg) repeat-x;
}

div#header {
	height: 150px;
        width:1200px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header_bg.jpg) no-repeat;
}

div#content {
	margin: 0;
}

div#main { padding: 2em 0 75px 0; width:930px; margin:0 auto; background: url(images/car.png) no-repeat bottom right;}

*div#main { background: url(images/car.gif) no-repeat bottom right;}


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {padding-bottom: 100px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;} 

div#footer {
	color: #796d63;
        background:#ece2da url(images/footer_bg.jpg) repeat-x;
        border-top:1px solid #a79587;
}

div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
	text-align: center;
	margin: 0;
        padding:1em 0;
}


/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/

.left { float:left; margin-right:1em;}
.right { float:right; margin-left:1em;}
.border, .img img { border:1px solid #ece2da;}

/* HEADINGS */

div#content h1 {
	color: #ece2da;
	font-size: 2em;
	text-align: left;
	padding-bottom:2px;
        border-bottom:1px solid #ece2da;
        font-weight:normal;
	line-height: 1.5em;
        font-family: Rockwell, 'Myriad Pro', sans-serif;
	margin: 0 0 0.5em 0;
}

div#content h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1em 0 0.5em 0;
}

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 {
	font-size: 1em;
	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 */
/* End of 'Main Style' */

