body{
	margin: 0px;
	background-color: #9cb8c4;
}
body table{
	background-color: #CFEBF7;
	border: 1px solid #698591;
}
#top_spacer{
	height: 5px;
}

/*---------------------------------------HEADER--------------------------------------*/
#header_box{
	background-image: url( "/images/header.jpg" );
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #375d70;
	height: 80px;
	vertical-align: text-top;
}

/*---------------------------------------LOGIN--------------------------------------*/
#main_box{
	vertical-align: top;
	min-height: 400px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 5px;
	text-decoration: none;
	border-width: 0 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*---------------------------------------LOGIN--------------------------------------*/
#login_box{
	position: absolute;
	text-align: right;
	z-index: 20;
	width: 940;
	font-family: 'Arial','Helvetica','sans-serif';
	margin-top: 3px;
	font-size: 10px;
}
#login_box a{
	color: #FFFFFF;
	text-decoration: none;
}
#login_box a:hover{
	color: #CFEBF7;
	text-decoration: underline;
}

/*---------------------------------------MENU--------------------------------------*/
#menu_box{
	text-align: center;
	display: table-row;
	font-weight: bold;
	font-size: 10px;
	height: 14px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu_box a{
	display: table-cell;
	width: 190px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #375d70;
	padding: 6px;
	border: #698591 solid 1px;
}
#menu_box a:hover{
	text-decoration: underline;
	background-color: #597f92;
}

/*---------------------------------------FOOTER--------------------------------------*/
#footer_box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	text-align: center;
	padding: 5px;
	background-color: #375d70;
}
#footer_box a{
	padding: 0px 12px;
	color: #FFFFFF;
}
#footer_box a:hover{
	text-decoration: none;
}

/*---------------------------------------HEADING--------------------------------------*/
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 	#375d70;
}

/* --------------------------------------------------------- FORMS ---------------------------------------------------------- */
#secure_login{
	margin: 8px;
}

a.button{
	display: -moz-inline-box; 
	display: inline-block;
	background: url('/images/buttons.png') no-repeat;  
	text-transform: uppercase;
	font-family: Verdana, helvetica;
	font-size: 10px; 
	color: #375d70; 
	height: 20px;
	width: 60px;
	padding: 2px 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

a.clicker, span.clicker {
	display: -moz-inline-box; 
	display: inline-block;
	color: #335588;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, helvetica;
	font-size: 10px; 
	border: none; 
	background: url('/images/btn0.png') no-repeat;  
	height: 30px; 
	text-decoration: none; 
	color: #335588; 
	margin: 0 6px 0px 0; 
	padding: 0 10px 0 0; 
	vertical-align: middle; 
	zoom: 1; 
	_position: relative; 
	_width: 10px; 
	_overflow-y: hidden
}

a.clicker span, span.clicker button, span.clicker input {
	white-space: nowrap; 
	font-weight: bold;
	font-family: Verdana, helvetica;
	cursor: pointer; 
	display: -moz-inline-box; 
	display: inline-block; 
	font-size: 10px; 
	background: url('/images/btn0.png') 100% 0 no-repeat; 
	height: 30px; 
	padding: 8px 10px 0 0; 
	margin: 0 -16px 0 10px; 
	border: none; 
	vertical-align: text-top; 
	zoom: 1; 
	_position: relative; 
	_padding-right: 12px; 
	_margin-right: -10px; 
	_display: block; 
	_top: 0; 
	_right: -5px
}

span.clicker button, span.clicker input{ 
	padding-top: 0px; 
	line-height: 2.5
}

a.clicker:hover, span.clicker:hover, span.button-behavior-hover {
	cursor: pointer; 
	background-position: 0 0px; 
	text-decoration: none
}

a.clicker:hover span, span.clicker:hover button, span.button-behavior-hover button, span.button-behavior-hover input {
	cursor: pointer; 
	background-position:100% 0px;
	text-decoration: underline;
}

label{
    clear: left;
    float: left;
    padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #375d70;
	font-weight: bold;
	margin: 5px;
	text-align: left;
	width: 100px;
}
input, textarea, select{
	margin: 4px 0px;
	text-align: left;
	padding: 0 2px;
	border: 1px solid #375d70;
	padding: 3px;
}
input.button{
	width: 150px;
	margin: 4px;
	margin-left: 0px;
	text-align: center;
}
.form_note{
	font-size: 10px;	
	font-weight: bold;
	font-style: italic;
}
.form_note a{
	color: #335588;
}

#files_list{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	display: table;
}

#files_list div{
	display: table-row;
	width: 500px;
}

#files_list div .filename{
	display: table-cell;
	width: 400px;
	padding-left: 8px;
	vertical-align: center;
}

#field_note_box{
	display: none;
	background-color: #FFFFCC;
	color: #000066;
	font-weight: bold;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 50px;
	vertical-align: middle;
}

/* --------------------------------------------------------- SECTION FRAMES ---------------------------------------------------------- */
.section_frame_box{
	width: 382px;
	background-repeat: none;
	border: 1px solid #593f24;
	vertical-align: top;
}
.section_frame_title{
	background-image: url('/images/layout/img002.jpg');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	padding-bottom: 2px;
}
.section_frame_title a{
	color: #593f24;
	text-decoration: none;
}
.section_frame_title a:hover{
	text-decoration: underline;
}

.section_frame_subtitle{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	padding: 2px;
	background-color: #593f24;
}
.section_frame_subtitle a{
	color: #FFFFFF;
	text-decoration: none;
}
.section_frame_subtitle a:hover{
	text-decoration: underline;
}
.section_frame_details{
	color: #7a918b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}

/* --------------------------------------------------------- LANDING PAGE ---------------------------------------------------------- */
.landing_page_box{
	display: block;
	margin: 12px;
	padding: 12px;
	border: 1px solid #698591;
	background-color: #9cb8c4;
	color: #375d70;	
	vertical-align: text-top;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.landing_page_box a, .landing_page_box_detail a{
	color: #FFFFFF;
}

.landing_page_box_detail, .landing_page_box_detail p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-indent: 10px;
	padding: 3px 3px 3px 10px;
}

.landing_page_box a:hover, .landing_page_box_detail a:hover{
	text-decoration: none;z
}

/* --------------------------------------------------------- ALBUM / GALLERY ---------------------------------------------------------- */
.album_box{
	display: block;
	margin: 12px;
	padding: 12px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	color: #000000;	
	vertical-align: text-top;
}
.album_box td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.album_box_detail{
	font-weight: normal;
	text-indent: 10px;
	padding: 3px 3px 3px 10px;
}
.image_box{
	display: table-cell;
	margin: 12px;
	padding: 12px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 200px;
	/*height: 270px;*/
	color: #000000;	
	text-align: center;
}
.image_box:hover{
	text-decoration: none;
}
.image_box div{
	font-weight: normal;
	font-size: 10px;
	padding: 1px;
	color: #666666;
}
img.image{
	border: 1px solid #000000;
}
.view_image_box{
	text-align: center;
	padding: 6px;
}	
.view_image_box .nav_box{
	display:block;
	margin: 12px;
}
.view_image_box .nav_box a{
	padding: 3px 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000066;
	border: 1px solid #000066;
	margin: 2px 10px;
}	
.view_image_box .nav_box a:hover{
	color: #000066;
	background-color: #FFFFCC;
	border: 1px solid #000066;
}
.image_box{
	border-color: #000000;
	background-color: #EEEEEE;
	font-family: 'Arial','Helvetica','sans-serif';;
	color: #000099;
}
img.image{
	border-color: #000000;
}
