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

body  {
background-image:url(bigbackground.jpg);
background-repeat:repeat;
font: 100% Verdana, Arial, Helvetica, sans-serif;
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: #000000;
height: 200%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, H2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

#topspace{
	width:100%;
	height:15px;
	background-color:transparent;
}
/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	border-style:solid;
	border-width:15px;
	border-color:#E3E0D7;
	background: #E3E0D7;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	-moz-border-radius:10px;
	/*workaround for equal heights in CSS - overflow set to hidden*/
	overflow: hidden;
	
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	height:160px;
	-moz-border-radius:10px;
	background-image: url('images/header-images/pyb-header-960-1.jpg');
	background-repeat:no-repeat;
}

#sidebar1 {
	float: left;
	width: 180px;
	background: #FFFFFF;
	padding-top: 105px;
	padding-bottom: 10px;
}

#content {
	margin-top: 15px;
	padding: 10px;
	width: 610px;
	float: left;
	background-color:#FFFFFF;
	-moz-border-radius:10px;
	/*workaround for equal heights in CSS - negative bottom margin*/
	padding-bottom: 1000em;
    margin-bottom: -1000em;
}
	
#sidebar2 {
	float: left;
	width: 320px;
	background: #;
	margin-top: 15px;
	padding-top: 10px;
	margin-left:10px;
	background-color:#FFFFFF;
	-moz-border-radius:10px;
	/*workaround for equal heights in CSS - negative bottom margin*/
	padding-bottom: 1000em;
    margin-bottom: -1000em;
}

/* Styles for split main content sections*/

.onethird{
	width:293px;
	background-color:#FFFFFFF;
	float:left;
	padding:20px 10px 20px 0px;
	height:120px;
	overflow:hidden;
}

.onethird H2{
	color:#006699;
	font-size:16px;
	font-weight:bolder;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border-bottom-width:medium;
	border-bottom-color:#006699;
	border-bottom-style:solid;
	text-align:left;
	background-color:#FFFFFFF;	
}

.onethird p {
	padding-top:10px;
}

.onethird H2 a{
	color:#006699;
	font-size:16px;
	text-decoration:none;
	font-weight:bolder;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border-bottom-width:medium;
	border-bottom-color:#006699;
	border-bottom-style:solid;
	text-align:left;
	background-color:#FFFFFFF
}

.onethird H2 a:link a:visited{
	color:#006699;
	font-size:16px;
	font-weight:bolder;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border-bottom-width:medium;
	border-bottom-color:#006699;
	border-bottom-style:solid;
	text-align:left;
	background-color:#FFFFFFF
}

.onethird H2 a:hover a:active{
	color:#633633;
	
}


.onethird p{
	background-color:#FFFFFFF;
	
}

.onethird img{
	border: 2px 2px 0px 0px;
	float:left;
 	-moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 	-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 	box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 	: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
	margin: 0px 15px 15px 0px;
}

.onethirdlong{
	width:293px;
	background-color:#FFFFFFF;
	float:left;
	padding:20px 10px 20px 0px;
	
}

.onethirdlong H2{
	color:#006699;
	font-size:16px;
	font-weight:bolder;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	border-bottom-width:medium;
	border-bottom-color:#006699;
	border-bottom-style:solid;
	text-align:left;
	background-color:#FFFFFFF;	
}

.onethirdlong p {
	padding-top:5px;
}

.onethirdlong H2 a{
	color:#006699;
	font-size:16px;
	text-decoration:none;
	font-weight:bolder;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border-bottom-width:medium;
	border-bottom-color:#006699;
	border-bottom-style:solid;
	text-align:left;
	background-color:#FFFFFFF
}

.onethirdlong H2 a:link a:visited{
	color:#006699;
	font-size:16px;
	font-weight:bolder;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	border-bottom-width:medium;
	border-bottom-color:#006699;
	border-bottom-style:solid;
	text-align:left;
	background-color:#FFFFFFF
}

.onethirdlong H2 a:hover a:active{
	color:#633633;
	
}


.onethirdlong p{
	background-color:#FFFFFFF;
	
}

/* Styles for split main content sections*/


/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*Navigation Menu Styles*/

#topmenu{
	
}

#nav, #nav ul{
font-size:10.5px;
font-weight:bold;
margin:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:35px;
background-color:#006699;
width:100%;
text-align:left;
}

