/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;padding:0;border:0;font-family: Arial, Helvetica, sans-serif;
}
body {
line-height:1.454545em;
background:#CE3D1F url(/images/bg/bg-body.gif) repeat-x 0 0;
}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size: 0.69em;color:#333;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {color:#000;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;margin-bottom:1.5em;}
h6 {font-size:1em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#996666;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em Arial, Helvetica, sans-serif;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;}
tfoot {font-style:italic;}
caption {background:#eee;}
input, textarea{font-size: 0.916667em; color:#666;font-family:Arial, Helvetica, sans-serif;}

/* @Global Class */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.f-left{float:left;}
.f-right{float:right;}
.clear{clear:both;}
.no-margin{margin:0!important;}
.no-padding{padding:0!important;}
.align-center{text-align:center;}
/* @Global Class End */

#container{
	width:870px;
	background:#fff url(/images/bg/bg-container.gif) no-repeat 0 bottom;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
/********* @Header Style ********/
#header{
	width:870px;
	position:relative;
	background:url(/images/bg/bg-header.gif) no-repeat 0 0;
	min-height:127px;
	height:auto!important;
	height:127px;
	padding-bottom:10px;
	
}
#header #logo{
	background:url(/images/bg/logo-allen-overy.jpg) no-repeat 0 0;
	width:268px;
	height:59px; 
	margin:0 0 0 12px;
	float: left;
}	
#header #logo a{ 
	display:block; 
	width:268px; 
	height:59px; 
	text-indent:-1999em;
}
#header #logo-gameOn{
	background: url(../../images/bg/gameonlogo_trans.png); no-repeat 0 0;
	width:162px;
	height:59px; 
	margin:0 18px 0 15px;
	float: right;
}

	
#header #logo-gameOn a{ 
	display:block; 
	width:162px; 
	height:59px; 
	text-indent:-1999em;
}



/********** @Top Navigation ***************/
ul#nav-top {
	float:left;
	width:830px;
	padding:0;
	display:inline;
	margin:5px 20px 0 20px;
	background:#000 url(/images/bg/bg-nav-top.gif) no-repeat 0 0px;
}
ul.rollover{
	background:#000 url(/images/bg/bg-nav-top-on.gif) no-repeat 0 0px!important;
}
#nav-top li{
	float:left;
	list-style:none;
	font-size:1.2em;
	background:url(/images/bg/nav-seprator.gif) no-repeat right 0;
}
ul.rollover li{
	background:url(/images/bg/bg-nav-roll-seprator.gif) no-repeat right 0!important;
}

ul.rollover li.last, ul.rollover li a:hover{
	background:none!important
}
#nav-top li a{
	display:block;
	padding:7px 0px;
	color:#fff;
	text-transform:uppercase;
	font-size:0.90em;
	text-align:center;
}
#nav-top li.nav0 a{
	width:146px;
}
#nav-top li.nav1 a{
	width:206px;
}
#nav-top li.nav2 a{
	width:161px;
}
#nav-top li.nav3 a{
	width:151px;
}
#nav-top li.nav4 a{
	width:166px;
}
#nav-top li.last{
	background:none;
}
#nav-top li a:hover{
	background:url(/images/bg/bg-nav-top-on.gif) no-repeat -7px top;
}
#nav-top li.first a:hover{
	background-position:left top;
}
#nav-top li.last a:hover{
	background-position:right top;
}
#nav-sub{
	float:left;
	width:870px;
	margin:0px 0 0 20px;
	background:url(/images/bg/bg-sub-menu.gif) no-repeat 0 0;
	display:inline;
}
#nav-sub li{
	float:left;
	padding:0px 0 0 0;
	margin:0;
	list-style:none;
	font-size:1em;
	background:url(/images/bg/bg-sub-menu-seprator.gif) no-repeat 100% 1px;
}
#nav-sub li a{
	padding:7px 0px 10px;
	display:block;
	color:#ffcccc;
	text-align:center;
}
#nav-sub li.module-1 a{
	width:153px;
}
#nav-sub li.module-2 a{
	width:163px;
}
#nav-sub li.module-2 a{
	width:163px;
}
#nav-sub li.module-3 a{
	width:133px;
}
#nav-sub li.module-4 a{
	width:218px;
}
#nav-sub li.module-5 a{
	width:158px;
}
#nav-sub li a:hover{
	color:#e4a9a7;
}
/*-- for when modules are inactive --*/
#nav-sub li span{	
	padding:7px 0px 10px;
	display:block;
	color:#ffcccc;
	text-align:center;	
}

