
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.menu_horiz:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html>body .menu_horiz{
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
	* html .menu_horiz{
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		

/* CSS Document by Spacetacular Design */

body { background-color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF}
a:link 	{ font-weight: bold; color: #ffffff; text-decoration: underline}
a:hover { font-weight: bold; color: #cccccc; text-decoration: underline}
a:active { font-weight: bold; color: #ffffff; text-decoration: underline}
a:visited { font-weight: bold; color: #ffffff; text-decoration: underline}
.container { width: 699px; padding-top:35px; }

.header { background-image: url(images/header.gif); background-repeat: no-repeat; }
.main { background-image: url(images/bk.gif); background-repeat: repeat-y; min-height: 301px; }
.footer{ background-image: url(images/footer.gif); background-repeat: no-repeat; }
.menu { text-align: right;}
.pagetitle { text-align: left; padding-left: 35px; padding-right: 11px;}
.padding { text-align: left; padding-left: 35px; padding-right: 35px;}
.imgpadding { padding-left: 5px;}
p { text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #FFFFFF; padding-left: 35px; padding-right: 35px; }
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 16px; color: #FFFFFF; font-weight: bold; }
hr { border: 1; width: 300px; }
em { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; color: #FFFFFF; }
.float-left { float: left; width: 300px; margin: 0px; }

.stylebutton  { background-color: #990000;
color: #ffffff;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 8pt;
}


/* End CSS Document by Spacetacular Design */

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */

    div#page {
        width: 780px;
        margin:  10px auto 10px auto;
        padding: 0;
        text-align: left;
    }
    
    /* HEADER */


    /* END HEADER */
    
    
    /* CONTENT */
        div#content {

        }
        
        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {

        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 15px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding-top: 10px;
   padding-left: 10px;
   text-align: left;
   font-size: 90%;
 }

div.menu {
  color: gray;
  font-weight: bold;
  font-size: 0.8em;
}

div.menu a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
}

div.menu a:hover {
  font-weight: bold;
  color: #cccccc;
}

font.quote {
  color: black;
  font-weight: bold;
  font-size: 0.9em;
}

font.quote-by {
  color: black;
  font-style: italic;
  font-size: 0.7em;
}

#cd {
  padding: 2px 2px 2px 2px;
}

#cd td {
  padding: 2px 2px 2px 10px;
}

