body { background:#eaedee url('/images/bg.png') repeat-x; margin:0; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:80%; }

#header { position:relative; top:0; width:900px; height:200px; background:url('/images/header_bg.jpg') no-repeat; margin:auto; }
#header span { display:none; }

#logo {  position:absolute; top:0; left:50px; bottom:0; width:170px;  }
#logo span { display:none; }

a img { border:none; }
#sign_up_now_link { position:absolute; top:0; right:0; }
#practice_test_link { position:absolute; top:86px; right:175px; }

#menu { position:absolute; right:50px; bottom:20px; margin:0; padding:0; list-style:none; }
#menu li { display:block; float:left; height:30px; margin:0 0 0 .5ex; }
#menu li:hover, #menu li.active {background:url('/images/menu_item_bg.png') no-repeat bottom right; }
#menu a { display:block; float:left; height:20px; background:#d9dfe3; margin:0; border:solid 1px #d5d8d9; color:#000; padding:3px 5px 0 5px; text-decoration:none; }
#menu a:hover { background:#9ec2db; margin:0; border:solid 1px #91b7d1; }
#menu .active a { background:#86b83f; margin:0; border:solid 1px #749a3d; color:#222; }

#content { width:780px; margin:auto; background:#fff url('/images/content_top.png') no-repeat;
	padding:20px 10px 10px 10px; }

.image { float:right; margin-left:1em; background:#fff url(/images/image_shadow_283.jpg) no-repeat bottom; padding-bottom:20px; }

h1, h2, h3, a { color:#2a4f69; }
h1 { margin-top:0; font-size:20px; }
h2 { margin-top:1.5em; font-size:18px; }
h3 { color:#500; }
h4 { margin-top:0; }
a:visited { color:#777; }

.files { padding:0; list-style:none; }
.files a[type='application/pdf'] { display:inline-block; height:16px; background:url('/images/pdf16.png') no-repeat; padding-left:20px; }
a[type='application/rtf'] { display:inline-block; height:16px; background:url('/images/rtf16.png') no-repeat; padding-left:20px; }

/* Admin Page */
ol li { margin-top:1em; }
.correct { border:solid 1px #6ba427; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:#c3ff7d; }
.incorrect { border:solid 1px #9c2c1a; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:#ffb3a7; }
.choice { font-weight:bold; }

form div { margin-bottom:1ex; }

table { width:100%; }
th { text-align:left; }
td { padding-right:1em; }
.location_id { display:none; }

.target { display:none; padding:1ex; border:solid 1px #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
form ol { margin:0; padding:0; list-style:none; }
form il { margin:0; padding:0; }

#footer { width:780px; margin:auto; background:url('/images/content_bottom.png') no-repeat; padding:10px; color:#777; }

