/*
	Summary
	+--------------------------------------+
	Project:		Zim Ski Team
	Date Created:	02 March 2010
	Date Modified:	02 March 2010
	Author:			IPAG (Ireland) Ltd. (KG/GJ)
	
	Color	Description
	+--------------------------------------+
	#F7F7F7	body bg color
	#B7001E header bg color / #F7F7F7 footer bg color
	#B7001E topNav bg color
	#9D000D topNav border-right
	#E5E5E5 topNav border-bottom
	#E8F6FF blueBoxHome bg color
	#CCFF00 homeProjectEvents h2 bg color
	#689900 homeProjectsEvents h2 text color, leftNav link color
	#669900 homeProjectEvents date color, mainBody h1 color, galleryPageNumbers numbers
	#EAF5CB leftNav bg color, galleryPageNumbers bg
	#99CD00 galleryPageNumbers a.selected, galleryImageTitles text
*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	}
#wrapper {
	height:100%;
	min-height: 100%;
	margin:0px auto;
	padding:0px 3px;
	width:980px;
	background:#FFF url(../images/wrapper_bg.gif) repeat-y;
	}
#contentWrapper{
	width:980px;
	background:#FFF;
	}
#header{
	background:url(../images/header_bg.jpg) no-repeat top left #B7001E;
	height:110px;
	}
#headerButton{
	float:right;
	padding-right:39px;
	}
#topNavWrapper
{
	border-bottom:1px solid #E5E5E5;
	background:#B7001E;
	height:30px;
}	
#mainContentWrapper{
	font:11px Arial;
	padding:20px 20px 20px 20px;
	}
#homeBlueBox{
	margin:0px 20px 20px 0px;
	padding:20px 20px 20px 500px;
	background:url(../images/blueBoxHome_bg.jpg) no-repeat top left #F0F0F0;
	height:230px;
	width:420px;
	float:left;
	}
#homeBlueBox h2
{
	color:#000000;
	text-transform:none;
	font-size:18px;
	padding-bottom:10px;
}
#homeBlueBox p{
	line-height:17px;
	}
.homeBox{
	float:left;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
	}
.homeBoxEnd{
	float:left;
	margin-bottom:20px;
	}
#leftNav{
	float:left;
	width:180px;
	margin-right:20px;
}
#leftNav ul{
	text-transform:uppercase;
	min-height:125px;
}
#leftNav li{
	background-color:#FAE5EA;
	line-height:13px;
	border-bottom:1px solid #FFF;
	padding:5px 0px 6px 10px;
}
#leftNav li a{
	color:#CB0032;
	text-decoration:none;
	display:block;
}
#leftNav li:hover{
	background-color:#FFFFFF;
}
#leftNavButWrapper{
	margin-top:20px;
}
#leftNavButWrapper img{
	padding-bottom:4px;
	height:46px;
}
#mainBody{
	min-height:517px;
	float:left;
	width:490px;
	margin-bottom:13px;
	margin-right:20px;
}
#mainBody a
{
	text-decoration:none;
	color:#669900;
}
#mainBody a:hover
{
	border-bottom:dotted 1px #3399CC;
	color:#3399CC;
}
#mainBody li
{
	list-style:disc inside;
	margin-bottom:5px;
	margin-left:5px;
}

#mainBody ul 
{
	padding-left:5px; 
	margin-left:5px;
	list-style-type:none;
}
#rightNav{
	float:left;
	width:230px;
}
#galleryBody{
	min-height:500px;
	float:left;
	width:720px;
	margin-bottom:30px;
}

#galleryBody a
{
	text-decoration:none;
	color:#CC0035;
}
#galleryBody a:hover
{
	border-bottom:dotted 1px #3399CC;
	color:#3399CC;
}
#galleryBody a.lightbox
{
	text-decoration:none;
	color:#CB0030;
}
#galleryBody a:hover.lightbox
{
	border:none;
}
#galleryBody h1{
	padding-bottom:6px;
}
#galleryPageNumbers ul{
	
}
#galleryPageNumbers li{
	display:inline;
}
#galleryPageNumbers li a{
	display:inline;
	float:left;
	margin-right:5px;
	padding:0px 5px 1px 5px;
	background-color:#FAE5EA;
	display:block;
	color:#CE0033;
	text-decoration:none;
}
#galleryPageNumbers li a:hover{
	background-color:#CE0033;
	border:none;
	color:#FAE5EA;
}
#galleryPageNumbers li a.selected{
	background-color:#99CD00;
}
.galleryPic{
	float:left;
	display:block;
	width:132px;
	margin:10px 15px 0px 0px;
	background-color:#FAE5EA;
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}
.galleryPic a
{
	color:#FAE5EA;
	text-decoration:none;
}
.galleryPic:hover{
	background-color:#FFF;
}
.galleryListing
{
	vertical-align:top;
	float:left;
	border-bottom:solid 1px #FAE5EA;
	width:720px;
	margin-top:12px;
}

.galleryListing td
{
	padding:0px 10px 10px 0px;
	vertical-align:top;
}
.last {
	margin:10px 0px 0px 0px;
}
#pageForm .input, #pageForm .textarea
{
	border:1px solid #99CC01;
	margin-bottom:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width:463px;
	padding-left:5px;
	text-align:left;
	overflow:auto;
}
#pageForm .select
{
	border:1px solid #99CC01;
	margin-bottom:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width:116px;
	padding-left:5px;
	text-align:left;
	float:left;
	clear:both;
}
#pageForm label
{
	text-transform:uppercase;
	padding-bottom:2px;
	float:left;
}
#pageForm .radioButtons
{
		margin-bottom:7px;
		border:1px solid #99CC01;
		float:left;
}
#formBG
{
	padding:10px;
	background-color:#E8F6FF;
}
/* 	Styles for Home RHS Projects and Events
	+--------------------------------------+*/