#nav a{
display:block;
padding:0px 5px 0px 10px;
width:145px;
border-left-color:#006699;
background-color:#006699;
color:#fff;
text-decoration:none;
text-transform:uppercase;
}

#nav a:hover{
color:#CFF;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:160px;
top:35px;
}

#nav li ul{
/* width of div comes up 20px short*/
/*padding-bottom:20px;*/

}

#nav li ul a{
width:180px;
height:35px;
float:left;
text-transform:capitalize;
}

#nav li ul a:hover{
text-decoration:underline;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:180px;
margin:0px 0px 0px 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/*Navigation Menu Styles Ends */


/*Footer Styles*/
#bottomspace{
	width:100%;
	height:15px;
	background-color:transparent;
}

#footer {
	clear:both;
	width:100%;
	height:250px;
	border-top:15px;
	border-top-style:solid;
	border-top-color:#E3E0D7;
	padding: 15px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	background-image:url(images/header-images/footer-background.jpg);
	background-repeat:no-repeat;
	position:relative;
	bottom:-30px;
}

#footer H2 {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:medium;
	border-bottom-color:#FFF;
	border-bottom-style:groove;
	padding-bottom:5px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
	list-style:none;
	font-size:9px;
}

#footer li {
	foat left;
	width: 200px;
	text-transform:uppercase;
}
	
#footer li  a {
	color:#FFFFFF;
	text-decoration:none;
	
}

#footer  li  a:link {
	color:#FFFFFF;
	text-decoration:none;
} 

#footer li  a:visited {
	color:#000000;
	text-decoration:none;
}

#footer  ul li a:hover {
	color:#FFFFFF;
	border-bottom:thin;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
}

#footer ul li a:visited {
	color:#FFFFFF;
}


#footercourses
{
width:200px;
float:left;
}


#footerothers
{
width:200px;
padding-left: 30px;
float: left;
}

#footerfor
{
width:200px;
padding-left: 30px;
float: left;
}

#footerfree
{
width:200px;
padding-left: 30px;
float: left;
}

#footerothers ul
{
line-height:160%;
}


#footercourses ul
{
line-height:160%;
}

/*Footer Styles End */


/* Inherited Froom PYB2011 stylesheet*/

#content H1{ 
color:#333333;
font-size:18px;
font-weight:bolder;
padding: 15px 0px 5px 0px;
margin-left: 10px;
border-bottom-width:medium;
border-bottom-color:#333333;
border-bottom-style:solid;
text-align:left;
}

#content H2 { 
color:#006699;
font-size:16px;
font-weight:bolder;
padding: 5px 0px 5px 0px;
margin-left: 10px;
border-bottom-width:medium;
border-bottom-color:#006699;
border-bottom-style:solid;
text-align:left;
}


#content H3 { 
color:#063;
font-size:13px;
font-weight:bolder;
padding: 0px 0px 5px 0px;
margin-left: 10px;
border-bottom-width:medium;
border-bottom-color:#063;
border-bottom-style:solid;
text-align:left;
}

#content H4 { 
color:#000;
font-size:10px;
font-weight:bolder;
padding: 0px 0px 5px 0px;
margin-left: 10px;
border-bottom-width:thin;
border-bottom-color:#000;
border-bottom-style:solid;
text-align:left;
}


#content p { 
color:#000000;
font-size:10px;
line-height: 140%;
text-align:left;
}

#content i { 
color:#000000;
font-size:10px;
line-height: 120%;
text-align:left;
font-style:oblique;
}

i{
	text-align:left;
font-style:oblique;
}

#content .course
{
clear:left;
border-bottom-width:thick;
border-color:#003366;
padding-top:25px;
}

#content .coursedivider
{
	margin-top:20px; 
	padding:0px 0px 0px 0px; 
	clear:both;
	width:100%;
	height:10px;
	background-color:#E3E0D7;
}

{
clear:left;
border-bottom-width:thick;
border-color:#003366;
padding-top:25px;
}

#content .course p img
{
float:left;
padding:5px 10px 5px 0px;
}


#sidebar2 .news{
}

#sidebar2 .news H1{
padding: 20px 0px 0px 15px;
color:#333333;
font-size:14px;
font-weight:bolder;
text-align:left;
text-transform:uppercase;
text-decoration:underline;
width:80%;

}

