*, html, body {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    font: 100%/1.25 arial, helvetica, sans-serif;
    background:#edebec;
    color: #000;
    width:100%;
}
form input {
    padding: 3px 5px;
    border: 3px ridge #7c3f46;
}
/********** Layout **********/
#wrap {
    width: 980px;
    margin: auto;
    background: url(images/wrapbg.jpg) top right repeat;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}
#header {
    width: 980px;
    margin: auto;
}

#content {
    margin:0 0 10px 255px; 
    text-align:left;
}
#leftside {
    clear:left; 
    float:left; 
    margin:0; 
    padding:0; 
    width:254px;
}
#footer {
    width: 980px;
    height: 40px;
    margin: auto;
}
.clearing {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/********** Masthead **********/
#header {
    height: 100px;
    background: #edebec url(images/top.gif) top left repeat-x;
}
#header h1 {
}
#header ul {
}
#header img {
}
#header a {
    color: white;
}

/***** logo *****/
#logo {
    width: 254px;
    height: 48px;
    margin-top: -20px;
    float: left;
    background: #edebec;
}
#logo h1 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #9a0116;
    height: 48px;
    line-height: 48px;
}
#logo a {
    color: #9a0116;
    text-decoration: none;
}
/***** Top Menu *****/
#topmenu {
    width: 600px;
    height: 26px;
    line-height: 26px;
    background: #9a0116 url(images/topmenu.jpg) top right no-repeat;
}
#topmenu p {
    margin-left: 20px;
    color: #ffffff;
    font-size: 0.8em;
}
#topmenu a {
    display: block;
    margin-left: 20px;
    color: #ffffff;
    font-size: .9em;
    text-decoration: none;
}
#topmenu span {
    font-size: 0.9em;
}

/***** Search *****/
#search {
    position: relative;
    height: 46px;
    float: right;
    width: 300px;
    padding-right: 20px;
}
#ajaxSearch_form {
    text-align: right;
}
#ajaxSearch_form fieldset {
}
#ajaxSearch_submit {
    border: none;
    width: 24px;
    height: 22px;
    background: url(images/search.jpg);
}
#ajaxSearch_output {
    font-size: 90%;
    background-color: #efefef;
    border: 1px solid #cecece;
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 1;
    padding: 5px;
    margin: 0;
}
#ajaxSearch_output a {
    color: #6f6c6c;
    text-decoration: underline;
}
.AS_ajax_result {
    color: #6f6c6c;
    margin-bottom: 3px;
    font-size: 0.9em;
}
/***** Main Menu *****/
#mainmenu {
    float: right;
    height: 28px;
    line-height: 28px;
    background: #940111 url(images/mainmenu.jpg) bottom left no-repeat;
    width: 726px;
}
#mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
}
#mainmenu li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
#mainmenu li a {
    display: block;
    float: left;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 0.8em;
    text-decoration: none;
}
#mainmenu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 170px;
	line-height: 1.1em;

	font-weight: normal;
	background: #fff;
	padding: 10px 0 0 5px;
	border-right: 3px groove #940111;
	border-left: 3px groove #940111;
	border-bottom: 3px groove #940111;
}
li > ul {
	top: auto;
	left: auto;
}
#mainmenu li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	padding: 0 0 5px 0;
}
#mainmenu li:hover ul {
    display: block;
}
#mainmenu li li a {
	display: block;
	float: none;
	color: #000;
	padding: 0;
}
#mainmenu li li a:hover {
    text-decoration: underline;
}

/********** content **********/
#content {
    min-height: 480px;
    padding-bottom: 20px;
}
#content h1 {
    height: 53px;
    line-height: 53px;
    font-size: 1.2em;
    background: url(images/heading.gif);
    color: #6f6c6c;
    text-align: center;
    border-top: 1px solid #cecece;
}
#content h2 {
    font-size: 1.3em;
    margin: 0 0 0 20px;
    color: #940111;
}
#content p {
    margin: 10px 40px;
}
#content ul {
    margin: 0 60px 0 80px;
}
#content a {
    color: #940111;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content pre {
    margin: 0 40px 0 20px;
    overflow: auto;
    background: url(images/heading.gif) left -44px repeat-x;
    padding-top: 10px;
}

/***** Sidebar *****/
#leftside {
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding-bottom: 20px;
}
#leftside h2 {
}
#leftside p {
}
#leftside ul {
}
#leftside p a {
}
#leftside img {
    border-bottom: 1px solid #cecece;
    padding: 2px;
}
/********** Footer **********/
#footer {
    clear: both;
    background: url(images/footerbg.gif) bottom right repeat-x;
    height: 46px;
    border-top: 1px solid #c4c4c4;
}

/***** Bottom Menu *****/
#bottommenu {
    float: left;
    width: 600px;
    height: 28px;
    background: #951513 url(images/footer.gif) bottom right no-repeat;
    margin-top: 17px;
}
#bottommenu ul {
    list-style: none;
    height: 28px;
    line-height: 28px;
}
#bottommenu li {
    display: inline;
    margin-left: 20px;
}
#bottommenu a {
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
}

/***** Copyright *****/
#copyright {
    float: right;
    width: 300px;
    font-size: 0.8em;
    text-align: right;
    color: #958cab;
    padding-right: 10px;
}
#copyright a {
    text-decoration: none;
    color: #958cab;
}
#copyright a:hpver {
    texxt-decoration: underline;
}

/***** Sidebar Ditto *****/
.announce {
    font-size: 0.8em;
}
.announce h2 {
    background: url(images/sidebarheading.gif);
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #6f6c6c;
}
.announce .ditto_item {
    padding: 10px 20px;
}
.announce .ditto_pageTitle {
}
.announce .ditto_pageTitle a {
    text-decoration: none;
    color: #6f6c6c;
}
.announce .ditto_documentInfo {
}
.announce .ditto_introText {
}
/***** Main Content Area Ditto *****/
#content .ditto_item {
    margin: 10px 20px;
}
#content .ditto_pageTitle {
    margin-top: 20px;
    margin-left: 20px;
    text-decoration: underline;
}
#content .ditto_documentInfo {
    text-align: right;
    font-size: 0.8em;
    margin-right: 40px;
}
#content .ditto_introText {
    margin: 20px 20px 0px 20px;
    text-align: justify;
    color: #6f6c6c;
}
/***** Forms *****/
#cfSet {
    padding: 10px 20px;
}
#cfSet label {
    display: block;
    margin: 20px;
}
#cfSet textarea {
    padding: 3px 5px;
    border: 3px ridge #7c3f46;
    width: 30em;
    margin-left: 50px;
}
#cfSet #cfName {
    margin-left: 10px;
}
#cfSet #cfEmail {
    margin-left: 12px;
}
#cfSet #LastName {
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
#cfSet #cfContact {
    margin-left: 100px;
}
/* mxCalendar */
