@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 840px;
	height: 77px;
} 
#header #submenu .active {
	color: #990000;
	font-weight: bold;
}
#body {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: block;
}
#menu  {
	width: 840px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(i/menu_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 43px;
}
#menu h1 {
	width: 200px;
	position: absolute;
	margin: 0px;
	display: block;
	float: left;
	padding: 0px;
	height: 70px;
}
#menu h1 .image {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
}
#menu li {
	display: inline;
	float: left;
	height: 43px;
	width: 103px;
	padding: 0px;
	margin: 0px;
}
#menu a {
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	width: 103px;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	color: #000000;
}
#menu a:hover {
	text-decoration: underline;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	width: 103px;
	margin: 0px;
	display: block;
	color: #000000;
}
#menu .active  {
	text-decoration: none;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	width: 103px;
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	color: #000000;
	background-image: url(i/menu_selected.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}
#submenu  {
	background-image: url(i/submenu_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 640px;
	font-size: .7em;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	height: 35px;
	float: right;
}
#submenu ul {
	list-style-type: none;
	display: block;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#submenu li {
	float: left;
	padding-right: 6px;
	padding-left: 12px;
}
#submenu a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#submenu a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#sidebar1 {
	width: 198px;
	display: block;
	float: left;
	background-image: url(i/mainlogo_ll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 131px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 ul {
	background-image: url(i/box_sback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 176px;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
}
#sidebar1 .news {
	font-size: .8em;
	background-image: url(i/box_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	font-size: 0.8em;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 28px;
	letter-spacing: -.05em;
}
#sidebar1 .active {
	display: block;
	text-indent: 18px;
	background-image: url(i/selected.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
}
#sidebar1 a {
	text-decoration: none;
	color: #333;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #A1171F;
}
#sidebar1  .date {
	height: 82px;
	width: 66px;
	position: relative;
	left: -32px;
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: -6px top;
	float: left;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-right: -32px;
}
#sidebar1  .date  .day {
	font-size: 2em;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	margin-left: 8px;
	margin-top: 2px;
}
#sidebar1  .date  .month {
	font-size: 1.8em;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #A91721;
	margin-left: 8px;
	margin-top: -12px;
}
#sidebar1  .date  .year {
	display: block;
	text-align: center;
	margin-left: 8px;
	font-weight: bold;
	color: #666666;
	margin-top: -6px;
	font-size: 1.1em;
}
#sidebar1 .indented .active {
	background-image: url(i/selected.gif);
	background-repeat: no-repeat;
	background-position: -8px center;
	margin: 0px;
	padding: 0px;
}
#sidebar2 {
	right: 0;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	page-break-after: always;
	float: right;
}
#sidebar2 p {
	margin: 0px;
	padding: 0px;
}
#midBar {
	margin-right: 200px;
}
#mainContent {
	width: 420px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 200px;
}
#mainContent p {
	margin: 0px;
	padding: 0px;
}
#fullContent {
	width: 640px;
	display: block;
	padding: 0;
	margin: 0;
	float: right;
}
#fullContent h1 {
	font-size: 1.3em;
	color: #990000;
}
#fullContent p {
	margin: 0px;
	padding: 0px;
}
.first:first-letter {
	font-size:2.5em;
	display:block;
	float:left;
	color:#C00 !important;
	margin-right:5px;
	line-height:0.8em;
	background-color: #FFF;
	padding: 2px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#news .active {
	width: 100%;
	display: block;
	text-indent: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(i/selected.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: .8em;
	font-weight: bold;
}
#news li {
	margin: 0px;
	list-style-type: none;
	width: 120px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 33px;
	font-size: 0.7em;
	font-weight: normal;
	overflow: hidden;
}
#bullets {
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	padding: 0px;
	margin: 5px;
	float: left;
	display: block;
	width: 620px;
	height: auto;
}
#bullets ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#bullets li {
	display: inline;
	height: 24px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	width: 174px;
	padding-left: 40px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0px;
	list-style-type: none;
	font-size: .76em;
	background-image: url(i/l_plate.jpg);
	line-height: 12px;
	margin: 6px;
	font-weight: normal;
}
.instructors {
	float: left;
	width: 270px;
	margin: 2px;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #E8E8E8;
}
.category {
	display: block;
	clear: left;
	padding-top: 16px;
	padding-bottom: 0px;
}
.instructors .name {
	font-size: 1.4em;
	font-weight: bold;
}
.instructors .photo {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 110px;
	width: 110px;
	border: 1px solid #E8E8E8;
	overflow: hidden;
}
.instructors .table {
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 0.8em;
}
.instructors .details {
	margin-left: 135px;
	font-size: 0.9em;
	color: #333;
}
.instructors .keys {
	clear: left;
	height: 24px;
}
.front {
	margin: 6px;
	border: 1px solid #e0e0e0;
	padding: 6px;
	background-color: #e0e0e0;
	background-image: url(i/faded_up.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.front p {
	font-size: .8em;
}
.front a {
	color: #9A151E;
	text-decoration: none;
}
.front h1 {
	font-size: 1em;
}
#bookings {
	background-image: url(i/bookings.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	width: 210px;
	padding-left: 186px;
	padding-top: 18px;
	font-size: .9em;
}
#booking  {
	margin: 0px;
	padding: 0px;
}
#booking #jumpMenu {
	border: 1px solid #000000;
}
#bookings select {
	border: 1px solid #000000;
	width: 180px;
	background-color: #A91721;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #EBEBEB;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
	display: block;
	page-break-before: always;
	width: 100%;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 170px;
} 
#footermenu {
}
#footermenu ul {
}
#footermenu li {
	list-style-type: none;
	font-size: .8em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
}
#footermenu a {
	font-weight: normal;
	color: #93141B;
	text-decoration: none;
	display: block;
}
#footermenu a:hover {
	font-weight: normal;
	color: #93141B;
	text-decoration: underline;
	display: block;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	height: 50px;
	clear: both;
}
#copyright {
	text-align: right;
	padding-right: 20px;
	font-size: x-small;
	color: #6E6E6E;
	padding-top: 32px;
	clear: both;
	background-color: #ebebeb;
	padding-bottom: 12px;
}
#copyright a {
	margin: 0;
	border: 0;
	color:#9C151E;
}

