/* CSS Document */

* {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	cursor:default;
	}

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#fff;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	}
	
a:active, a:visited, a:focus {
	outline:none;
	}
	
/* nav */
#nav {
	text-align:left;
	width:75px;
	height:20px;
	border:#ccc 1px solid;
	background-color:#fff;
	}

#nav a {
	padding-left:5px;
	font-size:10px;
	color:#666;
	text-decoration:none;
	display:block;
	line-height:20px;
	_width:95%;
	}
	
#nav a.current {
	background-color:#eee;
	color:#999;
	}
	
#nav a:hover, #nav a.current:hover {
	background-color:#ddd;
	color:#eee;
	}

/* gallery */
#container {
	margin:65px auto 0px auto;
	}
	
.gallery_image, .gallery_image_ie, .gallery_image_safari {
	width:502px;
	text-align:right;
	vertical-align:top;
	}
	
#frame {
	width:501px;
	}
	
.gallery_image {
	height:504px;
	}
	
.gallery_image_ie, .gallery_image_safari {
	height:502px;
	}
	
.gallery, .gallery_ie, .gallery_safari {
	margin-left:25px;
	}
	
.gallery {
	margin-top:14px;
	}
	
.gallery_ie, .gallery_safari {
	margin-top:13px;
	}

.gallery img, .gallery_ie img, .gallery_safari img, .show, .no_show {
	width:75px;
	height:75px;
	}

.gallery img, .gallery_ie img, .gallery_safari img, .show {
	border:#ccc 1px solid;
	background-color:#fff;
	}

.no_show {
	padding:1px; /* to compensate for no border */
	}

.show {
	text-align:center;
	}

.show a {
	font-size:10px;
	letter-spacing:2px;
	text-decoration:none;
	display:block;
	color:#666;
	background-color:#fff;
	line-height:75px;
	_width:75px;
	}
	
.show a.current {
	background-color:#eee;
	color:#999;
	}

.show a:hover, .show a.current:hover {
	background-color:#ddd;
	color:#eee;
	}
	
.logo {
	text-align:center;
	height:110px;
	}
	
.logo img {
	width:197px;
	height:50px;
	border:none;
	}
	
.copyright {
	font-size:10px;
	font-weight:bold;
	color:#999;
	letter-spacing:0px;
	margin:0px auto 0px auto;
	position:relative;
	bottom:3px;
	}

.text {
	border:#ccc 1px solid;
	background-color:#fff;
	height:500px;
	text-align:left;
	}

.text p {
	margin:5px 30px 10px 30px;
	font-size:12px;
	line-height:18px;
	}

.text a, .text li a {
	color:#999;
	font-style:italic;
	text-decoration:none;
	}

.text a:hover, .text li a:hover {
	color:#ccc;
	}

.text a.button, .text li a.button {
	background-color:#eee;
	color:#999;
	border:#ccc 1px solid;
	text-transform:uppercase;
	font-style:normal;
	font-size:10px;
	text-decoration:none;
	padding:0px 3px;
	}

.text a.button:hover, .text li a.button:hover {
	background-color:#ddd;
	color:#eee;
	}

.text ul {
	list-style-type:none;
	margin:0px 30px 15px 30px;
	padding:5px 0px 2px 0px;
	border-bottom:#ccc 1px solid;
	}

.text li.listhead {
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
	border-bottom:#ccc 1px solid;
	margin-bottom:5px;
	height:14px;
	}

.text li {
	font-size:12px;
	line-height:18px;
	}

.self {	
	width:133px;
	height:200px;
	float:right;
	margin:10px 30px 10px 10px;
	border:1px solid #ccc;
	}
	
.title {
	margin:30px 0px 0px 23px;
	width:210px;
	height:20px;
	}

.form {
	margin:5px auto 0px auto;
	font-size:12px;
	}

.form th {
	text-align:right;
	font-weight:normal;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1.5px;
	}

.form .textbox {
	width:320px;
	padding-left:3px;
	}

.form .textbox:focus {
	background-color:#eee;
	border:#ccc 1px solid;
	padding:1px 1px 3px 4px;
	}

.form select {
	width:327px;
	font-size:12px;
	}

.form select:focus {
	background-color:#eee;
	border:#ccc 1px solid;
	padding:1px;
	}

.form textarea {
	width:320px;
	height:170px;
	_height:140px;
	font-size:12px;
	padding-left:3px;
	}

.form textarea:focus {
	background-color:#eee;
	border:#ccc 1px solid;
	padding:0px 1px 2px 4px;
	}

.form .submit {
	padding:5px 2px;
	font-size:10px;
	letter-spacing:3px;
	color:#666;
	border:#ccc 1px solid;
	background-color:#fff;
	}

.form .submit:hover {
	color:#eee;
	background-color:#ddd;
	}

/* links */
.links_body {
	background-image:none;
	background-color:#eee;
	_width:483px;
	}

.list {
	width:100%;
	}

.ccell {
	padding-left:43px;
	padding-right:23px;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
	}

.ccell a.clink {
	font-size:12px;
	color:#000;
	text-decoration:none;
	padding:3px 0px 3px 0px;
	}

.ccell a.clink:hover {
	color:#999;
	background-color:#fff;
	}

.lcell {
	border-bottom:1px solid #ccc;
	}

.list a.link, .list a.category {
	display:block;
	_width:100%;
	text-decoration:none;
	}

.list a.category {
	padding-left:23px;
	border-bottom:1px solid #ccc;
	font-size:10px;
	letter-spacing:3px;
	text-transform:uppercase;
	line-height:24px;
	background-color:#fff;
	color:#666;
	}

.list a.link {
	padding-left:43px;
	font-size:12px;
	line-height:18px;
	color:#000;
	}
	
.list a.category:hover {
	background-color:#ddd;
	color:#999;
	}
	
.list a.link:hover {
	background-color:#ddd;
	color:#666;
	}
	
.bottom {
	background-color:#fff;
	height:7px;
	font-size:7px;
	line-height:7px;
	}

.cellspan, .cellspan_ie, .cellspan_safari {
	text-align:center;
	}

.cellspan {
	width:240px;
	}

.cellspan_ie, .cellspan_safari {
	width:239px;
	}

.cellspan p, .cellspan_ie p, .cellspan_safari p {
	margin:5px 0px 5px 0px;
	}

a.clink {
	font-size:12px;
	line-height:24px;
	color:#333;
	background-color:none;
	text-decoration:none;
	padding:2px 5px 3px 5px;
	float:left;
	}

a.clink:hover {
	color:#666;
	background-color:#ddd;
	}