/* Start of CMSMS style sheet 'styles' */
body {
background-image: url(images/bluebg.png);
background-repeat: repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
text-decoration: none;
}

P {
font-family: verdana;
text-size: 10pt;
text-decoration: none;
}

a {
text-decoration: none;
color: #3399ff;
font-weight: bold;
}

a:hover {
color: #ff9900;
}

h1 {
text-size: 13pt;
font-weight: bold;
text-style: italic;
color: #3399ff;
}

object {
z-index: -1;
}

#wrapper {
height: 100%;
width: 95%;
margin-right: auto;
margin-left: auto;
}

#topbar {
text-align: left;
float: left;
z-index: 100;
position: relative;
}

#menu {
background-image: url(images/orangebg.png);
background-repeat: repeat-x;
height: 57px;
position: relative;
top: 60px;
z-index: 1;
display: block;
}

#flashbar {
background-color: #FFFFFF;
height: 150px;
text-align: left;
clear: both;
border: 1px solid #3333FF;
background-image: url(images/mullerbg.png);
background-repeat: repeat-x;
z-index: -1;
}

#content {
background-color: #FFFFFF;
text-align: justify;
padding: 5px;
border: 1px solid #3366FF;
}

#contenthalf {
background-color: #FFFFFF;
text-align: justify;
padding: 5px;
border: 1px solid #3366FF;
float: left;
width: 68%;
}

#sidebox {
background-color: #FFFFFF;
border: 1px solid #3333FF;
float: right;
width: 30%;
text-align: center;
}

#copyright {
font-size: 0.8em;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
background-image: url(images/menuover.png);
background-repeat: repeat-x;
height: 57px;
text-align: center;
vertical-align: middle;
padding-top: 10px;
clear: both;
}

#quickcontact table {
text-align: left;
}

#contactform {
width: 95%;
border: 0px;
background: none;
}

.contactform fieldset {padding: 1em; background: none;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 10em; }
.contactform div.required {color: #f00;}

.clearboth {
clear: both;
height: 5px;
}
/* End of 'styles' */

/* Start of CMSMS style sheet 'menu' */
#menuwrapper { 
/* Fix for Opera 8 */ 
/*   overflow: hidden;  */ 
position: absolute;
left: 220px;
z-index: 1;
}

#primary-nav {
list-style-type: none;
margin: 0px;
padding: 0px
background: url(images/orangebg.png);
repeat: repeat-x;
}

#primary-nav a {
position: relative;
top: 40px;
text-decoration: none;
color: #990000;
font-weight: bold;
}

#primary-nav a:hover {
color: white;
}


#primary-nav li {
text-align: center;
float: left;
width: 120px;
height: 57px;
border-left: solid 2px white;
list-style-type: none;
background: url(images/orangebg.png);
}

#primary-nav li li { 
margin: 0px;
padding: 0px;
text-align: left;
position: relative;
left: -41px;
top: 42px; 
width: 130px;
height: 30px;
list-style-type: none;
background: url(images/orangebg.png);
border: solid 1px #ff9900;
border-bottom: solid 1px white;
}

#primary-nav ul a {
top: 8px;
left: 10px;
}

#primary-nav li:hover,
#primary-nav li li:hover {
background: url(images/menuover.png);
repeat: repeat-x;
color: #990000;
}

.menuactive {
background: url(images/menuover.png);
}

.menuactive a {
background: none;
}

#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul {
display: none; 
}

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul {
display: block; 
}
/* End of 'menu' */

