@charset "UTF-8";
/* CSS Document */

/* ----- WRAPPER ----- */

#container {
	margin: 0 auto;
	padding: 20px 40px 40px 40px;
	width:829px;
	height:758px;
	border-style:solid;
	border-width:0px;
}

/* ----- HEADER ----- */

#title {
	float:left;
	padding: 10px 0 0px 0px;
	width:420px;
	min-height:83px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:83px; /* for IE5.x and IE6 */
	z-index:2;
}

#menu {
	float:left;
	padding: 66px 0 0px 0px;
	width:405px;
	min-height:24px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:24px; /* for IE5.x and IE6 */
	z-index:3;
}

/* ----- MAIN CONTENT ----- */

#main {
	float:left;
	width:829px;
	height:498px;
	border-style:solid;
	border-width:1px;
	z-index:3;
}

#contactimage{
	float:right;
	padding: 40px 20px 20px 0px;
	width:312x;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	z-index:8;
}

#imagefloat{
	float:right;
	padding: 140px 0px 0px 0px;
	width:312x;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	z-index:8;
}

#newsimage{
	float:right;
	padding: 20px 0 20px 60px;
	width:312px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	z-index:8;
}

#aboutimage{
	float:right;
	padding: 70px 10px 20px 60px;
	width:405px;
	min-height:300px; /* for modern browsers */
	height:auto !important; /* for modern browsers */
	height:300px; /* for IE5.x and IE6 */
	z-index:8;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

/* ----- FOOTER ----- */

#footer {
	float:left;
	width:600px;
	height:58px;
	z-index:4;
}

#processnav {
	float:right;
	padding: 0px 0px 0px 0px;
	width:220px;
	height:58px;
	z-index:5;
}

/* ----- TYPE ----- */

#pagehead {
	float:left;
	padding: 64px 0 20px 70px;
	width:350px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#contactpagehead {
	float:left;
	padding: 64px 0 20px 70px;
	width:330px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#aboutpagehead {
	float:left;
	padding: 64px 0 20px 70px;
	width:280px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#collectionpagehead {
	float:left;
	padding: 64px 0 20px 70px;
	width:800px;
	height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


#content {
	float:left, bottom;
	padding: 0px 0 0px 70px;
	width:250px;
	height:58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#aboutcontent {
	float:left, bottom;
	padding: 0px 0 0px 0px;
	width:220px;
	height:400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:7;
}

#aboutcontent2 {
	float:left;
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px 0px;
	width:220px;
	height:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:7;
}

#aboutcontent3 {
	float:left;
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
	width:220px;
	height:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:7;
}

#newscontent {
	float:left, bottom;
	padding: 0px 0 0px 70px;
	width:300px;
	height:258px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#collectioncontent {
	float:left, bottom;
	padding: 0px 0 0px 70px;
	width:829px;
	height:58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		padding: 0px 0px 0px 5px;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding: 25px 10px 0px 10px;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		width:230px;
		height:448px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		z-index:10;
		
	}
	.col4 {
		float:left;
		position:relative;
		padding: 25px 10px 0px 10px;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		width:360px;
		height:448px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		z-index:10;
		
	}
	.col5 {
		float:left;
		position:relative;
		padding: 375px 20px 0px 20px;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		width:360px;
		height:100px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8px;
		z-index:10;
		
	}
	.colcontact {
		float:left;
		position:relative;
		padding: 25px 10px 0px 10px;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		width:350px;
		height:448px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		z-index:10;
		
	}
	.col6 {
		float:left;
		position:relative;
		padding: 75px 0px 0px 0px;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		width:330px;
		height:400px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8px;
		z-index:10;
		
	}
	.col7 {
		float:left;
		position:relative;
		padding: 38px 0px 0px 30px;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		width:330px;
		height:420px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8px;
		z-index:10;
		
	}
	.col8 {
		float:left;
		position:relative;
		padding: 45px 10px 0px 10px;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		width:230px;
		height:448px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		z-index:10;
		
	}
		
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.threecol .col4 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col5 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	