/* @override http://localhost/~ed/GSP%20website/gsp.css */

body {
margin: 0;
padding: 0;
background: #C0C0C0 url(images/greygradient.gif) repeat-x;
text-align: center;
}

div {
margin: 0;
padding: 0;
}

h1 {
color: #005500;
text-align: center;
margin: 0;
}

h2 {
font-size: 13px;
padding: 0 10px;
}

h3 {
text-align: center;
}

p {
text-align: left;
margin-bottom: 1em;
padding: 0 10px;
}

ul {
margin-left: 25px;
}

table {
padding: 0 10px 10px;
}

td {
font: normal 11px verdana, sans-serif;
margin: 0;
}

form {
margin: 0;
}

p a {
text-decoration: none;
border-bottom: dotted 1px #005500;
padding: 0;
color: #005500;
}

p a:hover {
color: #008800;
background: transparent;
border-bottom: solid 1px #008800;
}

p a:active {
background: #caeccb;
}

a img {
border: 0;
/*margin-bottom: -5px;*/
}

a.button {
/*display: block;*/
margin-top: 5px;
padding: 5px;
background: url(images/button_bg.gif) repeat-x;
border-top: solid 1px #CCC;
border-bottom: solid 1px #666;
border-left: solid 1px #CCC;
border-right: solid 1px #666;
text-align: center;
font-weight: bold;
}

.indent {
text-indent: 1.5em;
margin-bottom: 0;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

.center {
text-align: center;
}

.small {
	font-size: 10px;
}

.red {
	color: red;
}

.zero {
margin: 0;
padding: 0;
}

#airlock {
display: block;
width: 800px;
text-align: left;
font: normal 11px verdana, sans-serif;
}

#header {
background-image: url(images/greengradient.gif);
background-repeat: repeat-x;
height: 80px;
margin: 0;
border-bottom: solid 1px #050;
border-left: solid 1px #080;
border-right: solid 1px #050;
}

#logo {
height: 80px;
width: 49%;
text-align: center;
float: left;
}

#logo img {
border: none;
}

#logo a, #logo a:hover, #logo a:active { 
border: none;
background: none;
}

#reallyorganized {
width: 49%;
float: right;
text-align: center;
margin-top: 15px;
}

#spine {
margin: -15px 10px 0 -1px;
width: auto;
padding: 0;
border: 0;
float: left;
position: relative;
z-index: 2;
}

#navigation { /* formerly known as #leftcolumn */
float: left;
width: 120px;
text-align: center;
}

    #navigation ul {
    list-style-type: none;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
    }
    
    #navigation ul li {
    display: block;
    clear: both;
    padding: 3px 5px;
    font-weight: bold;
    text-align: right;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #666;
    background: url(images/menu_bg.gif) repeat-y;
    border-left: solid 1px #888;
    }
    
    #navigation ul li.active {
    background: url(images/menu_bg_active.gif) repeat-y;
    border-top: solid 1px #6DB76A;
    border-bottom: solid 1px #040;
    }
    
    #navigation ul li.submenu {
    width: 75%;
    float: right;
    font-size: 9px;
    padding: 2px 5px;
    }
    
    #navigation ul li.submenu_active {
    width: 75%;
    float: right;
    font-size: 9px;
    padding: 2px 5px;
    background: url(images/menu_bg_active.gif) repeat-y;
    border-top: solid 1px #6DB76A;
    border-bottom: solid 1px #040;
    }
    
        #navigation ul li a {
        color: #000;
        border: none;
        }
        
        #navigation ul li a:hover {
        color: #080;
        }
        
        #navigation ul li a:active {
        color: #080;
        background: transparent;
        }
        
#booknav {
	position: absolute;
	top: 0;
	left: 0px;
	padding-left: 40px;
	width: 510px;
	height: 18px;
	background: url(images/button_bg.gif) repeat-x;
	border-bottom: 1px solid #888;
	z-index: 1;
}

	#booknav div {
	text-align: center;
	font-weight: bold;
	float: left;
	height: 18px;
	margin: 0;
	}
	
		#booknav div a {
		color: #000;
		}
		
		#booknav div a:hover {
		color: #008800;
}
		
		#booknav div.active {
		text-decoration: none;
		background: url(images/button_bg_active.gif) repeat-x;
		border-bottom: solid 1px #fff;
}
        
#rightcolumn {
float: right;
width: 128px;
padding-top: 10px;
font-size: 10px;
text-align: center;
}

#main {
margin-bottom: 20px;
padding: 0;
text-align: center;
line-height: 150%;
}

#content {
border-bottom: solid 1px #888;
border-left: solid 1px #ccc;
border-right: solid 1px #888;
margin: 0 0 0 120px;
padding-top: 15px;
width: 550px;
background: #FFF;
min-height: 510px;
text-align: left;
position: relative;
}

#copyright {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
font: normal 9px Helvetica, sans-serif;
text-align: left;
color: #005500;
background: #caeccb;
border-top: solid 1px #008800;
z-index: 10;
}

    #copyright div {
    margin: 5px;
    }