
@-ms-viewport {
	width: device-width ;
}
@viewport {
	width: device-width ;
}


body {
	font-family: Trebuchet, Arial, sans-serif; 
	
	background: url("../images/abi-top-left.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #ccffcc;
	background-color: #339933;
}

p {
	font-size: 12pt;
	display: block;
	margin: 1em 0 0.5em 0;
	color: #ccffcc;
	line-height: 1.2em;
}

p.small {font-size:9pt;
	line-height: 1.2em;
	text-align: center;
}

h1 {
	font-size: 24pt;
	color: #663399;
	font-weight: 600;
	text-align: center;
}

h2 {
	font-size: 16pt;
	font-weight: 600;
	color: #9966c0;
	-webkit-margin-before: 0.43em;
    -webkit-margin-after: 0.43em;
}

h3 {
	font-size: 14pt;
	font-family: times, serif;
	color: #ccffcc;
	text-align: left;
}



h4 {
	font-size:12pt;
	font-weight: bold;
	color: #c79ef0;
	line-height: 1.4em;
}

h5 {
	font-size: 10pt;
	text-align: center;
	margin: 2px;
}


a:link {text-decoration: none; color: #fcfb85;}        
a:visited {text-decoration: none; color: #fcfc78;}
a:hover {text-decoration: underline; color: #faf817;}
a:active {text-decoration: none; font-weight: bold; color:#27891a;}

hr { 
    display: block;
    border:0px;
	background-color: #006600;
	width: 50%;
	height:2px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

img {
	max-width:100%;
	height: auto;
	padding: 0 5px 10px 5px;
}


ul {list-style-type: none;

font-weight: bold;
padding: 0 8px;
margin-left: 25px;
font-size: 11pt;
}
li {padding: 5px 10px;
}

/* ****** WRAPPER ****** */	
div#wrapper {	
	background: url("../images/abi-bottom-right.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-left:100px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 80%;
	max-width: 800px;
	min-height: 700px;
}


/* ****** CONTAINER ****** */

div#container {
	background-color: rgba(51,153,51,0.0);
      margin: 0px;
      } 

/* ****** HEADER/FOOTER ****** */
div#header {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: auto;
	
}
div#footer {
	width: 60%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


#header p { 
	font-size: 8pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: left;
	color: #ffffff);
	}

#footer p {
	font-size: 8pt;
	font-family: "Century Gothic", Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	line-height: 1.2em;
}

#footer img {
	margin: auto;
}

/* ****** NAVBAR ****** */
div#navbar {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navbar p {
	font-size: 9pt;
	text-align: right;
	font-weight: 300;
	color: #ffffff;
	margin: 4px;
}


/* ****** CONTENT ****** */	
div#content {
	margin: auto;
	width: 80%;
	padding: 5px 10%;
}


div.top {
	margin: 0px;
	padding: 0px 0 10px 0;
	line-height: 1em;

}
div.top h3 {
	font-family: Times, serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 1.2em;
}

/* ****** SEGMENTS IN PAGE ****** */
div#section {
	margin: auto;
	margin-top: 0;
	padding-bottom: 5px; 

	}




/* ****** NOTICE ****** */
div#notice {
border-width: 2px; 
border-style: solid;
padding: 1px;
margin: auto;
color: #fff;
border-color: rgba(112,75,152, 1);
background-color: rgba(112,75,152, 1);
width: 90%;
text-align: center;
}

#notice p {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}

	
	/* ****** MOBILE DIVS ****** */
@media only screen and (max-width: 768px) {
	body {margin: 2px;}
	
	div#container {
	width: 100%;
	background-color: rgba(51,153,51,0.7);
	}	

	div#wrapper {
		float: none ;
		width: 100% ;
		margin: auto;
}
	div#index {
		float: none ;
		margin: 2% ;
	}
	div#section {

		margin: 0;
	}
div#footer {width: 90%;}
div#content {
		padding: 5px;
}
img {max-width: 95%;}
	}

