/* 
    Document   : ssite.css
    Created on : Feb 21, 2009, 1:50:07 PM
    Author     : j
    Description:
        Purpose of the stylesheet follows.
*/
root { 
    display: block;
}

body {
    background-color: black;
    color: #8c779b;
    text-align: center;
}

img {
    border: 0px;
}

a {
    color: #8c779b;
    font-weight: bold;
    text-decoration: none;
}
a:link {
}
a:visited {
}
a:active {
    color: #a1a9b5;
}
a:hover {
    color: #a1a9b5;
}

.ppppurple {
    color: #8c779b;
}
.pppblue {
    color: #a1a9b5;
}

div.container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.copyright {
    font-weight: bold;
    font-family: 'Courier New',Courier,monospace;
    font-size: smaller;
    color: gray;
    text-align: center;
    width: 100%;
    height: 20px;
}

div.clear {
    clear: both;
    height: 0px;
}

div.clearboth {
    clear: both;
    height: 10px;
}

img.footerSquare {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100px;
    height: 100px;
    float: left;
}

img.sitelogo {
    border: 0px;
    height: 100px;
}

div.swirlgraphic {
    width: 700px;
    
}

p.error {
    color: red;
    background-color: #ff9999;
    border: 2px red solid;
}

#slideshow1 ul, #slideshow1 li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#slideshow2 ul, #slideshow2 li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.menutop {
    background: url(/images/tab_purple_down.gif) no-repeat 0px -10px;
    height: 100%;
    width: 100px;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 0px 1px 0px 1px;
    text-transform: none;
}

.menutopactive {
    background: url(/images/tab_purple_down.gif) no-repeat 0px -10px;
    height: 100%;
    width: 100px;
    float: left;
    vertical-align: middle;
    text-align: center;
    margin: 0px 1px 0px 1px;
    text-transform: capitalize;
    font-style: italic;
    color: red;
}

.menutoptext {

}

img.slideshowimage {
    width: 250px;
    height: 375px;
}
