/*-------------------------------------
Master Styles
-------------------------------------*/

body
{
	background-color: #151618;
	margin: 0px auto;	
	color: #ABABAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
img
{
	border: none;
}
h1
{
	font-size: 18px;
	color: #DDDDDD;
}
h2
{
	font-size: 14px;
	color: #DDDDDD;
}
h3
{
	font-size: 13px;
	font-weight: bold;
}
p
{
	margin-top: 0px;
	margin-bottom: 18px;
}
a, a:visited
{
	color: #ABABAB;
}
a:hover
{
	color: #DEDEDE;
}
.strong
{
	font-weight: bold;
	color: #bcbcbc;
}

object 
{
	/*Firefox 3 outline fix */
	outline:none; 
	/*White space fix */	
	display:block;
}


/*-------------------------------------
Incidental Styles
-------------------------------------*/
.quick-links
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.quick-links li,
.quick-links .ql-divider
{
	background-image: url(images/yellow-bullet.jpg);
	background-position: 17px 8px;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.quick-links .ql-divider
{
	background-image: url(images/quick-links-div.jpg);
	background-position: center left;	
	padding-left: 0px;	
}

.left-image
{
	display: block;
	float: left;
	clear: left;
}

.bulleted-divider
{
	width: 484px;
	height: 32px;
	background-image: url(images/general-page-divider.png);
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-left: 36px;
	margin-top: 25px;
}

.bulleted-divider h2
{
	margin: 0px;
}

.bspace
{
	margin-bottom: 20px;
}

.crumbs
{
	text-align: right;
	width: 522px;
	font-size: 10px;
	color: #898989;
	margin-bottom: 15px;
}

.active-crumb
{
	color: #ABABAB;
}

.crumb-div
{
	font-size: 10px;
	color: #FBB317;
}

.float-left
{
	float: left;
}

#right-pagination
{
	text-align: right;
	margin-right: 8px;	
}

#right-pagination a,
#right-pagination a:visited
{
	color: #ABABAB;
	text-decoration: none;
}

#right-pagination .current-page
{
	text-decoration: underline;	
	color: #EEEEEE;
}

#right-pagination a:hover
{
	color: #EEEEEE;
	text-decoration: underline;
}

.jump-point
{
	font-size: 1px;
	line-height: 1px;
}

.left-img
{
	display: block;
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 5px;		
}

.right-img
{
	display: block;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

p.size-ten  { font-size: 10px; }
p.size-eleven { font-size: 11px; }
p.size-twelve  { font-size: 12px; }
p.size-thirteen  { font-size: 13px; }
p.size-fourteen  { font-size: 14px; }
p.size-fifteen  { font-size: 15px; }
p.size-sixteen  { font-size: 16px; }
p.size-seventeen  { font-size: 17px; }
p.size-eighteen  { font-size: 18px; }
p.size-nineteen  { font-size: 19px; }
p.size-twenty  { font-size: 20px; }

.red-text { color: #CC0000; }
.blue-text { color: #1D86C5; }

/*-------------------------------------
Page Building Blocks
-------------------------------------*/
#container
{
	width: 100%;
	background-image: url(images/site-header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #151618;
	margin: 0px auto;
}
#page
{
	width: 770px;
	margin: 0px auto;
}
.clear-left
{
	clear: left;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
.clear-right
{
	clear: right;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
#page-footer-nav
{
	font-size: 10px;
	width: 585px;
	margin: 90px auto 25px;
	color: #6E6E6E;	
}
#page-footer-nav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#page-footer-nav li
{
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#page-footer-nav a,
#page-footer-nav a:visited
{
	text-decoration: none;
	color: #6E6E6E;
}
#page-footer-nav li .selected,
#page-footer-nav a:hover { color: #C7C7C7; }

/*-------------------------------------
Header
-------------------------------------*/
#site-header
{
	height: 180px;
}
#header
{
	height: 180px;
	width: 770px;
	background-image: url(images/header-inner.jpg);
	margin: 0px auto;
}
#header-inner
{
	/* To help home page flash header */
}
#header-logo
{
	display: block;
	width: 301px;
	height: 116px;
	padding-top: 32px;
	padding-left: 4px;
}
/*-------------------------------------
Nav Menu
-------------------------------------*/
#nav
{
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 49px;	
}
#nav a
{
	display: block;
	float: left;
	height: 49px;
	background-position: top center;
}
#nav span
{
	display: none;
}

#menu-home { background-image: url(images/btn-home.jpg); width: 87px; margin-right: 0px; }
#menu-about { background-image: url(images/btn-about.jpg); width: 69px; margin-right: 19px; }
#menu-training { background-image: url(images/btn-seminars.jpg); width: 73px; margin-right: 12px; }
#menu-coaching { background-image: url(images/btn-marketing.jpg); width: 94px; margin-right: 11px; }
#menu-schedule { background-image: url(images/btn-seminardates.jpg); width: 111px; margin-right: 16px; }
#menu-faqs { background-image: url(images/btn-faq.jpg); width: 48px; margin-right: 17px; }
#menu-test { background-image: url(images/btn-testimonials.jpg); width: 92px; margin-right: 3px; }
#menu-contact { background-image: url(images/btn-contact.jpg); width: 118px; }

/*
#menu-home { background-image: url(images/btn-menu-home.jpg); width: 59px; margin-right: 17px; }
#menu-about { background-image: url(images/btn-menu-about.jpg); width: 71px; margin-right: 21px; }
#menu-training { background-image: url(images/btn-menu-training.jpg); width: 69px; margin-right: 16px; }
#menu-coaching { background-image: url(images/btn-menu-coaching.jpg); width: 83px; margin-right: 13px; }
#menu-schedule { background-image: url(images/btn-menu-sched.jpg); width: 129px; margin-right: 13px; }
#menu-faqs { background-image: url(images/btn-menu-faq.jpg); width: 56px; margin-right: 17px; }
#menu-test { background-image: url(images/btn-menu-test.jpg); width: 94px; margin-right: 19px; }
#menu-contact { background-image: url(images/btn-menu-contact.jpg); width: 93px; } 
*/

#nav .selected,
#nav a:hover
{
	background-position: bottom center;
}

/*-------------------------------------
Content Styles
-------------------------------------*/
#content
{
	margin: 20px auto;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
}
#home-container
{
	margin: 0px auto;
}
/*-------------------------------------
Footer
-------------------------------------*/
#footer
{
	width: 100%;
	background-image: url(images/site-footer.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px auto;
	font-size: 10px;
}
#footer-inner
{
	background-image: url(images/footer-inner.jpg);
	width: 770px;
	margin: 0px auto;
	height: 150px;
	text-align: center;
}

#azure
{
	display: block;
	width: 520px;
	margin: 0px auto;
}
#azure-click
{
	display: block;
	float: left;
	width: 110px;
	height: 50px;
	padding: 0px;	
	margin: 20px auto;
}
#azure a,
#azure a:visited
{
	display: block;
	float: left;
	width: 370px;
	margin-top: 33px;
	text-decoration: none;
	color: #5C5C5D;
	text-align: left;
	margin-left: 20px;
}
#azure a:hover { color: #C7C7C7; }

#validation { color: #5C5C5D; }
#validation ul { list-style-type: none; }
#validation li
{
	display: inline;
	padding-right: 20px;
}
#validation li img { margin-right: 10px; }
#validation li a,
#validation li a:visited
{
	color: #5C5C5D;
	text-decoration: none;
}
#validation li a:hover { color: #C7C7C7; }

/*-------------------------------------
Home Page Style
-------------------------------------*/

#home-tag-header
{
	width: 770px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#home-tag-content
{
	/*background-image: url(images/home-tag-bg.jpg);*/
	width: 770px;
	height: 238px;
}
#home-tag-image
{
	width: 520px;
	height: 238px;
	float: left;
}

.votc-button
{
	/*width: 192px;*/
	/*height: 34px;	*/
	display: block;
	background-image: url(images/votc-button.png);
	background-repeat: no-repeat;
	margin: 0px auto 18px auto;
	width: 150px;
	height: 27px;
	padding-top: 7px;
	padding-left: 42px;
	font-size: 10px;
	text-decoration: none;
}

#home-tag-courses
{
	float: left;
	background-image: url(images/votc-bg.jpg);
	background-repeat: no-repeat;	
	width: 243px;
	height: 238px;
}

#home-tag-footer
{
	width: 770px;
	height: 2px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#home-tag-text
{
}
#home-content
{
	background-image: url(images/home-content-bg.jpg);
	background-repeat: repeat-y;
	width: 770px;
}

#box-header-one,
#box-header-two,
#box-header-three
{
	float: left;
	height: 107px;
}

#box-header-one
{
	width: 253px;
	background-image: url(images/home-boxtop-one.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
}

#box-header-two
{
	width: 278px;
	height: 107px;
	background-image: url(images/home-boxtop-two-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#home-content #box-header-one h1,
#home-content #box-header-two h1
{
	margin-top: 45px;
	margin-left: 17px;
	display: block;
}

#home-content #box-header-one h1.single,
#home-content #box-header-two h1.single
{
	margin-top: 61px;
}

#home-content #box-header-one img.line-two,
#home-content #box-header-two img.line-two
{
	margin-top: 8px;
}

#box-header-three
{
	width: 238px;
	overflow: hidden;
}

#box-header-one img,
#box-header-two img,
#box-header-three img
{
	display: block;
	padding: 0px;
	margin: 0px;
}

#home-content h1
{
	margin: 0px;
	padding: 0px;
}

#home-content p
{
	margin-top: 0px;
	margin-bottom: 15px;
}
#home-content-header
{
	background-image: url(images/home-content-header.jpg);
	background-repeat: no-repeat;	
	width:770px;
	height: 107px;
}
#home-content-footer
{
	background-image: url(images/home-content-footer.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 770px;
	margin-bottom: 60px;
}
#home-content-inner
{
	background-image: url(images/home-content-foreground.jpg);
	background-repeat: no-repeat;
	clear: left;
}

#home-box-one, #home-box-two, #home-box-three
{
	float: left;
}
#home-box-one
{
	padding-left: 12px;
	width: 230px;	
}
#home-box-two
{
	padding-left: 32px;
	width: 245px;	
} 
#home-box-three
{
	padding-left: 12px;
	padding-top: 10px;
	width: 200px;	
}

#home-box-three .last-divider
{
	background-position: left bottom;
}


#home-box-three a, 
#home-box-three a:visited
{
	text-decoration: none;
}

/*-------------------------------------
About Us / General Styles
-------------------------------------*/
#left-box
{
	float: left;
	width: 193px;
}

#left-box a,
#left-box a:visited
{
	text-decoration: none;
}

#left-box-header
{
	background-image: url(images/ql-left-header.jpg);
	background-repeat: no-repeat;	
	width: 181px;
	height: 39px;
	padding-top: 26px;
	padding-left: 12px;
}
#left-box-header h1
{
	margin: 0px;
}
#left-box-outer
{
	background-image: url(images/ql-left-bg.jpg);
	background-repeat: repeat-y;	
	width: 193px;
}
#left-box-content
{
	background-image: url(images/ql-left-foreground.jpg);
	background-repeat: no-repeat;	
	width: 193px;
}

#left-box-content ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-top: 14px;
}

#left-box-content li,
#left-box-content .lb-divider
{
	background-image: url(images/yellow-bullet.jpg);
	background-position: 14px 8px;
	background-repeat: no-repeat;
	padding-left: 32px;
	width:140px;
}

#left-box-content a.selected
{
	color: #EEEEEE;
}

#left-box-content .active-bullet
{
	background-image: url(images/yellow-bullet-active.jpg);
}

#left-box-content .no-bullet
{
	background-image: none;
	font-weight: normal;
}

.course-space{
	padding-bottom:10px;
}

.title-pad{
	padding-bottom:10px;
	line-height:20px;
	padding-bottom:20px;
}


#left-box-content .lb-divider
{
	background-image: url(images/ql-left-divider.jpg);
	background-position: center left;	
	padding: 6px 0 6px 0;	
	width: auto;
}

#left-box-content .last-divider
{
	margin-top:0px;
	background-position: bottom center;
	padding: 0px;
}

#left-box-content .last-divider-courses
{
	margin-top:0px;
}

#left-box-footer
{
	background-image: url(images/ql-left-footer.jpg);
	width: 193px;
	height: 139px;
	background-repeat: no-repeat;
}
#right-box
{
	float: left;
	width: 577px;
}
#right-box-header
{
	background-image: url(images/main-header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 557px;
	height: 39px;
	padding-top: 26px;	
	padding-left: 20px;
}
#right-box-header h1
{
	margin: 0px;
}
#right-box-content
{
	width: 537px;
	margin-left: 20px;
	padding-top: 16px;
}

#right-box-content strong
{
	font-weight: bold;
}

#right-box-content em
{
	color: #EEEEEE;
	font-style: italic;
	font-weight: bold;
}

.pdf-image
{
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
}
.pdf-text
{
	display: block;
	font-weight: bold;
	padding-top: 8px;
}

/*-------------------------------------
Training Styles
-------------------------------------*/
.training-list
{
	margin:25px 0px 30px 56px;
	padding: 0px 0px 0px 40px;
}

.training-list li
{
	list-style-type: disc;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #505152;
	padding-left: 0px;
}

.training-list li span
{
	font-weight: bold;
	color: #ABABAB;
}

.training-list a,
.training-list a:visited
{
	color: #727F86;
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
}
.training-list a:hover
{
	color: #EEEEEE;
}

/*-------------------------------------
Course Schedule Styles
-------------------------------------*/

.course-table
{
	width: 526px;
	background-image: url(images/table-header.png);
	background-repeat: no-repeat;
	background-position: center top;	
}


.course-header
{
	width: 526px;
	height: 20px;
	font-weight: bold;
	color: #ABABAB;
}
#right-box .course-header .course-name,
#right-box .course-header .course-loc,
#right-box .course-header .course-date,
#right-box .course-header .course-book
{
	border-bottom: none;	
	background-image: none;
}

.course-row-one,
.course-row-two
{
	width: 526px;
}
.course-row-two
{
	background-image: url(images/row2-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.course-table .course-name,
.course-table .course-loc,
.course-table .course-date,
.course-table .course-book
{
	padding: 10px 0px;
	border-bottom: 1px solid #2D2E2F;	
}
.course-table .course-name { padding-left: 10px; width: 200px; padding-right: 15px; }
.course-table .course-loc 
{	
	width: 120px; 
	padding-right: 10px;
	padding-left: 0px;
}
.course-table .course-date { width: 75px; }
.course-table .course-book { }

.book-button,
.book-button:visited
{
	display: block;
	text-decoration: none;
	background-image: url(images/book-now-btn.jpg);
	background-repeat: no-repeat;
	width: 71px;
	height: 22px;
	padding-top: 2px;
	text-align: center;
	margin: 0px auto;
	font-size: 10px;
}

/*-------------------------------------
Course Detail Styles
-------------------------------------*/

#cdesc-box
{
	width: 500px;
	margin: 0px 0px 10px 0px;
}

#clogo
{
	display: block;
/*	width: 111px;
	height: 54px;*/
	margin-bottom: 25px;
}

.pdf-button,
.pdf-button:visited
{
	display: block;
	text-decoration: none;
	background-image: url(images/pdf-button.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 22px;
	padding-top: 2px;
	padding-left: 7px;	
	margin: 0px auto;
	font-size: 10px;
}

.book-now-button,
.book-now-button:visited
{
	display: block;
	text-decoration: none;
	background-image: url(images/bnow-btn.jpg);
	background-repeat: no-repeat;
	width: 87px;
	height: 22px;
	padding-top: 2px;
	padding-left: 7px;
	margin: 0px auto;
	font-size: 10px;
}

#cdesc-box .book-now-button
{
	float: left;
	margin-right: 20px;
	margin-left: 15px;
}

#cdesc-box .pdf-button
{
	float: left;
}

.booking-table
{
	width: 526px;
	border: 1px solid #2D2E2F;	
	border-bottom: none;
}

.booking-header
{
	width: 526px;
	height: 21px;
	font-weight: bold;
	background-image: url(images/row2-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #1C1D1E;	
}

#right-box-content .booking-hc
{
	color: #ABABAB;
	background-image: none;
}

.booking-row-one,
.booking-row-two
{
	width: 526px;
	color: #8D8E8E;	
	background-color: #1C1D1E;
}
.booking-row-two
{
	background-image: url(images/row2-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.booking-table .booking-price,
.booking-table .booking-places,
.booking-table .booking-loc,
.booking-table .booking-date,
.booking-table .booking-book
{
	padding: 12px 0px;
	border-bottom: 1px solid #2D2E2F;	
}
.booking-table .booking-price { width: 125px; text-align: center; }
.booking-table .booking-places { width: 75px; text-align: center; }
.booking-table .booking-loc 
{	
	width: 120px; 
	padding-left: 10px; 
	padding-right: 15px;
}
.booking-table .booking-date { width: 75px; }
.booking-table .booking-book { }

.booking-places select
{
	display: block;
	background-color: #151618;
	border: 1px solid #37393B;
	color: #ABABAB;
	margin: 0px auto;
	width: 50px;
	height: 21px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
}

.booking-book input
{
	display: block;
	border: none;
	margin: 0px auto;
	padding: 0px;
	height: 23px;
}

/*-------------------------------------
Cart Styles
-------------------------------------*/

.cart-table
{
	width: 526px;
	border-top: 1px solid #2D2E2F;	
	border-bottom: none;
}

.cart-header
{
	width: 526px;
	height: 21px;
	font-weight: bold;
	background-image: url(images/row2-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #1C1D1E;	
}

#right-box-content .cart-hc
{
	color: #ABABAB;
	border-right: none;
	padding-top:1px;
	padding-bottom:3px;	
}

.cart-row-one,
.cart-row-two
{
	width: 526px;
	background-color: #1C1D1E;
}
.cart-row-two
{
	background-image: url(images/row2-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.cart-table .cart-course,
.cart-table .cart-loc,
.cart-table .cart-date,
.cart-table .cart-price,
.cart-table .cart-places,
.cart-table .cart-remove
{
	color: #8D8E8E;
	padding: 12px 0px;
	border-bottom: 1px solid #2D2E2F;	
	border-right: 1px solid #2D2E2F;
	font-size: 10px;
	text-align: center;
}

.cart-table .cart-course {	width: 120px; padding-left: 5px; padding-right: 5px;}
.cart-table .cart-loc {	width: 95px; padding-left: 5px; padding-right: 5px;}
.cart-table .cart-date { width: 65px; }
.cart-table .cart-price {  padding-left: 5px; padding-right: 5px; }
.cart-table .cart-places { width: 60px; }
.cart-table .cart-remove { border-right: none; width: 35px; }

.cart-places select
{
	display: block;
	background-color: #151618;
	border: 1px solid #37393B;
	color: #ABABAB;
	margin: 0px auto;
	width: 50px;
	height: 21px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
}

.cart-remove a,
.cart-remove a:visited
{
	display: block;
	width: 32px;
	height: 33px;
	margin: 0px auto;
}

#update-basket
{
	width: 184px;
	height: 24px;
	float: right;
	margin-top: 20px;
	margin-right: 12px;
}

#basket-total
{
	display: block;
	text-align: right;
	font-weight: bold;
	float: right;
	margin: 20px 12px 15px 0px;
	border-bottom: 1px solid #2B2C2D;
	width: 526px;
	padding: 0px 0px 15px;
}

#basket-total-price
{
	color: #FFFFFF;
}

.table-fill
{
	border: 1px solid #2B2C2D;
	border-top: none;
	text-align: center;
	height: 40px;
}

/*-------------------------------------
Cart Sidebar Style
-------------------------------------*/

#cart-sidebar
{
}

#cart-sidebar h1
{
	margin: 0px;
}

#cart-sb-header
{
	display: block;
	width: 191px;
	height: 51px;
}

#cart-sb-content
{
	width: 191px;
	background-image: url(images/cart-bg-topright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #2D2E2F;
}

#cart-sb-content ul
{
	padding: 0px;
	margin: 0px;
	width: 150px;
	float: left;
}

#cart-sb-content li
{
	list-style-type: none;
	background-position: bottom left;
	background-image: url(images/cart-sb-divider.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 0px;
}

#cart-sb-spacer
{
	float: left;
	width: 1px;
	height: 167px;
	margin-right: 20px;
}

#cart-sb-content .cart-sb-total
{
	background-image: none;
	text-align: right;
}

#cart-sb-content .cart-sb-total-price
{
	color: #C0C0C0;
}

/*-------------------------------------
Contact Form Styles
-------------------------------------*/

#contact-text-top
{
	width: 512px; 
	margin-bottom: 30px;
}

#contact-text
{
	float: left;
	width: 140px;
	margin-left: 20px;
	padding-right: 10px;
	margin-right: 10px;
}

#contact-text-m
{
	float: left;
	width: 135px;
	padding-right: 10px;
	margin-right: 10px;
}

#contact-text-r
{
	float: left;
	width: 175px;
}

#contact-form
{
	padding: 0px;
}

#contact-form ul
{
	margin: 15px 0px 20px 50px;
	padding: 0px;
}

#contact-form li
{
	margin: 0px;
	padding: 0px;
}

.form-col 
{ 
	float: left; 
	margin-left: 37px;
}

.form-colr
{
	float: left;
	margin-left: 11px;
}

.form-clear { clear: left; }

.form-input,
.form-input-last
{
	background-image: url(images/input-line.jpg);
	background-repeat: no-repeat;
	width: 206px;
	height: 42px;
	padding: 0px;
	margin-bottom: 18px;
}

.form-input-last { margin-bottom: 0px; }

.form-input input,
.form-input-last input
{
	background-color: transparent;
	border: none;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 14px;
	color: #898989;
	width: 170px;
}

.form-textarea
{
	background-image: url(images/input-msg.jpg);
	background-repeat: no-repeat;
	width: 266px;
	margin: 0px;
	padding: 0px;
}

#contact-form textarea
{
	background-color: transparent;
	border: none;
	padding: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #898989;
	width: 243px;
	height: 130px;
	margin: 0px;
}

.form-submit
{
	float: right;
	width: 79px;
	height: 23px;
	padding: 0px;
	margin-right: 17px;
}

.submit-clear { clear: right; }

/*-------------------------------------
Testimonial Styles
-------------------------------------*/

.testimonial-box
{
	width: 520px;
	border-top: 1px solid #2B2C2D;
	margin-left:9px;	
	margin-bottom: 40px;
}

.testimonial-box-last
{
	margin-bottom: 15px;
}

.testimonial-quote
{
	display: block;
	width: 73px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	margin-top: 25px;
}

.testimonial-text
{
	margin-top: 20px;
	width: 415px;
	float: left;
}

.testimonial-client
{
	height: 27px;
	background-image: url(images/tbox-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 14px;
	color: #EEEEEE;
	font-weight: bold;	
	text-align: right;
}

.testimonial-client p
{
	margin: 0px 3px 0px 0px;
	padding: 0px;
}

.testimonial-bullet
{
	font-size: 16px;
	font-weight: bold;
	color: #1F8FD1;
}


/*-------------------------------------
FAQ Styles
-------------------------------------*/

.faq-box
{
	width: 526px;
	margin-left: 0px;	
	margin-bottom: 0px;
	background-image: url(images/faq-header.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-bottom: 15px;
}

.empty-faq
{
	padding-top: 10px;
	padding-bottom: 5px;	
}

.faq-box-last
{
	margin-bottom: 15px;
}

.faq-icon
{
	display: block;
	width: 38px;
	height: 39px;
	margin-left: 2px;
	margin-right: 20px;
	float: left;
	margin-top: 2px;
}

.faq-question,
.faq-answer
{
	margin-top: 0px;
	width: 445px;
	float: left;
	margin-bottom: 0px;
}
.faq-question
{
	text-decoration: underline;
}

/*-------------------------------------
Location Map Styles
-------------------------------------*/

#map-container
{
	background-image:url(images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	width: 520px;
	margin: 0px auto;
	margin-bottom: 10px;
}

#map
{
	margin: 20px auto;
	width: 480px; 
	height: 340px;
	text-align: center;
	border: 2px solid #2D2E2F;
}

#location-map-text
{
	margin: 0px auto;
	width: 460px; 
}

/*-------------------------------------
Order Form Styles
-------------------------------------*/

#order-form .form-input
{
	float: left;
}

.form-label
{
	float: left;
	width: 230px;
	font-weight: bold;
	color: #DDDDDD;
	padding-right: 20px;
}

#order-form .form-textarea
{
	background-image: url(images/input-msg.jpg);
	background-repeat: no-repeat;
	width: 266px;
	margin: 0px;
	padding: 0px;
	float: left;	
}

#order-form textarea
{
	background-color: transparent;
	border: none;
	padding: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #898989;
	width: 243px;
	height: 130px;
	margin: 0px;
}

.error-p
{
	color: #1d86c5;
	margin-bottom: 0px;
	font-size: 10px;
}

.error-p-strong
{
	color: #1d86c5;
	font-weight: bold;
}

.element-ok
{
	color: #fcb318;
	font-size: 10px;
}

.serious-error
{
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}

.review-header
{
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	margin-bottom: 10px;
	margin-top: 15px;
	background-color: #1A1A1A;
	border: 1px solid #2E2E2E;
	padding-left: 5px;
}

#basket-total-review
{
	display: block;
	text-align: right;
	font-weight: bold;
	float: right;
	margin: 20px 12px 0px 0px;
	width: 526px;
	padding: 0px 0px 15px;
}

.form-review
{
	font-size: 10px;
	padding: 0px 10px 20px 10px;
	border: 1px solid #2E2E2E;	
	margin-top: 30px;
}


/*-------------------------------------
Limited Space and No Places Additions
-------------------------------------*/

.course-table .limited-space,
.booking-table .limited-space
{
	color: #eb7312;	
	width: 100%;
}

.limited-space-msg
{
	font-size: 10px;
	color: #8d8e8e;
	padding-left:9px;
	padding-top:8px;
	font-weight: bold;
}

.course-table .limited-space a,  .booking-table .limited-space a { color: #eb7312; }
.course-table .limited-space a:hover, .booking-table .limited-space a:hover { color: #fc8423; }

.course-table .no-space, .booking-table .no-space {	color: #ac130c;	}
.course-table .no-space a, .booking-table .no-space a {	color: #ac130c; }
.course-table .no-space a:hover, .booking-table .no-space a:hover {	color: #cc0000; }

.booking-book img,
.course-book img
{
	display: block;
	margin-left: 13px;
}

.view-your-basket
{
	display: block;
	width: 135px;
	height: 24px;
	background-image: url(images/view-your-basket.jpg);
	float: left;
	margin: 13px 0px;
}

/*-------------------------------------
Unsubscribe Styles
-------------------------------------*/

#unsubscribe-errors, #unsubscribe-thanks { color: #1d86c5; font-weight: bold; }
#unsubscribe-errors { margin: 20px 0px; padding: 0px 0px 0px 18px; }
#unsubscribe-errors li { margin: 0px; padding: 0px 0px 4px 13px; }
#unsubscribe-thanks { color: #fcb318; } 