/* 
Document   : style
Created on : 11-Dec-2008, 09:58:48
Author     : magnus.smith
Description:
Purpose of the stylesheet follows.
*/

/* 
footer based upon
http://www.themaninblue.com/writing/perspective/2005/08/29/
*/




html{
    height:100%
}

body {
    padding-left: 10%;
    padding-right: 10%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    height: 100%;
    width: 750px;
}

p {
    font-size: smaller;
}


.requirement strong {
    white-space : nowrap;
}

#nonFooter
{
    position: relative;
    min-height: 100%;
}

* html #nonFooter
{
    height: 100%;
}

#content
{
    padding-bottom: 9em;
}


img#letsgoLogo {
    float:left;
    overflow: visible;
}

img#councilLogo {
    float:right;
    overflow: visible;

}


#header{
    margin-bottom:4em;
}

#header span {      
    font-size: x-large;
    float:left;
    margin-top:2em;
    padding-left:40px;
}

th {
    font-size: smaller;
    text-align: left;
    padding-left: 12px;
}

td {
    padding: 6px 6px 6px 12px;
    vertical-align:middle;
}

.softwareTable p {
    padding:0;
    margin: 0px;
    float:left;
}

.even { background-color: #eeeeee; }

.odd { background-color: #dddddd; }

.softwareTable {
    background-color: white;
    border: #eeeeee groove 2px;
}


input.rightButton {
    padding-right: 15px;
    float: right;
    overflow: visible;
}

input.inLineButton {
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
}

input.leftButton {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    overflow: visible;
}

.requirement {
    clear:both;
}

.requirement h3 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
    font-weight: normal;
	color: #dc2300;
	padding-top: 8px;
	padding-bottom: 3px;
}

.requirement h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
    color: #dc2300;
    font-weight: normal;
	padding-top: 6px;
	padding-bottom: 2px;
}

.requirement img {
    padding-top: 0px;
    padding-right: 20px; 
    vertical-align: middle;
    float: left;
}


#footer {
    background-image: url(../images/clouds.gif);
    background-repeat: no-repeat;
    padding-top: 10px;
    height: 82px;
    position: relative;
    margin-top: -6.5em;
    width: 750px;

}
#footer span {
    display: none;
}

#footer p {
    font-size:medium;
    vertical-align: middle;
    margin-top: auto;
}