#nav-sub li.module-1 span{
	width:153px;
}
#nav-sub li.module-2 span{
	width:163px;
}
#nav-sub li.module-2 span{
	width:163px;
}
#nav-sub li.module-3 span{
	width:133px;
}
#nav-sub li.module-4 span{
	width:218px;
}
#nav-sub li.module-5 span{
	width:158px;
}	
#nav-sub li.current a{
	background:url(/images/bg/bg-sub-menu.gif) no-repeat -15px -32px;
	color:#fff;	
	display:block;
}
#nav-sub li.first a.current{background-position: 0 -32px;color:#fff;}
#nav-sub li.last{background:none}
#nav-sub li.last a{padding:7px 0px 10px 5px;}
#nav-sub li.last a.current{background-position:100% -32px;color:#fff;}	
/*********@Wrap Style***********/
#wrap, #footer{
	width:830px;
	float:left;
	padding:0 20px;
}
/***********@Sidebar Left Style *********/
#sidebar-left{
	width:200px;
	float:left;
	display:inline;
	margin-right:10px;
}
#sidebar-left h1{
	color:#a1271a;
	font-size:1.6em;
	margin:2px 0 10px 3px;	
}
#sidebar-left h1.title{
	font-size:1.6em;
	color:#a1271a;
	background:url(/images/bg/bg-heading-border.gif) repeat-x 0 bottom;
	padding:0 0 10px 0;
	margin:0 0 12px 0
}

.quiz-video{
	width:200px;
	height:157px;
	float:left;
	margin-bottom:20px;
	display:inline;
}
.quiz-video a.read{
	margin-left:19px;
	margin-top:129px;
	padding:0 0 0 20px;
	color:#fff;
	font-weight:bold;
	background:url(/images/bg/icon-read.gif) no-repeat 0 0;
	float:left;
	display:inline;
	font-size:12px
}
.module{

	float:left;
	width:200px;
	color:#fff;
	height:53px;
	padding:72px 0 10px 0px;
	margin: 0px 0px 20px 0px;
	display:block;
	margin-top:0px;
}
.module h3{
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	padding:10px 0 3px 17px;
}
.module h3 a{
	color:#fff;
}
.module p{
	padding: 0 0 10px 17px;
	font-size:1em;
	margin:0;
	line-height:1.25em;
} 
/***********@Content Style *********/
.content-wrap{
	float:left;
	background:#000 url(/images/bg/bg-content-bottom.gif) no-repeat 0 bottom;
	width:410px;
}
.ie6 .content-wrap{
	overflow:hidden;
}
#content{
	float:left;
	background: url(/images/bg/bg-content-top.gif) no-repeat 0 0;
	padding:10px;
	width:390px;
	color:#ccc;
	line-height:1.25em;
	min-height:322px;
	height:auto!important;
	height:322px;
}
.module-page a{
	color: #B92D1F;
}

.module-page a:hover{
	color: #B92D1F;
	text-decoration: underline;
}
.wrap-content{
	padding:20px 10px 0 20px !important;
	width:380px !important;
}
.full-width{
	background:none!important;
	width:600px!important;
	padding:10px!important;
	color:#000!important;
}
.full-wrap #content{
	background: url(/images/bg/bg-full-content-top.gif) no-repeat 0 0;
	width:600px;
	padding:10px;
}
.full-wrap .content-wrap{
	background:#000 url(/images/bg/bg-full-content-bottom.gif) no-repeat 0 bottom;
	width:auto;
}	
#content ul.form{
	margin:0;
	padding:0;
	float:left;
	background:#303030;
	padding:8px 0 0 10px;
	width:380px;
}
#content ul.form li{
	margin:0;
	padding:0 0 8px 0;
	float:left;
	list-style:none
}
#content ul.form li label{
	color:#b1b1b1;
	width:138px;
	float:left;
}
#content ul.form li select{
	width:210px;
	height:18px;
	font-size:1em
}
.ie7 #content ul.form li select{
	height:20px;
}	
 ul.form li input.txtbx{
	width:205px;
	height:16px;
	font-size:1em;
	border:0;
	padding:2px 0 0 5px;
}