#sidebar2 .news H2{
padding-left:0px;
color:#006699;
font-size:12px;
font-weight:bolder;
text-align:left;
}

#sidebar2 .news H3{
color:#363;
font-size:12px;
font-weight:bolder;
}

#sidebar2 .news H4{
color:#630;
font-size:12px;
font-weight:bolder;
}

#sidebar2 .news p
{
color:#000000;
font-size:10px;
font-weight:normal;
text-align:left;
}

#sidebar2 .news img
{
border: 2px 2px 0px 0px;
float:left;
 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
margin: 0px 15px 15px 0px;

}

#sidebar2 .news a
{
color:#003366;
font-size:10px;
font-weight:bolder;
text-decoration:none;
float: right;

}

#sidebar2 .news a:link
{
color:#003366;
text-decoration: underline;
}

#sidebar2 .news a:visited
{
color:#003366;
text-decoration: underline;
}

#sidebar2 .news a:hover
{
color:#063;
text-decoration:none;
}

#sidebar2 .news a:active
{
color:#063;
text-decoration:none;
}

.news{
padding:0px 15px 5px 15px ;
border-bottom:#757759;
border-bottom: thin;
margin-bottom:10px;
}

.boxes{
padding:0px;
margin:0px;
height:160px;
width:680px;
}

.boxleft
{
width: 320px;
background:#ffffff;
float:left;
margin-right:10px;
background-repeat:no-repeat;
background-attachment:fixed;
background-image: url(images/general/blue-box-320.jpg);
}

.boxright
{
width: 320px;
background:#ffffff;
float:right;
background-repeat:no-repeat;
background-attachment:fixed;
background-image:url(images/general/blue-box-320.jpg);
}


#content .boxes H2
{
color: #FFFFFF;
font-size:11px;
line-height:normal;
text-transform: uppercase;
overflow:hidden;
padding: 0px 0px 0px 15px;
border:none;
width:240px;
margin:none;
}



#content .boxes .boxright p
{
padding: 0px 8px 0px 10px;
font-size: 10px;
margin:none;
}

#content .boxes .boxleft p
{
padding: 0px 8px 0px 10px;
font-size: 10px;
margin:none;
}


.boxes img
{
width:130px;
height:90px;
border:#FFFFFF;
border-width:thick;
margin-right:5px;
margin-left:2px;
float:left;
}


	
.clearer
{
clear:both;
}


#searchbox{
	position:relative;
	bottom:45px;
	left:720px;
	background-color:#FFFFFF;
	background-image:url(images/icons/search_icon.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 10px 10px 10px;
	width:200px;
	font-size:10px;
	font-weight:bold;
	color:#930;
	border: solid;
	border-width:5px;
	border-color:#006699;
	height:22px;
}

#searchbox input{
	width:160px;
	float:right;
	padding:2px 5px 3px 2px;
}

