/* css document inpuls */

body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

h1 
{
    font-size: 22px;    
}

h2 
{
	font-size: 18px;
	margin: 12px 0;
}

h3 
{
	font-size: 15px;
	margin: 10px 0 0 0;
	padding: 0;
}

h4
{
    font-size: 13px;
    margin: 15px 0 2px 0;
    padding: 0;
}

a
{
    color: #cd162d;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: 0;
}

/* layout */

#wrapper
{
	margin: 30px auto;
	padding: 0;
	width: 800px;
}

#topwrapper
{
	height: 100%;
	margin: 10px 0;
}

#widecolumn
{
	float: left;
	width: 500px; /*513*/
	margin-left: 15px;
	padding-left: 20px;
}

#widecolumn.startpage
{
    padding-left: 0px;
    width: 513px;
}

#widecolumn p
{
    padding: 0;
    margin: 0 0 8px 0;
}

#narrowcolumn
{
	float: left;
	width: 240px;
	margin-left: 12px;
}

	#narrowcolumn h3.topheader
	{
		display: block;
		height: 25px;
		background: transparent url(../images/headers/header.png) top left no-repeat;
	    color: #fff;
		font-size: 11px;
		padding: 4px 0 0 6px;
	}

	#narrowcolumn p
	{
		margin: 0;
	}

#fullwidthcolumn
{
    width: 750px;
	margin-left: 15px;
	padding-left: 20px;
}

ul.randomimagelist
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 510px;
}

ul.randomimagelist li
{
    float: left;
    width: 250px;
    margin: 0 4px 2px 0;
    padding: 0;
}

table
{
	margin: 0;
}

thead
{
	font-weight: bold;
	font-size: 13px;
}

td
{
	padding-right: 25px;
}

tr.grey
{
    color: #ccc;
}

tr.grey img
{
    display: none;
}

table.smalltable
{
    width: 240px;
}

table.smalltable td
{
    padding-right: 5px;
    /*he2ight: 14px;*/
}
	
/* submenus */	

#submenu
{
	list-style-type: none;
	margin: 15px 0 25px 0px;
	padding: 0;
}

	#submenu a,
	#submenu a:visited
	{
		color: #3e3e3e;
		text-decoration: none;
		font-weight: bold;
	}
	
	#submenu li
	{
	    color: #3e3e3e;
	    font-weight: bold;
	    background: #f2f1f1;
	    border: 1px solid #fff;
	    padding: 6px 0 6px 10px;
	}
	
	#submenu a:hover,
	#submenu a.active
	{
		color: #cd162d;
	}

/* newslist */
ul.newslist
{
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

/* instructors list*/
ul.instructorslist
{
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.instructorslist h4
{
    margin: 0;
    padding: 0;
}

ul.instructorslist span.title
{
    display: block;
}

ul.instructorslist img.instructorimg
{
    float: left;
    margin: 0 6px 6px 0;
}

ul.instructorslist li
{
    clear: left;
    height: 100px;
}
/* tablist */

#tabslist
{
    border-bottom: 1px solid #ddd;
}

#tabcontainer 
{
	margin: 20px 0 0 0;
	height: auto;
	overflow: hidden;
}

ul.tab 
{
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	height: 23px;
}

ul.tab li 
{
	list-style-type: none;
	margin: 0;
	float: left;
	width: 75px;
}

ul.tab li a 
{
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #3e3e3e;
	text-decoration: none;
}
ul.tab li a:hover 
{
    text-decoration: none;
}

ul.tab li#tab2 
{
	float: right;
}

ul.tab li.active 
{
    background: transparent url(../images/tab_bg.png) no-repeat; 
    color: #fff;
    width: 100px;  
    height: 23px;
    text-align: left;
    padding: 0 0 0 6px;
}

ul.tab li.inactive 
{
	width: 100px;
	text-align: left;
	padding: 0 0 0 6px;
    margin: 0;
}

ul.tab li.active a 
{
    color: #fff;
    font-weight: bold;
}

ul.tab li.inactive a 
{
	color: #999;
}

ul.tab li.inactive a:hover, 
ul.tab li a 
{
	color: #3e3e3e;
	padding-top: 4px;
	height: 15px;
}

#tabscontent 
{
	margin: 10px 0;	
}

#tabscontent dl 
{
	margin: 0;
	padding: 0;	
}

#tabscontent dl dd 
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#tabscontent dl dt a 
{ 
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}


/* questionsform */

.questionsform
{
	float: left;
	width: 230px;
	height: 175px;
	padding: 20px 12px;
	background: transparent url(../images/layout/questionform-bg.png) top left no-repeat;
}

	.questionsform h4
	{
		background: transparent url(../images/layout/questionform-header.png) top left no-repeat;
		width: 230px;
		height: 50px;
		margin: 0;
	}
	
		.questionsform h4 span
		{
			margin-left: -9999px;
		}	
	
	.questionsform p
	{
		color: #fff;
		font-size: 12px;
		font-style: italic;		
	}
	
	.questionsform a,
	.questionsform a:visited
	{
		color: #fff;
	}
	
		.questionsform a:hover
		{
			text-decoration: underline;
		}
		
		
		#questionsWrapper,
		#answerWrapper
		{
			margin: 0;
			padding: 0;
		}
		
		#answerWrapper
		{
			display: none;
			color: #fff;
		}
		
			#answerWrapper h5
			{
				margin: 0 0 4px 0;
				font-weight: bold;
				font-size: 12px;
			}
			
			#answerWrapper label
			{
				width: 52px;
				display: block;
				float: left;
			}
			
			#answerWrapper input
			{
				font-size: 11px;
				margin: 2px 0;
				width: 150px;
			}
			
			#answerWrapper input.button
			{
				width: auto;
			}


/* booking form */

#bookingFormWrapper
{	
	display: none;	
}

	#bookingFormWrapper label
	{
		font-size: 12px;
		font-weight: bold;
	}
	
	#bookingFormWrapper input
	{
		margin: 5px 0;
	}
	
		#bookingFormWrapper input.age
		{
			width: 20px;
		}	
	
	#bookingFormWrapper .cblist label
	{
		padding-left: 6px;
	}
				
div#validationmsg
{
	color: red;
}

span.errmsg
{
	display: none;
}

/*
	sign up form
*/

#signupForm
{
	margin: 10px 0;
}

	#signupForm label
	{
		float: left;
		width: 90px;
		margin: 2px 0;
	}
	
	#signupForm input
	{
		float: left;
		margin: 0 0 2px 10px;
	}
	
		#signupForm .checkboxgroup input
		{
			margin: 0 10px 0 10px;			
		}
		
		#signupForm .checkboxgroup label
		{
			width: auto;
		}
		
	#signupForm textarea
	{
		width: 250px;
	}
	
	
	
/* misc */

.lightgrey
{
	color: #ccc;
}

.clr
{
    clear: left;
}

.bookingframe
{
    border: 0;
    width: 100%;
    height: 800px;
}

.footertxt
{
    display: block;
    padding-top: 15px;
    text-align: center;
    font-size: 11px;
}

a#showBookingLink
{
	font-size: 16px;
	font-weight: bold;
	display: block;
	background: transparent url(../images/layout/booking-icon.png) top left no-repeat;
	padding: 0 0 0 33px;
	height: 30px;
	outline: none;
}
	
	a#showBookingLink:hover
	{
		text-decoration: none;
		color: #3e3e3e;
	}

a.iprint
{
	font-size: 11px;
	font-style: italic;
	color: #ccc;
	text-decoration: none;
}
	
	a.iprint:hover
	{
		color: #3e3e3e;
	}
	