#content .quiz-listing{
	width:390px;
	float:left;
	margin:0 0 10px; padding:0;
	color:#fff;
}
#content .quiz-listing li{
	width:100%;
	float:left;
	margin:0 0 3px; padding:0;
	list-style:none;
	background:url(/images/bg/bg-quiz-list-top.gif) no-repeat left top;
}
#content .quiz-listing li.last{margin:0;}
#content .quiz-listing li div{
	width:368px;
	float:left;
	background:#222 url(/images/bg/bg-quiz-list-bottom.gif) no-repeat left bottom;
	margin:4px 0 0 0;
	padding:12px 11px;
}
#content .quiz-listing li h3, .answer-listing h3{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#996666;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

table.answer-listing td{
	color:#fff;
}
#content .quiz-listing li p{margin:0 0 3px;}
#content .quiz-listing li label{
	width:100%;
	display:block;
	/*float:left;*/
	clear:both;
	padding:0 0 4px;
}
#content .quiz-listing li label input{
	float:left;
	width:14px; 
	height:14px; 
	margin:1px 3px 0 0; 
	padding:0;
}
#content .quiz-listing li label small{
	float:left;
	display:block;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#999;
	margin:0 3px 0 0;
}
#content .quiz-listing li label span{
	width:335px;
	display:block;
	float:left;
}

.answer-listing{
	width:239px;
	float:left;
	margin:0 0 16px 86px;
}
.ie6 .answer-listing{margin:0 0 16px 43px;}
.answer-listing h3{
	margin:0 0 23px;
}
.answer-listing td{
	background:none;
}
.answer-listing tr.odd td{
	background:#262626;
}
.answer-listing tr.title td{
	background:none;
}
.button-quiz{
	float:right;
	margin: 0 0 5px 15px;
}

