/* Start common */

body	{
	background-color: #ccc;
	margin: 10px auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
}

p	{
	font-family:  Arial, Helvetica, sans-serif;
	padding: 0;
	margin-top: 0;
	margin-bottom: 15px;
}

a:link, a:visited, a:active	{
	color: #36c; 
	font-weight: normal;
	text-decoration: underline;
}

a:hover	{
	color: #f60;
}

form	{
	margin: 0;
	padding: 0;
}

input, textarea, select	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.submit	{
	cursor: pointer;
}

.clear-left {
	clear: left;
}

.clear-right	{
	clear: right;
}

.clear-both	{
	clear: both;
}

div.space	{
	height: 10px;
	clear: none;
}

div.line	{
	height: 5px;
	background-image: url('images/bg-line.gif');
	background-repeat: repeat-x;
}

div.divider	{
	width: 100%;
	height: 1px;
	background: #ccc;
	margin: 5px 0;
}

div.divider-dashed	{
	width: 100%;
	height: 0;
	border-top: dashed 1px #ccc;
}

div.more, div.more a	{
	font-size: 11px;
	text-align: right;
	padding: 2px 0;
	color: #666;
}

div.more a:hover	{
	text-decoration: none;
	color: #06f;
}

.notfound	{
	line-height: 100px;
	text-align: center;
}

.title, p.title	{
	font-size: 24px;
	font-weight: bold;
	color: #3e311b;
}

.subtitle, p.subtitle	{
	font-size: 16px;
	font-weight: bold;
	color: #3e311b;
}

.caption, p.caption	{
	font-size: 11px;
}

div.message	{
	background-color: #ff9;
	color: #f30;
	font-size: 12px;
	padding: 10px 10px;
	margin: 10px auto;
	border: dashed 1px #f90;
	text-align: center;
	font-weight: bold;
}

div.url	{
	background-color: #eee;
	color: #000;
	padding: 10px 10px;
	margin: 10px auto;
	border: dashed 1px #ccc;
}

div.clear	{
	height: 0;
	clear: both;
}

/* End common */

/* Start main layout */

#container-border	{
	width: 760px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	border: solid 1px #999;
}

#container	{
	width: 760px;
	padding: 0;
	background-color: #fafaff;
	text-align: left;
	margin: 0 auto;
}

/* End main layout */

/* Start header */

#header-container	{
	width: 760px;
	height: 120px;
	margin: 0;
	padding: 0;
	background-image: url('images/bg-header.gif');
	background-repeat: no-repeat;
}

#header-left	{
	float: left;
	width: 180px;
	height: 120px;
	margin: 0;
	padding: 0;
	background: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: 5px 0;
	overflow: none;
}

#header-right	{
	width: 530px;
	height: 120px;
	margin: 0;
	margin-left: 220px;
	padding: 0;
}

#header-right-content	{
	height: 75px;
	margin: 0;
	padding: 0;
}

div#menu	{
	width: 513px;
	height: 40px; 
	margin: 0;
	padding: 0;
	background-image: url('images/menu.gif'); 
	background-repeat: no-repeat;
	background-position: -21px 0;
}

/* End header */

/* Start contents layout */

#content-main	{
	margin: 0;
	padding: 20px 40px;
	background-color: #fff;
}

#content	{
	padding: 10px 0;
	text-align: justify;
}

/* End contents layout */

/* Start page */

div#montage	{
	height: 200px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#banner	{
	height: 200px;
	background-repeat: no-repeat;
	overflow: hidden;
}

div#h1	{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Century, 'Century Schoolbook','Times New Roman', Garamond;
	font-size: 28px;
	color: #333;
	background-position: 0 100%;
	background-repeat: repeat-x;
	border-bottom: solid 3px #ccc; 
}

div#h1-image	{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 35px;
	border-bottom: solid 3px #ccc;
}

div#h2	{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Century, 'Century Schoolbook','Times New Roman', Garamond;
	font-size: 16px;
	color: #666;
}

div#h2-image	{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 30px;
}

.preview-container	{
	background: #fff;
	border: solid 1px #666;
	padding: 0;
	display: none;
	z-index: 101;
	position: absolute;
}

ul#photo	{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

ul#photo li	{
	width: 220px;
	height: 220px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
}

td.form-label	{
	font-weight: bold;
	font-size: 13px;
	padding: 5px 10px;
	text-align: left;
}

td.form-field	{
	font-size: 13px;
	padding: 5px 10px;
}

#list-title	{
	font-size: 13px;
	padding: 2px 0;
}

#list-summary	{
	font-size: 12px;
	padding: 5px 0;
}

#list-date	{
	font-size: 11px;
	color: #999;
}

/* End page */

/* Star footer */

#footer-container	{
	width: 760px;
	height: 40px;
	clear: both;
	border-top: solid 1px #ccc;
	background-image: url('images/bg-footer.gif');
}

#footer-content	{
	padding: 10px 10px;
	font-size: 11px;
	color: #666;
}

#footer-content a	{
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

/* End footer */

/* Photo Show */

* html .show	{
	position: absolute;
}

div.show 	{
	display: none;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	position: fixed; 
	text-align: center;
	z-index: 200; 
	padding: 10px;
}

div.show a	{
	color: #999;
	text-decoration: underline;
}

div.show a:hover	{
	color: #ccc;
}

table.show	{
	width: 100%;
	height: 100%;
	color: #666;
}

table.photoshow	{
	border: solid 5px #ccc; 
	background: #000; 
}

div.photoshow-title	{
	padding: 5px 0; 
	font-weight: bold; 
	text-align: center; 
	color: #fff;
}

div.photoshow-caption	{
	padding: 5px 0; 
	text-align: center; 
	color: #ccc;
	font-size: 11px;
}

/* End Photo Show */

/* Form */

table.form td	{
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.form td.field-title	{
	padding-left: 10px;
	font-weight: bold;
}

table.form td span.required	{
	font-weight: normal;
	color: #f00;
}

.field 	{
	background-color: #eee;
	border: solid 1px #ccc;
}

.submit	{
	
}

/* End Form */