
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { /*,
table, caption, tbody, tfoot, thead, tr, th, td { */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup 
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}   */
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
em {
    font-style: italic;
}

q {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    margin: 0;
    padding: 0;
}

cite {
    font-size: 12px;
    color: #42A0DD;
    display: block;
    margin-bottom: 20px;
    font-style:  normal;
}

hr {
    color: #DDDDDD;
}

strong {
    font-weight: bold;
}

input {
    height: 18px;
    border: 1px solid #CACACA;
    margin-bottom: 6px;
    font-size: 12px;
    padding: 4px 2px 0 4px;
    color: #333;
}


.ButtonTable {
    margin: 0; 
} 

a.Button, a { 
    color: #333;

} 

td.Button {
    cursor: pointer;
}


.ButtonTable .Button {
    background-color: #42A0DD; 
    color: #FFF;
}

.ButtonTable input {
    height: 20px;
    border: none;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0;
    color: #333;
}   

select {
    height: 18px;
    border: 1px solid #CACACA;
    margin-bottom: 6px;
    font-size: 11px;
    color: #333;
}    

textarea {
    border: 1px solid #CACACA;
    margin-bottom: 6px;
    font-size: 12px;
    color: #333;
}      
        
        
td.SubmitBox input {
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
    background-color: #42A0DD;
    border: none; 
    color: #FFF;
    font-weight: normal;
}

input radio {
    border: none;
}

/***************************************************************************************/

body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}



#container {
	width: 944px;
	margin: 0 auto;
}

#masthead {
	background: #F1F1F1 url(/skin1/images/site/masthead-bg-new.jpg) left top no-repeat;
	width: 944px;
	height: 90px;
}

.thelogo {
	margin: 25px 0 0 25px;
	border: none;
}

#navigation {
	width: 944px;
	height: 50px;
	float: left;
}

		#navigation ul {
			display: block;
			width: 884px;
            width: 934px;
			height: 24px;
			margin-top: 12px;
            margin-left: 60px;
			float: left;
		}
			#navigation ul li {
				display: block;
				float: left;
				height: 24px;
				border-right: 1px solid #E0E0E0;
			}
				#navigation ul li a {
					display: block;  
					height: 40px;
					color: #666666;
					font-weight: bold;
					font-size: 11px;
					text-decoration: none;
					padding: 0 20px 0 20px;
					line-height: 24px;
					float: left;
				}
				
				#navigation ul li a:hover, 
				/*.home #navigation ul li#home a,
				.about #navigation ul li#about a,
				.courses #navigation ul li#courses a,
				.dates #navigation ul li#dates a,
				.howtobook #navigation ul li#howtobook a,
				.news #navigation ul li#news a,
				.contact #navigation ul li#contact a,
				.venues #navigation ul li#venues a,
				.kids #navigation ul li#kids a,*/
                #navigation ul li.selected a {
					color: #42A0DC;
				}

				
				#navigation ul li.last  {
					border-right: none;
				}	

 
