body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
   }
a:link {
	color: #af010a;
}
a:hover {
	color: #339933;
}

a:visited, a:active {
	color: #000000;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 12pt;
}

.premier {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 12pt;
	width: 480px;
	padding-top: 20px;
}

.premier-sec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	line-height: 12pt;
	width: 244px;
	padding-top: 20px;
}

.premier h4 {
font-size: 18pt;
font-weight: bold;
font-style: italic;
color: #990000;
line-height: 20px;}

.premier h5, .premier-sec h5 {
font-size: 22pt;
font-weight: bold;
font-style: italic;
color: #a9b330;}

.premier-sec h4 {
font-size: 18pt;
font-weight: bold;
font-style: italic;
color: #990000;
line-height: 20px;
margin-top: 10px;}

.premier h5 span, .premier-sec h5 span {font-size: 10pt; color:#000000}

.premier a img, .premier-sec a img {border: 0;}
.headline {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}

.bottomalign {
}
.margin {
	padding-right: 10px;
	padding-left: 10px;
}

/*************** Basic Styling ***************/

.displayNone {
	display: none;
}
.clearboth {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.valignTop {
	vertical-align: top;
}
.valignBottom {
	vertical-align: bottom;
}
.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.padding5px {
	padding: 5px;
}
.padding10px {
	padding: 10px;
}
.padding15px {
	padding: 15px;
}
.padding20px {
	padding: 20px;
}

/*************** Colors ***************/

.red {
	color: #FF0000;
}

/************* Warnings ****************/

.warning {
	font-size: 100%;
	line-height: 100%;
	color: #FF9900;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	font-weight: bold;
}

/**************** Errors ******************/

.errormsg {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}
.error {
	font-size: 16px;
	line-height: 110%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 5px;
	font-weight: bold;
}
.required {
	font-size: 12px;
	line-height: 110%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 1px;
	font-weight: bold;
	width: 25%;
}
/*************** Success *****************/

.success {
	font-size: 100%;
	line-height: 120%;
	color: #009900;
	background-color: #FFFFFF;
	border: 1px solid #33CC33;
	padding: 10px;
	font-weight: bold;
	width: 75%;
}

/**************** Forms *******************/

form {
	padding: 5px;
}
legend {
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
	border: 1px solid #000000; 
	padding: 5px;
	color: #000000;
}
fieldset {
	border: 1px solid #FF0000;
	padding: 5px;
}
label {
	font-size: 12px;
	line-height: 110%;
	font-weight: bold;
}
.submitButton {
	font-size: 12px;
	line-height: 100%;
	color: #006600;
	background-color: #F0FFF0;
	border: 1px solid #006600;
	padding: 5px;
	font-weight: bold;
	width: 25%;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: blink;
}

h4 {font-weight: bold; text-transform: uppercase; color:#f36523; font-size:24px; margin:0 0 12px 0;}
h5 {font-weight: normal; text-transform: uppercase; color:#333333; font-size:16px; margin:0;}
h5 span {font-weight: bold;color:#f36523}
#holiday-wrap {
	background: url(/whos-images/bg-holiday.gif);
	margin: 30px 6px 60px;
	padding: 45px 25px 0px;
	height: 153px;
	width: 702px;
}
#holiday p {margin: 8px 0;}
#holiday a img {border: none;}
#holiday img.floatLeft {margin-right: 25px;}

/* Slider */
	#holiday ul, #holiday li{
		margin:0;
		padding:0;
		list-style:none;
		}
	
	#holiday li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:702px;
		height:153px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:21px;
		height:40px;
		position:absolute;
		left:-18px;
		top:120px;
		z-index:1000;
		}	
	#nextBtn{ 
		left:450px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		position:relative;
		width:21px;
		height:40px;
		background:url(/assets/images/slider/controls.jpg) no-repeat right -80px;
		text-indent:-9999em;	
		}	
	#nextBtn a{background-position: left 0;}	
	
	#prevBtn a:hover {background-position: right -120px;}
	#nextBtn a:hover {background-position: left -40px;}
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:15px;
		float:right;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		}
	ol#controls li a{
		float:left;
		height:15px;
		width: 15px;
		background:#005e90;
		text-indent:-9999px;
		}
	ol#controls li.current a{
		background:#f97722;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
