/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html
{
	background: #f9f0f3;
	padding: 26px 0 26px 0;
}

body
{
	margin: 0 auto;
	width: 972px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #4d4d4d;
	background: #fff;
	overflow(-x): hidden;
	word-wrap: break-word;
}

h1, h2, h3
{
	margin: 0 0 1em 0;
	color: #333;
}

h1
{
	font-size: 1.8em;
}

h2
{
	font-size: 1.6em;
	line-height: 1em;
	margin: 0 0 26px 0;
	color: #e64097;
}

h2 span
{
	font-size: .55em;
	line-height: .55em;
	font-weight: normal;
	color: #585858;
}

h3
{
	font-size: 1.1em;
}

hr
{
	margin: 0 0 1em 0;
	color: #111;
	background-color: #111;
	height: 1px;
	border: 0;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

a
{
	color: #333;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin: 0 0 1.2em 0;
}

strong
{
	font-weight: bold;
}

table
{
	width: 100%;
	margin: 0 0 1.2em 0;
}

td
{
	padding: 5px;
	border: 1px solid #ccc;
}

.remarks
{
	color: #777;
	font-size: .9em;
}

/* shadow */

#lt
{
	float: left;
	width: 6px;
	height: 6px;
	background: url(../images/layout/shadow/left_top.png);
}

#t
{
	float: left;
	width: 960px;
	height: 6px;
	background: url(../images/layout/shadow/top.png);
}

#rt
{
	float: right;
	width: 6px;
	height: 6px;	
	background: url(../images/layout/shadow/right_top.png);
}

#c
{
	float: left;
	width: 940px;
	padding: 10px 16px 10px 16px;
	background: #FFF url(../images/layout/shadow/middle.png);
}

#lb
{
	clear: both;
	float: left;
	width: 6px;
	height: 6px;
	background: url(../images/layout/shadow/left_bottom.png);
}

#b
{
	float: left;
	height: 6px;
	width: 960px;
	background: url(../images/layout/shadow/bottom.png);
}

#rb
{
	float: right;
	width: 6px;
	height: 6px;
	background: url(../images/layout/shadow/right_bottom.png);
}


/* page layout */

#content
{
	float: left;
	width: 588px;
	overflow: hidden;
}

#images
{
	float: right;
	margin: 0 0 0 5px;
}

#images li
{
	margin: 0 0 5px 0;
	list-style: none;
	text-align: right;
}

#images li p
{
	font-style: italic;
	line-height: .85em;
	font-size: .85em;
	color: #777;
	margin: .3em 0 .5em 0;
}

#content h1
{
	margin: 0 0 1em 0;
	font-size: 1.4em;
}

#content h2
{
	margin: 2em 0 1em 0;
	font-size: 1.2em;
}

#content h3
{
	margin: 0 0 1em 0;
	font-size: 1.0em;
}

#content p
{
	line-height: 1.5em;
}

#content ul
{
	list-style-image: url(../images/layout/list_image.gif);
	margin: 0 0 1em 2.5em;
}

#content ol
{
	margin: 0 0 1em 2.5em;
}

#content ol ol
{
	list-style: lower-latin;
	margin-top: 1em;
}

#content ol ul
{
	margin-top: 1em;
}

#content ol ol ol
{
	list-style: lower-roman;
	margin-top: 1em;
}

#content ol li
{
	margin: 0 0 .5em 0;	
}

blockquote
{
	font-size: 1.2em;
	color: #777;	
	font-style: italic;
	padding: .5em 1.7em 0 1.7em;
	margin: .5em 0 0 2em;
	background: url(../images/layout/blockquote.gif) left top no-repeat;
}

/* opening page */

.opening
{
	list-style: none;
	float: left;
	width: 320px;
	margin: 0 0 -30px 0;
}

.opening li
{
	float: left;
	width: 300px;
	padding: 10px 0 20px 0;
	border-top: 1px solid #f7c6dc;
}

.opening li .img
{
	text-align: center;
}

.opening li p
{
	font-size: .9em;
}

.date
{
	color: #e64097;
	padding: 0 5px 0 0;
}

.more
{
	padding: 0 0 0 5px;
}

.opening li .more:hover
{
	text-decoration: underline;
}

.opening li a
{
	text-decoration: none;
	color: #e64097;
}

/* sidebar */

#right_col
{
	float: right;
	width: 300px;
}

#sidebar
{
	float: right;
	width: 300px;
	color: #b65581;
}

#sidebar h3
{
	font-size: 1em;
	color: #666;
	padding: 0 0 0 10px;
}

#sidebar #images li
{
	width: 300px;
	text-align: center;
}

/* lists */

#itemlist
{
	border-bottom: 1px solid #f7c6dc;	
}

#itemlist li
{
	list-style: none;
	padding: 10px 0 0 0;
	border-top: 1px solid #f7c6dc;
	clear: both;
	font-size: .9em;
}

#itemlist li a
{
	text-decoration: none;
	color: #e64097;
}

#itemlist li a span
{
	color: #e64097;
	padding: 0 5px 0 0;
}

#itemlist li a:hover
{
	color: #000;
	text-decoration: underline;
}

#itemlist img
{
	float: right;
	margin: 0 0 5px 5px;
}

/* iconlist */

#iconlist
{
	width: 650px;
}

#iconlist li
{
	list-style: none;
	float: left;
	height: 160px;
	width: 140px;
	margin: 0 32px 15px -1.5em;
	background: #FAFAFA;
}

#iconlist li div
{
	width: 140px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	background: #F2F2F2;
}

#iconlist li div img
{
	vertical-align: middle;
}

#iconlist li p
{
	font-size: .85em;
	padding: 7px;
}

#iconlist li a
{
	text-decoration: none;
}

#iconlist li a span
{
	padding: 3px 0 0 0;
	color: #BBB;	
}

/* page navigation */

#nav
{
	clear: both;	
}

#nav li
{
	padding: 0 0 0 .3em;
	list-style: none;
	float: right;
}

/* page layout */

#extras, #stats
{
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#extras li, #stats li
{
	list-style: none;
	margin: 0 0 .3em 10px;
}

#stats li span
{
	color: #ccc;
	font-size: .85em;
}

#extras li a
{
	color: #777;
	text-decoration: none;
}

#extras li a:hover
{
	color: #333;
	text-decoration: none;
}

#extras li a img
{
	margin: 0 7px 0 0;
}

/* Google Maps popup */

#googleMapsDiv, .videoPopupDiv
{
	position: absolute;
	z-index: 110;
	width: 634px;
	height: 0;
	margin: 0 0 0 -650px;
	overflow: hidden;
	background: url(../images/layout/popup_arrow.gif) right 10px no-repeat;
}

.videoPopupDiv
{
	z-index: 100;
	margin-top: -1.5em;
}

.popupContainer
{
	float: left;
	width: 620px;
	padding: 0 0 10px 0;
	text-align: center;
	background: #1e1e1e;
}

.popupContainer div
{
	text-align: right;
	margin: 10px 10px 5px 10px;
}

.popupArrow
{
	float: right;
	margin: 10px 0 0 0;
}

.popupContainer iframe, .popupContainer object
{
	margin: 0 10px 0 10px;
}

.popupContainer object object
{
	margin: 0;
}

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

/* AJAX search */
#searchdiv
{
	display: none;
	position: relative;
	height: 0;
	top: -21px;
	padding: 0 10px 0 10px;
	font-size: .9em;
	background-color: #9c0058;
	opacity: .95;
	filter: alpha(opacity=95);
	overflow: hidden;
}

#searchdiv #close
{
	text-align: right;
	padding: 10px 0 0 0;
	height: 15px;
}

#searchdiv .list
{
	float: right;
	width: 210px;
	margin: -25px 0 10px 10px;
}

#searchdiv .list h2
{
	color: #fff;
	font-size: 1.1em;
	margin: 10px 0 0 0;
}

#searchdiv .list ul
{
	list-style: none;
	padding: 10px 0 0 0;
}

#searchdiv li
{
	line-height: 1.8em;
}

#searchdiv .list a
{
	color: #d799bd;
	text-decoration: none;
}

#searchdiv .list a:hover
{
	color: #FFF;
	text-decoration: underline;
}

.searchresults #itemlist li
{
	margin: 0;
	padding: 5px 0 5px 0;
}

/* login */

#loginform, #mailingform, #contactform
{
	border-top: 1px solid #f7c6dc;
	border-bottom: 1px solid #f7c6dc;
	padding: 15px;
	font-size: 1.2em;
	clear: both;
}

.field, textarea
{
	border: 1px solid #f7c6dc;
	color: #a52366;
	padding: 6px;
	width: 300px;
}

.field:focus, textarea:focus
{
	background: #faf2f7;	
}

#contactform textarea
{
	height: 300px;
	float: right;
}

fieldset
{
	margin: 0 0 3px 0;
	color: #a52366;
	clear: both;
	font-size: .8em;
	width: 427px;
}

fieldset legend
{
	padding: 0 0 2px 0;		
	color: #757575;
	display: block;
	line-height: 2.3em;
	float: left;
}

fieldset input
{
	float: right;
}

.error
{
	color: #FF0000;
	font-weight: bold;
}

#loginform p, #mailingform p, #contactform p
{
	text-align: right;
	margin: 10px 0 0 0;
	width: 427px;
}

#loginform p input, #mailingform p input, #contactform p input
{
	border: 1px solid #91004d;
	background-color: #a52366;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin: 0;
	cursor: pointer;
}

#loginform p input:hover, #mailingform p input:hover, #contactform p input:hover
{
	background-color: #FFF;
	color: #585858;
}

#password
{
	background: #fff url(/images/layout/lock.gif) no-repeat right center;
}

/* header */

#header
{
	height: 118px;
	margin: 0 0 26px 0;
	overflow: visible;
}

#header p
{
	font-size: 10px;
	line-height: 14px;
	color: #ea56a4;	
}

#header h1
{
	position: absolute;
	top: 133px;
	font-size: 31px;
	line-height: 31px;
	font-weight: normal;
	overflow: visible;
}

#header #logo
{
	width: 620px;
	height: 118px;
	background: #9c0058;
	float: right;
}

/* menu */

#menu
{
	min-height: 26px;
	margin: 0 0 26px 0;
	line-height: 16px;
	border-top: 1px solid #f7c6dc;
}

#menu a, #submenu a
{
	color: #585858;
	text-decoration: none;
}

#menu a:hover, #submenu a:hover
{
	color: #000;
	text-decoration: underline;	
}

#menu .open a, #submenu .open a
{
	font-weight: bold;
	color: #e64097;
}

#menu ul, #submenu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul
{
	float: left;
	width: 100%;
	border-bottom: 1px solid #f7c6dc;
}

#menu ul li
{
	float: left;
	height: 16px;
	padding: 0 8px 0 8px;
	margin: 5px 0 5px 0;
	border-right: 1px solid #f7c6dc;
}

#menu ul #last
{
	border: 0;
}

#menu ul #search
{
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	border: 0;
}

#menu ul #search #searchfield
{
	color: #777;
	width: 108px;
	line-height: 20px;
	height: 20px;
	padding: 0 3px 0 3px;
	background: url(../images/layout/search.gif) no-repeat right center;
	border: 1px solid #f7c6dc;
}

#menu ul #search #searchfield:focus
{
	color: #757575;
}

#submenu
{
	float: right;
	width: 300px;
	overflow: hidden;
	border-top: 1px solid #f7c6dc;
	margin: 0 0 2em 0;
}

#submenu li
{
	padding: 5px 0 5px 8px;
	border-bottom: 1px solid #f7c6dc;
}

/* video page */

#videocontainer
{
	text-align: center;
	background: #EFEFEF;
	margin: 0 0 2em 0;
}

/* footer */

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 26px 0 0 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #f7c6dc;
	border-bottom: 1px solid #f7c6dc;
}

#footer #footermenu
{
	width: 920px;
	padding: 10px;
	background: #9c0058;
	font-size: .8em;
	float: left;
}

#footer #footermenu ul
{
	float: left;
	padding: 0 15px 0 0;
	list-style: none;
	max-width: 200px;
}

#footer #footermenu ul li
{
	padding: 0 0 5px 0;
	line-height: 1.1em;
}

#footer #footermenu ul .toplevel
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#footer #footermenu ul a
{
	text-decoration: none;
	color: #d799bd;
}

#footer #footermenu ul a:hover
{
	color: #fff;
}

#footer #footermenu ul .toplevel a
{
	color: #fff;
}

#copyright
{
	clear: both;
	font-size: .8em;
	line-height: 3em;
}

@media screen {

	/* MILKBOX */
	
	#mbOverlay {
		position: absolute;
		left: 0;
		width:100%;
		background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
		z-index:100;
		cursor: pointer;
	}
	
	#mbCenter {
		/* for default width and height, see the js options */
		position: absolute;
		z-index:101;
		overflow:hidden;
		left: 50%;
		top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
		background-color: #fff;/* set the Milkbox background color */
		border: 5px solid #fff;/* set the Milkbox border */
		margin:0; padding:5px;/* set the Milkbox padding */
	}
	
	.mbLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */
	
	#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }
	
	.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }
	
	
	/* *** BOTTOM *** */
	
	#mbBottom { 
		/* set text options */
		font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
		font-size: 10px;
		color: #666;
		line-height: 1.4em;
		text-align: left;
		padding-top:8px;
		margin:0;
	}
	
	/* navigation */
	/* be careful if you change buttons dimensions */
	
	#mbNavigation{
		float:right;
		width:27px;
		padding-top:3px;
		border-left:1px solid #9c9c9c;/* set nav border */
	}
	
	
	#mbCount{ 
		width:55px; 
		overflow:hidden;
		padding-top:1px;
		float:right;
		text-align:right;
		font-size:9px; /* count font size */
	}
	
	#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
		outline:none;
		display:block;
		float:right;
		height:19px;
		cursor: pointer;
	}
	
	
	#mbPrevLink, #mbNextLink{ width:15px; }
	#mbPrevLink{ background: transparent url(milkbox/prev.gif) no-repeat; }/* IMAGE: prev */
	#mbNextLink{ background: transparent url(milkbox/next.gif) no-repeat; }/* IMAGE: next */
	
	#mbPlayPause{ width:13px; }
	#mbPlayPause{ background: transparent url(milkbox/play-pause.gif) no-repeat; }/* IMAGE: prev */
	
	
	/* NOTE: doesn't work in ie6, so, just see the js options :) */
	a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }
	
	#mbCloseLink {
		width:17px;
		background: transparent url(milkbox/close.gif) no-repeat;/* IMAGE: close */
	}
	
	/* description */
	
	#mbDescription{
		margin-right:27px;
		padding:0px 10px 0 0;
		font-weight: normal;
		text-align:justify;
	}

}

@media print {

	html, body, #c, #content
	{
		padding: 0;
		margin: 0;
		background: none;
	}
	
	body
	{
		margin: 1.5cm 1.5cm;
		font-size: 1em;
		line-height: 1.4em;
		color: #222;
		background: none;
	}

	#content
	{
		width: auto;	
	}
	
	h2
	{
		margin-top: 0;	
	}
	
	#content, #iconlist
	{
		clear: both;
		width: auto;
	}
	
	#header, #submenu, #sidebar, #menu, #lt, #t, #rt, #lb, #b, #rb, #nav, #extras, #search, #searchdiv, #menu ul, #footer
	{
		display: none;
	}

}