#content {
	clear: both;
	width: 944px;
	
}


	#content #primary {
		float: left;
		width: 570px;
		margin: 40px 0 0 40px;
	}

    #content #primary h2 {
        font-size: 20px;
        line-height: 22px;
        color: #333333;
        margin: 5px 0 19px 0;
    }

    #content #primary h3 {
        font-size: 15px;
        color: #42A0DC;
        margin: 5px 0 3px 0;
        padding: 0;
        font-weight: bold;
    }
        	
	#content #primary p {
		font-size: 12px;
		line-height: 20px;
		color: #333333;
        margin: 0;
        padding: 0;
		margin-bottom: 20px;
	}
    
	#content #primary ul {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	    
    #content #primary li {
        font-size: 12px;
        line-height: 20px;
        color: #333333;
		list-style-type: disc;
		margin-left: 16px;
    }
    	
	#content #primary a {
		color: #42A0DC;
		text-decoration: underline;
	}

	#content #primary a:hover {
		color: #42A0DC;
		text-decoration: none;
	}
		
	#content #secondary {
		float: right;
		width: 280px;
		height: 285px;
		margin: 40px 0 0 0;
		padding: 10px 15px 15px 15px;
		background: #FDFDFD url(/skin1/images/site/contact-form-bg.jpg) left top no-repeat;
	}	

		#content #secondary h2 {
			font-size: 14px;
			color: #42A0DC;
			margin-left: 6px;
			margin-right: 6px;
		}
			
		#content #secondary p {
			font-size: 11px;
			line-height: 16px;
			color: #333333;
			margin-top: 7px;
			margin-left: 6px;
		}	
	
		#content #secondary form {
			border-top: 1px solid #CCCCCC;
			width: 270px;
			padding-top: 20px;
			margin-top: 20px;
		}
			
		#content #secondary label {
			font-size: 11px;
			font-weight: bold;
			color: #42A0DC;
			display: block;
			width: 70px;
			height: 20px;
			float: left;
			margin: 0 0 6px 6px;
		}		
		
        
        label.formLabel {
            font-size: 11px;
            font-weight: bold;
            color: #42A0DC;
            display: block;
            width: 80px;
            height: 20px;
            float: left;
            margin: 0 0 6px 0px;
        }    
        
        
		#content #secondary input {
			height: 20px;
			width: 185px;
			border: 1px solid #CACACA;
			float: left;
			margin-bottom: 6px;
		}		
		
			#content #secondary input.sub-btn {
				height: 25px;
				width: 81px;
				border: none;
				float: left;
				margin-bottom: 6px;
				margin-left: 74px;
			}	
			
		#content #secondary textarea {
			height: 50px;
			width: 190px;
			border: 1px solid #CACACA;
			float: left;
			margin-bottom: 6px;
		}		

	
#footer {
	clear: both;
	width: 944px;
	height: 35px;
	margin: 0 auto;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	border-bottom: 30px solid #FFF;
}
	
	#footer #copyright {
		float: left;
		width: 340px;
		font-size: 11px;
		color: #7A7A7A;
	}
	
	#footer #extreme {
		float: right;
		width: 300px;
		font-size: 11px;
		color: #7A7A7A;
		text-align: right;
	}	
	
		#footer #extreme a {
			color: #7A7A7A;
			text-decoration: none;
		}		
	
		#footer #extreme a:hover {
			color: #7A7A7A;
			text-decoration: underline;
		}	
	
	#footernav {
        width: 944px;
        height: 24px;
    }
    
    #footernav ul {
            display: block;
            width: 434px;
            height: 18px;
            margin-top: 2px;
            margin-left: 555px;
            float: left;
        }
            #footernav ul li {
                display: block;
                float: left;
                height: 18px;
                border-right: 1px solid #E0E0E0;
            }
                #footernav ul li a {
                    display: block;
                    height: 40px;
                    color: #666666;
                    font-weight: normal;
                    font-size: 11px;
                    text-decoration: none;
                    padding: 0 15px 0 15px;
                    line-height: 18px;
                    float: left;
                }
                
                #footernav ul li a:hover {
                    color: #42A0DC;
                }

                #footernav ul li.last  {
                    border-right: none;
                    padding-right: none;
                }    
                
               
                
.productinfo {
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    margin-top: 10px;
    margin-left: 20px; 
	width: 350px;
}
 
.productinfo h1 {
    color: #42A0DC;
    margin: 0;
    font-size: 20px;
    padding: 0;
}
   
.productinfo a {
    color: #42A0DC;
    text-decoration: underline;
}

.productinfo a:hover {
    color: #42A0DC;
    text-decoration: none;
}

.left-surround {
    background: url(/skin1/images/site/left-bg.jpg) left top no-repeat; 
    width: 600px; 
    height: 185px; 
    margin: 25px 0 20px 0px; 
    padding: 15px 0px 10px 0;
}

.right-surround  {
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    margin-top: 0;   
    
    float: right;
    width: 280px;
    height: 160px;
    
    margin: 0;
    padding: 10px 15px 15px 15px;
    background: #FDFDFD url(/skin1/images/site/contact-form-bg.jpg) left top no-repeat;
          
 }



