﻿@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.2;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 10px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

a {
	color: #000080;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #222;
	text-decoration: underline;
}

a:visited {
	color: #00f;
	text-decoration: underline;
}

a:active {
	color: #222;
	text-decoration: underline;
}

a:hover {
	color: #FF3333;
	text-decoration: underline;
}

#body {
	background-color:#000;
	padding: 4px;
	margin: 0px;
	width: auto;
	height: auto;
	max-width: 1200px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 940px;/* the min width is needed to stop the body droping below the side bar. IE6 does not respect this declaration. */
}

#mastercontainer {
	background-color:#fffffa;
	width:auto;
	height:auto;
	margin: 0 auto;
	border-color: #666;
	border-style: solid;
	border-width: 12px;
	border-radius: 30px;
}

#innercontainer {
	width:auto;
	height:auto;
	padding: 0px;
	border-color: #aaa;
	border-style: solid;
	border-width: 12px;
	border-radius: 16px;

}

#mastermasthead {
	width: 100%;
	height: 74px;
	text-align: center;

}
.mastheadstyle1 {
	color: #111111;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.mastheadstyle2 {
	color: #111111;
	font-size: medium;
	font-weight: normal;
	text-align: center;
}

.mastheadstyle3 {
	color: #111111;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.mastheadimage_style_1 {
	border-color: #666;
	border-style: outset;
	border-width: 2px;
	margin: 0px;
}

#masternavigation {
	margin-top: 80px;
	margin-bottom: 3px;
	font-size: small;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #808080;
	border-top-style: solid;
	border-top-width: thin;
	height: 20px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}

/* Navigation Styles */
#masternavigation ul {
	width: auto;
	display: inline;
}
#masternavigation li {
	display: inline;
}

#masternavigation a {
	color: #111111;
	text-decoration: none;
	display: inline;
	padding: 10px;
}
#masternavigation a:hover {
	color: #008080;
	text-decoration: none;
}

#gallery_index {
	float: left;
	width: 18%;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 2px;
	text-align: left;
	border-right-color: #C0C0C0;
	border-right-style: none;
	border-right-width: 1px;
	vertical-align: top;
}

.sidebarh1 {
	margin-top: 0;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 1px;
	text-align: left;
	text-indent: 2px;
}

.sidebarh2 {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 12px;
	color: #fffffa;
	text-align: left;
	text-indent: 20px;
}

.stylesidebar1 {
	font-size: small;
	margin-bottom: 0px;
	margin-top: 4px;
	text-indent: 2px;
	color: #fffffa;
	line-height: 15px;
}

.stylesidebar2 {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 16px;
	color: #fffffa;
	line-height: 15px;
}

.stylesidebar3 {
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 28px;
	color: #fffffa;
	line-height: 15px;
}

.stylesidebar4 {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 36px;
	color: #fffffa;
	line-height: 15px;
}

.stylecontent1 {
	font-size: medium;
	color: #ffffff;
}

.picframesmall {
	border-style: solid;
	border-width: 3px;
}

.home_image_style_land {
	border-color: #aaa;
	text-align: center;
	border-style: inset;
	border-width: 1px;
	margin-top: 20px;
	margin-left: 2px;
	margin-right: 0px;
	padding: 1px;
	width: 120px;
	height: 80px;
}

.home_image_style_por {
	border-color: #aaa;
	text-align: center;
	border-style: inset;
	border-width: 1px;
	margin-top: 2px;
	margin-left:22px;
	margin-right:0px;
	margin-bottom: 2px;
	padding: 1px;
	width: 80px;
	height: 120px;
}

.home_image_style_sqr {
	border-color: #aaa;
	text-align: center;
	border-style: inset;
	border-width: 1px;
	margin-top: 4px;
	margin-left:8px;
	margin-right:0px;
	margin-bottom: 2px;	
	padding: 1px;
	width: 110px;
	height: 110px;
}

.home_image_style_5x4 {
	border-color: #aaa;
	text-align: center;
	border-style: inset;
	border-width: 1px;
	margin-top: 22px;
	margin-left: 14px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding: 1px;
	width: 100px;
	height: 70px;
}

.arps_panel_image_style_land {
	border-color: #aaa;
	text-align: center;
	border-style: inset;
	border-width: 2px;
	margin: 2px;
	padding: 2px;
	width: 120px;
	height: 80px;
}

.arps_panel_image_style_por {
	border-color: #aaa;
	text-align: center;
	border-style: inset;
	border-width: 2px;
	margin: 2px;
	padding: 2px;
	width: 80px;
	height: 120px;
}

#data_show {
	padding-top: 2px;
	padding-left: 2%;
	padding-right: 2%;
	vertical-align: top;
	width:75%;
	float:left;
}

.data_show_title {
	color: #111;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
	width: 100%;
}
.data_show_subtitle {
	color: #222;
	text-align: center;
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
}
.data_show_text {
	color: #333;
	text-align: center;
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
}

.data_show_sub_text {
	color: #333;
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
}