.more-information{
	float:left;
	background-color:#FFF;
	text-decoration:none;
	border:none;
	background-image:url(images/icons/more-information.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}

.more-information :link{
	text-decoration:none;
	border:none;
	background-image:url(images/icons/more-information.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}
.more-information :visited{
	text-decoration:none;
	border:none;
	background-image:url(images/icons/more-information.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}

.more-information :hover{
	text-decoration:none;
	border:none;
	background-image:url(images/icons/more-information-over.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}

.more-information :active{
	text-decoration:none;
	border:none;
	background-image:url(images/icons/more-information-over.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}

#coursenotescontainer{
	padding-left:50px;
	width:550px;
		
}

#coursenotescontainer .body H3{
	padding-left:0px;
		
}

.coursenotes{
	float:left;
	background-color:#FFF;
	text-decoration:none;
	border:none;
	background-image:url(images/icons/notes-up.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}

.coursenotes :link{
	text-decoration:none;
	border:none;
	background-image:url(images/icons/notes-up.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}
.coursenotes :visited{
	text-decoration:none;
	border:none;
	background-image:url(images/icons/notes-up.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}

.coursenotes :hover{
	text-decoration:none;
	border:none;
	background-image:url(images/icons/notes-over.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}

.coursenotes :active{
	text-decoration:none;
	border:none;
	background-image:url(images/icons/notes-over.jpg);
	background-repeat:no-repeat;
	height:40px;
	width:40px;
}

.img-shadow-large {

 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
margin: 0px 15px 15px 0px;
display:block;
}


.img-shadow {

 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
margin: 0px 15px 15px 0px;
}

.img-shadow-right {

 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
margin: 0px 15px 15px 0px;
float:right;
}

.img-shadow-left {

 -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ 
margin: 0px 15px 15px 0px;
float:left;
}

.days
{
	float:left;
	width:44px;
	height:40px;
	padding:0px;
}
	

#content .bookingbuttons
{
	display:inline;
	padding-left:15px;
}

.dottedline{
	border-botom:thin;
	border-bottom-style:dashed;
	border-bottom-color:#CFD0BF;
	margin-bottom:40px;
}


#searchbox{
	position:relative;
	bottom:-10px;
	left:720px;
	background-color:#FFFFFF;
	background-image:url(images/icons/search_icon.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 10px 10px 10px;
	width:200px;
	font-size:10px;
	font-weight:bold;
	color:#930;
	border: solid;
	border-width:5px;
	border-color:#006699;
	height:22px;
}

#searchbox input{
	width:160px;
	float:right;
	padding:2px 5px 3px 2px;
}

#frm_newsletter{
	padding-left:15px;
}


.newslettertext H2{
	font-size:10px;
	color:#363;
	display:block;
	padding:2px 5px 0px 5px;
}

#newslettertextarea{
	background-color:#FFFFFF;
	margin-left:10px;
	padding:0px 0px 0px 15px;
	width:200px;
	font-size:10px;
	font-weight:bold;
	color:#930;
	height:30px;
	float:left;
}


#newsletter input.btn{
	width:30px;
	float:left;
}

/*inherited styles end*/

.facebook {
	float:left;
	background-image:url('images/icons/facebook-button.jpg');
	background-repeat:no-repeat;
	background-position:left;
	width:100px;
	height:100px;
}

.facebook :link ={
	background-image:url('images/icons/facebook-button.jpg');
}

.facebook :visited{
	background-image:url('images/icons/facebook-button.jpg');
}

.facebook :hover {
	background-image:url('images/icons/facebook-button-hover.jpg');
}

.facebook :active {
	background-image:url('images/icons/facebook-button-hover.jpg');
}

.offers img{
	float:left;
	padding:15px 15px 15px 25px;
	width:120px;
}

#dateswrapper{
padding: 10px 0px 25px 0px;	
}

#dateswrapper H2{
border:none; 
padding-left:10px; 
padding-bottom: 15px;
margin-left:0px;	
}

#datelist {
	display:block;
	width:220px;
	margin:10px 0px 0px 50px;
	padding: 0px;
}

#datelist option value{
	color:#006699;
	font-size:10px;
	font-weight:bold;
	
}

#booknow { 
padding: 15px 0px 25px 10px;
text-align:left;
width:200px;
}

#booknow a { 
height:45px;
color:#006699;
font-size:16px;
font-weight:bolder;
padding: 10px 0px 25px 0px;
text-align:left;
background-image:url('images/icons/buy-now.jpg');
background-repeat:no-repeat;
background-position:center left;
background-attachment:fixed;
width:100px;
}

#booknow a:link { 
color:#006699;
}

#booknow a:visited { 
color:#006699;
}

#booknow a:hover { 
color:#063;
text-decoration:underline;
}

#booknow a:active {  
color:#063;
text-decoration:underline;
}


.reviewtext{
font-style:oblique;	
}

# reviews{
	width:500px;
	margin: 0; padding: 15px 0px 0px 0px; 
}

#reviews H3{
	width:500px;
	margin: 0; 
	padding: 25px 0px 5px 0px; 
}

#reviews H4{
	width:500px;
	margin: 0; 
	padding: 15px 0px 10px 0px; 
}

#reviews p{
	margin: 0; 
	padding: 15px 0px 10px 0px; 
}


#coursenotes{
	width:500px;
	margin: 0 0 5px 0; 
	padding: 0; 
}

.drawer {
display: none;
	}

#accordioncontainer{
	width:500px;
}


#accordioncontainer H2{
border:none; 
padding-left:10px; 
padding-bottom: 15px;
margin-left:0px;
color:#006699;
text-decoration:none;
}

