@charset "utf-8";
/* CSS Document */

body  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	background: #00457c;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container { 
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	max-width: 100%;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. optional color =#f3cf9d or   #fff6be; */
} 

#wrapper	{
	margin: 0;
}

#header {
	background: #00457c;
	border: solid 10px #F4B02E;
	width: calc(100% - 20px);
	text-align: center;
}
#header h1 {
	font-weight: normal;
	font-family: 'Sorts Mill Goudy', Times, serif;
	text-decoration: none;
}

#header h1 a {
	font-size: 30px;
	text-decoration: none;
	color: #FFF;
}

#nav {
	width: 900px;
	max-width: 100%;
	height: 30px;
	background:#F4B02E;
}

#nav ul {
	list-style: none;
	padding: 0 auto;
	margin: 0;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 5px 30px ;
	width: auto;
	text-align: center;
	position: relative;
}

#nav li a	{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}

#nav li a:hover{
	color: #00457c;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}


#top	{
	width: 900px;
	max-width: 100%;
	background-color:#00457c;
	color: #ffffff;
}

#left	{
	width: 260px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin: 0 20px;
}

#main{
	width: 260px;
	background-color:#fff;
	margin: 0 20px 0;
	float: left;
}

.main-content {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#home {
	width: 800px;
	margin: 0 auto;
	max-width: 95%;
	background-color:#fff;
}
#sidebar {
	float: left; 
	width: 260px; 
	margin: 0 20px;
}

#footer { 
	width: 900px;
	max-width: 100%;
	clear: both;

} 

p	{
	font-size:12px;
	line-height:1.5;
}

.pagetitle	{

	font-size: 24px;
	color: #00457c;
	font-weight:bold;
	text-align:center;
	margin: 30px 0;
}


h1 	{
	font-size: 16px;
	color: #00457c;
	font-weight:bold;
	text-align:center;
}

h2	{
	font-size: 12px;
	font-weight: bold;
	color: #00457c;
	text-align: center;
	font-style:italic;
}

h3	{
	font-size: 12px;
	font-weight: bold;
	color: #00457c;
	text-align: center;

}
.dates	{
	font-weight:bold;
	text-align:center;
}
.show-block {
	width: 280px;
	padding: 5px;
	margin: 5px 5px;
	max-width: 30%;
	max-width: calc(33% - 20px);
	display: block;
	float: left;
	border-top: solid #F4B02E 2px;
	}

.show-block .details {
	font-weight: bold;
	color: #00457c;
	text-align: center;
	font-size: 12px;
}

.show-block .details a {
	font-weight: bold;
	color: #00457c;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}
#home .details a, #home .details a:visited {
	font-weight: bold;
	color: #00457c;
	text-align: center;
	font-size: 15px;
	text-decoration:none;
}
.show-block .details a:visited {
	font-weight: bold;
	color: #00457c;
	text-align: center;
	font-size: 13px;
	text-decoration:none;
}

.show-block .details a:hover, #home .details a:hover {
	font-weight: bold;
	color:#F4B02E;
	text-decoration:none;
}
.show-block.additional {
	line-height: 1;
}
.show-block.additional h3 {
	font-size: 15px;
	padding: 10px 0 0 0;
	border-top: solid #F4B02E 2px;
	margin: 5px 0 5px 0;
}
.show-block.additional .details {
	font-size: 12px;
}
.show-block.additional p {
	margin: 0;
	font-size: 12px;
}
.location	{
	font-style:italic;
	text-align:center;
}

.emphasis	{
	font-size: 14px;
	color:#F4B02E;
	font-weight: bold;
	text-align: center;
}

a, a:link, a:active {
	font-weight: bold;
	color: #00457c;
	text-align: center;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #00457c;
	text-align: center;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #F4B02E;
	text-align: center;
	text-decoration: none;
}


ol	{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	text-align: left;	
    line-height: 18px;

}

li	{
	 font-weight: normal;
	 line-height: 18px;
}



#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
	color: #000;
}

#footer a:link, #footer a:active, #footer a:visited {
	font-size: 10px;
	color: #00457c;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

hr {
	clear: both;
	border-color: transparent;
}
@media only screen and (max-width : 550px) {
	.show-block {
	width: 500px;
	max-width: 90%;
	max-width: calc(100% - 20px);
	padding: 5px;
	margin: 5px 5px;
	}
	#header h1 a {
	font-size: 15px;
}
#nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 5px 8px 2px;
	width: auto;
	text-align: left;
	position: relative;
}

#nav li a	{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

#nav li a:hover{
	color: #00457c;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}

#home {
	font-size: 12px;
	width: 99%;
}
#home .details a, #home .details a:visited, #home .details a:hover {
	font-size: 12px;
}

}
/* 
#F4B02E YELLOW 
#00457c BLUE ROYAL
*/
