@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height:18px;
	height:100%;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:link {
	color:#333333;
	font-weight:bold;
}

a:visited {
	color:#666;
	font-weight:bold;
}

img {
    border-style: none
}

#header {
    text-align: center;
	margin-bottom:10px;
	max-width:600px;
}

#start {
	position:absolute;
	top:400px;
}

#container {
	min-height:100%;
	height:100%;
	width:1058px;
	
}

#sidebar {
    float: left;
    padding: 6px;
    width: 300px;	
	
}

#sidebar ul {
    padding: 0 0 8px;
	padding-top:20px;	    
	width: 350px;	

}
#sidebar ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
	padding-bottom: 10px;
	padding-top:12px;
}

#sidebar ul li a:hover {
	background-image:url(images/buttonpressed.png);
	background-repeat: no-repeat; 	    
}

.selected {
	background-image:url(images/buttonpressed.png);
	background-repeat: no-repeat; 	    
}

#main {
    float: left;
    width: 698px;
	min-height:600px;
	border-left: 2px solid #E9E9E9;

}

#links {
	color:#33333;
	padding-left:6px;
	margin-left:15px;
	margin-top:18px;
}

.surveyquestions {
	font-style:italic;
	margin-bottom:15px;
	margin-left:20px;
	font-size:90%;

}

.suggestions {
	margin-bottom:15px;
	margin-left:20px;

}

.inline {
	margin:0 18px 18px 20px;
	width:650px;
}

h1 {
    background: #666;
	color:#FFF;
	opacity:.7;
    font-size: 16px;
    padding: 10px 8px;
	margin:18px;
	margin-top:30px;
	text-shadow: 1px 1px 1px #000;
}

h2 {
    font-size: 16px;
    padding: 10px 8px;
	margin-left:15px;
}

p {
    padding-left: 6px;
	margin-left:15px;
	margin-bottom:18px;
}
.push {
	clear:both;
}

#footer {
	max-width: 100%;
	margin-top: 25px;
	padding-top:10px;
	text-align:center;
	background:#000;
	height: 2em;
	clear:both;

}
#footer p {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1 em;
	color:white;
}

#footer-links {
    margin: 0.25em 0em;
    line-height: 1.4em;
    font-size: 1.4em;
}

#footer-links a {
    text-decoration: none;
    color: inherit;
}

#footer-links a:hover {
    text-decoration: underline;
}