/**** BASICS ****/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #ffffff;
    margin: 0px;
	margin-top: 2%;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
	background-color: #b53003;
}
* html body {
    behavior: url("../javascript/csshover2.htc");
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   	color: #ffffff;
	border:0px;
}
a {
    color: #ffffff;
    text-decoration:underline;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #cccccc;
	width: 150px;
	margin-bottom: 10px;
}
input.checkbox {
    border: none;
    width: 14px;
    height: 14px;
}
input.radio {
    border: none;
    width: 14px;
    height: 14px;
}
input.submit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #999999;
    background: transparent;
    height: 24px;
    width: 144px;
    margin-left: 92px;
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #cccccc;
    height: 150px;
    width: 350px;
}
label {
    width: 75px;
    text-align: right;
    border: none;
    padding-right: 15px;
	float: left;
}



/*** PAGE LAYOUT ***/
#container {
    text-align: left;
    width: 800px;
	height: 581px;
    margin-left: auto;
    margin-right: auto;
	background: url("../image/background.jpg") no-repeat top left;
	position: relative;
	
}
#mainmenu {
    position: absolute;
	width: 450px;
	height: 20px;
	top: 138px;
	left: 175px;
	
}
#content {
    position: absolute;
	width: 375px;
	height: 270px;
	top: 185px;
	left: 250px;
	overflow: auto;
	padding: 0px 15px 0px 0px;
}
#footer {
    position: absolute;
	width: 800px;
	height: 20px;
	top: 560px;
	text-align: center;
}

#slideshow {
	width: 320px;
	height: 250px;
	background: url("../image/backphoto.gif") no-repeat top left;
	position: relative;
}
#photo {
	position: absolute;
	width: 210px;
	height: 140px;
	left: 50px;
	top: 52px;
	text-align: center;
}
#control {
    position: absolute;
	width: 210px;
	height: 40px;
	left: 50px;
	top: 210px;
	text-align: center;
	
}
/* IE * html hack, see http://css-discuss.incutio.com/?page=StarHtmlHack */
* html #content {
    /*border-right: 1px dotted #999999;*/
}


/**** MENU ****/
.mainmenu-item {
    width: 200px;
    height: 30px;
	font-weight:400;
    padding-right: 20px;
    letter-spacing: 0.1em;
	font-family: "Comic Sans MS";
	font-size: 18px;

}
.mainmenu-item a {
	text-decoration:none;
}
.mainmenu-item-active, .mainmenu-item:hover {
	color:#FFFFFF;
	background: url("../image/selectedmenu.gif") no-repeat bottom left;
}

/**** CELLS ****/
span.cellheader {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color: #ffffff;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.celltracker {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color: green;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.cellcontent {
    display:block;
    height: 100px;
    padding: 10px 0px 0px 5px;
    border: 0px;
}





/**** CONTENT ****/
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000000;
    font-weight: normal;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 5px 0;
    color: #00a5b8;
}
div.content_element {
    margin-bottom: 20px;
}
div.content_element table td {
    height: 20px;
	border: 1px solid #cccccc;
	padding: 1px 3px 1px 3px;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}    