@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../images/structure/bgMain.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.tenminutes #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tenminutes a:link {
	color: #3399cc;
	text-decoration: underline;
}
.tenminutes a:visited {
	color: #3399cc;
	text-decoration: underline;
}

/* NAVIGATION */

#menu {
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	height: 40px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}
#menuItem {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
	text-align: center;
	width: 157px;
	height: 40px;
}
#menu #menuItem a {
	color: #3399cc;
	text-decoration: none;
	font-size: 16px;
}
#menu #menuItem .submenu a {
	color: #666;
	text-decoration: none;
	font-size: 16px;
}

#navigation #menu a:hover {
	background-image: url(../images/structure/bgNavHover.png);
	overflow: visible;
	background-position: center center;
	display: block;
	background-repeat: no-repeat;
}


#menu #menuItem .submenu {
	font-size: 11px;
	color: #666;
}

#menuItem a:hover {
	background-image: url(../images/structure/bgNavHover.png);	
}

/* END NAVIGATION */

/* START BANNER*/

.tenminutes #banner {
	height: 225px;
	padding-top: 0;
	padding-bottom: 0;
	width: 950px;
} 
	
	.tenminutes #bannerText {
	padding-top: 67px;
	float: left;
}
.tenminutes #bannerImage {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* END BANNER*/

/* START BODY CONTENT */

.tenminutes #leftPanel {
	float: left; /* since this element is floated, a width must be given */
	width: 110px;
	}


/* START RIGHT PANEL*/
.tenminutes #rightPanel {
	float: right; /* since this element is floated, a width must be given */
	width: 374px;
	background-image: url(../images/structure/bg_rightPanel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: visible;
	height: 400px;
	padding: 50px;
	margin-top: 40px;
	margin-right: 0px;
}
.tenminutes #rightPanel h2 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#rightPanel h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #3399cc;
	padding-bottom: 0px;
}
#rightPanel img.link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent {
	margin-left: 5px;
	padding-right: 15px;
	float: left;
	width: 331px;
	margin-top: 40px;
	padding-bottom: 15px;
	height: auto;
} 

/* START MAIN CONTENT */

#mainContent h1 {
	font-size: 30px;
	color: #666;
	font-weight: normal;
	margin-top: 0px;
}
#mainContent p {
	font-size: 12px;
	line-height: 16px;
}
#mainContent p.intro {
	font-size: 15px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 7px;
}
#mainContent h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #3399cc;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

/* START FOOTER */
.tenminutes #footer {
	background-image: url(../images/structure/bgFooter.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 122px;
	clear: both;
} 

.tenminutes #footer #footerRange {
	text-align: center;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.tenminutes #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	line-height: 18px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

 #rightPanel p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
#rightPanel p.listen {
	font-size: 12px;
}
.tenminutes #rightPanel ul {
	font-size: 12px;
	line-height: 17px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#container li.bullet {
	background-image: url(../images/structure/bullet_yellow.jpg);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.tenminutes  .firstword {
	color: #3399cc;
}
.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;
}
.tenminutes #mainContent ul {
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.tenminutes #mainContent li {
	background-image: url(../images/structure/bullet_yellow.jpg);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 2px;
}

#mainContent dt {
	font-size: 12px;
	float: left;
	width: 180px;
}
#mainContent dd {
	font-size: 12px;
	float: left;
	width: 100px;
	padding-bottom: 5px;
}

#rightPanel dt {
	font-size: 12px;
	float: left;
	width: 100px;
	padding-bottom: 5px;
	line-height: 16px;
}
#rightPanel dd {
	font-size: 12px;
	float: left;
	width: 200px;
	padding-bottom: 5px;
	line-height: 16px;
}
#mainContent #form #submit, #mainContent #contactus #submit {
	background-color: #3399cc;
	width: 100px;
	text-align: center;
	color: #FFF;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 7px;
	vertical-align: middle;
	cursor: auto;
}
#rightPanel table {
	font-size: 12px;
}
#rightPanel .small {
	font-size: 9px;
}
#mainContent table {
	font-size: 12px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent th {
	font-weight: normal;
	color: #3399cc;
}
#mainContent th.underline, td.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #bdcedd;
}

#mainContent thead {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
}
.notFinished {
	color: #F00;
}
.caption {
	font-size: 10px;
}

iframe {
  background-color: transparent;
}
/* FORMS */

#mainContent input {
	border: 1px solid #bdcedd;
	height: 16px;
	margin-left: 10px;
}

textarea {
	font-size: 12px;
	color: #666666;
	width: 217px;
	height: 80px;
	border: 1px solid #bdcedd;
	margin-left: 10px;
	}

.tenminutes #bannerTextHome {
	float: left;
	padding-top: 40px;
}
.tenminutes #bannerImageHome {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 40px;
}
#mainContentHome {
	margin-left: 5px;
	padding-right: 10px;
	float: left;
	width: 400px;
	margin-top: 20px;
	padding-bottom: 15px;
	height: auto;
	padding-left: 40px;
}
.tenminutes #rightPanelHome {
	float: right; /* since this element is floated, a width must be given */
	width: 374px;
	background-image: url(../images/structure/bg_rightPanel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: visible;
	padding: 50px;
	margin-top: 20px;
	margin-right: 0px;
}
#mainContentHome #homePanel {
	font-size: 12px;
	line-height: 16px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #e6f3f9;
	padding-right: 30px;
}
#mainContentHome h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #3399cc;
	padding-bottom: 0px;
}
#mainContentHome #homePanel h2 a {
	font-weight: normal;
}
#mainContentHome p.intro {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 7px;
}
.tenminutes #rightPanelHome h2 {
	font-size: 24px;
	font-weight: normal;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.tenminutes #rightPanelHome p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.tenminutes #rightPanelHome li {
	background-image: url(../images/structure/bullet_yellow.jpg);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.tenminutes #rightPanelHome ul {
	font-size: 14px;
	line-height: 17px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#rightPanelHome #ballHomeAlign {
	text-align: right;
}
#rightPanelHome #bookHomeAlign {
	height: 217px;
}
#mainContent #subNav {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eaf5fa;
	border-bottom-color: #eaf5fa;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rightPanel ul li a {
	font-size: 15px;
	line-height: 20px;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #3399cc;
	height: 15px;
	padding-top: 7px;
	padding-left: 5px;
	margin-bottom: 0px;
}
#mainContent table.workshops th {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3399cc;
	background-color: #f3f6f8;
}
#mainContent table.workshops tr.secondRow {
	background-color: #f3f6f8;
}
#mainContent table.workshops td.lastRow {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
}
#rightPanel ul li ul li {
	list-style-type: none;
	list-style-image: none;
}

.error {
	color:#f00;font-size:11px; margin-left:10px;}