body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:1em;
	overflow:hidden;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd {margin:0; padding:0;}

img {border:none;}

a:link, a:visited {
	text-decoration:none;
	color:#ff3366;
}

a:hover {
	text-decoration:none;
	color:#ff4488;
}

#container {
	padding-left:225px;
	overflow:hidden;
}

/*********************************

		Header Styles

*********************************/

#header {
	background-color:#ffffff;
	width:225px;
	position:absolute;
	top:0;
	left:0;
}

#branding h1 a:link,#branding h1 a:visited {
	background:url(../images/logo.png) no-repeat 0 0;
	display:block;
	width:225px;
	height:100px;
	overflow:hidden;
	text-indent:-9000px;
}

ul#nav {
	margin:0;
	text-align:right;
	list-style:none;
	font-size:1.2em;
	line-height:2em;
	font-weight:bold;
}

ul#nav li {
	background:url(../images/bullet_plus.png) no-repeat top right;
	padding-right:25px;
}
ul#nav li.selected {
}
ul#nav li a:link, ul#nav li a:visited {
	color:#000000;
	outline:none;
}
ul#nav li a:hover {
	color:#ff3366;
}
ul#nav li.selected a:link, ul#nav li.selected a:visited {
	color:#ff3366;
}

li#nav-who {
	margin-top:5em;
}

ul#nav ul {
	font-weight:normal;
	font-size:0.85em;
	list-style:none;
	line-height:16px;
	color:#949CA1;
	margin-right:-3px;
	margin-bottom:3em;
}
ul#nav ul li {
	background:none;
	padding-right:0;
}
ul#nav li.selected ul li a:link, ul#nav li.selected ul li a:visited,
ul#nav ul li a:link, ul#nav ul li a:visited {
	color:#949CA1;
}
ul#nav li.selected ul li.selected a:link, ul#nav li.selected ul li.selected a:visited,
ul#nav ul li.selected a:link, ul#nav ul li.selected a:visited {
	color:#ff3366;
}

/*********************************

		Main Styles

*********************************/

#main {
	width:100%;
	overflow:auto;
		position:relative;
}
	.text {
		width:530px;
		margin:100px 95px;
		font-size:1.7em;
		line-height:1.3em;
		color:#444444;
	}
	.text p {
		margin-bottom:1em;
		width:460px;
	}
	.disclaimer {
		clear:both;
	}
	.disclaimer p {
		font-size:0.8em;
		color:#c8c8c5;
		margin-top:4em;
		clear:both;
	}
	.text h2 {
		font-size:1.0em;
		font-weight:normal;
	}
	.text .section {
		font-size:.76em;
		line-height:1.5em;
		margin-right:20px;
		float:left;
		width:240px;
		min-height:120px;
		height:120px;
	}
	#main > .text .section {
		height:auto;
	}
	.text h3 {
		font-size:1.0em;
		color:#ff3366;
	}
	.text .section ul {
		list-style:none;
	}
	.contactLink {
		background:url(../images/icn_contactlink.png) no-repeat 0 0;
		width:18px;
		height:14px;
		display:inline-block;
		overflow:hidden;
		text-indent:-9000px;
		margin-left:0;
	}
	.gallery {
		width:100%;
		background-color:#EFEFE7;
		overflow:hidden;
	}
	.mainPage .gallery {
		background-color:#ffffff;
	}
	#galleryNav {
		background:url(../images/bg_gallerynav.png) repeat-y 0 0;
		width:122px;
		position:absolute;
		left:18px;
		top:0;
		bottom:0;
		z-index:100;
	}
	#galleryNav h2 {
		margin-top:135px;
		margin-left:12px;
		font-size:0.9em;
		width:100px;
		text-transform:capitalize;
	}
	#galleryNav ul {
		margin-top:15px;
		margin-left:12px;
		font-size:0.9em;
		width:106px;
		list-style:none;
		line-height:1.2em;
		min-height:135px;
		height:135px;
	}
	div > #galleryNav ul {
		height:auto;
	}
	#galleryNav li {
		margin-bottom:1px;
	}
	#galleryNav ul li a:link, #galleryNav ul li a:visited {
		color:#000000;
		outline:none;
	}
	#galleryNav ul li.selected a:link, #galleryNav ul li.selected a:visited {
		color:#ff3366;
	}
	#siteLink {
		text-transform:uppercase;
		margin-left:12px;
		margin-top:5px;
		font-size:0.9em;
		height:10px;
	}
	#navArrows {
		margin-top:5px;
		height:63px;
		width:122px;
		position:relative;
	}
	a.btn_arrow:link, a.btn_arrow:visited {
		background-position:0 0;
		background-repeat:no-repeat;
		display:block;
		width:61px;
		height:63px;
		overflow:hidden;
		text-indent:-9000px;
		position:absolute;
		top:0;
		outline:none;
	}
	a.btn_arrow:hover {
		background-position:0 -63px;
	}
	#gallery-Prev {
		background-image:url(../images/sprite_prev.png);
		left:0;
	}
	#gallery-Next {
		background-image:url(../images/sprite_next.png);
		right:0;
	}
	#galleryList {
		list-style::none;
		width:999999px;
		position:relative;
	}
	#galleryList li {
		display:inline;
		margin-right:5px;
	}
	#galleryList img {
		height:100%;
	}
	
	.vcard .type {
		display:none;
	}
	#contact .section {
		width:auto;
		float:none;
		min-height:0;
		height:auto;
		margin-top:20px;
		font-size:.9em;
	}