.left-surround h2.prodtitle {
    font-size: 21px;
    color: #42A0DC;
    margin: 0 6px 0 20px;
    font-weight: bold;
    line-height: 21px;
    border-top: 10px solid #FFF;
	width: 350px;
	padding: 0;
}

h2.starttitle {
    font-size: 21px;
    color: #42A0DC;
    margin-left: 20px;
    margin-right: 6px;
    font-weight: bold;
    line-height: 14px;
    border-top: 5px solid #FFF;
    border-bottom: 7px solid #FFF;
}

.right-surround h2 {
    font-size: 14px;
    color: #42A0DC;
    margin-left: 6px;
    margin-right: 6px;
    font-weight: bold;
}
         
.right-surround a {
    color: #42A0DC; 
    text-decoration: underline;   
 }
 
.right-surround a:hover {
    color: #42A0DC; 
    text-decoration: none;   
 }
 
h1.pagetitle {
    font-size: 28px;
    color: #42A0DC;
    font-weight: bold;
} 
 
/*
    Dialog info box
*/

/*
TABLE.DialogInfo {
    WIDTH: 85%;
    TEXT-ALIGN: center;
    margin-top: 10px;
}
.DialogInfoTitle {
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    VERTICAL-ALIGN: bottom;
    TEXT-ALIGN: left;
    HEIGHT: 15px;
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 3px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
}
.DialogInfoTitleBorder {
    BACKGROUND-COLOR: #42A0DC;
    PADDING: 0px;
    VERTICAL-ALIGN: bottom;
    HEIGHT: 15px;
}





.DialogInfoBorder {
    BACKGROUND-COLOR: #42A0DC;
    PADDING: 0px;
}
.DialogTr {
    COLOR: #B88EA9;
}
.DialogInfoIcon {
    WIDTH: 16px;
    HEIGHT: 16px;
}
.DialogInfoClose {
    WIDTH: 15px;
    HEIGHT: 13px;
}
      */




.standardinfo {
    margin: 28px 0 20px 20px;
}

.standardinfo h2 {
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    margin: 0px 0 19px 0;
}

.standardinfo h3 {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin: 0px 0 19px 0;
}

.DialogTitleFront {
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    margin: 0px 0 0px 0;
    padding-top: 0px;
    border-top: 10px solid #FFF;
}

table.DialogBox {
    width: 98%;
}

.TableHead {
    BACKGROUND-COLOR: #F1F1F1;
    FONT-WEIGHT: bold;
}

.TableHead td {
    padding: 8px 0 8px 0;
}

.TableSubHead {
    BACKGROUND-COLOR: #EEEEEE;
}

.theterms h3 {
    font-size: 13px;
    line-height: 13px;
    color: #333333;
    margin: 27px 0 2px 0;
	font-weight: bold;
}

.theterms p {
    line-height: 20px;
}

.theterms ol {
    list-style-type: decimal;
    margin-top: 20px;
    margin-left: 30px;
}

.theterms ol li {
    list-style-type: decimal;
    margin-bottom: 20px;
}

.theterms ul {
    list-style-type: disc;
    margin-left: 30px;
}

a.VertMenuItems:hover {
    border: none;
}

#wl_table {
    height: 1px;
    margin: 0;
    padding: 0;
}

.rightTile {
    float: right; 
    width: 307px; 
    height: 261px; 
    padding-top: 40px;
}


td.FormButton {
	width: 220px !important;
}





.prodlist {
	clear: both; 
	width: 640px; 
	height: 110px;
	float: left;
}

.prodtext {
	float: left; 
	width: 280px; 
	height: 64px; 
	margin-right: 20px;
}

	.prodtext h3 {
		font-size: 18px !important;
	}
	
	.prodtext p a {
		color: #333 !important; 
		text-decoration: none !important; 
		font-size: 11px !important;
		padding-top: 15px;
	}
	
.prodlinks {
	float: left; 
	height: 94px; 
	margin-top: 15px;
	width: 300px;
}
	
	.prodlinks img {
		float: left;
	}
	


.plodd {
	margin-left: -12px; 
	padding-left: 12px; 
	background: url(/skin1/images/site/prodlistbg.jpg) left top no-repeat;
}
