@charset "UTF-8";

/*Logo Banner Area*/
#banner {
	display: block;
	float: left;
	height: 142px;
	width: 746px;
	position: relative;
}
/*larger Body for White space across the page*/
.bodyouter {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/*Actual Content Area*/
.body {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position: relative;
	background-position: right top;
}
/*Bottom are where CACP log and sponsor Banner reside*/
.Bottompart {
	float: left;
	width: 1000px;
}
/*CACPlogo div on Index Page*/
.logoareaindex {
	display: block;
	float: right;
	width: 373px;
	position: relative;
	margin-top: 5px;
}


/*-----------------------
    Menu
  =======================*/
  
/*Menubar wrapper*/
#menu {
	float: left;
	width: 1000px;
	position: relative;
	height: 25px;
	display: block;
}
/*Right side angle in white*/
.rightangle {
	display: block;
	float: left;
	width: 100px;
	margin-right: 2px;
	position: relative;
	background-color: #790A0A;
}
/*Left side angle in white*/
.leftangle {
	display: inline;
	float: left;
	width: 100px;
	position: relative;
	background-color: #790A0A;
	margin-left: 2px;
}

/*Menu buttons*/
#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
	overflow: visible;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}

/*Change made to padding 01/29/10*/
#sddm li a
{
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	/*background-color: #790A0A;*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 11px;
	height: 17px;
	margin-right: 1px;
}

#sddm li a:hover
{
	background-color: #990000;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*border: 1px solid #790A0A;
	background-color: #990000;*/
	z-index: 30;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	/*color: #FFFFFF;*/
	font: 11px arial;
	/*background-color: #990000;*/
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: auto;
}
.sidepics {
	float: right;
	width: 137px;
	padding-left: 95px;
	display: block;
	position: relative;
	overflow: visible;
}

	#sddm div a:hover
	{
	/*background: #49A3FF;
	color: #FFF;*/
	font-weight: bold;
}
/*=============End of Menu



/*-----------------------
    Scroll Bar - Changed May 2010
  =======================*/
/*Sponsor title for index*/
.Sponsortitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9900;
	float: left;
	width: 200px;
	margin-left: 5px;
	position: relative;
	font-style: normal;
	display: inline;
}
/*Box for Sponsor scroller on Index*/
.sponsorbannermain {
	float: right;
	height: 140px;
	width: 275px;
	position: relative;
	display: inline;
	margin-right: 15px;
}

/*Sponsor title for contentpages*/
.Sponsortitlegeneral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9900;
	float: left;
	width: 120px;
	position: relative;
	font-style: normal;
	margin-left: 5px;
	display: inline;
	margin-top: 5px;
}
/*Box for Sponsor scroller on Content Pages*/
.sponsorbannergeneral {
	float: left;
	width: 180px;
	position: relative;
	margin-top: 20px;
}

/*These are for the Actual Sponsor scroll bar along the bottom of the page*/
.infiniteCarousel {
	width: 260px;
	position: relative;
	float: left;
	display: inline;
	margin-left: 5px;
	background-image: url(../images/sponsorback.gif);
	height: 130px;
	background-repeat: no-repeat;
}
.infiniteCarouselGeneral {
	width: 160px;
	position: relative;
	float: left;
	display: inline;
	margin-top: 2px;
}

.infiniteCarousel .wrapper {
	width: 265px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 120px;
	position: relative;
	top: 0;
	margin-bottom: 0;
	margin-top: 4px;
}
.infiniteCarouselGeneral .wrapper {
	width: 150px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	height: 390px;
	position: relative;
	top: 0;
	margin-top: 10px;
	margin-bottom: 0;
	background-image: url(../images/sponsorbackgeneral2.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.infiniteCarousel ul a img {
	border: 0px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 110px;
	width: 110px;
	margin-left: 1px;
}
.infiniteCarouselGeneral ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
	width: 260px; /* single item * n */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: absolute;
	top: 1px;
	padding: 0;
	height: 120px;
	left: 0px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}
.infiniteCarouselGeneral .wrapper ul {
	width: 110px; /* single item * n */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: absolute;
	top: 3px;
	margin: 0;
	padding: 0;
	left: 3px;
	display: block;
	overflow: hidden;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	height: 112px;
	width: 112px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.infiniteCarouselGeneral ul li {
	display:block;
	float:left;
	height: 112px;
	width: 112px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}
.infiniteCarouselGeneral ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}
.infiniteCarouselGeneral ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}
.infiniteCarouselGeneral ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  border: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}
.infiniteCarouselGeneral .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
.infiniteCarouselGeneral .back:hover {
  background-position: 0 -108px;
}
/*=======================End of Sponsor scroll bar*/