#homeProjectEvents{
	width:460px;
	height:220px;
	float:left;
	margin:0px;
	
	}
#homeProjectEvents h2{
	background-color:#999999;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:24px;
	padding:0px 10px;
	font-size:11px;
	}
.PE{
	color:#000000;
	padding:10px 0px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #CCCCCCS;
	float:left;
	height:69px;
	min-height:69px;
	width:460px;
	}
.PE a
{
	text-decoration:none;
}	
.PE:hover
{
	background-color:#EEEEEE;
}
.PE_img{
	display:block;
	float:left;
	padding-right:10px;
	padding-bottom:19px;
	}
.PE_date{
	color:#CC0033;
	display:block;
	}
.PE_title
{
	color:#000000;
	font-weight:bold;
	display:block;
	}
.PE_text
{
	color:#000000;
	width:220px;
	margin-right:10px;
}

.PELink :hover{
	/*background:#F5FAE4;*/
}

	
/* 	Footer Stles
+--------------------------------------+*/
#footer1 ul{
	float:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:920px;
	background: #FF0000;
	padding:7px 10px;
	}
#footer1 ul li{
	position: relative;
	display: inline;
	float: left;
	text-transform:uppercase;
	background:url(../images/footer_li_bg.gif) center left no-repeat;
	padding-left:10px;
	padding-right:7px;
	}
#footer1 ul li a
{
	font-size:9px;
	display: block;
	color: #000;
	text-decoration: none;
}

#footer2 ul{
	font-size:9px;
	float:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:818px;
	background: #FFF;
	padding:5px 11px;
	}
#footer2 ul li{
	position: relative;
	display: inline;
	float: left;
	padding-right:7px;
	}
#footer2 ul li a{
	background:url(../images/footer2_li_bg.gif) center left no-repeat;
	padding-left:10px;
	display: block;
	color: #000;
	text-decoration: none;
}
#footer3{
	width:100px;
	display:inline;
	float:right;
	background-color:#FFF;
}
#footer3 img{
float:right;
	padding-top:9px;
	padding-left:3px;
}

/* 	Generic Stles
	+--------------------------------------+*/
h1{
	color:#CC0035;
	text-transform:uppercase;
	font-size:18px;
	padding-bottom:5px;
}
h2{
	color:#CC0035;
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:5px;
}
h3{
	color:#CC0035;
	font-size:14px;
	padding-bottom:5px;
}
h4{
	padding-bottom:2px;
	line-height:15px;
	font-weight:bold;
	color:#CC0035;
}	
#mainBody strong{
	color:#CC0035;
}
p{
	padding-bottom:8px;
	line-height:15px;
}	
.clear {clear:both;}
.print {display:none;}
address
{
	margin-left:10px;
}
#mp3player
{
	margin-top:20px;
	border:solid 1px #689900;
	height:24px;
	width:208px;
	float:left;
	background-color:#EAF5CB;
	text-align:center;
	padding:7px 10px 3px 10px;
}
#mp3player strong
{
	padding-top:3px;
	float:left;
}
.mp3
{
	display:inline;
	float:left;
}