#accordioncontainer H2 a{
border:none; 
padding-bottom: 15px;
margin-left:0px;
color:#006699;
text-decoration:underline;
}

#accordioncontainer H2 a:link { 
color:#006699;
}

#accordioncontainer H2 a:visited { 
color:#006699;
}

#accordioncontainer H2 a:hover { 
color:#063;
text-decoration:underline;
}

#accordioncontainer H2 a:active {  
color:#063;
text-decoration:underline;
}


.iconattached {
	padding:0px;
	margin:0px;
}

.iconattached H2 {
border-bottom:none !important; 
padding-left:0px;
padding-top: 5px;
margin-left:0px;
}

.iconattached img{
border:none; 
padding-left:0px; 
margin-left:0px;
}


#content #coursenotescontainer .body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:120%;
}

#content #coursenotescontainer .body ul {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	list-style-position:inside;
	list-style:square;
	text-align:left;

}

#content #coursenotescontainer .body ul li {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	
}

#content  #coursenotescontainer i {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left !important; 
	padding-left:0px;

}

#content .more a {
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

	
#content .more a:link{
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

#content .more a:visited .{
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}


#content .more a:hover{
	color:#063;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:none;
	border:none;
	
}


#content .more a:active {
	color:#063;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:none;
	border:none;
	
}

#content .course a {
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

	
#content .course a:link{
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

#content .course a:visited .{
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}


#content .course a:hover{
	color:#063;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:none;
	border:none;
	
}


#content .course a:active {
	color:#063;
	font-size:12px;
	font-weight:bold;
	float:right;
	padding:2px 10px 10px 0px;
	text-decoration:none;
	border:none;
	
}

.date{
	font-size:12px;
	font-weight:bold;
	color:#006699;
}

#content .body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:120%;
}


#content .body ul {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:120%;
}

#content .body ul li {
	list-style:inside;
	list-style:disc;
}


#content .course .morecenter a {
	color:#006699;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

#content .course .morecenter a:link {
	color:#006699;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

#content .course .morecenter a:visited {
	color:#006699;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

#content .course .morecenter a:hover {
	color:#363;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:none;
	border:none;
	
}

#content .course .morecenter a:active {
	color:#363;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:none;
	border:none;
	
}

.italicbodyboldblue{
color:#369;
font-size:10px;
font-weight:bold;
line-height: 150%;
text-align:left;
font-style:oblique;
padding:5px 5px 5px 0px;

}


#content .offerspage {
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:2px 10px 10px 10px;
	text-decoration:underline;
	border:none;
	
}


#content .offerpage a {
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:2px 10px 10px 10px;
	text-decoration:underline;
	border:none;
	
}

	
#content .offerspage a:link{
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:2px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

#content .offerspage a:visited .{
	color:#006699;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:2px 10px 10px 10px;
	text-decoration:underline;
	border:none;
	
}


#content .offerspage a:hover{
	color:#063;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:2px 10px 10px 10px;
	text-decoration:none;
	border:none;
	
}


#content .offerspage a:active {
	color:#063;
	font-size:12px;
	font-weight:bold;
	float:left;
	padding:2px 10px 10px 10px;
	text-decoration:none;
	border:none;
	
}


#content .adventure table {
	width:500px;
	background-color:#FFFFFF;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
	margin: auto;
}



#content .adventure td {
	font-size:10px;
	color:#000000;
	padding:5px;
	text-align:left;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
}

#content .adventure th {
	font-size:12px;
	color:#006699;
	font-weight:bold;
	padding:10px;
	text-align:left;
}

.morecenter a {
	color:#006699;
	float:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

.morecenter a:link {
	color:#006699;
	float:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

.morecenter a:visited {
	color:#006699;
	float:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:underline;
	border:none;
	
}

.morecenter a:hover {
	color:#363;
	float:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:none;
	border:none;
	
}

.morecenter a:active {
	color:#363;
	float:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:20px 10px 10px 0px;
	text-decoration:none;
	border:none;
	
}


.terms ul {
	
	padding: 0px 0px 0px 30px;
}

.maps {
	border-style:solid;
	border-width:medium;
	border-color:#000;
	padding: 0px;
	margin: 0px 20px;
	width:550px;
}

.noborder{
	border:0px;
}



	


	
	
	
	
	


