/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	line-height: 15.5px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a:link, a:visited, a:hover {
	color: #2365B0;
	text-decoration: none;
}

a:hover {
	color: #99CC00;
	font-size: 13px;
}
.border {
	border: .5px solid #999999;
	padding: 0px;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006699;
}

h2{
	font-size: 114%;
	color: #006699;
	line-height: 80%;
}
#rightfloat {
	position: relative;
	left: 300px;
	top: -625px;
	width: 400px;
}
.tdborderandcolour {
	background-color: #DFEFFF;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
.tddottedborder {
	border: medium dotted #006699;
}
.tddottedcolour {
	background-color: #DFEFFF;
	padding-left: 10px;
	border: 3px dotted #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 0px;
}

.bluecaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}
.td {
	padding-left: 5px;
}
.tdbottomborder {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-bottom: 2px;
}
 .tdbottomborder2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-bottom: 2px;
}





h3{
	font-size: 14pt;
	color: #CC0066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.bordercolortd {
	background-color: #DFEFFF;
	padding: 5px;
}


h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	z-index: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}


#navBar{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 500;
	width: 20%;
	float: left;
}
#topnav {
	float: left;
	left: 0px;
	width: 900px;
}

#logo {
	height: 250px;
	z-index: 0;
	background-image: url(pages/images/bars.png);
	background-repeat: repeat;
	width: 1024px;
	margin: auto;
}
#barsnav {
	background-image: url(pages/images/bars.png);
	background-repeat: repeat-x;
	top: 0px;
	width: 100%;
	z-index: 4;
}


#collage {
	height: 200px;
	width: 482px;
	z-index: 0;
	float: left;
}


#content{
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 75%;
	z-index: 0;
	clear: none;
	float: right;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FF0066;
	white-space: nowrap;
	vertical-align: text-bottom;
	position: relative;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 12px;
	background-color: #E6F0F9;
	border: 1px dashed #FF6600;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
}
#programpages {
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 16px;
	clear: right;
	clip: rect(auto,auto,auto,auto);
	z-index: 5;
	padding-right: 10px;
}
.feature2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #660099;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-align: left;
}

.smallcaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #006699;
}
#rightfloat2 {
	width: 338px;
	position: relative;
	left: 450px;
	bottom: 950px;
}

#rightfloat3 {
	width: 338px;
	position: relative;
	left: 450px;
	bottom: 650px;
}
#ganonpage {
	position: absolute;
	width: 400px;
	padding-left: 5px;
	left: 665px;
	top: 367px;
	height: 1446px;
}



.courselist {
	width: 200px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}



.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}
#slide {
	float: left;
	height: 188px;
	width: 800px;
}


.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	font-size: 90%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	z-index: 500;
	width: 200px;
	clear: both;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	z-index: 0;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
.campbrochure {
	clear: both;
	float: right;
	z-index: 0;
}
#camp_text {
	width: 290px;
}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	width: 210px;
	z-index: 500;
	float: left;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #660099;
	font-family: Arial, Helvetica, sans-serif;
}
#nav_links {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #FF6600;
}
.colour_stripes {
	height: 10px;
	z-index: 5;
}
#masthead logo {
	z-index: 0;
	width: 550px;
}



#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CC0066;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	z-index: 500;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 190px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 0px;
	clear: right;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



#slideshow {
	height: 200px;
	width: 350px;
	padding-right: 10px;
	top: -325px;
	left: 300px;
	z-index: 6;
	position: relative;
}
#pool {
	width: 800px;
	padding: 5px;
}

.programinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	clear: left;
	float: right;
	position: relative;
	z-index: 1;
	width: 400px;
	border: 1px dotted #E3671C;
	text-align: center;
	padding: 10px;
	visibility: visible;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	background-color: #FFF;
}
#info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	width: 600px;
}
.leftevent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	float: left;
	width: 325px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	height: 125px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
	margin-top: 10px;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	background-color: #DFE9FC;
	padding-left: 5px;
	padding-bottom: 2px;
}
.eventThumb {
	width: 75px;
	border: 1px solid #666;
	clear: both;
	margin-right: 5px;
	float: left;
	margin-top: 5px;
	padding: 2px;
	margin-bottom: 10px;
}
.rightevent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	float: right;
	width: 350px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: right;
	height: 125px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 10px;
}
#highlights {
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
	margin-top: 25px;
}