#gallery_data_show {
	color: #fffffa;
	height: 520px;
	width: 100%;
	background-color:#FFF;
	margin-top: 8px;
	margin-bottom: 8px;
    
}

.content_title {
	color: #111;
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}
.content_header_title {
	color: #111;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}
.content_sub_title {
	color: #111;
	font-size: small;
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 1px;
}

.content_text {
	color: #111;
	font-size: small;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	margin-right: 2px;
}

.content_text_boxed {
	color: #000;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
	border-color: #000;
	border: thin;
	border-style: solid;
	border-radius:10px;

}

.content_picture_box {
	border: thin solid #666; 
	border-radius: 10px;
}

.image_frame_large {
	border-color: #000;
	background-color:#fffffa;
	text-align: center;
	margin:10px;
	padding:30px;
	padding-bottom:45px;	
	border-style: solid;
	border-width: 12px;
	border-radius: 18px 18px 18px 18px;
}

.image_frame_medium {
	border-color: #000;
	background-color:#fffffa;
	text-align: center;
	margin:10px;
	padding:30px;
	padding-bottom:45px;
	border-style: solid;
	border-width: 8px;
	border-radius: 15px 15px 15px 15px;	
}

.image_frame_small {
	border-color: #000;
	background-color:#fffffa;
	text-align: center;
	margin:10px;
	padding:20px;
	padding-bottom:30px;
	border-style: solid;
	border-width: 4px;
	border-radius: 10px 10px 10px 10px;	
}

.image_frame_thin {
	border-color: #000;
	background-color:#fffffa;	
	text-align: center;
	margin:5px;
	padding:10px;
	padding-bottom:20px;
	border-style: solid;
	border-width: 2px;
	border-radius: 6px 6px 6px 6px;	
}

.image_frame_tiny {
	border-color: #000;
	background-color:#fffffa;	
	text-align: center;
	margin:2px;
	padding:4px;
	padding-bottom:10px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;	
}

.frame_tiny {
	border-color: #000;
	background-color:#fffffa;	
	text-align: center;
	margin:2px;
	padding:4px;
	padding-bottom:10px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;	
}

.caption_sub_title_medium {
	color: #000;
	font-size: medium;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.caption_text_medium {
	color: #000;
	font-size: medium;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.caption_text_bold_medium {
	color: #000;
	font-size: medium;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
}

.caption_text_centre_medium {
	color: #000;
	font-size: medium;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: center;
}

.caption_text_centre_bold_medium {
	color: #000;
	font-size: medium;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}

.caption_sub_title_small {
	color: #000;
	font-size: small;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}

.caption_text_small {
	color: #000;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: left;
}

.caption_text_bold_small {
	color: #000;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: left;
}

.caption_text_centre_small {
	color: #000;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	text-align: center;
}

.caption_text_centre_bold_small {
	color: #000;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: bold;
	text-align: center;
}


/**CSS BUTTON**/
.button a {
text-decoration: none;
background:#FFFFFF;
border: 4px outset #999;
padding: 4px;
color: #000;
/*font-size: 1.2em;*/
font-variant:small-caps;
font-weight: bold;
line-height: 1.2em;
text-align: center;
margin: 1px auto;
display: block;
border-radius: 20px;
}

.button a:hover,
.button a:active, 
.button a:focus {
border: 4px inset #666;
text-decoration: underline;
}


/**CSS arrows**/
.arrow-left a {
text-decoration: none;
background:#fff;
border: 2px outset #999;
padding: 2px 2px 5px 2px;
color: #000;
/*font-size: 1.2em;*/
font-variant:small-caps;
font-weight: bold;
line-height: 1.2em;
text-align: center;
margin: 1px auto;
display: block;
border-radius: 24px 0px 0px 24px;
}

.arrow-left a:hover,
.arrow-left a:active, 
.arrow-left a:focus {
	border: 2px inset #ddd;
	text-decoration: none;
}

.arrow-right a {
text-decoration: none;
background:#fff;
border: 2px outset #999;
padding: 2px 2px 5px 2px;
color: #000;
/*font-size: 1.2em;*/
font-variant:small-caps;
font-weight: bold;
line-height: 1.2em;
text-align: center;
margin: 1px auto;
display: block;
border-radius: 0px 24px 24px 0px;

}

.arrow-right a:hover,
.arrow-right a:active, 
.arrow-right a:focus {
border: 2px inset #ddd;
text-decoration: none;
}

#footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	border-radius: 0px 0px 24px 24px;
	color:#A00;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 0px;
}

.footerstyle1 {
	text-align: center;
	margin-bottom: 1px;
	font-size: small;
}
.footerstyle2 {
	text-align: center;
	margin-bottom: 1px;
	font-size: small;
	margin-top: 0;
	line-height: 15px;
}

/* Content Styles */
#content img {
	border: 3px #000000 solid;
	padding: 5px;
}

/* Footer Styles */
#footer p {
	color: #111;
}
#footer a {
	color: #444;
	text-decoration: underline;
}
#footer a:hover {
	color: #fa0;
	text-decoration: none;
}