#copyright a:active, #copyright a:hover {
	color:#006633;
	margin: 0;
}
#sidebar1 .indented {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	text-indent: 12px;
}
.warning {
	font-size: 1.9em;
	text-transform: uppercase;
	color: #990000;
	font-style: italic;
}
#fullContent .row2 {
	font-size: .9em;
}
#fullContent h1 {
	font-size: 1.3em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#fullContent p {
	padding-left: 12px;
}
#fullContent ul li {
	background-image: url(i/l_plate.jpg);
	background-repeat: no-repeat;
	background-position: -2px top;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 30px;
	margin: 0px;
	font-size: .9em;
}
#fullContent ol li {
	list-style-type: none;
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 24px;
	font-size: .95em;
	font-weight: normal;
}
#fullContent ul ul li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(images/mini_l.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
}
#fullContent h1 a {
	text-decoration: none;
	color: #CC0032;
	font-size: .87em;
}
#fullContent .product {
	display: block;
	width: 100%;
	margin: 0px;
	position: relative;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8E8E8;
	font-size: .8em;
	clear: right;
}
#fullContent .product img {
	padding: 4px;
	border: 1px solid #E8E8E8;
	display: block;
	float: right;
	margin: 4px;
	background-color: #FFF;
}
#fullContent .product form{
	display: block;
	float: left;
	padding: 8px;
}
#fullContent .product .price {
	font-size: 1.4em;
	color: #666;
}




.select, .current {margin:0; padding:0; list-style:none;}

