

#wrapper {
	max-width: 1100px;
	max-height: 1500px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 20px auto;
}

#column-left {
	max-width: 20%;
	float: left;
	padding: 10px;
}

#column-center {
	max-width: 60%;
	float: left;
	padding: 10px;
	
}
#column-history {
	max-width: 100%;
	float: left;
	padding: 10px;
	}
#column-right {
	max-width: 20%;
	float: right;

}

#bottom {
	width: 100px;
	float:left;
}
	
#footer {
	clear: both;
}

h1 {
    color: #ffc;
    background-color: #08088A;
    font-size: 2em;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    font-style: italic;
    text-align: center;
    letter-spacing: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: #08088A;
}

h2 {
    color: white;
    background-color: #0099CC;
    font-size: 1.5em;
    margin: 0;
    padding: 2px;
    padding-left: 14px;
}

h3 {
    color: #999;
    font-size: 1.25em;
}

li {
    color: #900;
    font-style: italic;
}

table {
    background-color: #ccc;
}

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;
    background-color: #F2F2F2;
    padding: 0;
}

img {
    border-style: none;
    border-width: 2px;
    border-color: #ccc;
}

a {
    text-decoration: none;
}
strong {
    font-style: italic;
    text-transform: uppercase;
}

section {
	display: block;
	}
/*	
h5
{
border-style:solid;
border-color:#287EC7;
} 
*/

/* Menus CSS is here */

#button ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
	border: none;
}

#button a {
    float: left;
    width: 12em;
    text-decoration: none;
    color: white;
    background-color: #08088A;
    padding: 0.5em 0.6em;
    border-right: 1px solid white;
}

#button a:hover {
   /* border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0; */
	background-color: #0099CC;
	color: #fff;
}

#button li {
    display: inline;
	border-bottom: 1px solid #90bade;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
 
#button {
	display: inline;
	width: 100%;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}
	
/**
 * 	CSS3 Only Vertical Accordion
 * 	Author: Paul Underwood for Hongkiat.com
 *  Website: www.paulund.co.uk
 *  Date: 27/11/11
 *  Version: 1.0
 */

 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*Define Accordion box*/
.accordion { width:850px; overflow:hidden; margin:10px auto; color:#474747; background:#0099CC; padding:10px; }

/*General Accordion****************************************************************************/
/*Set style of open slide*/
.accordion section:target { background:#FFF; padding:10px;}
.accordion section:target:hover { background:#FFF; }
.accordion section:target h3 {width:100%;}
.accordion section:target h3 a{ color:#000; padding:0;}
.accordion section:target p {display:block;}
.accordion section h3 a{padding:8px 10px;display:block; font-size:16px; font-weight:normal;color:#eee; text-decoration:none; }

/*set style of closed slide*/
.accordion section{ float:left;	overflow:hidden; color:#000; cursor:pointer; background: #0099CC; margin:3px; }
.accordion section:hover {background:#66CCFF;}
.accordion section p { display:none; }
.accordion section:after{position:relative;font-size:24px;color:#000;font-weight:bold;}
.accordion section:nth-child(1):after{content:'1';}
.accordion section:nth-child(2):after{content:'2';}
.accordion section:nth-child(3):after{content:'3';}
.accordion section:nth-child(4):after{content:'4';}
.accordion section:nth-child(5):after{content:'5';}
/*End General Accordion****************************************************************************/


/*Vertical Accordion *************************************************************************/
.vertical section{ width:100%; height:40px;
	-webkit-transition:height 0.2s ease-out;
	-moz-transition:height 0.2s ease-out;
  	-o-transition:height 0.2s ease-out;
	-ms-transition:height 0.2s ease-out;
  	transition:height 0.2s ease-out;
}
/*Set height of the slide*/
.vertical :target{ height:250px; width:97%; }

.vertical section h3 { position:relative; left:0; top:-15px; }

/*Set position of the number on the slide*/
.vertical section:after{ top:-60px;left:810px;}
.vertical section:target:after{ left:-9999px;}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}