/********** General **********/
*, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size:100%;
}
.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
}

/***** Images *****/
img {
    border: none;
    margin: 10px 20px;
}
body #container #content img.inline-button {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
}


/********** Masthead **********/
#masthead {
    width: 980px;
    height: 114px;
	background: #eaeaea url(images/headerbg.jpg) top center repeat-x;
	border: 1px solid #666666;
	margin: 0 auto 1px auto;
}
#logo {
    padding: 16px 0 16px 10px;
}
#logo h1 {
    font-size: 2em;
    font-family: serif;
}
#logo a {
    text-decoration: none;
    color: #000000;
}
#slogan {
    margin-left: 20px;
    color: #ffffff;
    background: transparent;
}

/********** Main Content **********/
#container {
    width: 980px;
    margin: auto;
    background: #fff url(images/containerbg.jpg) top right repeat-y;
    border: 1px solid #666666;
}
#content {
    width: 770px;
	margin: 5px 0;
	float: left;
	background: #ffffff;
    min-height:480px;
}
#content h1 {
	background-image: url(images/h1bg.jpg);
	padding: 4px 0 4px 20px;
	margin: 10px 2px 2px 2px;
	border: 1px solid #666666;
	height: 17px;
	font-family: serif;
	font-size: 1em;
}
#content h2 {
	padding: 1px 1px 1px 20px;
	margin: 5px 2px 2px 2px;
	border: 1px solid #666666;
	height: 17px;
	font-family: serif;
}
#content ul, #content ol {
    margin: 10px 8em 10px 6em;
    font-size:0.875em;
    text-align: justify;
}
#content ul {
    list-style-image: url(images/li.jpg);
}

#content li {
    margin-bottom: 5px;
}
#content li img {
    margin-left: -4em;
}
#content img {
    padding: 5px;
    border: 1px dotted #e4e4e4;
}
#content p {
    padding: 10px 20px;
    font-size:0.875em;
    color: #666666;
}
#content p a {
    color: #8d96a5;
}
#content pre, #content code {
    margin: 10px 50px 10px 30px;
    max-height: 300px;
    font-family: monospace;
    background: #eaeaea;
    padding: 10px;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    overflow: auto;
}

/***** Ditto output *****/
div.ditto_item {
    margin: 10px 40px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #e4e4e4;
}
div.ditto_item .ditto_pageTitle {
	background-image: url(images/h1bg.jpg);
	padding: 4px 0 4px 20px;
	margin: 0 0 10px 0;
	border: 1px solid #666666;
	height: 17px;
	font-family: serif;
	font-size: 1em;
}
div.ditto_item .ditto_pageTitle a {
    text-decoration: none;
    color: #000000;
}
div.ditto_item div.ditto_documentInfo {
    font-size: 0.75em;
    font-style: italic;
}
div.ditto_item div.ditto_introText {
    margin-top: 10px;
}

/********** Jot **********/
.jot-form {
    
}
.jot-form fieldset {
    border: none;
    padding: 10px;
    margin: auto;
    width: 80%;
}
.jot-form textarea {
    display: block;
    width: 500px;
}
.jot-form input {
}
.jot-form fieldset#captcha label {
    display: block; 
    float: left;
    margin-top: 30px;
}
.jot-form fieldset#captcha img {
    float: left;
} 
.jot-form fieldset#buttonset input {
    margin-left: 130px;
} 
.jot-nav {
    margin-left: 40px;
}
.jot-mod {
    width: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.jot-mod a {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}
.jot-mod img {
    margin: 0;
    padding: 0;
}
.jot-row {
    margin: 20px;
    padding: 10px;
    position: relative;
}
.jot-row-alt {
    background: #dedede;
}
.jot-row hr {
    width: 60%;
    margin-bottom: 5px;
}
.jot-extra {
    width: 150px;
    float: right;
}
.jot-extra a {
    color: #8d96a5;
}
/********** Sidebar **********/
#sidebar {
    width: 200px;
    float: left;
    font-size:0.75em;
    margin: 5px 0;
}
#sidebar h1 {
	background-image: url(images/h1bg.jpg);
	padding: 4px 0 4px 20px;
	margin: 10px 0 10px 2px;
	border: 1px solid #666666;
	height: 17px;
	font-family: serif;
	font-size: 1.25em;
}

/***** Menu *****/
#sidebar ul {
    list-style: none;
    margin-left: 20px;
}
#sidebar ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 3px;
}
#sidebar ul li a:hover {
    text-decoration: underline;
}
#sidebar ul li.active a {
    font-weight: bold;
}
#sidebar ul li.active ul li a {
    font-weight: normal;
}
#sidebar ul li.active ul li.active a {
    font-weight: bold;
}

/********** Footer **********/
#footer {
    height: 27px;
    padding-left: 20px;
    line-height: 27px;
    font-size: 0.9em;
	background: #eaeaea url(images/footerbg.jpg) left top repeat-x;
	color: #ffffff;
}