.sub_active {display:block; position:absolute; width:750px; top:20px; left:0; background:#666; margin-top:0; padding:0; z-index:10;}
.sub_active, .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}


#nav {margin:20px 0 80px 0;}

/* the styling */
#nav {width:750px; height:20px; background:#000; position:relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {display:block; height:20px; float:left; background:#000; padding:0 10px 0 10px; text-decoration:none; font-size:12px; line-height:20px; white-space:nowrap; border-right:1px solid #fff; color:#fff;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}
.nav_bottom {
	display: block;
	float: right;
	clear: none;
	padding-top: 22px;
	color: #CCC;
}


#nav .select a:hover, 
#nav .select li:hover a {background:#888; cursor:pointer; color:#ff0;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {background:#666; color:#ff0;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#888; color:#ff0;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#666; color:#ff0;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:750px; top:20px; left:0; background:#888; margin-top:0; padding:0; z-index:100; color:#fff; font-size:11px;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {display:block; position:absolute; width:750px; top:20px; left:0; background:#666; margin-top:0; padding:0; z-index:10;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:21px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left; background:#666; padding:5px 10px 10px 10px; margin:0; font-size:12px; white-space:nowrap; border:0; color:#fff;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#888; padding:5px 10px 10px 10px; margin:0; white-space:nowrap; border:0; color:#fff; font-size:12px;}
#fullContent form .fields fieldset .fields li {
	background-image: none;
	list-style-type: none;
}
.fields ol {
	list-style-type: none;
}
.fields li {
	list-style-type: none;
	padding-bottom: 6px;
}

