/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
html {height: 100%; }
body {min-height: 101%;
}

* {
	margin: 0;
	padding: 0;
}

div {
	font-size: 1em;
}

img {
	border: 0;
}

a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #2495cd;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #2495cd;
}

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

body {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	margin-top: 20px;
	padding: 0;
	color: #303031;
	background: #fff url(images/bg.jpg) repeat-x left top;
}

div#pagewrapper {
width: 960px;
margin: 0 auto;
}
div#headbox {
height: 110px;
}


div#header {
	margin-bottom: 10px;
	padding: 0;
	height: 35px;
width: 245px ;

}

* html div#header {
margin-bottom: 0px;
}


div#header h1 a {
	background: url(images/logo.gif) no-repeat left 50px;
	height: 100px;
	display: block;
	text-indent: -999em;
	text-decoration: none;
border-bottom: 2px solid #303031;
}
div#header h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	background: url(images/logo.gif) no-repeat left 50px;
}

div#header p {
margin-top: 10px;
letter-spacing: 0.2px;
}


div.crbk {
	margin: 0;
	padding: 0;
}

div#box1 {

padding: 10px;
background-color: #fff;
border: 1px solid #e6e6e6;
}

div#box2 {
margin-top: 20px;
padding: 10px;
background-color: #fff;
border: 1px solid #e6e6e6;
}

div#box3 {

margin-top: 20px;
padding: 10px;
background-color: #fff;
border: 1px solid #e6e6e6;

} 

div#content {
clear: both;
margin:0;
padding: 0px;
}

div#mainbox {
width: 590px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 320px;
margin-right: 50px;
background-color: #fff;
}

* html div#mainbox {
float: right;
display: inline;
width: 590px;
margin-top: -591px;
margin-bottom: 10px;
margin-left: 300px;
margin-right: 50px;
background-color: #fff;
}

div#main {
margin-top: 30px;
padding: 10px;
}

div#main a {
color: #999;
}

div#banner {
height: 250px;
padding: 0;


}

* html div#banner {
padding: 0;

}


div#sidebar {
	float: left;
	width: 285px;
	display: inline;
	margin: 100px 0px 20px 0px;
	padding: 0px;

}


div#footer {
border-top: 1px solid #ddd;
	clear: both;

}

div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: center;
	margin: 0;
	color: #999;
}

div#footer p a {
	color: #999;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}


div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #555;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

div#content h3 {
	color: #555;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #555;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
border-bottom:1px dashed #000000;

}
div#content h5 {
	color: #555;
	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;
}

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;
}

div#box1 h3 {
background: #feb316 url(images/bg_box1.jpg) repeat-x left top;
color: #303031;
padding: 5px;
font-weight: normal;
text-transform: uppercase;
}

div#box2 h3 {
background: #c4c48b url(images/bg_box2.jpg) repeat-x left top;
color: #303031;
padding: 5px;
font-weight: normal;
text-transform: uppercase;
}

div#box3 h3 {
background: #c4c48b url(images/bg_box2.jpg) repeat-x left top;
color: #303031;
padding: 5px;
font-weight: normal;
text-transform: uppercase;
}











/* 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 */

input {
width: 300px;
margin-bottom: 10px;
}

label {
float: left;
width: 100px;
}

.formbuilderform textarea {
width: 300px;
height: 100px;
}
.fbsubmit {
width: 300px;
margin-left: 100px; }

#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 10px 0px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}

#newsticker li{
	font-weight: bold;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}


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