/*-----------------------
    Left side photos
  =======================*/

/*This is the are for the photos on the left side*/
.leftpics {
	display: block;
	float: left;
	height: 410px;
	width: 233px;
	position: relative;
	margin-top: 21px;
}
/*---------------End of photos*/



/*-----------------------
    Text Area
  =======================*/
/*Text Area Wrapper for Index Page*/
.mainbodytext {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	position: relative;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*Actual text area on index*/
.textactually {
	display: block;
	float: left;
	width: 650px;
	position: relative;
	margin-left: 5px;
}

/*Text Area Wrapper for Content Pages*/
.generalbodytext {
	float: left;
	width: 490px;
	position: relative;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
}
/*Actual text area for content pages*/
.generaltextactually {
	display: block;
	float: left;
	width: 480px;
	position: relative;
	margin-left: 5px;
}
/*Title location*/
.ContentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	float: left;
	display: inline;
	position: relative;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 400px;
	overflow: visible;
}
/*New CSS Field for altered Title area on Index - added May 2010*/
.ContentTitleIndexPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	float: left;
	display: inline;
	position: relative;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 340px;
	overflow: visible;
}

/*Colour of Title - Should be changeable*/
.style4 {
	/*color: #712219;*/
	font-weight: bold;
}
/*Subtitle location*/
.ContentSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 5px;
	float: left;
	display: block;
	position: relative;
	width: 300px;
	overflow: visible;
	color: #666666;
}

/*Area for media (video) on front page*/
.righmediabox {
	margin: 5px;
	float: right;
	display: block;
	position: relative;
}
/*Area for photos to be added to text area*/
.rightphotobox {
	display: inline;
	margin: 5px;
	float: right;
	position: relative;
}
/*Area for downloadable documents*/
.Documentstodownload {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 140px;
	display: inline;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	color: #000033;
	padding: 5px;
	position: relative;
	z-index: 1;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*--------------------End of text area*/







/*--------------------
    Watermark area
  ===================*/
/*Watermark wrapper*/
.watermark {
	display: block;
	float: right;
	width: 250px;
	position: relative;
	overflow: visible;
	text-align: right;
}
/*Watermark image area*/
.imgwatermark {
	position: absolute;
	top: 1px;
	right: -245px;
	display: block;
	overflow: visible;
	height: auto;
	left: 50px;
	width: 1px;
	visibility: visible;
}


/*--------------------
   Top and Bottom Edges
  ====================*/
.Footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	display: block;
	position: relative;
	margin-top: 5px;
}
/*Bold Footer links*/
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
/*bottomcolour block*/
.bottomcolour {
	background-color: #000033;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	position: relative;
	display: block;
	float: left;
}
/*topcolour block*/
.topcolour {
	background-color: #000033;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: -30px;
	display: block;
}
/*-------------End of Top and Bottom Edges*/


/*-------------------
   Gallery Page Link
  ==================*/
.GalleryLink {
	display: block;
	float: right;
	width: 150px;
	position: relative;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #990000;
}

/*new*/
.imageanddocuments {
	display: inline;
	float: right;
	position: relative;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}


.FrenchEnglish {
display: inline;
float: right;
width: 150px;
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-style: italic;
}

/*new CSS Feb. 12, 2010*/
.menuenglishwords {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	float:left;
	display:inline;
}
