﻿/* Styles for Page */
body {
	background-color: #CCCCFF;
}
/* Styles for Header */
/* Styles for Body */
a:link {
	color: #0A7045;
}
a:visited {
	color: #007045;
}
a:hover {
	color:#003399;
}
p {
	text-align: justify;
}
h1 {
	/*font-size:138.5%;*/
	font-size:160%;
}
.centerbold {
	text-align: center;
	font-weight:bold;
	font-size: 14px;
}
/* Styles for Footer */
.ft {
	border:1px solid black;
	background: url('../yui/2.4.1/build/assets/skins/sam/sprite.png') repeat-x 0pt -1350pt;
	padding:5px 0px;
}
.ft p {
		font-size: 77%;
		text-align: center;
		color: #393939;
}
.ft a {
		color: #393939;
		text-decoration: underline;
		margin: 10px;
}
.ft a:hover {
		color: #000;
		text-decoration: none;
}
/* Menubar modifier styles */
.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel {
	font-family: Impact;
	font-size: 130%;
	color: #5554CC;
	padding-left: 30px;
	padding-right: 40px;
}
 .yui-skin-sam .yuimenubarnav .yuimenuitemlabel {
	font-family: Impact;
	font-size:110%;
	color: #5554CC;
}
/* Styles for Carousel */
.carousel-component { 
    padding:8px 16px 4px 16px;
    margin:0px;
}
.carousel-component .carousel-list li { 
    margin:4px;
    width:79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:93px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}
.carousel-component .carousel-list li a { 
    display:block;
    border:1px solid #e2edfa;
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    border: 1px solid #aaaaaa; 
}

.carousel-component .carousel-list li img { 
    border:1px solid #999;
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    left:5px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:40px;
    z-index:3;
    cursor:pointer; 
    right:5px; 
}
