@charset "utf-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, th, td {
	margin : 0;
	padding : 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 1em;
}
/* Removes list-style from lists */ol, ul {
	list-style : none;
}
/* Normalizes font-style and font-weight to normal */address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*_______________________________________________ Layout _______________________________________________________________________*/

html {
	height: 97%;
}
body {
	height: 97%;
	width: 100%;
	font: 1em font: 1em Candara, sans-serif; 
	color: #444;
	background: #bc7774; /* Lighter red for main body colour */
	margin: 0px;
}
#wrapper {
	min-height: 97%;
	width: 786px;
	position: relative;
	margin: -150px auto 0 auto;
	padding: 0;
}
#title {
	width: 205px;
	height: 42px;
}
#top_back {
	width: 100%;
	height: 150px;
	background: #aa6360; /* darker red behind transparent png24 link names*/
}
#header_back {
	width: 100%;
	height: 150px;
	background:url(../../images/page_setup/page_red/sh_head_red.png) repeat-y; /* shadow_head*/
}
#header {
	width: 97.5%; /* so as not to cover side shadow*/
	height: 100%;
	margin: 0 auto;
	background: #aa6360;	/* darker red*/
}
#styleswitch {
	position: absolute;				/* Change of css stylesheets*/
	width: 162px;
	height: 66px;
	text-align:center;
	font-size: 0.8em;
	left: 584px;
	top: 159px;
}
#page-heading {
	text-align: center;
	margin: 1em 0;
}
#content {
	min-height: 100%;
	width: 95%;
	padding: 1em 2em 1em 1em;
	background: url(../../images/page_setup/page_red/sh_wrapper_red.png) repeat-y; /* shadow_wrapper*/
	font:  0.85em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
#content_esp {
	width: 48%;
	float: left;
	margin: 0 0 2em 1em;
	border-bottom: solid 2px #50583e;
	border-top: solid 2px #50583e;
}
#content_esp ul {
	font: 0.9em normal Candara, sans-serif;
	color: #333;
}
#content_esp ul li {
	text-decoration: none;
	margin:0;
	padding-bottom: 0.5em;
}
#content_eng {
	width: 48%;
	float: left;
	margin: 0 1em 2em 0;
	border-bottom: solid 2px #50583e;
	border-top: solid 2px #50583e;
}
#content_eng ul {
	font: 0.9em normal Candara, sans-serif;
	color: #333;
}
#content_eng ul li {
	text-decoration: none;
	margin:0 1em 0;
	padding-bottom: 0.5em;
}
#footer {
	position: relative;
	width: 785px;
	height: 60px;
	background:url(../../images/page_setup/page_red/sh_footer_red.png) repeat-y; /* shadow_footer*/
	margin: 0 auto 0 auto;
}
#footer_back {
	width: 100%;
	height: 60px;
	background: #aa6360; /*darker red*/
	margin: -60px 0;
}
#footer_images {
	float: right;
	width: 50%;
	margin: 0 0 5px 0;
}
#copyright {
	float: right;
	margin: 10px 20px 10px 0;
	font:  0.65em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color:#CCCCCC;
}

#copyright img {
	padding-left: 25px;
	}

#clear {
	clear: both;
}
/*___________________________________________________ Text ___________________________________*/

h1 {
	font-size: 1em;
	font-style: normal;
	text-indent: -9999px; /* Image replacement using text indent*/
}
h2 {
	font: bold 1.4em Geneva, Arial, sans-serif;
	color: #7c8861;
}
h3 {
	font: bold 1.2em "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #7f2937;
	text-align: center;
	margin: 1.0em;
}
h4 {
	font: bold 1.3em "Palatino Linotype", Calibri, Arial, sans-serif;
	color: #50583e;
	margin-bottom: 0;
}
p {
	padding: 0 1.5em 1em 1.5em;
	font: normal 0.9em Candara, Calibri, sans-serif;
	line-height: 1.4em;
	color: #7f2937;
}
.italic {
	font-style: italic;
}
/*_______________________________________________Thumbnail Gallery ____________________________*/

.gallery li {
	display: inline-block;
	min-width: 125px;
	max-width: 220px;
	padding:10px;
	margin: 7px 7px 7px 20px;
	border: solid #aa6360 2px;
	background: #b1a8a7;
	text-align:center;
}
/*_________________________________________________Navigation___________________________________*/

	 
ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav {
	width: 97.5%;
	padding: 0;
	list-style-type: none;
	background: #aa6360 url(../../images/page_setup/page_red/header_red.jpg) no-repeat; /* Darker red to match top stripe */
}
#nav li {
	position: relative;
	left: 350px;
	display: inline;
	height: 146px;
	width: 95px;
	padding: 0;
	text-decoration: none;
}
#nav a {
	color: #aa6360;				/* darker red*/
	text-decoration: none;
}
#nav a:hover {
	color: #d9a60c;				/* yellow */
	text-decoration: none;
}
a:link, a:visited {
  	
	color:#9b1519;
	text-decoration: none;
}

a:hover, a:focus {
	
  	text-decoration:underline;
}

a:link img, a:visited img {
	border: solid #869466 2px;
  	text-decoration: none;
}

a:hover img, a:focus img {
  	border: solid #9b1519 2px; 
}

#return {
	text-align:center;
	font-size: 0.8em;
	margin-top: 1em;
}