.fields  fieldset {
	border: 1px solid #CCCCCC;
	padding-left: 12px;
	font-size: 1.2em;
	color: #333333;
	display: block;
	margin: 12px;
}
.fields .highlight {
	display: block;
	background-color: #C00;
	height: 40px;
	line-height: 40px;
	width: 90%;
	color: #FFF;
}
.fields  .required  {
	border: 1px solid #FF6600;
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
}
.fields textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #FF6600;
	font-size: 1.2em;
}
.fields span {
	display: block;
	font-size: .9em;
	font-weight: bold;
}
.fields input {
	border: 1px solid #CCCCCC;
}
.wide {
	width: 90%;
}
.none {
	width: auto;
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.options ul {
	list-style-type: none;
}
.options  li {
	list-style-type: none;
	width: 33%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.options span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.fields .submit {
	width: 120px;
	height: 30px;
	float: right;
	margin-right: 60px;
}
.calNOT, .calOLD {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar_expired.jpg);
	background-repeat: no-repeat;
}
.cal, .calYES {
	height: 82px;
	width: 66px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 6px;
	background-image: url(images/calendar2.jpg);
	background-repeat: no-repeat;
}
.calmonth {
	font-size: 18px;
	color: #FFFFFF;
	height: 20px;
	width: 60px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.caldate {
	height: 42px;
	width: 60px;
	overflow: hidden;
	font-size: 32px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
}
.event {
	font-size: small;
	color: #962B03;
	margin: 12px;
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
.levents {
	font-size: small;
	color: #962B03;
	float: left;
	width: 40%;
	margin: 12px;
	border: 1px solid #CCCCCC;
	padding: 12px;
	height: 120px;
}
.event h3, .event h2, .levents h3 {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}
.event h1, .levents h4 {
	font-size: medium;
	margin: 0px;
	color: #023A83;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.levents h4 a {
	color: #B41B13;
	text-decoration: none;
}
.warning {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}
.cart_header {
	color: #333;
	background-color: #E8E8E8;
}
.cart_rem a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
.cart_item a {
	text-decoration: none;
	color: #333;
	font-size: .9em;
}
.cart_edit {
	font-size: .8em;
	color: #666;
	text-decoration: none;
	font-style: italic;
}
.cart_qty {
	text-align: center;
	color: #333;
}
.boxed {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33%;
	font-size: .7em;
	height: 250px;
}
.boxed a {
	text-align: center;
}
.payment_options {
	display: block;
	float: left;
	margin: 4px;
	padding: 4px;
}
.lessons {
	margin: 4px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	font-size: .9em;
}
.row0 {
	background-color: #ABD184;
	color: #333;
}
.row1 {
	background-color: #E8E8E8;
	color: #333;
	font-size: .9em;
}
.row2 {
	background-color: #FFF;
	font-size: .8em;
}
.small {
	font-size: 0.8em;
	color: #666;
}
.logo {
	padding-left: 72px;
	display: block;
}
.warning {
	font-style: italic;
	font-weight: bold;
	color: #900;
	text-transform: capitalize;
}
#phone_line {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-image: url(i/phone.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
	height: 25px;
}
.picture {
	padding: 0px;
}
#Ticker_home {
	background-image: url(i/ticker.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 624px;
	float: left;
	display: block;
}

#News {
	width: 624px;
	height: 16px;
	display: block;
	overflow: hidden;
	position: relative;
	background-image: url(i/ticker.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#News ul li{
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#Ticker {
	height: 16px;
	display: block;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#Ticker li {
	display: block;
	height: 16px;
	line-height: 16px;
	color: #900;
	font-family: arial;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	float: left;
	min-width:100px;
	width: 360px;
}
.link_logo {
	margin: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 24px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0032;
}
.link_logo p a {
	color: #666;
	font-size: .9em;
}
.link_logo p a:hover {
	color: #333;
	font-size: 0.9em;
	text-decoration: underline;
}
.left {
	display: inline;
	float: left;
	padding-right: 12px;
	text-align: center;
	padding-bottom: 12px;
	margin: 4px;
	padding-top: 4px;
	padding-left: 4px;
	font-size: .8em;
}
.mock_head {
	padding: 4px;
	margin: 4px;
}
.mock_head .study {
	font-size: 1.3em;
	margin: 8px;
	padding: 4px;
	background-color: #EDEDED;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.mock_questions {
	margin: 4px;
	padding: 4px;
}
.mock_questions span {
	padding-left: 22px;
}
.mock_head p {
	font-size: 1.4em;
	color: #000;
	background-color: #EBEBEB;
	margin: 10px;
	padding: 10px;
}
#fullContent .mock_head p {
	padding: 10px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Tahoma, Geneva, sans-serif;
}
.mock_letter {
	font-size: 0.8em;
	display: block;
}
.mock_question input {
	display: block;
	width: 20px;
	height: 20px;
}
.mock_question {
	display: block;
	width: 45%;
	float: left;
	height: 150px;
	font-size: 1.2em;
	margin: 4px;
	padding: 4px;
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
}
.mock_options {
	background-color: #F2CB56;
	height: 40px;
	margin: 0px;
	padding: 10px;
}
.mock_image {
	display: block;
}
.mock_options #Submit, .mock_options #Finish {
	height: 40px;
	width: 150px;
	padding: 5px;
	float: right;
	display: block;
	margin-left: 5px;
	font-size: 1.2em;
}
.mock_options #Back {
	height: 40px;
	width: 150px;
	padding: 5px;
	float: left;
	display: block;
	margin-left: 5px;
	font-size: 1.2em;
}
.mock_options #Grey_Back {
	height: 40px;
	width: 150px;
	padding: 5px;
	float: left;
	display: block;
	margin-left: 5px;
	font-size: 1.2em;
	text-align: center;
	background-color: #EDEDED;
}
.mock_results {
	margin: 4px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}
.mock_finals {
	margin: 4px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	font-size: 1.6em;
	font-weight: bold;
}
#training .lessons ol {
	background-image: none;
}
#training .lessons ol li {
	color: #939;
	list-style-type: decimal;
	list-style-image: none;
	background-image: none;
	padding-left: 5px;
	text-indent: 0px;
}
#training .lessons ol li span {
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #333;
}
