@charset "ISO-8859-1";
/* CSS Document */

body	{
	margin:5px 0 0 0;
	padding:0;
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

table {
	margin:0;
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

a	img	{ border:none; }
a { color:#79E2F8; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:underline; }

.imglink img {
	padding:0 2px 2px 0;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.imglink:hover img {
	border-right:1px solid #79E2F8;
	border-bottom:1px solid #79E2F8;
}

.clear	{ clear:both; }
.hd { display:none; }
.right { text-align:right; }
.left { text-align:left; }
.center { text-align:center; }
.middle { vertical-align:middle; }
.small { font-size:10px; }
.img-right {
	float:right;
	margin:0 0 10px 10px;
}
.img-left {
	float:left;
	margin:0 10px 10px 0;
}
.arrow {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	background:url(./images/arrow.gif) left center no-repeat;
}
.arrow:hover { color:#79E2F8; text-decoration:none; }

.cap {
	font-family:Harrington, "Times New Roman", Times, serif;
	font-size:14px;
}

/* form */
form { margin:0; }
input, textarea, select {
	font-family:Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #111111;
}
input.text, textarea.text {
	padding:1px 2px;
	background-color: #EAEFF4;
	border: 1px solid #4B5355;
	font-size: 10px;
}
input.text:focus, textarea.text:focus {
	background-color: #BBBBBB;
}
input.formerror, textarea.formerror {
	padding:1px 2px;
	background-color:#D0E8ED;
	border: 1px solid #4B5355;
	font-size: 10px;
}
input.submit {
	background-color: #4B5355;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	height: 18px;
	vertical-align:middle;
}
input.submit:focus {
	background-color: #4B5355;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	font-size: 10px;
	color:#79E2F8;
	height: 18px;
}
select, select.text {
	background-color: #EAEFF4;
	border: 1px solid #4B5355;
	font-size: 10px;
}
select.formerror {
	background-color:#D0E8ED;
}
.error {
	font-size:14px;
	font-weight:bold;
	color:#79E2F8;
}
.point {
	color:#79E2F8;
}

/* header */
.header {
	margin:0 auto;
	width:700px;
	height:110px;
}
.header h1 {
	float:left;
	margin:0;
	width:200px;
	text-align:left;
}
.header p {
	float:right;
	margin:90px 0 0 0;
	width:280px;
	text-align:right;
}

/* menu */
#bts {
	margin:0 auto;
	padding:0;
	width:700px;
	text-align:left;
	height:30px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#bts li {
	float:left;
	margin:0;
	padding:0;
	height:30px;
	list-style-type:none;
}
#bt1 { width:82px; }
#bt2 { width:75px; }
#bt3 { width:86px; }
#bt4 { width:94px; }
#bt5 { width:93px; }
#bt6 { width:80px; }
#bts a {
	display:block;
	margin:0;
	height:30px;
	background-position:left top;
	background-repeat:no-repeat;
}
#bt1 a { background-image:url(images/menu_home_r.gif); }
#bt2 a { background-image:url(images/menu_about_r.gif); }
#bt3 a { background-image:url(images/menu_contact_r.gif); }
#bt4 a { background-image:url(images/menu_services_r.gif); }
#bt5 a { background-image:url(images/menu_projects_r.gif); }
#bt6 a { background-image:url(images/menu_press_r.gif); }
#bts a:hover { background-color:#000000; }
#bts a:hover img, #bts .now img {
	visibility:hidden;
}

/* contents */
.content {
	margin:3px auto;
	padding:0;
	width:700px;
	background:url(images/bg.gif) center top repeat-y;
}
.content-inside {
	padding:20px 40px 35px 40px;
	text-align:left;
	line-height:1.4em;
}
h2 { font-size:15px; }

/* home */
.home-left {
	float:left;
	width:320px;
}
.home-right {
	float:right;
	width:250px;
}
.img-title {
	padding:5px 10px;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
}

/* projects */
.projects-left {
	float:left;
	width:240px;
}
.projects-right {
	float:right;
	width:345px;
}
.border {
	margin:10px 0 0 0;
	padding-top:10px;
	border-top:1px solid #666666;
}

/* event */
.events-left {
	float:left;
	width:60%;
}

.event-title {
	font-size:16px;
}
.event-title span { font-weight:normal; }

.calendar {
	float:right;
	margin:0;
	padding:0;
	width:40%;
	text-align:center;
}
.calendar-month {
	margin:0 0 2px 0;
	font-size:12px;
	text-align:center;
}
.calendar-month a { text-decoration:none; }

.calendar table {
	margin:0 auto;
	font-size:12px;
	background-color:transparent;
}
.calendar th, .calendar td {
	padding:0;
	text-align:center;
	line-height:1.4em;
	color:#FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
	border:1px solid #FFFFFF;
}
.calendar td { font-family:monospace; background-color:#000000; }
.calendar img { margin:0 5px; vertical-align:middle; }
.calendar a.weekday { color:#333333; }
.calendar td a, .calendar td span { display:block; width:26px; }
.calendar td a, .calendar td a:hover { text-decoration:none; }
.calendar th { color:#000000; background-color:#999999; }
.calendar td a { background-color:#79E2F8; color:#000000; }
.calendar td a:hover { background-color:#FFFFFF; color:#79E2F8; }
.calendar th.sunday, .calendar th.saturday { color:#333333; }
.calendar td .sunday, .calendar td .saturday { color:#999999; }

/* photo gallery */
.gallery-title {
	margin:0 0 20px 0;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
}
.gallery td {
	background-color:#000000;
	text-align:center;
	height:160px;
}

.gallery-cat td { font-size:14px; }
.gallery-cat .left { text-align:left; height:auto; }

/* footer */
address {
	margin:0 auto;
	width:700px;
	border-top:1px solid #666666;
	line-height:26px;
	font-size:11px;
	color:#999999;
	font-style:normal;
}
