/* 
    Document   : manitou
    Created on : Apr 6, 2010, 2:29:49 PM
    Author     : mike
    Description:
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
root { 
    display: block;
}

body{
    color:#000;
    font-size:1.1em;
	background: #174b81 url(img/bg.jpg) 0 0 no-repeat;
}

#content{
    width: 450px;
	height: 470px;
	padding-top: 30px;
	padding-left: 50px;
	float: left;
}

#header {
	width: 257px;
	height: 34px;
	padding-bottom: 6px;
	float: left;
}

#questions {
	display: inline;
	width: 360px;
    height: 275px;
	margin: 20px;
	float: left;
}

#bbcode {
    width: 167px;
    height: 70px;
	padding-right: 5px;
    float: left;
    cursor:pointer;
}

#credits {
	width: 228px;
	padding-top: 30px;
	float: left;
	background: url(img/credits.gif) 0 0 no-repeat;
}

#credts img { float: left; }

#credits .boatsafe {
	margin-left: 8px;
}

#credits .discboat {
	margin-left: 16px;
}

#disclaimer {
	width: 400px;
	float: left;
	color: #fff;
	font-size: .6em;
	padding-top: 10px;
}

a:visited, a:active, a{
    color:#000000;
    text-decoration: none;
    cursor:pointer;
}
a:hover{
    color:#000000;
    text-decoration:underline;
    cursor:pointer;
}

#popup{
    width: 450px;
	position:absolute;
    top:40px;
    left:15px;
    background-color:#eee;
    border: 2px solid #151515;
    padding:10px;
    display:none;

}

.qnum {
	font-size: 1.2em;
	color: #069;
	padding-bottom: 5px;
}

.qtext {
	font-weight: bold;
	padding-bottom: 10px;
}

.nextq {
	font-weight: bold;
	float: right;
	padding-top: 23px;
}

.qans li {
	padding-bottom: 5px;
}

#ansicon {
	margin-top: 15px;
	height: 31px;
	line-height: 31px;
	padding-left: 45px;
	margin-bottom: 10px;
	float: left;
}

#ansicon.correct { background: url(img/yes.gif) 0 0 no-repeat; }
#ansicon.incorrect { background: url(img/no.gif) 0 0 no-repeat; }

.red{
    color:red;
}

.green{
    color:green;
}


