/*

Screen styles for SEAC web site

*/

/* general */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: #fff;
	color: #333;
}

a { 
	color: #00458B; 
}
a:hover { 
	color: #002756; 
}
img {
	border: 0;
}
h1, h2, h3, h5 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
blockquote {
	padding-left: 15px;
}
/* header */

#header {
	background: #484342;
	height: 100px;
}
#header .title {
	float: left;
	padding: 15px 0 10px 20px;
}
#header .links {
	text-align: left;
	float: right;
	padding: 20px 20px 10px 0;
}
#header h1 {
	color: #fff;
	width: 200px;
	text-indent: -3000px;
	background: url(../i/seac_logo.gif) top left no-repeat;
}
#header h5 {
	color: #fff;
	width: 200px;
	height: 20px;
	text-indent: -3000px;
	background: url(../i/seac_sublogo.gif) top left no-repeat;
	margin-top: 10px
}
#header img {
}
#header ul {
	list-style: none;
	color: #fff;
	margin: 10px 0 0 10px;
}
#header li {
	display: inline;
}
#header li a:link, #header li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
}
#header li a:hover {
	text-decoration: underline;
}
.clearer {
	clear: both;
	display: block;
	background: #fff url(../i/header_shadow.gif) repeat-x left top;
	height: 10px;
	margin-bottom: 5px;
}
/* content */

#content {
	padding-left: 20px;
}

/* left */

#left {
	float: left;
	width: 190px;
}
#left div {
	background: url(../i/nav_bg.jpg) no-repeat top left;
}
#left h5 {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	padding: 10px;
	background: url(../i/nav_divider.gif) no-repeat 7px bottom;
}
#left ol {
	list-style: none;
	color: #fff;
	padding-bottom: 20px;
	background: url(../i/nav_bottom.gif) no-repeat bottom left;
}
#left li {
	padding: 10px 15px 0 33px;
}
#left li.one {
	background: url(../i/nav_one.gif) no-repeat 10px 14px;
}
#left li.two {
	background: url(../i/nav_two.gif) no-repeat 10px 14px;
}
#left li.three {
	background: url(../i/nav_three.gif) no-repeat 10px 14px;
}
#left li.four {
	background: url(../i/nav_four.gif) no-repeat 10px 14px;
}
#left li.five {
	background: url(../i/nav_five.gif) no-repeat 10px 14px;
}
#left li a {
	color: #fff;
	text-decoration: none;
}
#left li.one a.wide {
	word-spacing: 25px;
}
#left li a:hover {
	text-decoration: underline;
	color: #ff0;
}
#left li a.active {
	font-weight: bold;
}
#left li a.active:hover {
	text-decoration: none;
	color: #fff;
}
#left li a em {
	font-style: normal;
	text-decoration: underline;
}
#left p {
	margin-top: 350px;
	background: url(../i/toplink_bg.jpg) no-repeat top left;
	padding: 0;
}
#left p a {
	text-align: center;
	display: block;
	padding: 10px 15px 10px 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../i/nav_bottom.gif) no-repeat bottom left;
}
#left p a:hover {
	color: #ff0;
}
/* right */

#right {
	padding-left: 210px;
	margin-right: 20px;
}
#right h2 {
	color: #305a6e;
	font-size: 220%;
}
#right h3 {
	color: #305a6e;
	font-size: 170%;
	margin-top: 15px;
	padding: 0 11px;
}
#right h5 {
	color: #305a6e;
	font-size: 150%;
	margin-top: 15px;
	padding: 0 11px;
}
#right h6 {
	color: #305a6e;
	font-size: 110%;
	margin-top: 15px;
	padding: 0 11px;
}
#right p {
	margin-top: 10px;
	padding: 0 11px;
}
#right ul {
	margin-top: 10px;
	padding: 0 0 0 31px;
}
#right ol {
	margin-top: 10px;
	padding: 0 0 0 37px;
}
#right ol.alpha {
	list-style-type: lower-alpha;
}
#right ol.roman {
	list-style-type: lower-roman;
}
/* box styles */
#right div.box, #right div.contactBox {
	padding: 0;
	background: #e1ecf3 url(../i/box_tr.gif) top right no-repeat;
}
#right div.box h2 {
	padding: 15px 11px 0 11px;
	background: transparent url(../i/box_ls.gif) top left no-repeat;
}
#right div.contactBox h5 {
	padding: 15px 11px 0 11px;
	background: transparent url(../i/box_ls.gif) top left no-repeat;
	font-size: 18px;
	color: #c00;
}
#right div.box p {
	padding: 0 11px;
}
#right div.box p.first {
	font-size: 110%;
	font-weight: bold;
	color: #666;
}
#right div.box p.last, #right div.contactBox p.last {
	padding: 0 11px 13px 11px;
	background: transparent url(../i/box_ls.gif) bottom left no-repeat;
}
#right div.boxol {
	margin-top: 10px;
	background: #ffffb9 url(../i/boxol_tr.gif) top right no-repeat;
}
#right div.boxol ol {
	padding: 12px 10px 0 36px;
	margin: 0;
	background: url(../i/boxol_tl.gif) top left no-repeat;
}
#right div.boxol ol li {
	font-weight: bold;
	color: #666;
}
#right div.boxol p {
	margin: 0;
	background: #ffffb9 url(../i/boxol_bl.gif) left bottom no-repeat;
}

#right blockquote {
	padding-left: 25px;
}

/* quiz */

ol#quiz ol {
	padding-left: 10px;
}
ol#quiz li {
	padding-bottom: 5px;
}
ol#quiz li ol li {
	padding-bottom: 0;
}
div.answers {
	margin: 8px 0 8px 10px;
}
div.answers input {
	width: 40px;
	background-color: #e1ecf3;
	border: 1px solid #888;
}
div.answers input.correct {
	display: none;
	width: 70px;
	border: none;
	background: transparent;
	font-weight: bold;
	text-align: center;
	color: #00cc00;
}
div.answers input.wrong {
	display: none;
	width: 70px;
	border: none;
	background: transparent;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
}
input.inactive {
	border: none;
	background: transparent;
	color: #666;
}
ol.alpha div.answers {
	margin: 8px 0
}
#right p.note {
	color: #c00;
	font-size: 115%;
	font-weight: bold;
	margin: 15px 0;
}
#right p.yourscore a {
	color: #0066ff;
	font-size: 110%;
	font-weight: bold;
	border-top: 1px solid #666;
	padding-top: 12px;
	text-decoration: none;
}
#right p.yourscore a:hover {
	color: #cc0000;
	text-decoration: none;
}
#right p#scored  {
	display: none;
}
#right p#scored input {
	font-size: 18px;
}
#right p#scored a {
	text-decoration: none;
	display: block;
	margin-top: 10px;
	color: #0066ff;
	font-weight: bold;
}
#right p#scored a:hover {
	color: #cc0000;
}
ol#quiz  {
	font-weight: normal;
	color: #000;
}

/* footer */

#footer {
	clear: both;
	margin: 25px 20px;
	padding-top: 10px;
	border-top: 1px solid #a7a4a4;
	color: #999;
	font-size: 80%;
}
