/*TAGS*/

body{
  margin: 0;
  padding: 0;
  font: Candara, Calibri, Verdana, Arial;
  background: url(../images/img-background-1.gif) repeat-x #0C0000;
  color: #FFFFFF;
}

p{
  line-height: 1.8em;
  font-family: Candara, Calibri, Verdana, Arial;
  text-align: left;
}

ul{
  margin-left: 0;
  padding-left: 30px;
  line-height: 1.8em;
}

a:hover{
  color: #FF0000;
}

table{
  border: 1px solid #FFFFFF;
  border-collapse: collapse;
  width: 100%;
}

table td, table th{
  border: 1px solid #FFFFFF;
}

/*BANNER=========================================================================================================================================*/

#banner{
  width: 904px;
  height: 248px;
  background: url(images/banner.gif) no-repeat;
  margin-bottom: 0px;
}

/*WRAPPER===============================================================================================================================================*/

#wrapper{
  position: relative;
  width: 904px;
  margin: 0 auto;
}

/*TOP SIDE BAR===============================================================================================================================================*/

#topSideBar{
  width: 904px;
  height: 50px;
}

/*TOP LINKS===============================================================================================================================================*/

#topLinks{
  float: left;
  margin-top: 5px;
}

#topLinks ul{
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

#topLinks li{
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid;
  font-size: 1.2em;
  font-weight: bold;
}

/*SEARCH===============================================================================================================================================*/

#search{
  float: right;
}

#search input.field{
  border: 1px inset;
  width: 180px;
  background: #FFFFFF;
}

#search input.submit{
  background: #FFFFFF;
  border: 1px outset;
  font-weight: bold;
  height: 21px;
}

/*LEFT COLUMN===============================================================================================================================================*/

#leftCol{
  float: left;
  width: 150px;
}

#videosLink, #ethnicGroupsLink, #imageGalleryLink, #blogLink{
  position: relative;
  height: 113px;
  margin-bottom: 20px;
}

#videosLink{
  background-image: url(images/videos.gif);
}

#ethnicGroupsLink{
  background-image: url(images/events.gif);
}

#imageGalleryLink{
  background-image: url(images/image-gallery.gif);
}

#blogLink{
  background-image: url(images/blogs.gif);
}

#videosLink .link, #ethnicGroupsLink .link, #imageGalleryLink .link, #blogLink .link{
  width: 100%;
  position: absolute;
  margin: 0;
  bottom: 4px;
  left: 8px;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #000000;
  font-weight: bold;
}

/*RIGHT COLUMN===============================================================================================================================================*/

#rightCol{
  float: right;
  width: 700px;
}

#rightCol h1{
  /* border-top: 1px solid #CC9999; */
  border-bottom: 1px solid #CC9999;
}

/*FOOTER===============================================================================================================================================*/

#footer{
  clear: both;
  width: 904px;
  position: relative;
}

/*BOTTOM LINKS===============================================================================================================================================*/

#bottomLinks{
  padding-top: 20px;
  text-align: center;
}

#bottomLinks ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#bottomLinks li{
  display: inline;
  padding: 0 10px;
  border-right: 1px solid;
  font-size: 1em;
}

/*IMAGE GALLERY LANDING PAGE===============================================================================================================================================*/

#imageGalleryLanding{
  list-style-type: none;
}

#imageGalleryLanding li{
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  width: 150px;
  text-align: center;
}

#imageGalleryLanding img{
  display: block;
  border: 5px solid #FFFFFF;
}

/*PORTRAIT IMAGE GALLERY===============================================================================================================================================*/
  
#portraitImageGallery{
  list-style-type: none;
}

#portraitImageGallery li{
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  width: 240px;
}

#portraitImageGallery img{
  display: block;
  border: 5px solid #FFFFFF;
}

/*LANDSCAPE IMAGE GALLERY===============================================================================================================================================*/

#landscapeImageGallery{
  list-style-type: none;
  width: 320px;
}

#landscapeImageGallery li{
  float: left;
  margin-bottom: 20px;
  width: 320px;
}

#landscapeImageGallery img{
  display: block;
  border: 5px solid #FFFFFF;
}

/*ETHNIC GROUPS===============================================================================================================================================*/

#ethnicGroups{
  list-style-type: none;
}

#ethnicGroups li{
  float: left;
  margin-right: 55px;
  margin-bottom: 20px;
  width: 150px;
  text-align: center;
}

#ethnicGroups img{
  display: block;
  border: 5px solid #FFFFFF;

}

/*VIDEO ALBUM===============================================================================================================================================*/

#videoAlbum{
  list-style-type: none;
  width: 380px;
}

#videoAlbum li{
  float: left;
  width: 380px;
  margin-bottom: 40px;
}

/*FORM===============================================================================================================================================*/

input.name, input.email{
  border: 1px inset;
  width: 200px;
}

textarea.comments{
  border: 1px inset;
}

input.submit{
  border: 1px outset;
}

form div{
  clear: left;
  padding-top: 0.6em;
}

form div label{
  float: left;
  width: 35%;
}

/*REUSABLE CLASSES===============================================================================================================================================*/

.pageNumbers, .BackLinkBuildLink{
  text-align: right;
  padding-bottom: 10px;
}

.noBorder{
	border: none;
}

.bold{
  font-weight: bold;
}

.italic{
  font-style: italic;
}


.bigger{
  font-size: 1.2em;
}

.smaller{
  font-size: 0.8em;
}

.portraitPhotoAlignLeft{
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 6px;
}

.portraitPhotoAlignRight{
  float: right;
  width: 200px;
  margin-left : 20px;
  margin-bottom: 6px;
}

.landscapePhotoAlignLeft{
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 6px;
}

.landscapePhotoAlignRight{
  float: right;
  width: 300px;
  margin-left : 20px;
  margin-bottom: 6px;
}

.cushycms{
  
}

.hidden {
  display: none;
}

/*.trailOfBreadcrumbs {
  background-color: #CC9999;
  color: #000000;
}*/

.alignRight {
  float: right;
}