a.button{
	margin-top:20px;	
}	
.no-grey{
	background:none!important;
}
.thumb{
	margin:20px 0 10px 10px;
	display:inline;
}
.f-submit-wrap{
	background:#303030;
	float:left;
	width:380px;
	float:right;
	padding:7px 10px 7px 0;
}
.no-color{
	background:none!important;
}
.f-submit-wrap small{
	color:#ccc;
	padding:15px 0 0 10px;
	float:left; 
}
table.sortable{
	float:left;
}
table.sortable td, table.sortable tbody tr th{
	color:#333;
	border-top:solid 1px #dbdbdb;
}
table.sortable tr td a{
	color:#8f2317;
	font-weight:bold;
}
table.sortable tbody td{
	border-right:solid 1px #000;
	padding:4px 0px 4px 7px;
}
table.sortable thead tr th{font-size:10px;}
table.sortable tr th span.f-left{color:#fff;}
table.sortable tbody tr th{
	color:#999;
	text-align:center;
	width:23px;
	padding:4px 0 4px 1px;
	vertical-align:middle;
}
table.sortable tr th div{color:#666;}
table.sortable span.last{
	width:17px;
}
table.sortable tbody tr td span,table.sortable thead tr th span{ 
	width:37px;
	float:left;
	font-weight:bold;
}
A.on-black:hover {
	color: #666 !important;
}
table.sortable thead tr th span{
	color:#fff;
}
table.sortable tr.odd td{padding:8px 0px 8px 7px;}
table.sortable tr.even td, table.sortable tbody tr.even th{background:#ededed;}
table.sortable tr.odd td, table.sortable tbody tr.odd th {background:#fff;}
/*table.sortable tr.hover td, table.sortable tr.hover th{background:#ba7a74!important;}*/
.pagination p{
	text-align:center;
	color:#999999;
	padding:5px 0 0 0;
}
.pagination span{color:#ccc;}
.pagination a{color:#999;}
.pagination a.next{
	background:url(/images/bg/icon-arrow-next.gif) no-repeat 100% 2px;
	padding:5px 15px 5px 20px;
	color:#999999;
	text-transform:uppercase;
}
.pagination a.prev, .pagination span strong.prev {
	background:url(/images/bg/icon-arrow-prev-on.gif) no-repeat 0 3px;
	padding:5px 20px 5px 15px;
	color:#666;
	text-transform:uppercase;	
}
/******* @Content TAB Styling ***********/

.quiz-tab{
	width:100%;
	float:left;
	margin:0; padding:0 0 0 4px;
	background:#fff;
}
.quiz-tab li{
	float:left;
	margin:0; padding:0;
	list-style:none;
}
.quiz-tab li a{
	height:24px;
	display:block;
	float:left;
	background:url(/images/bg/bg-tab.gif) no-repeat left top;
	padding:0 0 0 7px;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#ccc;
	text-transform:capitalize;
}
.quiz-tab li a span{
	height:20px;
	float:left;
	cursor:pointer;
	display:block;
	background:url(/images/bg/bg-tab.gif) no-repeat right top;
	padding:4px 9px 0 0;
}
.quiz-tab li a:hover{
	color:#ff3333;
}
.quiz-tab li.current a{
	color:#fff;
	background-position:left -30px;
}
.quiz-tab li.current a span{
	background-position:right -30px;
}




/***********@Sidebar Right Style *********/
#sidebar-right{
	width:200px;
	float:left;
	background:url(/images/bg/bg-side-right.gif) no-repeat 0 top;
	padding-top:6px;
	margin-left:10px;
}
#sidebar-right h3{
	font-family:"Trebuchet MS";
	padding:0 0 6px 11px;
	color:#a1271a;
	font-weight:normal;
	font-size:1.8em;
	margin:0;
}
#sidebar-right p{
	padding:0 0 0 11px;
	margin:0;
	line-height:1.1em;
}
#sidebar-right ul{
	margin:9px 0 0 11px;
	padding:0;
	float:left;
}
#sidebar-right ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	border-top:solid 1px #cacaca;
}
#sidebar-right ul li a{
	color:#993333;
	font-size:1.1em;
	display: block;
	width: 180px;
}
#sidebar-right ul li a:hover{
	color:#000000;
}
#sidebar-right ul li a span{color:#424242}
#sidebar-right ul li a img{
	vertical-align:middle;
	padding:11px 5px 0 0; 
}
.bottom-curve{
	width:210px;
	float:left;
	background:url(/images/bg/bg-side-right.gif) no-repeat 0 bottom;
	padding-bottom:10px;
}

