@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------

version:   1.0
date:	   21 December 2009
author:    chris finney
email:     chris@1choice.co.uk
website:   http://www.1choice.co.uk/
-----------------------------------------------------------------------------*/

/* =General Set Up
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	xmin-width: 1050px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../image_01/talkexercise/bg_mainWrapper.gif);
	background-repeat: repeat-x;
	background-position: top;
}


p { text-align: left;
}	

form { display:inline;
}

.clear {
  clear: both;
}


/* Remove border around linked images */

img {
	border: 0;
}


/* =Page Position
-----------------------------------------------------------------------------*/

/* Center design with body id="wrapper" */

#mainWrapper {
	width: 100%;
	margin: 0 auto;
}


#MainContentWrapper {
	width:  823px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

#MastheadWrapper {
	width:  823px;
	height: 73px;
	display: inline;
	float: left;
	background-image: url(../image_01/talkexercise/bg_Sides.gif);
	background-repeat: repeat-y;
}

#Masthead {
	width:  787px;
	height:  73px;
	display: inline;
	float: left;
	background-color: #f58021;
	margin-left: 18px;
}

#Masthead H1{
	text-indent: -9000px;
	display: block;
	background-image: url(../image_01/talkexercise/talkexercise_logo.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 15px;
	margin-left: 15px;
}

#Fade {
	width:  787px;
	height:  5px;
	display: inline;
	float: left;
	margin-left: 18px;
	background-image: url(../image_01/talkexercise/fade.gif);
	background-repeat: no-repeat;
}

#MainContentSides {
	width:  823px;
	min-height: 400px;
	display: inline;
	float: left;
	background-image: url(../image_01/talkexercise/bg_MainContentSides.gif);
	background-repeat: repeat-y;
}

#MainNavWrapper {
	width:  787px;
	height:  34px;
	margin-left: 18px;
	display: inline;
	float: left;
	background-image: url(../image_01/talkexercise/bg_MainNavWrapper.gif);
	background-repeat: repeat-x;
}

.MainNav {
	float:left;
	list-style:none;
	width:  600px;
	height:  34px;
	padding:0;
	margin:0;
}

.MainNav ul{
}

.MainNav li{
	display:inline;
	background-image: url(../image_01/talkexercise/MainNavDiv.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 28px;
	line-height: 34px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.MainNav li.firstItem{
	display:inline;
	padding-left: 12px;
	line-height: 34px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.MainNav li a{
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.MainNav li a:hover{
	color: #333;
	text-decoration: underline;
	font-size: 12px;
}

.JumptoTable {
	float:right;
	margin-top: -33px;
	font-size: 12px;
	margin-right: 5px;
}

.JumptoDrop{
	margin-left: 5px;
	margin-right: 5px;
}


#MainContentOuter {
	width:  787px;
	margin-left: 18px;
	display: inline;
	float: left;
	margin-top: 3px;
}

#MainContent {
	width:  755px;
	margin-left: 18px;
	display: inline;
	float: left;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

#MainContent H1{
	font-size: 22px;
	color: #84c6ff;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5dee3;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#Footer {
	width: 100%;
	background-color: #e7ecf2;
	height: 34px;
	float: left;
}

#Footer p{
	text-align: center;
	font-size: 10px;
	padding-top: 8px;
	color: #666;
	padding-bottom: 5px;
}

.TalkExerciseTable {
	width:  755px;
	font-size: 12px;
}

.TalkExerciseTable TR:Hover {
	background-color: #f4f3f8;
}

.TalkExerciseTable TD{
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.TalkExerciseTableHeading {
	background-color: #e0f0fe;
}