.gallery{
	float:left;
	width:695px;
	background:#000;
	margin:10px 0 0 50px;
	padding:15px 0 0 15px;
	display:inline;
}
.gallery .details{
	width:183px;
	float:left;
	padding:0 0 0 10px;
}
.gallery .details h3{
	color:#ccc;
	font-weight:normal;
	margin:0!important;
	padding:0 0 5px 0;
	font-size:1.6em;
}
.gallery .details h4{
	color:#b92d1e;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 0;
	font-size:1.2em;
}
.gallery .details p{
	color:#ccc;
	line-height:1.25em;
}
.paging{
	clear:both;
	float:left;
	background:#D7D7D7;
	margin-left:-15px;
	margin-top:15px;
	height:25px;
	padding:8px 10px 2px 10px;
	width:690px;
	display:inline;
}
.paging .back, .paging .next, .paging .prev, a.prev, a.next{
	background:url(/images/bg/icon-common-arrows.gif) no-repeat 0 0;
	padding:2px 0 4px 20px;
	color:#666;
	text-transform:uppercase; 
	font-size:9px;
	font-weight:bold;
	float:left;
}
.paging .next, a.next{
	background:url(/images/bg/icon-common-arrows.gif) no-repeat 129% -35px;
	padding:2px 20px 4px;
	float:left;
}
a.next, a.prev{
	float:none!important;
	vertical-align:middle;
}
a.next{
	background-position:129% -100px; 
	padding:8px 25px 0 20px;
	
}
a.prev{
	padding:8px 25px 0 25px;
	height:15px;
	background-position:0 -61px; 
}
.pagination{
	float:right;
	margin: 8px 84px 0 0;
}
.page{
	padding:8px 0 0 0px;
	text-align:center;
	clear:both;
	margin:0 0 0px 0;
	display:block;
}
.ie .page{
	padding:5px 0 0 0px;
}
.page a{
	padding-bottom:8px;
	padding-top:8px;
	vertical-align:middle;
} 
.page span{
	vertical-align:middle;
}
.gallery-page #footer{
	margin:10px 20px 0!important;
}
/******* @Home Page Style ************/
.space{
	padding-top:20px;
	float:left;
}
.home #header{
	min-height:94px!important;
}
.home-wrap{
	float:left;
	width:832px;
}
.ao-graduate{
	padding-top:63px;
	padding-left:13px;
	height:38px;
	overflow:hidden;
}
.ao-graduate h3{
	margin:0;
	font-size:1.3em;
	
}
.ao-graduate p{color:#fff; padding:0 0 5px 0}
.ao-graduate h3 a{color:#a92a1c;font-family:"Trebuchet MS";}
.ao-graduate h3 a:hover{color:#a92a1c;}
ul.home-modules{
	float:left;
	clear:both;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	width:838px;
	background:url(/images/bg/bg-footer-line.gif) repeat-x 0 0;
}
ul.home-modules li{
	list-style:none;
	float:left;
	background:url(/images/bg/bg-module-off.jpg) left bottom no-repeat;
	width:137px;
	padding: 5px 20px 0px 10px;
	height:111px;
}
ul.home-modules li SPAN.h2{ 
	color:#d0bfbf;
	font-weight:normal;
	font-size:1.1em;
	padding: 0;
	margin: 5px 0 0 0;
}
ul.home-modules li a:hover SPAN.h2, ul.home-modules li A SPAN.h2, ul.home-modules li.current a:hover SPAN.h2 {color:#d0bfbf;} 
ul.home-modules li SPAN.h3{
	color:#d0bfbf;
	display: block;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:1.3em;
}
ul.home-modules li.current:hover{
	background-image:url(/images/bg/bg-module-on.jpg) no-repeat 0 0;
	cursor:hand;
}
ul.home-modules li SPAN.h4{
	color:#d0bfbf;
	display: block;
	font-weight:normal;
	text-transform: uppercase;
	margin:0;
	padding:0;
	font-size:13px;
}
.red {
	color: #600 !important;
}
.long-input {
	width: 206px;
}
ul.home-modules li SPAN.p{
	color:#d0bfbf;
	margin:0;
	padding:0 0 5px 0;
	font-size:10px;
}
ul.home-modules li.current{
	background:url(/images/bg/bg-module-on.jpg) no-repeat top right #660c04;
	position: relative;
}
ul.home-modules li h2 a:hover{
	color:#996666;
}
ul.home-modules li.current a SPAN.h2 {color:#996666;}
ul.home-modules li.current SPAN.h3{color:#fff;}
ul.home-modules li.current SPAN.h4{color:#b33d23;}
ul.home-modules li.current SPAN.p{color:#cc9999;}
ul.home-modules li img.thumb{
	/*margin:5px 0 0 40px!important;*/
	position: absolute;
	bottom: -3px;
	left: 38px;
	
}
.home #footer{
	margin:10px 20px 0;
} 
#spotlight{
	width:412px;
	float:left;
}
#col1{
	width:210px;
	float:left;
	padding:0 3px 0 5px;
}
.ie #col1{
	padding:0 0px 0 5px;
}
#col1 img{
	padding-bottom:2px;
}
a.register {
	margin:-2px 0 2px 0;
	display:block;
}
#col2 h2{
	font-size:1.3em;
	text-transform:uppercase;
	color:#56150f;
}
table.table-list{
	width:200px;
	font-size:10px;
	color:#000;
	margin:0;
	border-collapse:collapse;
}
table.table-list td, table.table-list th{
	font-size:10px
}
table.table-list td {
	padding:4px 5px 3px 0;
}
table.table-list td a{
	color:#660000;
	font-size:10px;
}
table.table-list th{
	color:#999;
	padding:4px 5px 3px 5px;
}
table.table-list tr.even td, table.table-list tr.even th{
	background:#ededed;
	border-top:solid 1px #dbdbdb; 
   border-bottom:solid 1px #dbdbdb; 
}
/************* @Gallery Listing Style **********/
.gallery-list ul{
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	float:left;
	background:url(/images/bg/bg-footer-line.gif) repeat-x 0 bottom;	
}
.gallery-list ul li{
	padding:0;
	margin:0 8px 0px 0;
	float:left;
	list-style:none;
	width:131px;
	display:inline;
}
.gallery-list ul li.last{
	margin-right:0;	
}
.gallery-list ul li h3{
	font-size:1em;
	color:#333;
	padding:0;
	margin:0;
	font-weight:normal;
}
.gallery-list ul li h3 a{
	color:#333;
}
.gallery-list ul li p{
	padding:0 0 5px 0;
	margin:0;
	color:#666;
}
.gallery-list ul li.hover{
	background:#ccc;
}
.gallery-list ul li.hover h3 a, .gallery-list ul li.hover p{
 color:#fff;
}
.gallery-list ul.ul-last{
	margin:0!important;
}
.blockquote{
	background:#303030 url(/images/bg/bg-blackquote.gif) no-repeat 0 0;
	padding:40px 10px 0 10px;
	float:left;
	margin-left:-7px;
	width:361px;
	display:inline;
}
.blockquote p{
	font-style:italic;
	font-size:10px;
}
/*********** @Footer Style ***************/
#footer{
	background:url(/images/bg/bg-footer-line.gif) repeat-x 0 0; 
	margin:20px 20px 0;
	width:830px;
	font-size:0.91em;
	padding:10px 0 20px;
	display:inline;
}
#footer p{
	float: left;
	color:#b92d1e;
	margin:0;
}
#footer ul{
	float:left;
	margin:0;
	margin-left: 10px;
	padding:0px;
}
#footer ul li{
	list-style:none;
	float:left;
	padding:0 0 0 10px;
	color:#b92d1e;
}
#footer ul li a{
	color:#996666;
}
#footer ul li a:hover{
	color:#9A2622;
}

/***** TAB Styling **********/

.quiz-nav{ 
	width: 410px; 
	height: 31px;
	background:url(/images/bg/quiztab.gif) no-repeat 0 0;
	overflow:hidden;
}
.quiz-nav ul{
	list-style:none;
	width: 410px;
	height: 31px;
	margin:0;
}
.quiz-nav li{
    list-style: none;
	display: inline;
	text-align: center;
}
.quiz-nav li a{
	text-decoration: none;
	display:block;
	float:left;	
	padding:10px 0 0 0;
	color:#fff;
	font-family:Georgia;
	text-transform:uppercase;
	text-align:center;
	font-size:8px;
}

.quiz-nav li a:hover{
	color:#ff3333;
}	
/*-----------------------------------------------------------------------------
Define the width of each li item. This is used as a letter box to show the 
correct part of the background image
-----------------------------------------------------------------------------*/	
li a.current{
	background:url(/images/bg/quiztab.gif) no-repeat 0 0px;
	color:#fff;
}
li#one a {
	width:50px;
	height:31px;
}
li#one a.current{
	width:62px;
	background-position:0 -31px;
	margin-right:-8px;
	color:#fff;
}
li#two a {
	width:51px;
	height:31px;
}
li#two a.current{
	background-position: -50px -62px;
	margin-right:-8px;
	width:62px;
}
li#three a {
	width:50px;
	height:31px;
}
li#three a.current{
	background-position:-101px -93px;
	margin-right:-8px;
	width:62px;
}
li#four a {
	width:51px;
	height:31px;
}
li#four a.current{
	background-position:-150px -124px;
	margin-right:-8px;
	width:62px;
}
li#five a {
	width:50px;
	height:31px;
}
li#five a.current{
	background-position:-201px -155px;
	margin-right:-8px;
	width:62px;
}
li#six a {
	height:31px;
	width:51px;
}
li#six a.current{
	background-position:-251px -186px;
	margin-right:-8px;
	width:62px;
}
li#seven a {
	width:50px;
	height:31px;
}
li#seven a.current{
	background-position:-302px -217px;
	margin-right:-8px;
	width:58px;
}
li#eight a {
	width:51px;
	height:31px;
}
li#eight a.current{
	background-position:-356px -248px;
	margin:0 -1px 0 -5px;
	width:58px;
}	
